#
# TABLE STRUCTURE FOR: sma_addresses
#

DROP TABLE IF EXISTS `sma_addresses`;

CREATE TABLE `sma_addresses` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `company_id` int(11) NOT NULL,
  `line1` varchar(50) NOT NULL,
  `line2` varchar(50) DEFAULT NULL,
  `city` varchar(25) NOT NULL,
  `postal_code` varchar(20) DEFAULT NULL,
  `state` varchar(25) NOT NULL,
  `country` varchar(50) NOT NULL,
  `phone` varchar(50) DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `company_id` (`company_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_addresses` (`id`, `company_id`, `line1`, `line2`, `city`, `postal_code`, `state`, `country`, `phone`, `updated_at`) VALUES (1, 18, 'Hannah Njeri', '', 'Thika', '01000', '', 'Kenya', '0727950550', '2022-05-29 09:56:39');


#
# TABLE STRUCTURE FOR: sma_adjustment_items
#

DROP TABLE IF EXISTS `sma_adjustment_items`;

CREATE TABLE `sma_adjustment_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `adjustment_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `option_id` int(11) DEFAULT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `serial_no` varchar(255) DEFAULT NULL,
  `type` varchar(20) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `adjustment_id` (`adjustment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=878 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (173, 33, 85, 819, '16.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (174, 33, 85, 817, '34.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (175, 33, 85, 824, '28.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (176, 33, 85, 818, '108.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (177, 33, 85, 821, '21.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (178, 33, 85, 822, '57.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (179, 33, 85, 830, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (180, 33, 85, 820, '32.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (181, 33, 85, 831, '42.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (182, 33, 85, 825, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (183, 33, 85, 828, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (184, 33, 86, 832, '30.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (237, 36, 87, 835, '11.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (315, 53, 113, 1156, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (316, 53, 114, 1174, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (317, 53, 115, 1191, '17.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (318, 53, 117, 1225, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (319, 53, 118, 1242, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (320, 54, 113, 1152, '29.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (321, 54, 114, 1169, '24.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (322, 54, 115, 1186, '23.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (323, 54, 116, 1203, '24.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (324, 54, 117, 1220, '22.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (325, 54, 118, 1237, '17.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (326, 54, 119, 1254, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (327, 54, 121, 1288, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (328, 55, 113, 1154, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (329, 55, 114, 1171, '11.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (330, 55, 115, 1188, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (331, 55, 116, 1205, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (332, 55, 119, 1256, '12.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (333, 55, 121, 1290, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (334, 56, 113, 1153, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (335, 56, 114, 1170, '28.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (336, 56, 115, 1187, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (337, 56, 116, 1204, '25.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (338, 56, 117, 1221, '30.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (339, 56, 118, 1238, '22.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (340, 56, 119, 1255, '19.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (341, 56, 121, 1289, '30.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (342, 56, 120, 1272, '18.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (343, 57, 113, 1159, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (344, 57, 114, 1173, '13.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (345, 57, 115, 1190, '22.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (346, 57, 116, 1207, '19.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (347, 57, 117, 1224, '19.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (348, 57, 118, 1241, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (349, 57, 119, 1258, '19.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (350, 57, 121, 1292, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (351, 57, 120, 1275, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (352, 58, 113, 1162, '16.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (353, 58, 114, 1180, '16.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (354, 58, 115, 1196, '18.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (355, 58, 116, 1213, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (356, 58, 117, 1230, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (357, 58, 118, 1247, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (358, 58, 119, 1264, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (359, 58, 121, 1298, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (360, 58, 120, 1281, '11.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (361, 59, 113, 1163, '17.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (362, 59, 114, 1181, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (363, 59, 115, 1197, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (364, 59, 116, 1214, '13.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (365, 59, 117, 1231, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (366, 59, 118, 1248, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (367, 59, 119, 1265, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (368, 59, 121, 1299, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (369, 59, 120, 1282, '14.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (370, 60, 113, 1167, '11.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (371, 60, 114, 1183, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (372, 60, 115, 1201, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (373, 60, 116, 1218, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (374, 60, 117, 1235, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (375, 60, 118, 1252, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (376, 60, 119, 1269, '13.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (377, 60, 121, 1303, '14.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (378, 60, 120, 1286, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (379, 61, 114, 1172, '18.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (380, 61, 115, 1189, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (381, 61, 116, 1206, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (382, 61, 117, 1223, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (383, 61, 118, 1240, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (384, 62, 113, 1168, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (385, 62, 114, 1182, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (386, 62, 116, 1219, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (387, 63, 114, 1179, '13.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (388, 63, 115, 1195, '12.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (389, 63, 116, 1212, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (390, 63, 117, 1229, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (391, 63, 118, 1246, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (392, 63, 119, 1263, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (393, 64, 114, 1177, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (394, 64, 115, 1194, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (395, 65, 116, 1216, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (396, 65, 117, 1233, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (397, 66, 132, 1457, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (398, 66, 133, 1469, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (399, 66, 134, 1481, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (400, 66, 135, 1493, '13.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (401, 66, 136, 1505, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (402, 66, 137, 1517, '14.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (403, 66, 138, 1529, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (404, 66, 139, 1541, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (405, 67, 131, 1449, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (406, 67, 133, 1468, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (407, 67, 135, 1492, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (408, 67, 136, 1504, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (409, 67, 139, 1540, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (410, 68, 131, 1441, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (411, 69, 131, 1447, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (412, 69, 132, 1458, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (413, 69, 133, 1470, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (414, 69, 134, 1482, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (415, 69, 135, 1494, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (416, 69, 136, 1506, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (417, 69, 137, 1518, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (418, 69, 138, 1530, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (419, 70, 131, 1444, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (420, 70, 132, 1461, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (421, 70, 133, 1473, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (422, 70, 134, 1485, '16.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (423, 70, 135, 1497, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (424, 70, 136, 1509, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (425, 70, 137, 1521, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (426, 71, 131, 1443, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (427, 71, 132, 1462, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (428, 71, 133, 1474, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (429, 71, 134, 1486, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (430, 71, 135, 1498, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (431, 72, 134, 1477, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (432, 72, 135, 1489, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (433, 73, 134, 1478, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (434, 73, 135, 1490, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (435, 73, 136, 1502, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (436, 74, 127, 1373, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (437, 74, 128, 1390, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (438, 75, 124, 1345, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (439, 75, 127, 1379, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (440, 75, 128, 1396, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (441, 75, 129, 1413, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (442, 75, 125, 1663, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (452, 77, 132, 1463, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (453, 77, 133, 1475, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (454, 78, 132, 1460, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (455, 78, 133, 1472, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (456, 78, 134, 1484, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (457, 78, 135, 1496, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (458, 78, 137, 1520, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (459, 78, 138, 1532, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (460, 79, 134, 1477, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (461, 79, 135, 1489, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (462, 80, 134, 1478, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (463, 80, 135, 1490, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (464, 80, 136, 1502, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (465, 81, 149, 1675, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (466, 81, 150, 1694, '19.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (467, 82, 152, 1734, '21.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (468, 83, 149, 1676, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (469, 83, 150, 1698, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (470, 84, 151, 1714, '2.0000', 1, 'SIZE 26', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (471, 84, 151, 1714, '4.0000', 1, 'SIZE 30', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (472, 84, 151, 1715, '2.0000', 1, 'SIZE 34', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (473, 85, 117, 1225, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (474, 85, 118, 1242, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (475, 85, 119, 1259, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (476, 85, 121, 1293, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (477, 86, 137, 1516, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (478, 86, 138, 1528, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (479, 86, 139, 1540, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (480, 87, 138, 1533, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (481, 87, 139, 1545, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (482, 88, 132, 1454, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (483, 88, 133, 1466, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (484, 88, 134, 1478, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (485, 88, 135, 1490, '16.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (486, 89, 113, 1166, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (487, 89, 114, 1185, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (488, 89, 115, 1200, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (489, 89, 116, 1217, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (490, 89, 117, 1234, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (491, 90, 121, 1298, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (492, 90, 120, 1281, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (493, 91, 129, 1417, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (494, 91, 130, 1434, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (495, 92, 86, 832, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (496, 93, 153, 1762, '16.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (497, 93, 153, 1768, '43.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (498, 93, 153, 1761, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (499, 93, 153, 1767, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (500, 93, 153, 1765, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (501, 93, 153, 1756, '17.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (502, 93, 153, 1755, '100.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (503, 93, 153, 1757, '29.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (504, 93, 153, 1759, '26.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (505, 93, 153, 1754, '30.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (506, 94, 153, 1764, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (507, 94, 153, 1763, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (508, 95, 114, 1185, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (509, 95, 115, 1200, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (510, 95, 116, 1205, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (511, 95, 115, 1188, '13.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (512, 95, 113, 1154, '17.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (513, 95, 118, 1247, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (514, 95, 116, 1213, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (515, 95, 117, 1230, '12.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (516, 95, 118, 1248, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (517, 95, 119, 1265, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (518, 95, 114, 1181, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (519, 95, 118, 1242, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (520, 96, 117, 1231, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (521, 97, 115, 1188, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (522, 97, 117, 1222, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (523, 97, 118, 1239, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (524, 97, 119, 1256, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (525, 97, 121, 1290, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (526, 97, 120, 1273, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (527, 98, 115, 1200, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (528, 98, 116, 1217, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (529, 98, 117, 1234, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (530, 98, 118, 1251, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (531, 98, 119, 1268, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (532, 99, 121, 1293, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (533, 100, 132, 1456, '16.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (534, 101, 153, 1755, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (535, 101, 153, 1759, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (551, 103, 113, 1154, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (552, 103, 113, 1153, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (553, 103, 115, 1188, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (554, 103, 115, 1187, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (555, 103, 115, 1197, '11.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (556, 103, 117, 1230, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (557, 103, 117, 1224, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (558, 103, 118, 1237, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (559, 103, 118, 1241, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (560, 103, 119, 1256, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (561, 103, 119, 1258, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (562, 103, 119, 1265, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (563, 103, 119, 1255, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (564, 103, 121, 1303, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (566, 105, 119, 1255, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (567, 105, 121, 1289, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (568, 105, 156, 1814, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (569, 106, 133, 1468, '12.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (570, 106, 134, 1480, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (571, 107, 114, 1173, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (572, 107, 114, 1169, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (573, 108, 132, 1461, '14.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (574, 109, 115, 1196, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (575, 109, 117, 1230, '12.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (576, 110, 155, 1834, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (577, 110, 148, 1847, '19.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (578, 110, 147, 1846, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (579, 110, 146, 1848, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (580, 111, 113, 1166, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (581, 104, 157, 1850, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (584, 102, 154, 1774, '520.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (586, 112, 158, NULL, '75.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (587, 113, 131, 1449, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (588, 113, 132, 1456, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (589, 113, 134, 1480, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (590, 113, 135, 1492, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (591, 113, 136, 1504, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (592, 113, 137, 1516, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (593, 113, 138, 1528, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (594, 114, 120, 1271, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (595, 115, 114, 1170, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (596, 115, 120, 1272, '12.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (602, 116, 114, 1174, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (603, 116, 116, 1208, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (604, 116, 117, 1225, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (605, 116, 119, 1259, '12.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (606, 116, 120, 1276, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (607, 117, 117, 1234, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (608, 118, 114, 1180, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (609, 119, 147, 1846, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (610, 76, 113, 1158, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (611, 76, 114, 1175, '16.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (612, 76, 115, 1192, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (613, 76, 116, 1209, '23.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (614, 76, 117, 1226, '21.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (615, 76, 118, 1243, '23.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (616, 76, 119, 1260, '27.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (617, 76, 121, 1294, '14.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (618, 76, 120, 1277, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (622, 122, 114, 1169, '10.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (623, 122, 116, 1203, '5.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (624, 122, 115, 1186, '8.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (625, 123, 155, 1844, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (626, 123, 160, 1875, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (627, 123, 147, 1642, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (628, 123, 148, 1654, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (629, 124, 120, 1275, '21.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (630, 124, 114, 1173, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (631, 124, 121, 1292, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (632, 124, 119, 1258, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (633, 124, 118, 1241, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (634, 125, 86, 832, '28.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (635, 126, 153, 1758, '26.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (636, 127, 87, 837, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (637, 128, 114, 1184, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (638, 129, 115, 1199, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (639, 130, 116, 1216, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (640, 131, 119, 1260, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (641, 132, 115, 1190, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (642, 133, 132, 1884, '25.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (643, 134, 133, 1885, '21.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (644, 134, 134, 1886, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (645, 134, 135, 1887, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (646, 134, 114, 1185, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (647, 135, 163, 1970, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (648, 135, 164, 2003, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (649, 135, 165, 2036, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (650, 135, 166, 2069, '11.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (651, 136, 163, 1969, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (652, 136, 164, 2002, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (653, 136, 165, 2035, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (654, 136, 166, 2068, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (655, 137, 136, 2183, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (656, 138, 137, 2184, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (657, 138, 138, 2185, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (658, 139, 139, 2186, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (659, 139, 115, 1187, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (660, 139, 116, 1204, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (661, 139, 117, 1221, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (662, 139, 118, 1240, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (663, 139, 119, 1257, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (664, 139, 87, 835, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (665, 140, 124, 1340, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (666, 140, 125, 1658, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (667, 140, 126, 1357, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (668, 140, 127, 1374, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (669, 140, 128, 1391, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (670, 141, 118, 1242, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (671, 141, 119, 1259, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (672, 141, 121, 1293, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (673, 141, 120, 1280, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (674, 141, 119, 1264, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (675, 142, 120, 1276, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (676, 142, 119, 1264, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (677, 142, 121, 1298, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (678, 142, 120, 1281, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (679, 142, 121, 1299, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (680, 142, 114, 1182, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (681, 142, 115, 1202, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (682, 142, 117, 1236, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (683, 142, 116, 1219, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (684, 142, 153, 1764, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (685, 143, 119, 1264, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (686, 144, 116, 1203, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (687, 145, 114, 1169, '21.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (688, 146, 114, 1169, '13.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (689, 147, 171, 2187, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (703, 148, 87, 845, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (704, 148, 135, 1497, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (705, 148, 114, 1180, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (706, 148, 132, 1462, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (707, 148, 133, 1474, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (708, 148, 134, 1486, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (709, 148, 115, 1197, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (710, 148, 113, 1163, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (711, 148, 114, 1181, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (712, 148, 117, 1231, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (713, 148, 121, 1299, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (714, 148, 120, 1282, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (715, 148, 114, 1174, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (716, 148, 116, 1214, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (717, 148, 127, 1384, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (718, 148, 128, 1401, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (719, 148, 129, 1418, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (720, 148, 130, 1435, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (721, 149, 114, 1171, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (722, 150, 131, 1444, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (723, 150, 136, 1509, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (724, 150, 134, 1485, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (725, 150, 115, 1196, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (726, 150, 116, 1213, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (727, 150, 118, 1238, '11.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (728, 150, 115, 1201, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (729, 150, 116, 1218, '22.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (730, 150, 117, 1235, '26.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (731, 150, 118, 1252, '14.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (732, 150, 119, 1269, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (733, 150, 117, 1222, '13.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (734, 150, 116, 1205, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (735, 150, 115, 1188, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (766, 158, 120, 1285, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (767, 159, 136, 1504, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (768, 159, 136, 1510, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (769, 159, 120, 1285, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (774, 151, 115, 1188, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (775, 151, 117, 1222, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (776, 151, 115, 1196, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (777, 151, 134, 1486, '50.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (778, 151, 135, 1498, '50.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (779, 151, 136, 1510, '32.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (780, 160, 117, 1234, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (781, 160, 119, 1268, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (782, 160, 121, 1302, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (783, 160, 113, 1154, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (784, 160, 115, 1188, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (785, 160, 116, 1205, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (786, 160, 117, 1222, '17.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (787, 160, 118, 1239, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (788, 160, 121, 1290, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (789, 160, 136, 1504, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (790, 160, 137, 1516, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (791, 160, 138, 1528, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (792, 160, 139, 1540, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (793, 161, 113, 1163, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (794, 161, 113, 1153, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (795, 161, 113, 1161, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (796, 161, 113, 1154, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (797, 161, 113, 1162, '9.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (803, 163, 114, 1179, '13.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (804, 163, 114, 1172, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (805, 163, 114, 1171, '3.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (806, 163, 114, 1170, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (807, 163, 114, 1173, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (808, 163, 114, 1180, '20.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (809, 163, 114, 1181, '13.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (810, 163, 114, 1169, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (811, 163, 114, 1184, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (812, 164, 115, 1195, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (813, 164, 115, 1189, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (814, 164, 115, 1200, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (815, 164, 115, 1188, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (816, 164, 115, 1187, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (817, 164, 115, 1190, '3.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (818, 164, 115, 1196, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (819, 164, 115, 1197, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (820, 164, 115, 1194, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (821, 164, 115, 1186, '7.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (822, 164, 115, 1201, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (823, 164, 115, 1199, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (824, 165, 116, 1212, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (825, 165, 116, 1208, '5.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (826, 165, 116, 1217, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (827, 165, 116, 1205, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (828, 165, 116, 1204, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (829, 165, 116, 1207, '5.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (830, 165, 116, 1213, '4.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (831, 165, 116, 1214, '15.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (832, 165, 116, 1203, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (833, 165, 116, 1218, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (834, 165, 116, 1216, '13.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (835, 166, 117, 1229, '10.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (836, 166, 117, 1225, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (837, 166, 117, 1222, '3.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (838, 166, 117, 1236, '27.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (839, 166, 117, 1221, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (840, 166, 117, 1224, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (841, 166, 117, 1220, '8.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (842, 166, 117, 1233, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (843, 167, 118, 1246, '11.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (844, 167, 118, 1242, '4.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (845, 167, 118, 1251, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (846, 167, 118, 1239, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (847, 167, 118, 1253, '34.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (848, 167, 118, 1238, '25.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (849, 167, 118, 1241, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (850, 167, 118, 1248, '13.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (851, 167, 118, 1245, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (852, 167, 118, 1237, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (853, 167, 118, 1252, '19.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (854, 168, 119, 1263, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (855, 168, 119, 1268, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (856, 168, 119, 1256, '6.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (857, 168, 119, 1255, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (858, 168, 119, 1258, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (859, 168, 119, 1265, '2.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (860, 168, 119, 1262, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (861, 168, 119, 1254, '2.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (862, 168, 119, 1269, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (863, 169, 121, 1293, '4.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (864, 169, 121, 1290, '6.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (865, 169, 121, 1289, '12.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (866, 169, 121, 1298, '3.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (867, 169, 121, 1299, '6.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (868, 169, 121, 1303, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (869, 170, 120, 1280, '12.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (870, 170, 120, 1285, '1.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (871, 170, 120, 1273, '5.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (872, 170, 120, 1272, '1.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (873, 170, 120, 1275, '4.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (874, 170, 120, 1281, '11.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (875, 170, 120, 1282, '4.0000', 1, '', 'subtraction');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (876, 170, 120, 1271, '14.0000', 1, '', 'addition');
INSERT INTO `sma_adjustment_items` (`id`, `adjustment_id`, `product_id`, `option_id`, `quantity`, `warehouse_id`, `serial_no`, `type`) VALUES (877, 171, 154, 1774, '271.0000', 1, '', 'addition');


#
# TABLE STRUCTURE FOR: sma_adjustments
#

DROP TABLE IF EXISTS `sma_adjustments`;

CREATE TABLE `sma_adjustments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `reference_no` varchar(55) NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `note` text DEFAULT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `count_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `warehouse_id` (`warehouse_id`)
) ENGINE=InnoDB AUTO_INCREMENT=172 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (33, '2022-05-08 17:45:00', '2022/05/0030', 1, '&lt;p&gt;Marvins&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (36, '2022-05-08 17:45:00', '2022/05/0033', 1, '&lt;p&gt;Legwarmer&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (53, '2022-06-05 20:22:00', '2022/06/0050', 1, '&lt;p&gt;Black&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (54, '2022-06-05 20:25:00', '2022/06/0051', 1, '&lt;p&gt;Red&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (55, '2022-06-05 20:30:00', '2022/06/0052', 1, '&lt;p&gt;Green&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (56, '2022-06-05 20:34:00', '2022/06/0053', 1, '&lt;p&gt;Maroon&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (57, '2022-06-05 20:39:00', '2022/06/0054', 1, '&lt;p&gt;Mixed Grey&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (58, '2022-06-05 20:46:00', '2022/06/0055', 1, '&lt;p&gt;Navy Blue Dark&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (59, '2022-06-05 20:50:00', '2022/06/0056', 1, '&lt;p&gt;Navy Blue Light&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (60, '2022-06-05 20:55:00', '2022/06/0057', 1, '&lt;p&gt;Royal Blue&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (61, '2022-06-05 21:00:00', '2022/06/0058', 1, '&lt;p&gt;Biege&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (62, '2022-06-05 21:02:00', '2022/06/0059', 1, '&lt;p&gt;KK Blue&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (63, '2022-06-05 21:04:00', '2022/06/0060', 1, '&lt;p&gt;Ash Grey&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (64, '2022-06-05 21:07:00', '2022/06/0061', 1, '&lt;p&gt;Ndengu&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (65, '2022-06-05 21:09:00', '2022/06/0062', 1, '&lt;p&gt;Wine Red&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (66, '2022-06-05 21:10:00', '2022/06/0063', 1, '&lt;p&gt;Royal Blue Stripe White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (67, '2022-06-05 21:16:00', '2022/06/0064', 1, '&lt;p&gt;Red Stripe White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (68, '2022-06-05 21:19:00', '2022/06/0065', 1, '&lt;p&gt;Ndengu Stripe White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (69, '2022-06-05 21:21:00', '2022/06/0066', 1, '&lt;p&gt;Green White Stripped&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (70, '2022-06-05 21:24:00', '2022/06/0067', 1, '&lt;p&gt;Maroon Stripe White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (71, '2022-06-05 21:28:00', '2022/06/0068', 1, '&lt;p&gt;Navy Blue Stripe White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (72, '2022-06-05 21:31:00', '2022/06/0069', 1, '&lt;p&gt;Mixed Grey Stripe Red&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (73, '2022-06-05 21:33:00', '2022/06/0070', 1, '&lt;p&gt;Navy Blue Stripe Sky&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (74, '2022-06-05 21:35:00', '2022/06/0071', 1, '&lt;p&gt;Red&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (75, '2022-06-05 21:44:00', '2022/06/0072', 1, '&lt;p&gt;Azure&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (76, '2022-06-05 21:46:00', '2022/06/0073', 1, '&lt;p&gt;Azure Plain&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (77, '2022-06-05 21:50:00', '2022/06/0074', 1, '&lt;p&gt;Purple Stripe White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (78, '2022-06-05 21:52:00', '2022/06/0075', 1, '&lt;p&gt;Mixed Grey Stripe Royal White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (79, '2022-06-05 21:58:00', '2022/06/0076', 1, '&lt;p&gt;Mixed Grey Stripe Red&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (80, '2022-06-05 22:00:00', '2022/06/0077', 1, '&lt;p&gt;Navy Blue Stripe Sky&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (81, '2022-06-06 21:08:00', '2022/06/0078', 1, '&lt;p&gt;White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (82, '2022-06-06 21:16:00', '2022/06/0079', 1, '&lt;p&gt;BLACK&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (83, '2022-06-06 21:18:00', '2022/06/0080', 1, '&lt;p&gt;ADULT T-SHIRT RED&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (84, '2022-06-06 21:20:00', '2022/06/0081', 1, '&lt;p&gt;KIDS T-SHIRT&comma; BLACK &comma; WHITE&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (85, '2022-06-06 21:25:00', '2022/06/0082', 1, '&lt;p&gt;BLACK - PLAIN&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (86, '2022-06-06 21:33:00', '2022/06/0083', 1, '&lt;p&gt;RED STRIPE WHITE&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (87, '2022-06-06 21:36:00', '2022/06/0084', 1, '&lt;p&gt;MAROON STRIPE WHITE&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (88, '2022-06-06 21:38:00', '2022/06/0085', 1, '&lt;p&gt;NAVY BLUE STRIPE SKY&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (89, '2022-06-06 21:41:00', '2022/06/0086', 1, '&lt;p&gt;CHOCOLATE BROWN&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (90, '2022-06-07 20:58:00', '2022/06/0087', 1, '&lt;p&gt;Navy Blue Dark&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (91, '2022-06-07 21:01:00', '2022/06/0088', 1, '&lt;p&gt;Navy Blue Dark&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (92, '2022-06-07 21:27:00', '2022/06/0089', 1, '&lt;p&gt;AZURE&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (93, '2022-06-07 21:29:00', '2022/06/0090', 1, '&lt;p&gt;MARVINS&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (94, '2022-06-07 19:47:00', '2022/06/0091', 1, '&lt;p&gt;Navy&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (95, '2022-06-13 20:41:00', '2022/06/0092', 1, '&lt;p&gt;Sweaters Additional Stock&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (96, '2022-06-01 21:04:00', '2022/06/0093', 1, '', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (97, '2022-06-18 07:38:00', '2022/06/0094', 1, '&lt;p&gt;Green&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (98, '2022-06-18 07:42:00', '2022/06/0095', 1, '&lt;p&gt;Chocolate Brown&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (99, '2022-06-18 07:45:00', '2022/06/0096', 1, '&lt;p&gt;Black&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (100, '2022-06-18 07:47:00', '2022/06/0097', 1, '&lt;p&gt;Red Stripe White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (101, '2022-06-18 07:48:00', '2022/06/0098', 1, '&lt;p&gt;Marvins&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (102, '2022-06-22 08:24:00', '2022/06/0099', 1, '&lt;p&gt;Polo T-Shirt&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (103, '2022-06-24 19:15:00', '2022/06/0100', 1, '&lt;p&gt;Adjustments of missmuch&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (104, '2022-06-24 19:53:00', '2022/06/0101', 1, '&lt;p&gt;Maroon&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (105, '2022-06-27 17:42:00', '2022/06/0102', 1, '&lt;p&gt;Maroon&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (106, '2022-06-27 17:44:00', '2022/06/0103', 1, '&lt;p&gt;Red Stripe White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (107, '2022-06-27 17:46:00', '2022/06/0104', 1, '&lt;p&gt;Red &amp; Mix Grey&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (108, '2022-06-27 17:49:00', '2022/06/0105', 1, '&lt;p&gt;Maroon Stripe White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (109, '2022-06-27 17:52:00', '2022/06/0106', 1, '&lt;p&gt;Navy Blue Dark&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (110, '2022-06-27 18:37:00', '2022/06/0107', 1, '&lt;p&gt;Black Stripe Sky Blue&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (111, '2022-06-27 18:47:00', '2022/06/0108', 1, '&lt;p&gt;Chocolate Brown&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (112, '2022-06-25 19:35:00', '2022/07/0109', 1, '&lt;p&gt;DUST COAT&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (113, '2022-07-06 16:15:00', '2022/07/0110', 1, '&lt;p&gt;Red Stripe White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (114, '2022-07-06 16:20:00', '2022/07/0111', 1, '&lt;p&gt;Red Plain&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (115, '2022-07-06 09:25:00', '2022/07/0112', 1, '&lt;p&gt;Maroon Plain&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (116, '2022-07-06 16:25:00', '2022/07/0113', 1, '&lt;p&gt;Black Plain&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (117, '2022-07-06 16:20:00', '2022/07/0114', 1, '&lt;p&gt;Chocolate Brown&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (118, '2022-07-06 05:30:00', '2022/07/0115', 1, '&lt;p&gt;Dark Navy&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (119, '2022-07-06 16:25:00', '2022/07/0116', 1, '&lt;p&gt;Black Stripe Sky Blue&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (122, '2022-07-29 20:39:00', '2022/08/0119', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (123, '2022-08-05 20:42:00', '2022/08/0120', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (124, '2022-07-29 20:50:00', '2022/08/0121', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (125, '2022-07-29 20:54:00', '2022/08/0122', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (126, '2022-08-12 20:44:00', '2022/08/0123', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (127, '2022-08-12 22:07:00', '2022/08/0124', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (128, '2022-08-12 22:08:00', '2022/08/0125', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (129, '2022-08-12 22:18:00', '2022/08/0126', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (130, '2022-08-12 22:21:00', '2022/08/0127', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (131, '2022-08-12 22:22:00', '2022/08/0128', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (132, '2022-08-12 22:24:00', '2022/08/0129', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (133, '2022-08-12 23:31:00', '2022/08/0130', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (134, '2022-08-12 23:40:00', '2022/08/0131', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (135, '2022-08-19 09:41:00', '2022/08/0132', 1, '&lt;p&gt;Maroon Stripe White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (136, '2022-08-19 09:44:00', '2022/08/0133', 1, '&lt;p&gt;Navy Blue Stripe White&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (137, '2022-08-25 07:51:00', '2022/08/0134', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (138, '2022-08-25 07:56:00', '2022/08/0135', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (139, '2022-08-25 08:00:00', '2022/08/0136', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (140, '2022-08-25 08:07:00', '2022/08/0137', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (141, '2022-08-25 08:12:00', '2022/08/0138', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (142, '2022-09-01 21:13:00', '2022/09/0139', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (143, '2022-09-03 21:45:00', '2022/09/0140', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (144, '2022-09-03 21:47:00', '2022/09/0141', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (145, '2022-09-03 21:49:00', '2022/09/0142', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (146, '2022-09-03 21:51:00', '2022/09/0143', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (147, '2022-09-14 21:26:00', '2022/09/0144', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (148, '2022-09-08 23:08:00', '2022/09/0145', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (149, '2022-09-21 08:17:00', '2022/09/0146', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (150, '2022-09-22 22:19:00', '2022/09/0147', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (151, '2022-10-02 22:12:00', '2022/10/0148', 1, '&lt;p&gt;28&sol;9&sol;2022 &amp; 29&sol;9&sol;2022&lt;&sol;p&gt;', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (158, '2022-10-04 12:33:00', '2022/10/0155', 1, '&lt;p&gt;Chocolate Brown&lt;&sol;p&gt;&lt;p&gt;30&sol;9&sol;2022&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (159, '2022-10-04 12:37:00', '2022/10/0156', 1, '&lt;p&gt;1&sol;10&sol;2022&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (160, '2022-10-19 21:12:00', '2022/10/0157', 1, '', NULL, 8, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (161, '2023-04-07 11:08:00', '2023/04/0158', 1, '&lt;p&gt;Stock Retake Balancing&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (163, '2023-04-07 14:53:00', '2023/04/0160', 1, '&lt;p&gt;Stock Retake Balancing&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (164, '2023-04-07 14:59:00', '2023/04/0161', 1, '&lt;p&gt;Stock Retake Balancing&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (165, '2023-04-07 15:09:00', '2023/04/0162', 1, '&lt;p&gt;Stock Retake Balancing&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (166, '2023-04-07 15:18:00', '2023/04/0163', 1, '&lt;p&gt;Stock Retake Balancing&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (167, '2023-04-07 15:24:00', '2023/04/0164', 1, '&lt;p&gt;Stock Retake Balancing&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (168, '2023-04-07 15:30:00', '2023/04/0165', 1, '&lt;p&gt;Stock Retake Balancing&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (169, '2023-04-07 15:40:00', '2023/04/0166', 1, '&lt;p&gt;Stock Retake Balancing&nbsp;&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (170, '2023-04-07 15:51:00', '2023/04/0167', 1, '&lt;p&gt;Stock Retake Balancing&lt;&sol;p&gt;', NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_adjustments` (`id`, `date`, `reference_no`, `warehouse_id`, `note`, `attachment`, `created_by`, `updated_by`, `updated_at`, `count_id`) VALUES (171, '2023-03-20 18:45:00', '2023/04/0168', 1, '', NULL, 5, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_api_keys
#

DROP TABLE IF EXISTS `sma_api_keys`;

CREATE TABLE `sma_api_keys` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `reference` varchar(40) NOT NULL,
  `key` varchar(40) NOT NULL,
  `level` int(2) NOT NULL,
  `ignore_limits` tinyint(1) NOT NULL DEFAULT 0,
  `is_private_key` tinyint(1) NOT NULL DEFAULT 0,
  `ip_addresses` text DEFAULT NULL,
  `date_created` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_api_limits
#

DROP TABLE IF EXISTS `sma_api_limits`;

CREATE TABLE `sma_api_limits` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uri` varchar(255) NOT NULL,
  `count` int(10) NOT NULL,
  `hour_started` int(11) NOT NULL,
  `api_key` varchar(40) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_api_logs
#

DROP TABLE IF EXISTS `sma_api_logs`;

CREATE TABLE `sma_api_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `uri` varchar(255) NOT NULL,
  `method` varchar(6) NOT NULL,
  `params` text DEFAULT NULL,
  `api_key` varchar(40) NOT NULL,
  `ip_address` varchar(45) NOT NULL,
  `time` int(11) NOT NULL,
  `rtime` float DEFAULT NULL,
  `authorized` varchar(1) NOT NULL,
  `response_code` smallint(3) DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_attachments
#

DROP TABLE IF EXISTS `sma_attachments`;

CREATE TABLE `sma_attachments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `subject_id` int(11) NOT NULL,
  `subject_type` varchar(55) NOT NULL,
  `file_name` varchar(100) NOT NULL,
  `orig_name` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_brands
#

DROP TABLE IF EXISTS `sma_brands`;

CREATE TABLE `sma_brands` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(20) DEFAULT NULL,
  `name` varchar(50) NOT NULL,
  `image` varchar(50) DEFAULT NULL,
  `slug` varchar(55) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_brands` (`id`, `code`, `name`, `image`, `slug`, `description`) VALUES (2, 'Home Made', 'Home Made', NULL, 'home-made', 'Home Made');


#
# TABLE STRUCTURE FOR: sma_calendar
#

DROP TABLE IF EXISTS `sma_calendar`;

CREATE TABLE `sma_calendar` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `title` varchar(55) NOT NULL,
  `description` varchar(255) DEFAULT NULL,
  `start` datetime NOT NULL,
  `end` datetime DEFAULT NULL,
  `color` varchar(7) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_calendar` (`id`, `title`, `description`, `start`, `end`, `color`, `user_id`) VALUES (1, 'Buy Beer', 'We need to buy beer', '2021-11-17 00:00:00', '2021-11-18 00:00:00', '#3a87ad', 1);


#
# TABLE STRUCTURE FOR: sma_captcha
#

DROP TABLE IF EXISTS `sma_captcha`;

CREATE TABLE `sma_captcha` (
  `captcha_id` bigint(13) unsigned NOT NULL AUTO_INCREMENT,
  `captcha_time` int(10) unsigned NOT NULL,
  `ip_address` varchar(16) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT '0',
  `word` varchar(20) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL,
  PRIMARY KEY (`captcha_id`),
  KEY `word` (`word`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_cart
#

DROP TABLE IF EXISTS `sma_cart`;

CREATE TABLE `sma_cart` (
  `id` varchar(40) NOT NULL,
  `time` varchar(30) NOT NULL,
  `user_id` int(11) DEFAULT NULL,
  `data` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_cart` (`id`, `time`, `user_id`, `data`) VALUES ('a55dcc4b1d3f49d710084b3ac5cfe640', '1651498074', 6, '{\"cart_total\":100,\"total_item_tax\":0,\"total_items\":2,\"total_unique_items\":2,\"6bb421435e6539f9216a9c86f21c74bd\":{\"id\":\"120bf18bfa50b8c9e35c9bae4663ba71\",\"product_id\":\"9\",\"qty\":1,\"name\":\"Embroidery marking\",\"slug\":\"29094312\",\"code\":\"29094312\",\"price\":50,\"tax\":\"0.00\",\"image\":\"no_image.png\",\"option\":false,\"options\":null,\"rowid\":\"6bb421435e6539f9216a9c86f21c74bd\",\"row_tax\":\"0.0000\",\"subtotal\":\"50.0000\"},\"495fd19dd0f565d863fc91011fe5a5ed\":{\"id\":\"d342456abc32b5f8b1e9e3d24f8529b8\",\"product_id\":\"9\",\"qty\":1,\"name\":\"Embroidery marking\",\"slug\":\"29094312\",\"code\":\"29094312\",\"price\":50,\"tax\":\"0.00\",\"image\":\"no_image.png\",\"option\":false,\"options\":null,\"rowid\":\"495fd19dd0f565d863fc91011fe5a5ed\",\"row_tax\":\"0.0000\",\"subtotal\":\"50.0000\"}}');
INSERT INTO `sma_cart` (`id`, `time`, `user_id`, `data`) VALUES ('d306b66a2b724d1bbb325e29b7085f43', '1651492402', 6, '{\"cart_total\":1060,\"total_item_tax\":0,\"total_items\":2,\"total_unique_items\":2,\"c3afcb4a23c80546c5ac0800221b1f26\":{\"id\":\"8b76a7e76c9d0d880b644a919daf68b7\",\"product_id\":\"7\",\"qty\":1,\"name\":\"plain sweater size 30\",\"slug\":\"04566066\",\"code\":\"04566066\",\"price\":530,\"tax\":\"0.00\",\"image\":\"4b4359e55fffeb1154feb6acb0c60017.jpg\",\"option\":false,\"options\":null,\"rowid\":\"c3afcb4a23c80546c5ac0800221b1f26\",\"row_tax\":\"0.0000\",\"subtotal\":\"530.0000\"},\"55fd4f1981e83d87baf1c5e68adcca10\":{\"id\":\"5b6c962832f5b918c8b5d0a2f9ea4c23\",\"product_id\":\"7\",\"qty\":1,\"name\":\"plain sweater size 30\",\"slug\":\"04566066\",\"code\":\"04566066\",\"price\":530,\"tax\":\"0.00\",\"image\":\"4b4359e55fffeb1154feb6acb0c60017.jpg\",\"option\":false,\"options\":null,\"rowid\":\"55fd4f1981e83d87baf1c5e68adcca10\",\"row_tax\":\"0.0000\",\"subtotal\":\"530.0000\"}}');
INSERT INTO `sma_cart` (`id`, `time`, `user_id`, `data`) VALUES ('de39fa9ef372d34cc51557a22ee68ab7', '1664179187', NULL, '{\"cart_total\":620,\"total_item_tax\":0,\"total_items\":1,\"total_unique_items\":1,\"76752a0710fc77c13a958aadda48f62f\":{\"id\":\"652bf9b3e6cd3a8888a5435ae62b018b\",\"product_id\":\"137\",\"qty\":1,\"name\":\"STRIPPED LONGSLEEVE SIZE 34\",\"slug\":\"stripped-longsleeve-size-34\",\"code\":\"11111207\",\"price\":620,\"tax\":\"0.00\",\"image\":\"no_image.png\",\"option\":\"1516\",\"options\":[{\"id\":\"1516\",\"name\":\"RED STRIPE WHITE\",\"price\":\"0.0000\",\"total_quantity\":\"3.0000\",\"quantity\":\"3.0000\"},{\"id\":\"1517\",\"name\":\"ROYAL BLUE  STRIPE WHITE\",\"price\":\"0.0000\",\"total_quantity\":\"14.0000\",\"quantity\":\"14.0000\"},{\"id\":\"1518\",\"name\":\"GREEN  WHITE STRIPED\",\"price\":\"0.0000\",\"total_quantity\":\"2.0000\",\"quantity\":\"2.0000\"},{\"id\":\"1520\",\"name\":\"MIXED GREY STRIPE ROYAL WHITE\",\"price\":\"0.0000\",\"total_quantity\":\"6.0000\",\"quantity\":\"6.0000\"},{\"id\":\"1521\",\"name\":\"MAROON STRIPE WHITE\",\"price\":\"0.0000\",\"total_quantity\":\"1.0000\",\"quantity\":\"1.0000\"},{\"id\":\"2184\",\"name\":\"black stripe white\",\"price\":\"0.0000\",\"total_quantity\":\"8.0000\",\"quantity\":\"8.0000\"}],\"rowid\":\"76752a0710fc77c13a958aadda48f62f\",\"row_tax\":\"0.0000\",\"subtotal\":\"620.0000\"}}');


#
# TABLE STRUCTURE FOR: sma_categories
#

DROP TABLE IF EXISTS `sma_categories`;

CREATE TABLE `sma_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(55) NOT NULL,
  `name` varchar(55) NOT NULL,
  `image` varchar(55) DEFAULT NULL,
  `parent_id` int(11) DEFAULT NULL,
  `slug` varchar(55) DEFAULT NULL,
  `description` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (3, 'LONG SLEEVE', 'LONG SLEEVE', NULL, 0, 'long-sleeve', 'SWEATERS');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (4, 'TSHIRTS', 'TSHIRTS', NULL, 0, 'tshirts', 'TSHIRTS');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (5, 'MAVINGS', 'MAVINGS', NULL, 0, 'mavings', 'MAVINGS');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (6, 'LEGWARMERS', 'LEGWARMERS', NULL, 0, 'legwarmers', 'LEGWARMERS');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (7, 'SCALFS', 'SCALFS', NULL, 0, 'scalfs', 'SCALFS');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (8, 'embroidery', 'embroidery', NULL, 0, 'embroidery', 'embroidery');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (9, 'SHORT SLEEVE', 'SHORT SLEEVE', NULL, 0, 'short-sleeve', 'SWEATERS');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (10, 'UZI', 'UZI', NULL, 0, 'uzi', 'UZI');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (11, 'PPE', 'PPE', NULL, 0, 'ppe', 'Dust Coat, Aaprons');
INSERT INTO `sma_categories` (`id`, `code`, `name`, `image`, `parent_id`, `slug`, `description`) VALUES (12, 'TRACKSUITS', 'Tracksuit', NULL, 0, 'tracksuit', 'SUITS');


#
# TABLE STRUCTURE FOR: sma_combo_items
#

DROP TABLE IF EXISTS `sma_combo_items`;

CREATE TABLE `sma_combo_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `item_code` varchar(20) NOT NULL,
  `quantity` decimal(12,4) NOT NULL,
  `unit_price` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_companies
#

DROP TABLE IF EXISTS `sma_companies`;

CREATE TABLE `sma_companies` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group_id` int(10) unsigned DEFAULT NULL,
  `group_name` varchar(20) NOT NULL,
  `customer_group_id` int(11) DEFAULT NULL,
  `customer_group_name` varchar(100) DEFAULT NULL,
  `name` varchar(55) NOT NULL,
  `company` varchar(255) NOT NULL,
  `vat_no` varchar(100) DEFAULT NULL,
  `address` varchar(255) DEFAULT NULL,
  `city` varchar(55) DEFAULT NULL,
  `state` varchar(55) DEFAULT NULL,
  `postal_code` varchar(8) DEFAULT NULL,
  `country` varchar(100) DEFAULT NULL,
  `phone` varchar(20) DEFAULT NULL,
  `email` varchar(100) NOT NULL,
  `cf1` varchar(100) DEFAULT NULL,
  `cf2` varchar(100) DEFAULT NULL,
  `cf3` varchar(100) DEFAULT NULL,
  `cf4` varchar(100) DEFAULT NULL,
  `cf5` varchar(100) DEFAULT NULL,
  `cf6` varchar(100) DEFAULT NULL,
  `invoice_footer` text DEFAULT NULL,
  `payment_term` int(11) DEFAULT 0,
  `logo` varchar(255) DEFAULT 'logo.png',
  `award_points` int(11) DEFAULT 0,
  `deposit_amount` decimal(25,4) DEFAULT NULL,
  `price_group_id` int(11) DEFAULT NULL,
  `price_group_name` varchar(50) DEFAULT NULL,
  `gst_no` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `group_id` (`group_id`),
  KEY `group_id_2` (`group_id`)
) ENGINE=InnoDB AUTO_INCREMENT=55 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (1, 3, 'customer', 1, 'General', 'Walk-in Customer', 'Walk-in Customer', '', 'Customer Address', 'Uhuru Market', 'uhuru market', '46000', 'Malaysia', '0123456789', 'info@techfirmknits.co.ke', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (3, NULL, 'biller', NULL, NULL, 'Uhuru market Shop', 'Tech-Firm Knits', '', 'Uhuru Market', 'Nairobi', '', '', '', '0112379096', 'info@techfirmknits.com', '', '', '', '', '', '', ' Thank you for shopping with us. Please come again', 0, 'Tech-Firm_Logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (6, 4, 'supplier', NULL, NULL, 'Warehouse', 'Warehouse', '', 'Ruiru', 'Ruiru', '', '', '', '0722000000', 'info@techfirmknits.co.ke', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (7, 4, 'supplier', NULL, NULL, 'Spinners', 'Spinners', '', 'Ruiru', 'Ruiru', '', '', '', '0791949499', 'snippers@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (8, 4, 'supplier', NULL, NULL, 'Wall Street', 'Wall Street', '', 'Uhuru Market', 'Uhuru Market', '', '', '', '1231456', 'wall@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (9, 4, 'supplier', NULL, NULL, 'maziwa', 'maziwa', '', 'maziwa', 'Uhuru Market', '', '', '', '22222', 'maziwa@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (10, 3, 'customer', 1, 'General', 'Uhuru Market Customers', 'Uhuru Market Customers', '', 'Uhuru Market', 'Uhuru Market', '', '', '', '77777', 'sales@techfirmknits.co.ke', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (11, 4, 'supplier', NULL, NULL, 'sonny uzi em', 'sonny uzi embroidery', '', 'Uhuru Market', 'Uhuru Market', 'uhuru market', '', '', '12345', 'sonny1234@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (12, 3, 'customer', 2, 'Reseller', 'Embroidery Works', 'UUMWE GROUP', '', '566', 'Ruiru', '', '', '', '0708142075', 'techfirmknits@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (13, 3, 'customer', 2, 'Reseller', 'Embroidery Works', 'Tasia Catholic', '', '566', 'Ruiru', '', '', '', '+254112379096', 'charlesgk85@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (14, 3, 'customer', 1, 'General', 'KELVIN', 'Uhuru Market Customers', '', 'Uhuru Market', 'Uhuru Market', 'uhuru market', '', '', '0708142074', 'KELVIN12@GMAIL.COM', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (15, 3, 'customer', 1, 'General', 'FAO', 'FAO', '', 'Uhuru Market', 'Uhuru Market', 'uhuru market', '', '', '0112379096', 'KELVIN1232@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (16, 3, 'customer', 1, 'General', 'CARO', 'CARO', '', 'Uhuru Market', 'Uhuru Market', 'uhuru market', '', '', '0721128421', 'arol23@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (17, 3, 'customer', 1, 'General', 'Scouts Kenya', 'Scouts Kenya', '', 'Uhuru Market', 'Uhuru Market', 'uhuru market', '', '', '0748701068', 'SCOUTS@GMAL.COM', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (18, 3, 'customer', 1, 'General', 'Hannah Njeri', 'Icebet Ventures', NULL, 'Hannah Njeri<br>', 'Thika', '', '01000', 'Kenya', '0727950550', 'hannahmugwe@gmail.com', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 'logo.png', 0, NULL, 1, 'Default', NULL);
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (19, 3, 'customer', 1, 'General', 'Kahawa Garisson', 'Kahawa Garisson', '', 'Kahawa', 'Ruiru', '', '', '', '0721994951', 'timothygkamau@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (20, 3, 'customer', 1, 'General', 'Barsaloi', 'Barsaloi', '', 'Nairobi', 'Nairobi', '', '', '', '+254112379096', 'barsaloi@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (21, 3, 'customer', 1, 'General', 'ST. MATHIAS', 'ST. MATHIAS', '', 'Nairobi', 'Nairobi', '', '', '', '+254112379096', 'stmathias@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (22, 3, 'customer', 1, 'General', 'Lakewood', 'LAKEWOOD', '', 'Nairobi', 'Nairobi', '', '', '', '+254112379096', 'lakewood@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (23, 3, 'customer', 1, 'General', 'St. Peters', 'St. Peters', '', 'Nairobi', 'Nairobi', '', '', '', '+254112379096', 'stpeters@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (24, 4, 'supplier', NULL, NULL, 'Taji Knitters LTD', 'Taji Knitters LTD', '', 'Uhuru Market', 'Nairobi', '', '', '', '0722764482', 'tajiknitters@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (25, 3, 'customer', 1, 'General', 'NGIYA', 'NGIYA SCHOOL', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'ngiya@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (26, 3, 'customer', 1, 'General', 'Chanagande', 'Chanagande School', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'chanagande@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (27, 3, 'customer', 1, 'General', 'Chenjeni', 'Chenjeni Friends School', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'chenjeni@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (28, 3, 'customer', 1, 'General', '0728654074', 'Down Stream', '', 'uhuru market', 'Nairobi', '', '', '', '0728654074', 'downstream@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (29, 4, 'supplier', NULL, NULL, 'Supra Textiles LTD', 'Supra Textiles LTD', '', 'Nairobi', 'Nairobi', '', '', '', '0112379096', 'supra@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (30, 3, 'customer', 1, 'General', 'KIRISIA', 'KIRISIA', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'kirisia@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (31, 3, 'customer', 1, 'General', 'KATILU', 'KATILU', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'katilu@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (32, 3, 'customer', 1, 'General', 'Training Institute', 'Training Institute ', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'towels@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (33, 3, 'customer', 1, 'General', 'Kenya Grips', 'Kenya Grips', '', 'Uhuru Market', 'Nairobi', '', '', '', '0719521250', 'Kenyagrips@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (34, 3, 'customer', 1, 'General', 'St. Andrew', 'St. Andrew', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'standrew@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (35, 3, 'customer', 1, 'General', 'KCB Bank', 'KCB Bank', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'KCB@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (36, 3, 'customer', 1, 'General', 'Talent', 'Talent', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'talent@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (37, 3, 'customer', 1, 'General', 'Kenya Kwanza', 'Kenya Kwanza', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'kenyakwanza@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (38, 3, 'customer', 1, 'General', 'UZURI INSTITUTE', 'UZURI INSTITUTE', '', 'Thika', 'Thika', '', '', '', '0723560867', 'info@uzuriinstitute.ac.ke', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (39, 3, 'customer', 1, 'General', 'Police', 'Police', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'police@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (40, 3, 'customer', 1, 'General', 'Idal', 'Idal', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'Idal@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (41, 3, 'customer', 1, 'General', 'ABC Kiambusu', 'ABC Kiambusu', '', 'uhuru market', 'Nairobi', '', '', '', '0112379096', 'Kiambusu@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (42, 3, 'customer', 1, 'General', 'Total Care', 'Total Care', '', 'Uhuru Market', 'Nairobi', '', '', '', '+254112379096', 'TotalCare@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (43, 3, 'customer', 1, 'General', 'CK', 'Christ The King', '', 'Uhuru Market', 'Nairobi', '', '', '', '+254112379096', 'ChristTheKing@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (44, 3, 'customer', 1, 'General', '0719521250', 'Mercy', '', 'Uhuru Market', 'Nairobi', '', '', '', '0719521250', 'Mercy@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (45, 3, 'customer', 1, 'General', 'FTO', 'Fair Trade Organization', '', 'Uhuru Market', 'Nairobi', '', '', '', '+254112379096', 'FTO@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (46, 4, 'supplier', NULL, NULL, 'MT', 'Midco Textiles ', '', 'Nairobi', 'Nairobi', '', '', '', '+254112379096', 'MT@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, NULL, NULL, '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (47, 3, 'customer', 1, 'General', 'PT', 'Procecution Training', '', 'Uhuru Market', 'Nairobi', '', '', '', '+254112379096', 'pt@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (48, 3, 'customer', 1, 'General', 'Skon', 'Skon', '', 'Uhuru Market', 'Nairobi', '', '', '', '0721128421', 'skon@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (49, 3, 'customer', 1, 'General', 'Hudaco', 'Hudaco', '', 'Uhuru Market', 'Nairobi', '', '', '', '0721128421', 'Hudaco@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (50, 3, 'customer', 1, 'General', 'Mburu Caps', 'Mburu Caps', '', 'Uhuru Market', 'Nairobi', '', '', '', '+254112379096', 'mburu@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (51, 3, 'customer', 1, 'General', 'Blue Sky Energy', 'Blue Sky Energy', '', 'Uhuru Market', 'Nairobi', '', '', '', '+254112379096', 'bluesky@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (52, 3, 'customer', 1, 'General', 'LakeFord', 'LakeFord', '', 'Uhuru Market', 'Nairobi', '', '', '', '+254112379096', 'LakeFord@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (53, 3, 'customer', 1, 'General', 'Losokwan', 'Losokwan', '', 'Uhuru Market', 'Nairobi', '', '', '', '+254112379096', 'Losokwan@yahoo.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');
INSERT INTO `sma_companies` (`id`, `group_id`, `group_name`, `customer_group_id`, `customer_group_name`, `name`, `company`, `vat_no`, `address`, `city`, `state`, `postal_code`, `country`, `phone`, `email`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `invoice_footer`, `payment_term`, `logo`, `award_points`, `deposit_amount`, `price_group_id`, `price_group_name`, `gst_no`) VALUES (54, 3, 'customer', 1, 'General', 'Pastor Tjani', 'RCCG', '', 'Nairobi', 'Nairobi', '', '', 'Kenya', '+254705303301', 'rccgambassadorskenya@gmail.com', '', '', '', '', '', '', NULL, 0, 'logo.png', 0, NULL, 1, 'Default', '');


#
# TABLE STRUCTURE FOR: sma_costing
#

DROP TABLE IF EXISTS `sma_costing`;

CREATE TABLE `sma_costing` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `product_id` int(11) DEFAULT NULL,
  `sale_item_id` int(11) NOT NULL,
  `sale_id` int(11) DEFAULT NULL,
  `purchase_item_id` int(11) DEFAULT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `purchase_net_unit_cost` decimal(25,4) DEFAULT NULL,
  `purchase_unit_cost` decimal(25,4) DEFAULT NULL,
  `sale_net_unit_price` decimal(25,4) NOT NULL,
  `sale_unit_price` decimal(25,4) NOT NULL,
  `quantity_balance` decimal(15,4) DEFAULT NULL,
  `inventory` tinyint(1) DEFAULT 0,
  `overselling` tinyint(1) DEFAULT 0,
  `option_id` int(11) DEFAULT NULL,
  `purchase_id` int(11) DEFAULT NULL,
  `transfer_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2199 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (20, '2022-05-04', 39, 20, 14, 55, '5.0000', '0.0000', '0.0000', '650.0000', '650.0000', '10.0000', 1, 0, 133, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (21, '2022-05-04', 29, 21, 14, 50, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '5.0000', 1, 0, 320, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (22, '2022-05-04', 26, 22, 15, 48, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '14.0000', 1, 0, 197, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (23, '2022-05-04', 30, 23, 15, 23, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '3.0000', 1, 0, 93, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (24, '2022-05-04', 22, 24, 16, NULL, '2.0000', '0.0000', '0.0000', '420.0000', '420.0000', '-2.0000', 1, 1, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (25, '2022-05-04', 23, 25, 16, 20, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '18.0000', 1, 0, 139, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (26, '2022-05-04', 23, 26, 17, 20, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '16.0000', 1, 0, 139, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (27, '2022-05-04', 23, 27, 18, 20, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '14.0000', 1, 0, 139, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (28, '2022-05-04', 23, 28, 19, 29, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '12.0000', 1, 0, 141, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (29, '2022-05-04', 32, 29, 19, 42, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '10.0000', 1, 0, 252, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (30, '2022-05-04', 34, 30, 19, 43, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '14.0000', 1, 0, 224, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (31, '2022-05-05', 26, 31, 20, 30, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '7.0000', 1, 0, 188, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (32, '2022-05-05', 22, 32, 21, 121, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '7.0000', 1, 0, 389, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (33, '2022-05-05', 29, 33, 22, 50, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '4.0000', 1, 0, 320, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (34, '2022-05-05', 30, 34, 22, 51, '3.0000', '0.0000', '0.0000', '540.0000', '540.0000', '8.0000', 1, 0, 104, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (35, '2022-05-05', 23, 35, 22, 47, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '13.0000', 1, 0, 150, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (39, '2022-05-05', 22, 39, 24, 185, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '10.0000', 1, 0, 382, 10, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (40, '2022-05-05', 47, 40, 24, 167, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '20.0000', 1, 0, 327, 7, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (41, '2022-05-05', 23, 41, 25, 138, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '3.0000', 1, 0, 155, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (43, '2022-05-05', 30, 43, 27, 51, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '7.0000', 1, 0, 104, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (44, '2022-05-05', 47, 44, 26, 160, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '59.0000', 1, 0, 333, 7, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (48, '2022-05-05', 36, 48, 23, 35, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '10.0000', 1, 0, 170, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (49, '2022-05-05', 63, 49, 23, 181, '3.0000', '0.0000', '0.0000', '290.0000', '290.0000', '33.0000', 1, 0, 557, 9, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (50, '2022-05-05', 51, 50, 23, 178, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '1.0000', 1, 0, 420, 8, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (51, '2022-05-05', 51, 51, 28, 178, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '0.0000', 1, 0, 420, 8, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (52, '2022-05-05', 36, 52, 29, 17, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '0.0000', 1, 0, 174, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (53, '2022-05-05', 29, 53, 30, 74, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '5.0000', 1, 0, 325, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (54, '2022-05-05', 30, 54, 31, 141, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '6.0000', 1, 0, 109, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (55, '2022-05-05', 23, 55, 31, 138, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '1.0000', 1, 0, 155, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (56, '2022-05-05', 26, 56, 31, 139, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '0.0000', 1, 0, 202, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (57, '2022-05-05', 26, 56, 31, 202, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '0.0000', 1, 0, 202, 14, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (58, '2022-05-05', 29, 57, 31, 140, '3.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 323, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (59, '2022-05-05', 30, 58, 32, 23, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '2.0000', 1, 0, 93, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (60, '2022-05-05', 63, 59, 32, 181, '5.0000', '0.0000', '0.0000', '290.0000', '290.0000', '28.0000', 1, 0, 557, 9, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (61, '2022-05-06', 36, 60, 33, 44, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '8.0000', 1, 0, 168, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (62, '2022-05-06', 26, 61, 34, 57, '6.0000', '0.0000', '0.0000', '490.0000', '490.0000', '3.0000', 1, 0, 200, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (63, '2022-05-06', 37, 62, 34, 110, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '2.0000', 1, 0, 162, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (64, '2022-05-06', 47, 63, 35, 160, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '57.0000', 1, 0, 333, 7, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (65, '2022-05-06', 26, 64, 36, 123, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '4.0000', 1, 0, 199, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (66, '2022-05-06', 30, 65, 36, 125, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '7.0000', 1, 0, 100, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (67, '2022-05-06', 27, 66, 36, 118, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 208, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (68, '2022-05-06', 30, 67, 36, 23, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '1.0000', 1, 0, 93, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (69, '2022-05-06', 32, 68, 36, 24, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '20.0000', 1, 0, 251, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (70, '2022-05-07', 36, 69, 37, 35, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '9.0000', 1, 0, 170, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (71, '2022-05-07', 29, 70, 38, 152, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '9.0000', 1, 0, 319, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (72, '2022-05-07', 27, 71, 39, 106, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '6.0000', 1, 0, 205, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (73, '2022-05-07', 27, 72, 40, 106, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '4.0000', 1, 0, 205, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (74, '2022-05-07', 22, 73, 41, 149, '2.0000', '0.0000', '0.0000', '420.0000', '420.0000', '4.0000', 1, 0, 396, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (75, '2022-05-07', 28, 74, 42, 199, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '0.0000', 1, 0, 222, 13, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (76, '2022-05-07', 24, 75, 42, 116, '2.0000', '0.0000', '0.0000', '450.0000', '450.0000', '6.0000', 1, 0, 282, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (77, '2022-05-07', 25, 76, 42, 117, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '7.0000', 1, 0, 244, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (78, '2022-05-07', 28, 77, 42, 119, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '2.0000', 1, 0, 215, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (79, '2022-05-07', 34, 78, 42, 34, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '14.0000', 1, 0, 225, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (80, '2022-05-07', 36, 79, 42, 35, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '8.0000', 1, 0, 170, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (81, '2022-05-07', 29, 80, 42, 140, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '6.0000', 1, 0, 323, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (82, '2022-05-07', 29, 81, 42, 50, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '2.0000', 1, 0, 320, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (83, '2022-05-07', 29, 82, 42, 140, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '5.0000', 1, 0, 323, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (84, '2022-05-07', 22, 83, 42, 187, '16.0000', '0.0000', '0.0000', '420.0000', '420.0000', '0.0000', 1, 0, 383, 10, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (85, '2022-05-07', 22, 83, 42, 203, '4.0000', '0.0000', '0.0000', '420.0000', '420.0000', '2.0000', 1, 0, 383, 15, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (86, '2022-05-07', 62, 84, 42, 179, '1.0000', '0.0000', '0.0000', '240.0000', '240.0000', '5.0000', 1, 0, 544, 9, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (87, '2022-05-07', 22, 85, 43, 121, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '6.0000', 1, 0, 389, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (88, '2022-05-07', 27, 86, 43, 118, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '5.0000', 1, 0, 208, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (89, '2022-05-07', 24, 87, 43, 116, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '5.0000', 1, 0, 282, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (90, '2022-05-07', 25, 88, 43, 117, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '6.0000', 1, 0, 244, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (91, '2022-05-07', 24, 89, 43, 81, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '5.0000', 1, 0, 287, 6, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (92, '2022-04-19', 60, 90, 44, NULL, '2.0000', '0.0000', '0.0000', '225.0000', '225.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (93, '2022-04-19', 60, 91, 45, NULL, '1.0000', '0.0000', '0.0000', '250.0000', '250.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (94, '2022-04-19', 60, 92, 46, NULL, '5.0000', '0.0000', '0.0000', '150.0000', '150.0000', '-5.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (95, '2022-04-19', 61, 93, 47, NULL, '2.0000', '0.0000', '0.0000', '50.0000', '50.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (96, '2022-04-19', 61, 94, 48, NULL, '1.0000', '0.0000', '0.0000', '50.0000', '50.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (97, '2022-04-19', 60, 95, 49, NULL, '2.0000', '0.0000', '0.0000', '150.0000', '150.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (98, '2022-04-19', 61, 96, 50, NULL, '22.0000', '0.0000', '0.0000', '50.0000', '50.0000', '-22.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (99, '2022-04-20', 60, 97, 51, NULL, '2.0000', '0.0000', '0.0000', '150.0000', '150.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (100, '2022-04-20', 60, 98, 52, NULL, '2.0000', '0.0000', '0.0000', '150.0000', '150.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (101, '2022-04-20', 61, 99, 53, NULL, '4.0000', '0.0000', '0.0000', '50.0000', '50.0000', '-4.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (102, '2022-04-20', 61, 100, 54, NULL, '3.0000', '0.0000', '0.0000', '50.0000', '50.0000', '-3.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (103, '2022-04-20', 61, 101, 55, NULL, '3.0000', '0.0000', '0.0000', '50.0000', '50.0000', '-3.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (104, '2022-04-20', 60, 102, 56, NULL, '12.0000', '0.0000', '0.0000', '200.0000', '200.0000', '-12.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (105, '2022-04-20', 61, 103, 57, NULL, '1.0000', '0.0000', '0.0000', '70.0000', '70.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (106, '2022-05-09', 76, 104, 58, 319, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '0.0000', 1, 0, 709, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (107, '2022-05-09', 71, 105, 58, 235, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '9.0000', 1, 0, 632, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (108, '2022-05-09', 81, 106, 59, 279, '3.0000', '0.0000', '0.0000', '630.0000', '630.0000', '11.0000', 1, 0, 774, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (109, '2022-05-09', 83, 107, 59, 286, '5.0000', '0.0000', '0.0000', '650.0000', '650.0000', '13.0000', 1, 0, 802, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (110, '2022-05-09', 81, 108, 60, 277, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '7.0000', 1, 0, 763, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (111, '2022-05-09', 74, 109, 60, 243, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 681, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (112, '2022-05-09', 83, 110, 60, 286, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '12.0000', 1, 0, 802, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (113, '2022-05-09', 76, 111, 60, 321, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '9.0000', 1, 0, 703, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (120, '2022-05-10', 67, 118, 63, 214, '6.0000', '0.0000', '0.0000', '420.0000', '420.0000', '0.0000', 1, 0, 586, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (121, '2022-05-10', 69, 119, 63, 226, '5.0000', '0.0000', '0.0000', '460.0000', '460.0000', '13.0000', 1, 0, 612, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (122, '2022-05-10', 71, 120, 63, 237, '3.0000', '0.0000', '0.0000', '490.0000', '490.0000', '12.0000', 1, 0, 640, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (123, '2022-05-10', 74, 121, 63, 246, '3.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 675, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (124, '2022-05-10', 75, 122, 63, 256, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '9.0000', 1, 0, 699, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (130, '2022-05-10', 100, 128, 62, NULL, '4.0000', '0.0000', '0.0000', '60.0000', '60.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (131, '2022-05-10', 100, 129, 62, NULL, '94.0000', '0.0000', '0.0000', '60.0000', '60.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (132, '2022-05-10', 100, 130, 62, NULL, '59.0000', '0.0000', '0.0000', '60.0000', '60.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (133, '2022-05-10', 100, 131, 62, NULL, '60.0000', '0.0000', '0.0000', '90.0000', '90.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (134, '2022-05-10', 100, 132, 62, NULL, '22.0000', '0.0000', '0.0000', '60.0000', '60.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (135, '2022-05-10', 85, 133, 64, 358, '30.0000', '0.0000', '0.0000', '80.0000', '80.0000', '27.0000', 1, 0, 822, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (136, '2022-05-10', 75, 134, 65, 252, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '10.0000', 1, 0, 687, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (137, '2022-05-10', 77, 135, 66, 258, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '3.0000', 1, 0, 716, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (138, '2022-05-10', 74, 136, 67, 242, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '0.0000', 1, 0, 669, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (139, '2022-05-10', 79, 137, 67, 272, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '5.0000', 1, 0, 741, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (143, '2022-05-10', 81, 141, 69, 277, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '6.0000', 1, 0, 763, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (144, '2022-05-10', 69, 142, 70, 216, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '14.0000', 1, 0, 603, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (145, '2022-05-10', 104, 143, 71, 348, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '2.0000', 1, 0, 1041, 17, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (146, '2022-05-10', 74, 144, 68, 240, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '14.0000', 1, 0, 666, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (147, '2022-05-10', 75, 145, 68, 249, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '16.0000', 1, 0, 683, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (148, '2022-05-10', 77, 146, 68, 260, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '9.0000', 1, 0, 711, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (149, '2022-05-10', 100, 147, 72, NULL, '1.0000', '0.0000', '0.0000', '5570.0000', '5570.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (150, '2022-04-21', 100, 148, 73, NULL, '1.0000', '0.0000', '0.0000', '3050.0000', '3050.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (153, '2022-04-21', 100, 151, 74, NULL, '1.0000', '0.0000', '0.0000', '1770.0000', '1770.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (154, '2022-04-22', 100, 152, 75, NULL, '1.0000', '0.0000', '0.0000', '4740.0000', '4740.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (155, '2022-04-23', 100, 153, 76, NULL, '1.0000', '0.0000', '0.0000', '9900.0000', '9900.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (156, '2022-04-24', 100, 154, 77, NULL, '1.0000', '0.0000', '0.0000', '9020.0000', '9020.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (157, '2022-04-25', 100, 155, 78, NULL, '1.0000', '0.0000', '0.0000', '13630.0000', '13630.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (158, '2022-04-26', 100, 156, 79, NULL, '1.0000', '0.0000', '0.0000', '3975.0000', '3975.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (159, '2022-04-27', 100, 157, 80, NULL, '1.0000', '0.0000', '0.0000', '8200.0000', '8200.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (160, '2022-04-29', 100, 158, 81, NULL, '1.0000', '0.0000', '0.0000', '6940.0000', '6940.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (161, '2022-04-30', 100, 159, 82, NULL, '1.0000', '0.0000', '0.0000', '6190.0000', '6190.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (162, '2022-05-11', 71, 160, 83, 234, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '10.0000', 1, 0, 644, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (163, '2022-05-11', 68, 161, 84, 291, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '2.0000', 1, 0, 596, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (164, '2022-05-11', 104, 162, 84, 348, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '1.0000', 1, 0, 1041, 17, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (165, '2022-05-11', 72, 163, 85, 303, '4.0000', '0.0000', '0.0000', '510.0000', '510.0000', '2.0000', 1, 0, 645, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (166, '2022-05-11', 73, 164, 86, 312, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '9.0000', 1, 0, 660, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (167, '2022-05-01', 100, 165, 87, NULL, '3.0000', '0.0000', '0.0000', '200.0000', '200.0000', '-3.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (168, '2022-05-02', 100, 166, 88, NULL, '28.0000', '0.0000', '0.0000', '200.0000', '200.0000', '-28.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (169, '2022-05-03', 100, 167, 89, NULL, '1.0000', '0.0000', '0.0000', '6700.0000', '6700.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (170, '2022-05-04', 100, 168, 90, NULL, '1.0000', '0.0000', '0.0000', '7300.0000', '7300.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (171, '2022-05-05', 100, 169, 91, NULL, '8.0000', '0.0000', '0.0000', '200.0000', '200.0000', '-8.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (172, '2022-05-06', 100, 170, 92, NULL, '1.0000', '0.0000', '0.0000', '1350.0000', '1350.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (173, '2022-05-07', 100, 171, 93, NULL, '1.0000', '0.0000', '0.0000', '7530.0000', '7530.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (175, '2022-05-09', 100, 173, 95, NULL, '1.0000', '0.0000', '0.0000', '5810.0000', '5810.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (179, '2022-05-12', 89, 177, 97, 342, '1.0000', '0.0000', '0.0000', '290.0000', '290.0000', '20.0000', 1, 0, 880, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (180, '2022-05-12', 74, 178, 98, 241, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '4.0000', 1, 0, 677, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (181, '2022-05-12', 70, 179, 99, 296, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '7.0000', 1, 0, 623, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (182, '2022-05-12', 69, 180, 100, 220, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '15.0000', 1, 0, 614, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (183, '2022-05-12', 75, 181, 100, 251, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '3.0000', 1, 0, 693, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (184, '2022-05-12', 85, 182, 101, 357, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '20.0000', 1, 0, 821, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (185, '2022-05-12', 71, 183, 102, 233, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '1.0000', 1, 0, 633, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (186, '2022-05-12', 69, 184, 103, 223, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '1.0000', 1, 0, 616, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (195, '2022-05-12', 80, 191, 104, 331, '4.0000', '0.0000', '0.0000', '620.0000', '620.0000', '1.0000', 1, 0, 759, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (196, '2022-05-12', 82, 192, 104, 335, '2.0000', '0.0000', '0.0000', '650.0000', '650.0000', '2.0000', 1, 0, 787, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (197, '2022-05-12', 84, 193, 104, 414, '4.0000', '0.0000', '0.0000', '670.0000', '670.0000', '0.0000', 1, 0, 815, 25, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (198, '2022-05-13', 72, 194, 105, 306, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '2.0000', 1, 0, 650, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (199, '2022-05-13', 70, 195, 105, 299, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '7.0000', 1, 0, 624, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (200, '2022-05-13', 73, 196, 105, 312, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '7.0000', 1, 0, 660, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (201, '2022-05-13', 78, 197, 105, 324, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '0.0000', 1, 0, 729, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (202, '2022-05-13', 80, 198, 105, 332, '2.0000', '0.0000', '0.0000', '620.0000', '620.0000', '6.0000', 1, 0, 758, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (203, '2022-05-13', 77, 199, 106, 260, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '7.0000', 1, 0, 711, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (204, '2022-05-13', 79, 200, 106, 269, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '11.0000', 1, 0, 737, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (205, '2022-05-13', 85, 201, 107, 360, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '31.0000', 1, 0, 820, 18, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (207, '2022-05-12', 100, 203, 108, NULL, '1.0000', '0.0000', '0.0000', '2500.0000', '2500.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (208, '2022-05-12', 100, 204, 109, NULL, '1.0000', '0.0000', '0.0000', '5700.0000', '5700.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (209, '2022-05-12', 100, 205, 110, NULL, '11.0000', '0.0000', '0.0000', '200.0000', '200.0000', '-11.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (210, '2022-05-13', 100, 206, 111, NULL, '1.0000', '0.0000', '0.0000', '7860.0000', '7860.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (211, '2022-05-14', 71, 207, 112, 232, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '1.0000', 1, 0, 639, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (212, '2022-05-14', 77, 208, 113, 259, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '18.0000', 1, 0, 710, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (213, '2022-05-14', 77, 209, 114, 258, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '1.0000', 1, 0, 716, 16, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (214, '2022-05-14', 74, 210, 115, 416, '3.0000', '0.0000', '0.0000', '510.0000', '510.0000', '0.0000', 1, 0, 676, 27, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (215, '2022-05-14', 100, 211, 116, NULL, '1.0000', '0.0000', '0.0000', '2050.0000', '2050.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (216, '2022-05-14', 100, 212, 116, NULL, '1.0000', '0.0000', '0.0000', '7750.0000', '7750.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (220, '2022-05-15', 69, 216, 117, NULL, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '-2.0000', 1, 1, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (221, '2022-05-15', 71, 217, 117, 496, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '2.0000', 1, 0, 630, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (222, '2022-05-15', 85, 218, 117, 584, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '106.0000', 1, 0, 818, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (223, '2022-05-15', 71, 219, 117, 482, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '17.0000', 1, 0, 629, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (228, '2022-05-15', 100, 224, 119, NULL, '1.0000', '0.0000', '0.0000', '1250.0000', '1250.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (229, '2022-05-16', 85, 225, 120, 423, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '18.0000', 1, 0, 821, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (230, '2022-05-16', 85, 226, 121, 584, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '105.0000', 1, 0, 818, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (231, '2022-05-16', 83, 227, 122, 592, '2.0000', '0.0000', '0.0000', '650.0000', '650.0000', '7.0000', 1, 0, 792, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (232, '2022-05-16', 100, 228, 123, NULL, '1.0000', '0.0000', '0.0000', '3910.0000', '3910.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (233, '2022-05-17', 79, 229, 124, 515, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '6.0000', 1, 0, 749, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (234, '2022-05-17', 69, 230, 125, 428, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '12.0000', 1, 0, 614, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (235, '2022-05-17', 71, 231, 125, 431, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '0.0000', 1, 0, 639, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (236, '2022-05-17', 70, 232, 126, 454, '2.0000', '0.0000', '0.0000', '480.0000', '480.0000', '9.0000', 1, 0, 623, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (237, '2022-05-17', 73, 233, 126, 527, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '17.0000', 1, 0, 658, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (238, '2022-05-17', 80, 234, 126, 530, '1.0000', '0.0000', '0.0000', '620.0000', '620.0000', '1.0000', 1, 0, 757, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (239, '2022-05-12', 73, 235, 96, 542, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '1.0000', 1, 0, 659, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (240, '2022-05-12', 72, 236, 96, 541, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '5.0000', 1, 0, 647, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (241, '2022-05-12', 70, 237, 96, 540, '2.0000', '0.0000', '0.0000', '480.0000', '480.0000', '10.0000', 1, 0, 622, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (242, '2022-05-18', 75, 238, 127, 500, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '9.0000', 1, 0, 698, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (243, '2022-05-18', 79, 239, 127, 492, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '12.0000', 1, 0, 739, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (244, '2022-05-17', 100, 240, 128, NULL, '3.0000', '0.0000', '0.0000', '60.0000', '60.0000', '-3.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (245, '2022-05-17', 100, 241, 128, NULL, '5.0000', '0.0000', '0.0000', '150.0000', '150.0000', '-5.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (246, '2022-05-17', 100, 242, 128, NULL, '13.0000', '0.0000', '0.0000', '100.0000', '100.0000', '-13.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (247, '2022-05-17', 100, 243, 128, NULL, '1.0000', '0.0000', '0.0000', '1070.0000', '1070.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (248, '2022-05-18', 83, 244, 129, 497, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '8.0000', 1, 0, 791, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (249, '2022-05-18', 85, 245, 130, 582, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '32.0000', 1, 0, 817, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (250, '2022-05-18', 85, 246, 131, 583, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '27.0000', 1, 0, 824, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (251, '2022-05-18', 77, 247, 132, 509, '3.0000', '0.0000', '0.0000', '570.0000', '570.0000', '7.0000', 1, 0, 720, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (252, '2022-05-18', 74, 248, 133, 438, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '18.0000', 1, 0, 669, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (253, '2022-05-18', 75, 249, 133, 443, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '9.0000', 1, 0, 687, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (254, '2022-05-18', 100, 250, 134, NULL, '1.0000', '0.0000', '0.0000', '2160.0000', '2160.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (255, '2022-05-18', 100, 251, 134, NULL, '37.0000', '0.0000', '0.0000', '50.0000', '50.0000', '-37.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (256, '2022-05-18', 100, 252, 134, NULL, '10.0000', '0.0000', '0.0000', '70.0000', '70.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (257, '2022-05-19', 67, 253, 135, 494, '2.0000', '0.0000', '0.0000', '420.0000', '420.0000', '10.0000', 1, 0, 577, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (258, '2022-05-19', 69, 254, 135, 495, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '29.0000', 1, 0, 604, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (259, '2022-05-19', 74, 255, 135, 436, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '26.0000', 1, 0, 666, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (260, '2022-05-19', 90, 256, 136, 580, '2.0000', '0.0000', '0.0000', '240.0000', '240.0000', '17.0000', 1, 0, 892, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (261, '2022-05-19', 85, 257, 137, 584, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '104.0000', 1, 0, 818, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (262, '2022-05-19', 70, 258, 138, 600, '5.0000', '0.0000', '0.0000', '480.0000', '480.0000', '2.0000', 1, 0, 628, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (263, '2022-05-19', 72, 259, 138, 522, '5.0000', '0.0000', '0.0000', '510.0000', '510.0000', '1.0000', 1, 0, 654, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (264, '2022-05-19', 73, 260, 138, 601, '5.0000', '0.0000', '0.0000', '530.0000', '530.0000', '0.0000', 1, 0, 664, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (265, '2022-05-19', 76, 261, 138, 459, '5.0000', '0.0000', '0.0000', '560.0000', '560.0000', '1.0000', 1, 0, 709, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (266, '2022-05-19', 78, 262, 138, 602, '2.0000', '0.0000', '0.0000', '590.0000', '590.0000', '0.0000', 1, 0, 735, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (267, '2022-05-19', 100, 263, 139, NULL, '1.0000', '0.0000', '0.0000', '1100.0000', '1100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (268, '2022-05-20', 100, 264, 140, NULL, '1.0000', '0.0000', '0.0000', '1340.0000', '1340.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (269, '2022-05-20', 100, 265, 140, NULL, '30.0000', '0.0000', '0.0000', '230.0000', '230.0000', '-30.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (270, '2022-05-21', 75, 266, 141, 500, '4.0000', '0.0000', '0.0000', '540.0000', '540.0000', '5.0000', 1, 0, 698, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (271, '2022-05-21', 71, 267, 142, 507, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '20.0000', 1, 0, 638, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (272, '2022-05-21', 68, 268, 143, 539, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '1.0000', 1, 0, 595, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (273, '2022-05-21', 70, 269, 143, 540, '2.0000', '0.0000', '0.0000', '480.0000', '480.0000', '8.0000', 1, 0, 622, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (274, '2022-05-21', 72, 270, 143, 541, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '3.0000', 1, 0, 647, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (275, '2022-05-21', 73, 271, 143, 542, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '2.0000', 1, 0, 659, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (276, '2022-05-21', 76, 272, 143, 460, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '9.0000', 1, 0, 703, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (277, '2022-05-21', 78, 273, 143, 543, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '1.0000', 1, 0, 730, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (278, '2022-05-23', 71, 274, 144, 479, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '18.0000', 1, 0, 635, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (279, '2022-05-23', 75, 275, 144, 480, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '7.0000', 1, 0, 689, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (280, '2022-05-23', 85, 276, 145, 582, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '31.0000', 1, 0, 817, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (281, '2022-05-23', 74, 277, 146, 437, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '3.0000', 1, 0, 677, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (282, '2022-05-23', 81, 278, 146, 511, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '10.0000', 1, 0, 773, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (283, '2022-05-23', 85, 279, 146, 424, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '26.0000', 1, 0, 822, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (284, '2022-05-23', 69, 280, 147, 478, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '5.0000', 1, 0, 609, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (285, '2022-05-23', 67, 281, 148, 481, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '9.0000', 1, 0, 576, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (286, '2022-05-24', 67, 282, 149, 516, '10.0000', '0.0000', '0.0000', '420.0000', '420.0000', '4.0000', 1, 0, 580, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (287, '2022-05-24', 69, 283, 149, 517, '5.0000', '0.0000', '0.0000', '460.0000', '460.0000', '15.0000', 1, 0, 607, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (292, '2022-05-21', 100, 288, 150, NULL, '1.0000', '0.0000', '0.0000', '1230.0000', '1230.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (293, '2022-05-21', 100, 289, 150, NULL, '40.0000', '0.0000', '0.0000', '70.0000', '70.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (294, '2022-05-21', 100, 290, 150, NULL, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (301, '2022-05-24', 79, 297, 151, NULL, '5.0000', '0.0000', '0.0000', '600.0000', '600.0000', '-5.0000', 1, 1, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (302, '2022-05-24', 81, 298, 151, NULL, '20.0000', '0.0000', '0.0000', '630.0000', '630.0000', '-20.0000', 1, 1, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (303, '2022-05-24', 83, 299, 151, 497, '14.0000', '0.0000', '0.0000', '650.0000', '650.0000', '8.0000', 1, 0, 791, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (304, '2022-05-24', 107, 300, 151, 608, '12.0000', '0.0000', '0.0000', '750.0000', '750.0000', '1.0000', 1, 0, 1065, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (305, '2022-05-24', 108, 301, 151, 609, '5.0000', '0.0000', '0.0000', '850.0000', '850.0000', '0.0000', 1, 0, 1081, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (310, '2022-05-24', 79, 306, 153, 448, '8.0000', '0.0000', '0.0000', '600.0000', '600.0000', '3.0000', 1, 0, 737, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (311, '2022-05-24', 81, 307, 153, 450, '6.0000', '0.0000', '0.0000', '630.0000', '630.0000', '0.0000', 1, 0, 763, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (312, '2022-05-25', 85, 308, 154, 424, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '25.0000', 1, 0, 822, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (313, '2022-05-26', 67, 309, 155, 494, '5.0000', '0.0000', '0.0000', '420.0000', '420.0000', '7.0000', 1, 0, 577, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (314, '2022-05-26', 71, 310, 155, 496, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '1.0000', 1, 0, 630, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (318, '2022-05-27', 75, 314, 157, 484, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '5.0000', 1, 0, 682, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (320, '2022-05-26', 100, 316, 159, NULL, '40.0000', '0.0000', '0.0000', '60.0000', '60.0000', '-40.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (321, '2022-05-26', 100, 317, 160, NULL, '1.0000', '0.0000', '0.0000', '150.0000', '150.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (322, '2022-05-27', 100, 318, 161, NULL, '24.0000', '0.0000', '0.0000', '30.0000', '30.0000', '-24.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (323, '2022-05-27', 100, 319, 162, NULL, '1.0000', '0.0000', '0.0000', '2050.0000', '2050.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (324, '2022-05-24', 100, 320, 156, NULL, '72.0000', '0.0000', '0.0000', '30.0000', '30.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (325, '2022-05-24', 100, 321, 163, NULL, '12.0000', '0.0000', '0.0000', '70.0000', '70.0000', '-12.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (326, '2022-05-24', 100, 322, 164, NULL, '1.0000', '0.0000', '0.0000', '550.0000', '550.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (327, '2022-05-25', 100, 323, 158, NULL, '94.0000', '0.0000', '0.0000', '60.0000', '60.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (328, '2022-05-29', 69, 327, 166, 572, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '0.0000', 1, 0, 618, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (329, '2022-05-29', 77, 328, 167, 501, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '9.0000', 1, 0, 725, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (345, '2022-05-28', 80, 344, 178, 523, '1.0000', '0.0000', '0.0000', '620.0000', '620.0000', '4.0000', 1, 0, 762, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (346, '2022-05-28', 100, 345, 175, NULL, '1.0000', '0.0000', '0.0000', '2500.0000', '2500.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (347, '2022-05-28', 100, 346, 179, NULL, '1.0000', '0.0000', '0.0000', '2520.0000', '2520.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (348, '2022-05-28', 100, 347, 180, NULL, '16.0000', '0.0000', '0.0000', '90.0000', '90.0000', '-16.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (351, '2022-05-30', 100, 350, 182, NULL, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (352, '2022-05-30', 100, 351, 183, NULL, '1.0000', '0.0000', '0.0000', '1750.0000', '1750.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (353, '2022-05-30', 100, 352, 184, NULL, '24.0000', '0.0000', '0.0000', '30.0000', '30.0000', '-24.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (354, '2022-05-29', 100, 353, 165, NULL, '1.0000', '0.0000', '0.0000', '5600.0000', '5600.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (355, '2022-05-31', 83, 354, 185, 592, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '6.0000', 1, 0, 792, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (356, '2022-05-31', 71, 355, 186, 434, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '8.0000', 1, 0, 632, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (357, '2022-05-31', 85, 356, 187, 584, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '103.0000', 1, 0, 818, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (360, '2022-05-31', 86, 359, 188, 589, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '29.0000', 1, 0, 832, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (362, '2022-05-28', 71, 361, 189, 482, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '16.0000', 1, 0, 629, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (364, '2022-05-28', 86, 363, 190, 589, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '28.0000', 1, 0, 832, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (367, '2022-05-28', 85, 366, 191, NULL, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '-1.0000', 1, 1, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (368, '2022-05-28', 85, 367, 191, 583, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '26.0000', 1, 0, 824, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (370, '2022-05-28', 85, 369, 192, NULL, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '-1.0000', 1, 1, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (372, '2022-05-28', 85, 371, 193, 582, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '30.0000', 1, 0, 817, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (374, '2022-05-29', 83, 373, 194, 592, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '5.0000', 1, 0, 792, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (383, '2022-05-29', 75, 382, 195, NULL, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '-1.0000', 1, 1, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (384, '2022-05-29', 74, 383, 195, NULL, '3.0000', '0.0000', '0.0000', '510.0000', '510.0000', '-3.0000', 1, 1, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (385, '2022-05-29', 71, 384, 195, 496, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '9.0000', 1, 0, 630, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (386, '2022-05-29', 69, 385, 195, 506, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '16.0000', 1, 0, 613, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (388, '2022-05-29', 86, 387, 196, 589, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '27.0000', 1, 0, 832, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (389, '2022-05-28', 104, 388, 181, NULL, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '-1.0000', 1, 1, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (391, '2022-05-19', 73, 390, 197, 527, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '16.0000', 1, 0, 658, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (393, '2022-05-19', 69, 392, 198, 506, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '15.0000', 1, 0, 613, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (395, '2022-05-23', 75, 394, 199, NULL, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '-1.0000', 1, 1, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (397, '2022-05-14', 85, 396, 200, 585, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '1.0000', 1, 0, 830, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (398, '2022-05-31', 100, 397, 201, NULL, '1.0000', '0.0000', '0.0000', '2020.0000', '2020.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (399, '2022-05-31', 100, 398, 202, NULL, '35.0000', '0.0000', '0.0000', '60.0000', '60.0000', '-35.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (400, '2022-05-31', 100, 399, 203, NULL, '6.0000', '0.0000', '0.0000', '60.0000', '60.0000', '-6.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (401, '2022-06-01', 78, 400, 204, 543, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '0.0000', 1, 0, 730, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (402, '2022-06-01', 81, 401, 205, 519, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '18.0000', 1, 0, 766, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (403, '2022-06-01', 85, 402, 206, 584, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '101.0000', 1, 0, 818, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (404, '2022-06-01', 71, 403, 207, 507, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '19.0000', 1, 0, 638, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (405, '2022-06-02', 70, 404, 208, 454, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '8.0000', 1, 0, 623, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (406, '2022-06-02', 85, 405, 208, 584, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '100.0000', 1, 0, 818, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (407, '2022-06-02', 71, 406, 209, 479, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '17.0000', 1, 0, 635, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (408, '2022-06-03', 80, 407, 210, 523, '2.0000', '0.0000', '0.0000', '620.0000', '620.0000', '2.0000', 1, 0, 762, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (409, '2022-06-03', 82, 408, 210, 524, '4.0000', '0.0000', '0.0000', '650.0000', '650.0000', '0.0000', 1, 0, 789, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (410, '2022-06-03', 73, 409, 211, 566, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '1.0000', 1, 0, 661, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (411, '2022-06-04', 69, 410, 212, 489, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '11.0000', 1, 0, 605, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (412, '2022-06-04', 69, 411, 213, 429, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '0.0000', 1, 0, 616, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (413, '2022-06-01', 100, 412, 214, NULL, '1.0000', '0.0000', '0.0000', '1150.0000', '1150.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (414, '2022-06-01', 100, 413, 215, NULL, '1.0000', '0.0000', '0.0000', '250.0000', '250.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (415, '2022-06-01', 100, 414, 216, NULL, '10.0000', '0.0000', '0.0000', '60.0000', '60.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (416, '2022-06-02', 100, 415, 217, NULL, '1.0000', '0.0000', '0.0000', '1250.0000', '1250.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (417, '2022-06-03', 100, 416, 218, NULL, '1.0000', '0.0000', '0.0000', '1150.0000', '1150.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (418, '2022-06-03', 100, 417, 219, NULL, '1.0000', '0.0000', '0.0000', '4300.0000', '4300.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (419, '2022-06-03', 100, 418, 220, NULL, '15.0000', '0.0000', '0.0000', '100.0000', '100.0000', '-15.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (421, '2022-06-04', 100, 420, 222, NULL, '1.0000', '0.0000', '0.0000', '1600.0000', '1600.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (423, '2022-06-05', 119, 422, 223, 656, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '18.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (425, '2022-06-05', 119, 424, 224, 674, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '7.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (426, '2022-06-06', 117, 425, 225, 663, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '7.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (427, '2022-06-06', 114, 426, 226, 692, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '0.0000', 1, 0, 1182, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (428, '2022-06-06', 100, 427, 227, NULL, '1.0000', '0.0000', '0.0000', '500.0000', '500.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (429, '2022-06-06', 100, 428, 228, NULL, '62.0000', '0.0000', '0.0000', '60.0000', '60.0000', '-62.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (430, '2022-06-06', 100, 429, 229, NULL, '64.0000', '0.0000', '0.0000', '60.0000', '60.0000', '-64.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (431, '2022-06-06', 100, 430, 230, NULL, '7.0000', '0.0000', '0.0000', '60.0000', '60.0000', '-7.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (432, '2022-06-06', 100, 431, 231, NULL, '30.0000', '0.0000', '0.0000', '70.0000', '70.0000', '-30.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (433, '2022-06-07', 119, 432, 232, 774, '7.0000', '0.0000', '0.0000', '600.0000', '600.0000', '3.0000', 1, 0, 1259, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (434, '2022-06-07', 116, 433, 233, 693, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '0.0000', 1, 0, 1219, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (435, '2022-06-07', 85, 434, 234, 584, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '99.0000', 1, 0, 818, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (436, '2022-06-07', 86, 435, 235, 589, '20.0000', '0.0000', '0.0000', '200.0000', '200.0000', '7.0000', 1, 0, 832, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (437, '2022-06-07', 116, 436, 236, 630, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '23.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (438, '2022-06-07', 134, 437, 237, 738, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '1.0000', 1, 0, 1477, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (439, '2022-06-07', 135, 438, 237, 739, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '3.0000', 1, 0, 1489, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (440, '2022-06-07', 117, 439, 238, 631, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '20.0000', 1, 0, 1220, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (442, '2022-06-02', 118, 441, 239, 755, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '6.0000', 1, 0, 1243, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (443, '2022-06-08', 85, 442, 240, 582, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '29.0000', 1, 0, 817, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (444, '2022-06-08', 85, 443, 240, 424, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '24.0000', 1, 0, 822, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (445, '2022-06-03', 100, 444, 221, NULL, '10.0000', '0.0000', '0.0000', '60.0000', '60.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (446, '2022-06-07', 100, 445, 241, NULL, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (447, '2022-06-07', 100, 446, 242, NULL, '25.0000', '0.0000', '0.0000', '60.0000', '60.0000', '-25.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (448, '2022-06-07', 100, 447, 243, NULL, '10.0000', '0.0000', '0.0000', '70.0000', '70.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (449, '2022-06-08', 100, 448, 244, NULL, '5.0000', '0.0000', '0.0000', '60.0000', '60.0000', '-5.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (450, '2022-06-08', 100, 449, 245, NULL, '20.0000', '0.0000', '0.0000', '50.0000', '50.0000', '-20.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (451, '2022-06-08', 100, 450, 246, NULL, '54.0000', '0.0000', '0.0000', '80.0000', '80.0000', '-54.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (452, '2022-06-09', 121, 451, 247, 634, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '8.0000', 1, 0, 1288, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (453, '2022-06-09', 100, 452, 248, NULL, '1.0000', '0.0000', '0.0000', '310.0000', '310.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (454, '2022-06-09', 100, 453, 249, NULL, '10.0000', '0.0000', '0.0000', '50.0000', '50.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (455, '2022-06-09', 100, 454, 250, NULL, '47.0000', '0.0000', '0.0000', '80.0000', '80.0000', '-47.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (456, '2022-06-10', 116, 455, 251, 630, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '22.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (457, '2022-06-10', 115, 456, 252, 637, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '6.0000', 1, 0, 1188, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (462, '2022-06-09', 121, 461, 253, 666, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '10.0000', 1, 0, 1298, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (463, '2022-06-09', 120, 462, 253, 667, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '11.0000', 1, 0, 1281, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (464, '2022-06-09', 130, 463, 253, 788, '3.0000', '0.0000', '0.0000', '610.0000', '610.0000', '0.0000', 1, 0, 1434, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (465, '2022-06-09', 129, 464, 253, 787, '2.0000', '0.0000', '0.0000', '590.0000', '590.0000', '0.0000', 1, 0, 1417, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (474, '2022-06-03', 137, 473, 254, 776, '10.0000', '0.0000', '0.0000', '620.0000', '620.0000', '0.0000', 1, 0, 1516, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (475, '2022-06-03', 138, 474, 254, 777, '10.0000', '0.0000', '0.0000', '650.0000', '650.0000', '0.0000', 1, 0, 1528, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (476, '2022-06-03', 139, 475, 254, 716, '10.0000', '0.0000', '0.0000', '670.0000', '670.0000', '5.0000', 1, 0, 1540, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (477, '2022-06-03', 113, 476, 254, 782, '5.0000', '0.0000', '0.0000', '420.0000', '420.0000', '0.0000', 1, 0, 1166, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (478, '2022-06-03', 114, 477, 254, 783, '5.0000', '0.0000', '0.0000', '460.0000', '460.0000', '0.0000', 1, 0, 1185, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (479, '2022-06-03', 115, 478, 254, 784, '5.0000', '0.0000', '0.0000', '490.0000', '490.0000', '0.0000', 1, 0, 1200, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (480, '2022-06-03', 116, 479, 254, 785, '5.0000', '0.0000', '0.0000', '510.0000', '510.0000', '0.0000', 1, 0, 1217, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (481, '2022-06-03', 117, 480, 254, 786, '5.0000', '0.0000', '0.0000', '540.0000', '540.0000', '0.0000', 1, 0, 1234, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (482, '2022-06-11', 119, 481, 255, 647, '3.0000', '0.0000', '0.0000', '600.0000', '600.0000', '16.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (483, '2022-06-11', 121, 482, 255, 648, '3.0000', '0.0000', '0.0000', '630.0000', '630.0000', '27.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (484, '2022-06-11', 120, 483, 255, 649, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '15.0000', 1, 0, 1272, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (485, '2022-06-11', 118, 484, 256, 664, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '6.0000', 1, 0, 1247, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (486, '2022-06-11', 132, 485, 257, 727, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '3.0000', 1, 0, 1461, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (487, '2022-06-11', 119, 486, 258, 647, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '15.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (488, '2022-06-11', 121, 487, 258, 648, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '25.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (489, '2022-06-11', 120, 488, 258, 649, '4.0000', '0.0000', '0.0000', '650.0000', '650.0000', '11.0000', 1, 0, 1272, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (501, '2022-06-10', 100, 500, 266, NULL, '1.0000', '0.0000', '0.0000', '3210.0000', '3210.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (502, '2022-06-10', 100, 501, 265, NULL, '3.0000', '0.0000', '0.0000', '200.0000', '200.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (503, '2022-06-13', 117, 502, 267, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '29.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (504, '2022-06-13', 87, 503, 268, 593, '4.0000', '0.0000', '0.0000', '200.0000', '200.0000', '7.0000', 1, 0, 835, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (505, '2022-06-11', 100, 504, 269, NULL, '1.0000', '0.0000', '0.0000', '1450.0000', '1450.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (506, '2022-06-11', 100, 505, 270, NULL, '7.0000', '0.0000', '0.0000', '50.0000', '50.0000', '-7.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (507, '2022-06-11', 100, 506, 271, NULL, '10.0000', '0.0000', '0.0000', '70.0000', '70.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (509, '2022-05-23', 100, 508, 152, NULL, '1.0000', '0.0000', '0.0000', '280.0000', '280.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (510, '2022-05-23', 100, 509, 152, NULL, '1.0000', '0.0000', '0.0000', '50.0000', '50.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (511, '2022-04-23', 100, 510, 272, NULL, '80.0000', '0.0000', '0.0000', '30.0000', '30.0000', '-80.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (512, '2022-05-23', 100, 511, 273, NULL, '1.0000', '0.0000', '0.0000', '220.0000', '220.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (513, '2022-05-23', 100, 512, 274, NULL, '5.0000', '0.0000', '0.0000', '100.0000', '100.0000', '-5.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (514, '2022-06-14', 113, 513, 275, 622, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '8.0000', 1, 0, 1156, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (515, '2022-06-13', 100, 514, 276, NULL, '1.0000', '0.0000', '0.0000', '760.0000', '760.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (516, '2022-06-13', 100, 515, 277, NULL, '324.0000', '0.0000', '0.0000', '40.0000', '40.0000', '-324.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (517, '2022-06-14', 100, 516, 278, NULL, '1.0000', '0.0000', '0.0000', '190.0000', '190.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (518, '2022-06-14', 100, 517, 279, NULL, '14.0000', '0.0000', '0.0000', '40.0000', '40.0000', '-14.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (519, '2022-06-14', 100, 518, 280, NULL, '53.0000', '0.0000', '0.0000', '120.0000', '120.0000', '-53.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (520, '2022-06-14', 100, 519, 281, NULL, '1.0000', '0.0000', '0.0000', '150.0000', '150.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (521, '2022-06-15', 100, 520, 282, NULL, '2.0000', '0.0000', '0.0000', '200.0000', '200.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (522, '2022-06-14', 100, 521, 283, NULL, '3.0000', '0.0000', '0.0000', '50.0000', '50.0000', '-3.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (523, '2022-06-15', 100, 522, 284, NULL, '100.0000', '0.0000', '0.0000', '40.0000', '40.0000', '-100.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (524, '2022-06-15', 100, 523, 285, NULL, '3.0000', '0.0000', '0.0000', '60.0000', '60.0000', '-3.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (525, '2022-06-15', 100, 524, 286, NULL, '5.0000', '0.0000', '0.0000', '120.0000', '120.0000', '-5.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (526, '2022-06-15', 100, 525, 287, NULL, '2.0000', '0.0000', '0.0000', '60.0000', '60.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (527, '2022-06-15', 100, 526, 288, NULL, '4.0000', '0.0000', '0.0000', '70.0000', '70.0000', '-4.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (528, '2022-06-16', 153, 527, 289, 793, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '0.0000', 1, 0, 1767, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (529, '2022-06-16', 137, 528, 290, 724, '2.0000', '0.0000', '0.0000', '620.0000', '620.0000', '2.0000', 1, 0, 1518, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (530, '2022-06-16', 138, 529, 290, 725, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '3.0000', 1, 0, 1530, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (531, '2022-06-17', 153, 530, 291, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '29.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (532, '2022-06-16', 100, 531, 292, NULL, '1.0000', '0.0000', '0.0000', '1260.0000', '1260.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (533, '2022-06-16', 100, 532, 293, NULL, '26.0000', '0.0000', '0.0000', '70.0000', '70.0000', '-26.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (534, '2022-06-17', 100, 533, 294, NULL, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (535, '2022-06-17', 100, 534, 295, NULL, '35.0000', '0.0000', '0.0000', '80.0000', '80.0000', '-35.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (536, '2022-06-17', 100, 535, 296, NULL, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (537, '2022-06-17', 100, 536, 297, NULL, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (538, '2022-06-18', 135, 537, 298, 737, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '8.0000', 1, 0, 1498, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (539, '2022-06-18', 119, 538, 299, 639, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '21.0000', 1, 0, 1256, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (540, '2022-06-18', 153, 539, 300, 790, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '15.0000', 1, 0, 1762, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (541, '2022-06-20', 136, 540, 301, 715, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '0.0000', 1, 0, 1504, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (542, '2022-06-22', 153, 541, 302, 796, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '100.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (543, '2022-06-22', 153, 542, 302, 798, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '26.0000', 1, 0, 1759, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (544, '2022-06-18', 100, 543, 303, NULL, '2.0000', '0.0000', '0.0000', '200.0000', '200.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (545, '2022-06-20', 100, 544, 304, NULL, '45.0000', '0.0000', '0.0000', '90.0000', '90.0000', '-45.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (546, '2022-06-21', 100, 545, 305, NULL, '82.0000', '0.0000', '0.0000', '90.0000', '90.0000', '-82.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (547, '2022-06-22', 100, 546, 306, NULL, '204.0000', '0.0000', '0.0000', '90.0000', '90.0000', '-204.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (548, '2022-06-23', 133, 547, 307, 728, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '14.0000', 1, 0, 1473, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (550, '2022-06-24', 118, 550, 310, 664, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '13.0000', 1, 0, 1247, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (551, '2022-06-23', 100, 551, 311, NULL, '22.0000', '0.0000', '0.0000', '90.0000', '90.0000', '-22.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (552, '2022-06-23', 100, 552, 312, NULL, '50.0000', '0.0000', '0.0000', '90.0000', '90.0000', '-50.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (553, '2022-06-25', 116, 553, 313, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '22.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (554, '2022-06-25', 117, 554, 313, 663, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '19.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (555, '2022-06-25', 118, 555, 313, 664, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '12.0000', 1, 0, 1247, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (556, '2022-06-25', 119, 556, 313, 665, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '9.0000', 1, 0, 1264, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (557, '2022-06-27', 114, 557, 314, 651, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '12.0000', 1, 0, 1173, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (558, '2022-06-27', 153, 558, 315, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '14.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (559, '2022-06-27', 121, 559, 316, 648, '3.0000', '0.0000', '0.0000', '630.0000', '630.0000', '22.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (560, '2022-06-27', 119, 560, 316, 647, '5.0000', '0.0000', '0.0000', '600.0000', '600.0000', '20.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (561, '2022-06-27', 118, 561, 316, 646, '4.0000', '0.0000', '0.0000', '570.0000', '570.0000', '18.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (562, '2022-06-27', 117, 562, 316, 645, '3.0000', '0.0000', '0.0000', '540.0000', '540.0000', '26.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (563, '2022-06-27', 116, 563, 316, 644, '3.0000', '0.0000', '0.0000', '510.0000', '510.0000', '22.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (564, '2022-06-27', 115, 564, 316, 643, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '16.0000', 1, 0, 1187, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (565, '2022-06-27', 118, 565, 316, 817, '3.0000', '0.0000', '0.0000', '570.0000', '570.0000', '7.0000', 1, 0, 1251, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (566, '2022-06-27', 117, 566, 316, 786, '3.0000', '0.0000', '0.0000', '540.0000', '540.0000', '5.0000', 1, 0, 1234, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (567, '2022-06-27', 114, 567, 316, 783, '4.0000', '0.0000', '0.0000', '460.0000', '460.0000', '6.0000', 1, 0, 1185, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (568, '2022-06-27', 121, 568, 316, 775, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '8.0000', 1, 0, 1293, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (569, '2022-06-27', 119, 569, 316, 774, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '1.0000', 1, 0, 1259, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (570, '2022-06-27', 118, 570, 316, 626, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '11.0000', 1, 0, 1242, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (571, '2022-06-27', 117, 571, 316, 625, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '13.0000', 1, 0, 1225, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (572, '2022-06-27', 100, 572, 317, NULL, '1.0000', '0.0000', '0.0000', '2940.0000', '2940.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (573, '2022-06-04', 100, 573, 318, NULL, '60.0000', '0.0000', '0.0000', '80.0000', '80.0000', '-60.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (574, '2022-06-28', 116, 574, 319, 630, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '21.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (575, '2022-06-28', 113, 575, 320, 782, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '0.0000', 1, 0, 1166, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (578, '2022-06-28', 100, 578, 323, NULL, '26.0000', '0.0000', '0.0000', '81.8200', '90.0000', '-26.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (579, '2022-06-29', 100, 579, 324, NULL, '1.0000', '0.0000', '0.0000', '90.9100', '100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (580, '2022-06-29', 100, 580, 325, NULL, '22.0000', '0.0000', '0.0000', '81.8200', '90.0000', '-22.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (581, '2022-06-30', 100, 581, 326, NULL, '44.0000', '0.0000', '0.0000', '81.8200', '90.0000', '-44.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (582, '2022-06-30', 100, 582, 327, NULL, '5.0000', '0.0000', '0.0000', '63.6400', '70.0000', '-5.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (587, '2022-06-27', 155, 587, 328, 827, '6.0000', '0.0000', '0.0000', '730.0000', '730.0000', '0.0000', 1, 0, 1834, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (588, '2022-06-27', 148, 588, 328, 828, '19.0000', '0.0000', '0.0000', '630.0000', '630.0000', '0.0000', 1, 0, 1847, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (589, '2022-06-27', 147, 589, 328, 829, '8.0000', '0.0000', '0.0000', '610.0000', '610.0000', '0.0000', 1, 0, 1846, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (590, '2022-06-27', 146, 590, 328, 830, '6.0000', '0.0000', '0.0000', '580.0000', '580.0000', '0.0000', 1, 0, 1848, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (591, '2022-07-02', 121, 591, 329, 648, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '29.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (592, '2022-07-02', 116, 592, 330, 638, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '27.0000', 1, 0, 1205, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (593, '2022-07-02', 117, 593, 330, 814, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '19.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (594, '2022-07-02', 114, 594, 331, 623, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '4.0000', 1, 0, 1174, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (595, '2022-07-02', 115, 595, 331, 624, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '16.0000', 1, 0, 1191, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (596, '2022-07-02', 119, 596, 332, 774, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '0.0000', 1, 0, 1259, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (597, '2022-07-04', 120, 597, 333, 676, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '13.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (598, '2022-07-04', 116, 598, 334, 753, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '21.0000', 1, 0, 1209, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (599, '2022-07-01', 100, 599, 335, NULL, '1.0000', '0.0000', '0.0000', '90.9100', '100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (600, '2022-07-01', 100, 600, 336, NULL, '71.0000', '0.0000', '0.0000', '81.8200', '90.0000', '-71.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (601, '2022-07-01', 100, 601, 337, NULL, '41.0000', '0.0000', '0.0000', '81.8200', '90.0000', '-41.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (602, '2022-07-05', 117, 602, 338, 625, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '12.0000', 1, 0, 1225, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (603, '2022-07-05', 136, 603, 339, 723, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '4.0000', 1, 0, 1506, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (604, '2022-07-05', 121, 604, 340, 666, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '8.0000', 1, 0, 1298, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (607, '2022-06-27', 156, 607, 341, 825, '5.0000', '0.0000', '0.0000', '750.0000', '750.0000', '0.0000', 1, 0, 1814, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (608, '2022-06-27', 157, 608, 341, 832, '1.0000', '0.0000', '0.0000', '710.0000', '710.0000', '4.0000', 1, 0, 1850, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (609, '2022-05-24', 100, 609, 342, NULL, '1.0000', '0.0000', '0.0000', '663.6400', '730.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (610, '2022-06-24', 100, 610, 343, NULL, '1.0000', '0.0000', '0.0000', '45.4500', '50.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (611, '2022-07-05', 154, 611, 309, 823, '516.0000', '0.0000', '0.0000', '600.0000', '600.0000', '4.0000', 1, 0, 1774, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (612, '2022-07-05', 158, 612, 309, 834, '75.0000', '0.0000', '0.0000', '750.0000', '750.0000', '0.0000', 1, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (613, '2022-07-06', 153, 613, 344, 795, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '16.0000', 1, 0, 1756, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (614, '2022-07-06', 153, 614, 345, 796, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '99.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (615, '2022-07-06', 87, 615, 345, 593, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '6.0000', 1, 0, 835, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (616, '2022-07-07', 116, 616, 346, 688, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 1206, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (617, '2022-07-07', 116, 617, 347, 662, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '20.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (618, '2022-07-07', 114, 618, 348, 660, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '14.0000', 1, 0, 1180, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (619, '2022-07-07', 115, 619, 348, 661, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '26.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (620, '2022-07-07', 116, 620, 348, 662, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '18.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (621, '2022-07-07', 132, 621, 348, 819, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '15.0000', 1, 0, 1456, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (622, '2022-07-07', 114, 622, 348, 651, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '19.0000', 1, 0, 1173, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (623, '2022-07-07', 115, 623, 348, 652, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '21.0000', 1, 0, 1190, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (624, '2022-07-07', 116, 624, 348, 702, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '3.0000', 1, 0, 1216, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (625, '2022-07-07', 132, 625, 348, 761, '2.0000', '0.0000', '0.0000', '480.0000', '480.0000', '5.0000', 1, 0, 1460, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (626, '2022-07-07', 133, 626, 348, 762, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '0.0000', 1, 0, 1472, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (627, '2022-07-07', 134, 627, 348, 763, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '4.0000', 1, 0, 1484, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (628, '2022-07-07', 151, 628, 349, 772, '2.0000', '0.0000', '0.0000', '240.0000', '240.0000', '4.0000', 1, 0, 1714, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (629, '2022-07-08', 132, 629, 350, 727, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '16.0000', 1, 0, 1461, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (630, '2022-07-08', 132, 630, 351, 719, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '5.0000', 1, 0, 1458, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (631, '2022-07-08', 153, 631, 352, 803, '4.0000', '0.0000', '0.0000', '100.0000', '100.0000', '10.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (632, '2022-07-08', 116, 632, 353, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '17.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (633, '2022-07-08', 114, 633, 354, 678, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '2.0000', 1, 0, 1183, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (634, '2022-07-02', 100, 634, 355, NULL, '1.0000', '0.0000', '0.0000', '636.3600', '700.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (635, '2022-07-02', 100, 635, 356, NULL, '18.0000', '0.0000', '0.0000', '136.3600', '150.0000', '-18.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (636, '2022-07-04', 100, 636, 357, NULL, '1.0000', '0.0000', '0.0000', '545.4500', '600.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (637, '2022-07-05', 100, 637, 358, NULL, '1.0000', '0.0000', '0.0000', '136.3600', '150.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (638, '2022-07-05', 100, 638, 359, NULL, '23.0000', '0.0000', '0.0000', '81.8200', '90.0000', '-23.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (639, '2022-07-05', 100, 639, 360, NULL, '3.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-3.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (640, '2022-07-06', 100, 640, 361, NULL, '1.0000', '0.0000', '0.0000', '454.5500', '500.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (641, '2022-07-06', 100, 641, 362, NULL, '7.0000', '0.0000', '0.0000', '81.8200', '90.0000', '-7.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (642, '2022-07-06', 100, 642, 363, NULL, '10.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (643, '2022-07-07', 100, 643, 364, NULL, '1.0000', '0.0000', '0.0000', '1763.6400', '1940.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (644, '2022-07-08', 100, 644, 365, NULL, '1.0000', '0.0000', '0.0000', '1909.0900', '2100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (645, '2022-07-09', 100, 645, 366, NULL, '1.0000', '0.0000', '0.0000', '1572.7300', '1730.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (660, '2022-07-10', 121, 660, 377, 657, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '14.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (661, '2022-07-10', 113, 661, 376, 635, '2.0000', '0.0000', '0.0000', '420.0000', '420.0000', '22.0000', 1, 0, 1154, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (662, '2022-07-09', 121, 662, 367, 648, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '28.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (663, '2022-07-09', 153, 663, 368, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '9.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (664, '2022-07-09', 120, 664, 369, 649, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '22.0000', 1, 0, 1272, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (665, '2022-07-09', 153, 665, 370, 790, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '12.0000', 1, 0, 1762, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (666, '2022-07-09', 118, 666, 371, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '18.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (667, '2022-07-09', 117, 667, 371, 654, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '19.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (668, '2022-07-09', 153, 668, 372, 796, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '98.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (669, '2022-07-09', 87, 669, 372, 593, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '5.0000', 1, 0, 835, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (670, '2022-07-09', 153, 670, 373, 798, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '24.0000', 1, 0, 1759, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (671, '2022-07-09', 153, 671, 373, 790, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '12.0000', 1, 0, 1762, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (672, '2022-07-09', 121, 672, 374, 666, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '7.0000', 1, 0, 1298, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (673, '2022-07-09', 117, 673, 375, 631, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '19.0000', 1, 0, 1220, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (674, '2022-07-11', 153, 674, 378, 804, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '7.0000', 1, 0, 1763, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (675, '2022-07-11', 153, 675, 378, 798, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '23.0000', 1, 0, 1759, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (676, '2022-07-11', 117, 676, 379, 814, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '18.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (677, '2022-07-11', 113, 677, 380, 668, '2.0000', '0.0000', '0.0000', '420.0000', '420.0000', '15.0000', 1, 0, 1163, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (678, '2022-07-11', 117, 678, 381, 703, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '5.0000', 1, 0, 1233, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (679, '2022-07-11', 153, 679, 382, 790, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '11.0000', 1, 0, 1762, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (680, '2022-07-11', 115, 680, 383, 629, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '22.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (681, '2022-07-11', 117, 681, 384, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '25.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (682, '2022-07-11', 118, 682, 384, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '17.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (683, '2022-07-11', 153, 683, 385, 790, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '9.0000', 1, 0, 1762, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (684, '2022-07-11', 120, 684, 386, 658, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '4.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (685, '2022-07-11', 121, 685, 387, 775, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '7.0000', 1, 0, 1293, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (686, '2022-07-11', 115, 686, 388, 661, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '25.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (687, '2022-07-11', 114, 687, 389, 660, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '19.0000', 1, 0, 1180, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (688, '2022-07-11', 153, 688, 390, 790, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '8.0000', 1, 0, 1762, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (689, '2022-07-11', 118, 689, 391, 673, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '18.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (690, '2022-07-11', 121, 690, 392, 675, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '7.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (691, '2022-07-11', 153, 691, 393, 795, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '15.0000', 1, 0, 1756, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (692, '2022-07-12', 153, 692, 394, 799, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '27.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (693, '2022-07-12', 153, 693, 394, 790, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '6.0000', 1, 0, 1762, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (694, '2022-07-12', 153, 694, 394, 795, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '13.0000', 1, 0, 1756, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (695, '2022-07-12', 121, 695, 395, 634, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '6.0000', 1, 0, 1288, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (696, '2022-07-12', 120, 696, 395, 836, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '3.0000', 1, 0, 1271, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (697, '2022-07-12', 116, 697, 396, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '16.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (698, '2022-07-12', 134, 698, 397, 740, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '16.0000', 1, 0, 1478, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (699, '2022-07-12', 153, 699, 398, 798, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '22.0000', 1, 0, 1759, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (700, '2022-07-12', 153, 700, 399, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '26.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (701, '2022-07-12', 153, 701, 400, 799, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '24.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (702, '2022-07-12', 113, 702, 401, 622, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '7.0000', 1, 0, 1156, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (703, '2022-07-12', 114, 703, 401, 623, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '7.0000', 1, 0, 1174, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (704, '2022-07-12', 117, 704, 402, 631, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '18.0000', 1, 0, 1220, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (705, '2022-07-12', 153, 705, 403, 799, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '22.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (706, '2022-07-12', 121, 706, 404, 648, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '27.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (707, '2022-07-12', 86, 707, 405, 589, '2.0000', '0.0000', '0.0000', '200.0000', '200.0000', '25.0000', 1, 0, 832, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (708, '2022-07-12', 115, 708, 406, 670, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '16.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (709, '2022-07-13', 153, 709, 407, 804, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '6.0000', 1, 0, 1763, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (710, '2022-07-13', 117, 710, 408, 663, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '30.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (711, '2022-07-13', 117, 711, 409, 654, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '18.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (712, '2022-07-13', 118, 712, 409, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '17.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (713, '2022-07-13', 119, 713, 409, 656, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '18.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (714, '2022-07-13', 121, 714, 409, 657, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '13.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (715, '2022-07-13', 131, 715, 410, 733, '2.0000', '0.0000', '0.0000', '450.0000', '450.0000', '3.0000', 1, 0, 1443, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (716, '2022-07-13', 120, 716, 411, 838, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '1.0000', 1, 0, 1276, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (717, '2022-07-13', 117, 717, 412, 703, '5.0000', '0.0000', '0.0000', '540.0000', '540.0000', '0.0000', 1, 0, 1233, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (718, '2022-07-13', 116, 718, 412, 702, '3.0000', '0.0000', '0.0000', '510.0000', '510.0000', '0.0000', 1, 0, 1216, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (719, '2022-07-13', 113, 719, 413, 627, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '28.0000', 1, 0, 1152, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (720, '2022-07-13', 113, 720, 413, 677, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '10.0000', 1, 0, 1167, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (721, '2022-07-13', 132, 721, 413, 761, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '4.0000', 1, 0, 1460, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (722, '2022-07-13', 114, 722, 413, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '19.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (723, '2022-07-13', 119, 723, 414, 633, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '14.0000', 1, 0, 1254, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (724, '2022-07-13', 153, 724, 415, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '21.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (725, '2022-07-14', 114, 725, 416, 628, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '25.0000', 1, 0, 1169, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (726, '2022-07-14', 115, 726, 417, 784, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '9.0000', 1, 0, 1200, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (727, '2022-07-14', 116, 727, 417, 785, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '8.0000', 1, 0, 1217, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (728, '2022-07-14', 114, 728, 418, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '18.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (729, '2022-07-14', 153, 729, 419, 795, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '12.0000', 1, 0, 1756, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (730, '2022-07-15', 114, 730, 420, 660, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '18.0000', 1, 0, 1180, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (731, '2022-07-15', 117, 731, 421, 672, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '10.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (732, '2022-07-15', 117, 732, 422, 672, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '8.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (733, '2022-07-16', 153, 733, 423, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '20.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (734, '2022-07-16', 132, 734, 424, 734, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '3.0000', 1, 0, 1462, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (735, '2022-07-16', 133, 735, 424, 735, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '3.0000', 1, 0, 1474, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (736, '2022-07-16', 134, 736, 424, 736, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '1.0000', 1, 0, 1486, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (737, '2022-07-16', 135, 737, 424, 737, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '7.0000', 1, 0, 1498, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (738, '2022-07-16', 117, 738, 425, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '24.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (739, '2022-07-16', 116, 739, 426, 638, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '26.0000', 1, 0, 1205, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (740, '2022-07-16', 153, 740, 427, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '19.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (741, '2022-07-16', 114, 741, 428, 636, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '10.0000', 1, 0, 1171, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (742, '2022-07-16', 153, 742, 429, 795, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '11.0000', 1, 0, 1756, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (743, '2022-07-16', 115, 743, 430, 629, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '21.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (744, '2022-07-16', 115, 744, 431, 784, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '8.0000', 1, 0, 1200, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (745, '2022-07-16', 132, 745, 432, 719, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '4.0000', 1, 0, 1458, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (746, '2022-07-16', 119, 746, 433, 656, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '17.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (747, '2022-07-18', 133, 747, 434, 720, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '0.0000', 1, 0, 1470, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (748, '2022-07-18', 153, 748, 435, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '8.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (749, '2022-07-20', 120, 749, 436, 658, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '1.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (750, '2022-07-20', 121, 750, 436, 657, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '11.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (751, '2022-07-20', 115, 751, 437, 637, '3.0000', '0.0000', '0.0000', '490.0000', '490.0000', '17.0000', 1, 0, 1188, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (752, '2022-07-20', 116, 752, 437, 638, '6.0000', '0.0000', '0.0000', '510.0000', '510.0000', '20.0000', 1, 0, 1205, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (753, '2022-07-20', 117, 753, 437, 814, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '16.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (754, '2022-07-20', 119, 754, 437, 639, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '19.0000', 1, 0, 1256, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (755, '2022-07-21', 114, 755, 438, 628, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '24.0000', 1, 0, 1169, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (756, '2022-07-21', 115, 756, 439, 652, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '20.0000', 1, 0, 1190, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (757, '2022-07-21', 116, 757, 439, 653, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '18.0000', 1, 0, 1207, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (758, '2022-07-21', 117, 758, 439, 654, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '16.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (759, '2022-07-22', 113, 759, 440, 659, '2.0000', '0.0000', '0.0000', '420.0000', '420.0000', '14.0000', 1, 0, 1162, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (760, '2022-07-22', 114, 760, 440, 660, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '16.0000', 1, 0, 1180, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (761, '2022-07-22', 115, 761, 440, 661, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '23.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (762, '2022-07-11', 100, 762, 441, NULL, '1.0000', '0.0000', '0.0000', '1863.6400', '2050.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (763, '2022-07-11', 100, 763, 442, NULL, '1.0000', '0.0000', '0.0000', '1045.4500', '1150.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (764, '2022-07-12', 100, 764, 443, NULL, '1.0000', '0.0000', '0.0000', '2072.7300', '2280.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (766, '2022-07-23', 121, 766, 445, 675, '3.0000', '0.0000', '0.0000', '630.0000', '630.0000', '4.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (767, '2022-07-23', 117, 767, 446, 814, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '15.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (768, '2022-07-26', 150, 768, 447, 771, '1.0000', '0.0000', '0.0000', '290.0000', '290.0000', '2.0000', 1, 0, 1698, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (769, '2022-07-26', 150, 769, 448, 768, '1.0000', '0.0000', '0.0000', '290.0000', '290.0000', '18.0000', 1, 0, 1694, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (770, '2022-07-27', 117, 770, 449, 689, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '5.0000', 1, 0, 1223, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (771, '2022-07-28', 86, 771, 450, 589, '2.0000', '0.0000', '0.0000', '200.0000', '200.0000', '23.0000', 1, 0, 832, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (772, '2022-07-29', 120, 772, 451, 667, '4.0000', '0.0000', '0.0000', '650.0000', '650.0000', '7.0000', 1, 0, 1281, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (773, '2022-07-12', 100, 773, 444, NULL, '2.0000', '0.0000', '0.0000', '63.6400', '70.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (774, '2022-07-29', 134, 774, 452, 736, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '0.0000', 1, 0, 1486, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (775, '2022-07-29', 150, 775, 453, 771, '2.0000', '0.0000', '0.0000', '290.0000', '290.0000', '0.0000', 1, 0, 1698, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (776, '2022-07-30', 116, 776, 454, 630, '4.0000', '0.0000', '0.0000', '510.0000', '510.0000', '17.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (777, '2022-07-30', 135, 777, 455, 714, '2.0000', '0.0000', '0.0000', '560.0000', '560.0000', '9.0000', 1, 0, 1492, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (784, '2022-08-01', 100, 784, 462, NULL, '1.0000', '0.0000', '0.0000', '336.3600', '370.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (785, '2022-08-03', 117, 785, 463, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '7.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (786, '2022-08-03', 151, 786, 464, 772, '1.0000', '0.0000', '0.0000', '240.0000', '240.0000', '3.0000', 1, 0, 1714, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (787, '2022-08-03', 150, 787, 465, 768, '2.0000', '0.0000', '0.0000', '290.0000', '290.0000', '16.0000', 1, 0, 1694, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (788, '2022-08-04', 119, 788, 466, 674, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '14.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (789, '2022-08-04', 121, 789, 466, 675, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '2.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (790, '2022-08-06', 160, 790, 467, 860, '1.0000', '0.0000', '0.0000', '830.0000', '830.0000', '0.0000', 1, 0, 1875, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (791, '2022-08-06', 155, 791, 467, 839, '1.0000', '0.0000', '0.0000', '730.0000', '730.0000', '0.0000', 1, 0, 1844, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (792, '2022-08-06', 148, 792, 467, 862, '4.0000', '0.0000', '0.0000', '630.0000', '630.0000', '0.0000', 1, 0, 1654, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (793, '2022-08-06', 147, 793, 467, 861, '4.0000', '0.0000', '0.0000', '610.0000', '610.0000', '0.0000', 1, 0, 1642, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (794, '2022-08-06', 120, 794, 468, 758, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '19.0000', 1, 0, 1277, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (795, '2022-08-06', 116, 795, 469, 680, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 1218, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (796, '2022-08-11', 118, 796, 470, 626, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '10.0000', 1, 0, 1242, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (797, '2022-08-11', 150, 797, 471, 768, '8.0000', '0.0000', '0.0000', '290.0000', '290.0000', '8.0000', 1, 0, 1694, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (798, '2022-08-11', 151, 798, 471, 772, '1.0000', '0.0000', '0.0000', '240.0000', '240.0000', '2.0000', 1, 0, 1714, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (799, '2022-08-11', 150, 799, 472, 768, '1.0000', '0.0000', '0.0000', '290.0000', '290.0000', '7.0000', 1, 0, 1694, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (800, '2022-08-11', 152, 800, 472, 769, '1.0000', '0.0000', '0.0000', '290.0000', '290.0000', '20.0000', 1, 0, 1734, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (801, '2022-08-11', 120, 801, 473, 676, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '12.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (802, '2022-08-11', 116, 802, 474, 653, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '17.0000', 1, 0, 1207, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (803, '2022-08-12', 134, 803, 475, 740, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '15.0000', 1, 0, 1478, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (804, '2022-08-12', 117, 804, 476, 631, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '17.0000', 1, 0, 1220, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (805, '2022-08-13', 121, 805, 477, 757, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '13.0000', 1, 0, 1294, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (806, '2022-08-13', 120, 806, 477, 758, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '18.0000', 1, 0, 1277, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (807, '2022-08-17', 153, 807, 478, 863, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '24.0000', 1, 0, 1758, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (808, '2022-08-17', 115, 808, 479, 637, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '16.0000', 1, 0, 1188, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (809, '2022-08-17', 116, 809, 479, 638, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '19.0000', 1, 0, 1205, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (810, '2022-08-17', 118, 810, 479, 815, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '19.0000', 1, 0, 1239, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (811, '2022-08-17', 153, 811, 480, 804, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '4.0000', 1, 0, 1763, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (812, '2022-08-17', 121, 812, 481, 666, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '6.0000', 1, 0, 1298, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (813, '2022-08-18', 114, 813, 482, 642, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '29.0000', 1, 0, 1170, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (814, '2022-08-18', 114, 814, 482, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '17.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (815, '2022-08-18', 132, 815, 482, 780, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '14.0000', 1, 0, 1454, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (816, '2022-08-18', 153, 816, 483, 795, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '10.0000', 1, 0, 1756, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (817, '2022-08-19', 166, 817, 484, 874, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '10.0000', 1, 0, 2069, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (818, '2022-08-20', 119, 818, 485, 647, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '29.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (819, '2022-08-20', 152, 819, 486, 769, '9.0000', '0.0000', '0.0000', '290.0000', '290.0000', '11.0000', 1, 0, 1734, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (820, '2022-08-22', 100, 821, 488, NULL, '1.0000', '0.0000', '0.0000', '181.8200', '200.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (821, '2022-08-23', 114, 823, 489, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '16.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (822, '2022-08-23', 100, 824, 490, NULL, '1.0000', '0.0000', '0.0000', '345.4500', '380.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (823, '2022-08-24', 118, 825, 491, 690, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '0.0000', 1, 0, 1240, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (824, '2022-08-24', 114, 826, 492, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '15.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (825, '2022-08-24', 118, 827, 492, 673, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '17.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (826, '2022-08-24', 113, 828, 493, 659, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '13.0000', 1, 0, 1162, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (827, '2022-08-24', 100, 829, 494, NULL, '1.0000', '0.0000', '0.0000', '1718.1800', '1890.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (828, '2022-08-25', 117, 831, 496, 663, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '29.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (829, '2022-08-25', 100, 832, 497, NULL, '1.0000', '0.0000', '0.0000', '436.3600', '480.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (830, '2022-08-26', 134, 836, 500, 721, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '8.0000', 1, 0, 1482, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (831, '2022-08-26', 135, 837, 500, 722, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '3.0000', 1, 0, 1494, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (832, '2022-08-26', 153, 838, 501, 796, '12.0000', '0.0000', '0.0000', '80.0000', '80.0000', '86.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (833, '2022-08-26', 100, 839, 502, NULL, '1.0000', '0.0000', '0.0000', '627.2700', '690.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (834, '2022-08-27', 136, 841, 504, 879, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '9.0000', 1, 0, 2183, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (835, '2022-08-27', 117, 842, 505, 814, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '14.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (836, '2022-08-27', 150, 843, 505, 768, '1.0000', '0.0000', '0.0000', '290.0000', '290.0000', '6.0000', 1, 0, 1694, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (837, '2022-08-27', 136, 844, 506, 715, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '9.0000', 1, 0, 1504, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (838, '2022-08-27', 152, 845, 507, 769, '3.0000', '0.0000', '0.0000', '290.0000', '290.0000', '8.0000', 1, 0, 1734, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (839, '2022-08-27', 151, 846, 507, 772, '2.0000', '0.0000', '0.0000', '240.0000', '240.0000', '0.0000', 1, 0, 1714, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (840, '2022-08-27', 150, 847, 508, 768, '1.0000', '0.0000', '0.0000', '290.0000', '290.0000', '5.0000', 1, 0, 1694, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (841, '2022-08-27', 100, 848, 509, NULL, '1.0000', '0.0000', '0.0000', '672.7300', '740.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (842, '2022-08-29', 133, 849, 510, 781, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '14.0000', 1, 0, 1466, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (843, '2022-08-29', 100, 850, 511, NULL, '1.0000', '0.0000', '0.0000', '90.9100', '100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (844, '2022-08-30', 100, 851, 512, NULL, '1.0000', '0.0000', '0.0000', '754.5500', '830.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (845, '2022-09-01', 114, 852, 513, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '14.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (846, '2022-09-01', 118, 853, 513, 673, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '16.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (847, '2022-09-01', 121, 854, 513, 675, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '1.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (848, '2022-09-01', 115, 855, 514, 629, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '12.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (849, '2022-09-01', 116, 856, 514, 630, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '11.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (850, '2022-09-01', 100, 857, 515, NULL, '1.0000', '0.0000', '0.0000', '990.9100', '1090.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (851, '2022-09-02', 115, 858, 516, 629, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '11.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (852, '2022-09-03', 164, 860, 518, 872, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '9.0000', 1, 0, 2003, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (853, '2022-09-03', 115, 861, 518, 661, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '22.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (854, '2022-09-03', 100, 862, 519, NULL, '1.0000', '0.0000', '0.0000', '1681.8200', '1850.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (855, '2022-09-05', 120, 864, 521, 676, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '11.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (856, '2022-09-05', 100, 865, 522, NULL, '1.0000', '0.0000', '0.0000', '90.9100', '100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (859, '2022-09-06', 100, 869, 525, NULL, '1.0000', '0.0000', '0.0000', '909.0900', '1000.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (860, '2022-09-07', 132, 871, 527, 819, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '18.0000', 1, 0, 1456, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (861, '2022-09-07', 133, 872, 527, 728, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '13.0000', 1, 0, 1473, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (862, '2022-09-07', 165, 873, 528, 877, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '9.0000', 1, 0, 2035, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (863, '2022-09-07', 100, 874, 529, NULL, '1.0000', '0.0000', '0.0000', '454.5500', '500.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (864, '2022-09-08', 100, 876, 531, NULL, '1.0000', '0.0000', '0.0000', '272.7300', '300.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (865, '2022-09-09', 114, 878, 533, 628, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '47.0000', 1, 0, 1169, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (866, '2022-09-09', 151, 879, 534, 773, '1.0000', '0.0000', '0.0000', '310.0000', '310.0000', '1.0000', 1, 0, 1715, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (867, '2022-09-09', 100, 880, 535, NULL, '1.0000', '0.0000', '0.0000', '1254.5500', '1380.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (868, '2022-09-10', 115, 883, 537, 661, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '21.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (869, '2022-09-10', 136, 884, 538, 742, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '1.0000', 1, 0, 1502, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (870, '2022-09-10', 100, 885, 539, NULL, '1.0000', '0.0000', '0.0000', '454.5500', '500.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (871, '2022-09-12', 100, 886, 540, NULL, '1.0000', '0.0000', '0.0000', '90.9100', '100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (872, '2022-09-12', 114, 887, 541, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '13.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (873, '2022-09-14', 100, 888, 542, NULL, '1.0000', '0.0000', '0.0000', '81.8200', '90.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (875, '2022-09-08', 171, 891, 544, 900, '20.0000', '200.0000', '200.0000', '180.0000', '180.0000', '0.0000', 1, 0, 2187, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (876, '2022-09-15', 117, 892, 545, 663, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '28.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (877, '2022-09-15', 118, 893, 545, 664, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '11.0000', 1, 0, 1247, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (880, '2022-09-15', 118, 897, 548, 690, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '8.0000', 1, 0, 1240, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (881, '2022-09-16', 116, 898, 549, 693, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '8.0000', 1, 0, 1219, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (882, '2022-09-16', 100, 899, 550, NULL, '1.0000', '0.0000', '0.0000', '272.7300', '300.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (883, '2022-09-17', 129, 900, 551, 908, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '7.0000', 1, 0, 1418, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (884, '2022-09-17', 153, 901, 552, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '18.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (885, '2022-09-17', 164, 902, 553, 876, '2.0000', '0.0000', '0.0000', '850.0000', '850.0000', '8.0000', 1, 0, 2002, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (887, '2022-09-17', 100, 904, 555, NULL, '1.0000', '0.0000', '0.0000', '590.9100', '650.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (888, '2022-09-19', 100, 905, 556, NULL, '1.0000', '0.0000', '0.0000', '181.8200', '200.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (889, '2022-09-20', 115, 906, 557, 687, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '6.0000', 1, 0, 1189, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (890, '2022-09-20', 133, 907, 558, 728, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '12.0000', 1, 0, 1473, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (891, '2022-09-21', 120, 908, 559, 816, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '9.0000', 1, 0, 1273, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (892, '2022-09-21', 100, 909, 560, NULL, '18.0000', '0.0000', '0.0000', '63.6400', '70.0000', '-18.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (893, '2022-09-21', 100, 910, 561, NULL, '1.0000', '0.0000', '0.0000', '136.3600', '150.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (894, '2022-09-22', 153, 911, 562, 796, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '85.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (895, '2022-09-22', 120, 912, 563, 649, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '21.0000', 1, 0, 1272, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (896, '2022-09-22', 100, 913, 564, NULL, '1.0000', '0.0000', '0.0000', '363.6400', '400.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (913, '2022-09-14', 115, 930, 565, 679, '20.0000', '0.0000', '0.0000', '475.0000', '475.0000', '10.0000', 1, 0, 1201, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (914, '2022-09-14', 116, 931, 565, 680, '22.0000', '0.0000', '0.0000', '495.0000', '495.0000', '7.0000', 1, 0, 1218, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (915, '2022-09-14', 117, 932, 565, 681, '26.0000', '0.0000', '0.0000', '525.0000', '525.0000', '5.0000', 1, 0, 1235, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (916, '2022-09-14', 118, 933, 565, 682, '14.0000', '0.0000', '0.0000', '555.0000', '555.0000', '9.0000', 1, 0, 1252, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (917, '2022-09-14', 119, 934, 565, 683, '5.0000', '0.0000', '0.0000', '585.0000', '585.0000', '13.0000', 1, 0, 1269, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (918, '2022-09-14', 115, 935, 565, 637, '17.0000', '0.0000', '0.0000', '475.0000', '475.0000', '0.0000', 1, 0, 1188, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (919, '2022-09-14', 116, 936, 565, 638, '24.0000', '0.0000', '0.0000', '495.0000', '495.0000', '0.0000', 1, 0, 1205, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (920, '2022-09-14', 117, 937, 565, 814, '27.0000', '0.0000', '0.0000', '525.0000', '525.0000', '0.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (921, '2022-09-14', 118, 938, 565, 815, '6.0000', '0.0000', '0.0000', '555.0000', '555.0000', '13.0000', 1, 0, 1239, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (922, '2022-09-14', 121, 939, 565, 640, '4.0000', '0.0000', '0.0000', '615.0000', '615.0000', '16.0000', 1, 0, 1290, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (923, '2022-09-14', 117, 940, 565, 631, '4.0000', '0.0000', '0.0000', '525.0000', '525.0000', '13.0000', 1, 0, 1220, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (924, '2022-09-14', 134, 941, 565, 826, '2.0000', '0.0000', '0.0000', '495.0000', '495.0000', '18.0000', 1, 0, 1480, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (925, '2022-09-14', 137, 942, 565, 776, '2.0000', '0.0000', '0.0000', '585.0000', '585.0000', '3.0000', 1, 0, 1516, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (926, '2022-09-14', 118, 943, 565, 673, '1.0000', '0.0000', '0.0000', '555.0000', '555.0000', '15.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (927, '2022-09-14', 116, 944, 565, 671, '4.0000', '0.0000', '0.0000', '495.0000', '495.0000', '19.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (928, '2022-09-14', 116, 945, 565, 653, '2.0000', '0.0000', '0.0000', '495.0000', '495.0000', '15.0000', 1, 0, 1207, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (929, '2022-09-23', 137, 946, 566, 880, '2.0000', '0.0000', '0.0000', '620.0000', '620.0000', '8.0000', 1, 0, 2184, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (930, '2022-09-23', 100, 947, 567, NULL, '1.0000', '0.0000', '0.0000', '409.0900', '450.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (931, '2022-09-24', 113, 949, 569, 668, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '20.0000', 1, 0, 1163, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (932, '2022-09-24', 114, 950, 570, 628, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '46.0000', 1, 0, 1169, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (933, '2022-09-24', 100, 951, 571, NULL, '1.0000', '0.0000', '0.0000', '1590.9100', '1750.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (934, '2022-09-26', 134, 953, 573, 826, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '17.0000', 1, 0, 1480, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (935, '2022-09-26', 139, 954, 574, 716, '1.0000', '0.0000', '0.0000', '670.0000', '670.0000', '4.0000', 1, 0, 1540, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (936, '2022-09-26', 135, 955, 575, 722, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '2.0000', 1, 0, 1494, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (937, '2022-09-26', 100, 956, 576, NULL, '1.0000', '0.0000', '0.0000', '1918.1800', '2110.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (938, '2022-09-27', 153, 957, 577, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '17.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (939, '2022-09-27', 86, 958, 578, 589, '1.0000', '0.0000', '0.0000', '180.0000', '180.0000', '50.0000', 1, 0, 832, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (940, '2022-09-27', 100, 959, 579, NULL, '1.0000', '0.0000', '0.0000', '1509.0900', '1660.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (941, '2022-09-27', 117, 961, 581, 645, '3.0000', '0.0000', '0.0000', '525.0000', '525.0000', '31.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (942, '2022-09-27', 116, 962, 581, 644, '2.0000', '0.0000', '0.0000', '495.0000', '495.0000', '27.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (943, '2022-09-27', 119, 963, 581, 647, '2.0000', '0.0000', '0.0000', '585.0000', '585.0000', '27.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (944, '2022-09-27', 116, 964, 581, 671, '1.0000', '0.0000', '0.0000', '495.0000', '495.0000', '18.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (945, '2022-09-27', 121, 965, 581, 684, '1.0000', '0.0000', '0.0000', '615.0000', '615.0000', '14.0000', 1, 0, 1303, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (946, '2022-09-28', 118, 966, 582, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '17.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (947, '2022-09-28', 119, 967, 582, 656, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '23.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (948, '2022-09-28', 100, 968, 583, NULL, '1.0000', '0.0000', '0.0000', '363.6400', '400.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (951, '2022-09-29', 115, 973, 586, 661, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '24.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (952, '2022-09-29', 116, 974, 586, 662, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '23.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (954, '2022-09-29', 100, 976, 587, NULL, '1.0000', '0.0000', '0.0000', '409.0900', '450.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (955, '2022-09-30', 116, 981, 589, 671, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '17.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (956, '2022-09-30', 135, 982, 590, 714, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '8.0000', 1, 0, 1492, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (957, '2022-09-30', 100, 983, 591, NULL, '1.0000', '0.0000', '0.0000', '2818.1800', '3100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (958, '2022-09-30', 100, 984, 592, NULL, '10.0000', '0.0000', '0.0000', '63.6400', '70.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (959, '2022-10-01', 153, 987, 595, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '16.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (960, '2022-10-01', 153, 988, 595, 791, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '42.0000', 1, 0, 1768, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (961, '2022-10-01', 120, 989, 596, 658, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '21.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (962, '2022-10-01', 131, 990, 597, 712, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '4.0000', 1, 0, 1449, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (963, '2022-10-01', 132, 991, 597, 819, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '17.0000', 1, 0, 1456, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (964, '2022-10-01', 100, 992, 598, NULL, '1.0000', '0.0000', '0.0000', '981.8200', '1080.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (965, '2022-10-03', 114, 995, 601, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '22.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (966, '2022-10-03', 116, 996, 602, 671, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '16.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (967, '2022-10-03', 133, 997, 602, 735, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 1474, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (968, '2022-10-03', 100, 998, 603, NULL, '1.0000', '0.0000', '0.0000', '463.6400', '510.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (969, '2022-10-04', 100, 1000, 605, NULL, '1.0000', '0.0000', '0.0000', '345.4500', '380.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (970, '2022-10-05', 134, 1003, 608, 826, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '16.0000', 1, 0, 1480, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (971, '2022-10-05', 114, 1004, 609, 651, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '28.0000', 1, 0, 1173, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (972, '2022-10-05', 115, 1005, 609, 652, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '23.0000', 1, 0, 1190, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (973, '2022-10-05', 116, 1006, 609, 653, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '14.0000', 1, 0, 1207, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (974, '2022-10-05', 117, 1007, 609, 654, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '15.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (979, '2022-10-04', 137, 1012, 610, 776, '3.0000', '0.0000', '0.0000', '620.0000', '620.0000', '3.0000', 1, 0, 1516, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (980, '2022-10-04', 138, 1013, 610, 777, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '10.0000', 1, 0, 1528, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (981, '2022-10-04', 139, 1014, 610, 716, '3.0000', '0.0000', '0.0000', '670.0000', '670.0000', '4.0000', 1, 0, 1540, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (982, '2022-10-04', 120, 1015, 610, 911, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '1.0000', 1, 0, 1285, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (983, '2022-10-05', 134, 1016, 611, 826, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '15.0000', 1, 0, 1480, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (984, '2022-10-05', 137, 1017, 611, 776, '1.0000', '0.0000', '0.0000', '620.0000', '620.0000', '2.0000', 1, 0, 1516, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (985, '2022-10-05', 100, 1018, 612, NULL, '1.0000', '0.0000', '0.0000', '509.0900', '560.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (986, '2022-10-06', 114, 1021, 615, 628, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '45.0000', 1, 0, 1169, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (987, '2022-10-06', 113, 1022, 615, 627, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '27.0000', 1, 0, 1152, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (988, '2022-10-06', 115, 1023, 615, 629, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '10.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (989, '2022-10-06', 119, 1024, 616, 639, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '18.0000', 1, 0, 1256, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (990, '2022-10-06', 117, 1025, 617, 663, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '27.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (991, '2022-10-06', 118, 1026, 617, 664, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '9.0000', 1, 0, 1247, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (992, '2022-10-06', 118, 1027, 618, 682, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '7.0000', 1, 0, 1252, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (993, '2022-10-06', 121, 1028, 618, 684, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '12.0000', 1, 0, 1303, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (994, '2022-10-06', 100, 1029, 619, NULL, '1.0000', '0.0000', '0.0000', '272.7300', '300.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (995, '2022-10-07', 113, 1031, 621, 668, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '19.0000', 1, 0, 1163, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (996, '2022-10-07', 121, 1032, 622, 657, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '19.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (997, '2022-10-07', 100, 1033, 623, NULL, '1.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (998, '2022-10-08', 100, 1039, 629, NULL, '1.0000', '0.0000', '0.0000', '1200.0000', '1320.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (999, '2022-10-10', 100, 1040, 630, NULL, '1.0000', '0.0000', '0.0000', '654.5500', '720.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1000, '2022-10-11', 114, 1041, 631, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '21.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1001, '2022-10-11', 117, 1042, 631, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '16.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1002, '2022-10-11', 118, 1043, 632, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '27.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1003, '2022-10-11', 100, 1044, 633, NULL, '1.0000', '0.0000', '0.0000', '272.7300', '300.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1004, '2022-10-12', 113, 1046, 635, 641, '4.0000', '0.0000', '0.0000', '420.0000', '420.0000', '18.0000', 1, 0, 1153, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1005, '2022-10-12', 116, 1047, 635, 644, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '26.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1006, '2022-10-12', 117, 1048, 635, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '30.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1007, '2022-10-12', 114, 1049, 636, 692, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '7.0000', 1, 0, 1182, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1008, '2022-10-12', 100, 1050, 637, NULL, '1.0000', '0.0000', '0.0000', '181.8200', '200.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1009, '2022-10-13', 166, 1051, 638, 878, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '9.0000', 1, 0, 2068, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1010, '2022-10-13', 114, 1052, 639, 642, '8.0000', '0.0000', '0.0000', '460.0000', '460.0000', '21.0000', 1, 0, 1170, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1011, '2022-10-13', 115, 1053, 639, 643, '8.0000', '0.0000', '0.0000', '490.0000', '490.0000', '23.0000', 1, 0, 1187, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1012, '2022-10-13', 116, 1054, 639, 644, '8.0000', '0.0000', '0.0000', '510.0000', '510.0000', '18.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1013, '2022-10-13', 117, 1055, 639, 631, '6.0000', '0.0000', '0.0000', '540.0000', '540.0000', '7.0000', 1, 0, 1220, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1014, '2022-10-13', 117, 1056, 640, 631, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '6.0000', 1, 0, 1220, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1015, '2022-10-13', 100, 1057, 641, NULL, '1.0000', '0.0000', '0.0000', '163.6400', '180.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1016, '2022-10-14', 114, 1060, 644, 660, '3.0000', '0.0000', '0.0000', '460.0000', '460.0000', '18.0000', 1, 0, 1180, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1017, '2022-10-14', 117, 1061, 644, 663, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '26.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1018, '2022-10-14', 118, 1062, 644, 664, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '8.0000', 1, 0, 1247, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1019, '2022-10-14', 119, 1063, 644, 665, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '19.0000', 1, 0, 1264, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1020, '2022-10-14', 114, 1064, 645, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '20.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1021, '2022-10-14', 100, 1065, 646, NULL, '1.0000', '0.0000', '0.0000', '1727.2700', '1900.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1022, '2022-10-15', 100, 1068, 648, NULL, '1.0000', '0.0000', '0.0000', '763.6400', '840.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1023, '2022-10-17', 118, 1069, 649, 673, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '14.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1024, '2022-10-17', 120, 1070, 649, 676, '2.0000', '0.0000', '0.0000', '650.0000', '650.0000', '19.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1025, '2022-10-17', 100, 1071, 650, NULL, '1.0000', '0.0000', '0.0000', '227.2700', '250.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1026, '2022-10-18', 115, 1073, 652, 670, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '25.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1027, '2022-10-18', 115, 1074, 653, 629, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '9.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1028, '2022-10-18', 119, 1075, 653, 633, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '12.0000', 1, 0, 1254, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1029, '2022-10-18', 121, 1076, 654, 640, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '15.0000', 1, 0, 1290, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1030, '2022-10-18', 119, 1077, 655, 674, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '13.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1031, '2022-10-18', 100, 1078, 656, NULL, '1.0000', '0.0000', '0.0000', '863.6400', '950.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1032, '2022-10-19', 114, 1079, 657, 669, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '18.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1033, '2022-10-19', 100, 1080, 658, NULL, '1.0000', '0.0000', '0.0000', '509.0900', '560.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1034, '2022-10-20', 121, 1082, 660, 657, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '18.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1035, '2022-10-20', 132, 1083, 661, 734, '2.0000', '0.0000', '0.0000', '480.0000', '480.0000', '6.0000', 1, 0, 1462, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1036, '2022-10-20', 133, 1084, 661, 735, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '5.0000', 1, 0, 1474, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1037, '2022-10-20', 134, 1085, 661, 736, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '53.0000', 1, 0, 1486, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1038, '2022-10-20', 100, 1086, 662, NULL, '1.0000', '0.0000', '0.0000', '390.9100', '430.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1041, '2022-10-22', 138, 1093, 667, 777, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '7.0000', 1, 0, 1528, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1042, '2022-10-22', 139, 1094, 667, 716, '3.0000', '0.0000', '0.0000', '670.0000', '670.0000', '1.0000', 1, 0, 1540, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1043, '2022-10-22', 100, 1095, 668, NULL, '1.0000', '0.0000', '0.0000', '518.1800', '570.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1044, '2022-10-24', 118, 1097, 670, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '26.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1045, '2022-10-24', 100, 1098, 671, NULL, '1.0000', '0.0000', '0.0000', '136.3600', '150.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1046, '2022-10-25', 115, 1101, 674, 752, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '2.0000', 1, 0, 1192, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1047, '2022-10-25', 100, 1102, 675, NULL, '1.0000', '0.0000', '0.0000', '90.9100', '100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1048, '2022-10-26', 100, 1105, 678, NULL, '1.0000', '0.0000', '0.0000', '1963.6400', '2160.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1049, '2022-10-27', 153, 1108, 681, 798, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '21.0000', 1, 0, 1759, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1050, '2022-10-28', 100, 1111, 684, NULL, '1.0000', '0.0000', '0.0000', '227.2700', '250.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1051, '2022-10-29', 116, 1114, 687, 671, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '15.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1053, '2022-10-29', 100, 1117, 688, NULL, '1.0000', '0.0000', '0.0000', '90.9100', '100.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1055, '2022-10-29', 121, 1119, 690, 912, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '7.0000', 1, 0, 1302, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1059, '2022-09-06', 163, 1123, 691, 875, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '9.0000', 1, 0, 1969, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1060, '2022-09-06', 86, 1124, 691, 589, '1.0000', '-35.7955', '-35.7955', '200.0000', '200.0000', '49.0000', 1, 0, 832, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1061, '2022-09-06', 153, 1125, 691, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '22.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1062, '2022-11-01', 163, 1130, 696, 875, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '8.0000', 1, 0, 1969, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1063, '2022-11-01', 132, 1131, 696, 761, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '3.0000', 1, 0, 1460, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1064, '2022-11-01', 100, 1132, 697, NULL, '1.0000', '0.0000', '0.0000', '736.3600', '810.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1065, '2022-11-02', 100, 1140, 702, NULL, '24.0000', '0.0000', '0.0000', '63.6400', '70.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1066, '2022-11-03', 153, 1143, 705, 795, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '9.0000', 1, 0, 1756, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1067, '2022-11-03', 132, 1144, 706, 719, '2.0000', '0.0000', '0.0000', '480.0000', '480.0000', '2.0000', 1, 0, 1458, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1068, '2022-11-03', 100, 1145, 707, NULL, '1.0000', '0.0000', '0.0000', '1090.9100', '1200.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1070, '2022-11-04', 100, 1149, 710, NULL, '1.0000', '0.0000', '0.0000', '1563.6400', '1720.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1071, '2022-11-05', 134, 1150, 711, 736, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '51.0000', 1, 0, 1486, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1072, '2022-11-05', 136, 1151, 711, 910, '2.0000', '0.0000', '0.0000', '590.0000', '590.0000', '32.0000', 1, 0, 1510, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1073, '2022-11-05', 100, 1152, 712, NULL, '1.0000', '0.0000', '0.0000', '381.8200', '420.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1077, '2022-09-30', 134, 1157, 714, 736, '50.0000', '0.0000', '0.0000', '530.0000', '530.0000', '1.0000', 1, 0, 1486, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1078, '2022-09-30', 135, 1158, 714, 737, '50.0000', '0.0000', '0.0000', '560.0000', '560.0000', '7.0000', 1, 0, 1498, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1079, '2022-09-30', 136, 1159, 714, 910, '32.0000', '0.0000', '0.0000', '590.0000', '590.0000', '0.0000', 1, 0, 1510, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1081, '2022-10-04', 136, 1161, 715, 715, '10.0000', '0.0000', '0.0000', '590.0000', '590.0000', '10.0000', 1, 0, 1504, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1082, '2022-11-07', 119, 1162, 716, 633, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '11.0000', 1, 0, 1254, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1083, '2022-11-07', 121, 1163, 717, 657, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '17.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1085, '2022-11-07', 100, 1168, 722, NULL, '1.0000', '0.0000', '0.0000', '1218.1800', '1340.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1086, '2022-11-08', 153, 1169, 723, 863, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '23.0000', 1, 0, 1758, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1087, '2022-11-08', 100, 1170, 724, NULL, '1.0000', '0.0000', '0.0000', '700.0000', '770.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1088, '2022-11-09', 134, 1174, 727, 736, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '0.0000', 1, 0, 1486, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1089, '2022-11-09', 135, 1175, 727, 737, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '6.0000', 1, 0, 1498, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1090, '2022-11-09', 100, 1176, 728, NULL, '1.0000', '0.0000', '0.0000', '90.9100', '100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1091, '2022-11-11', 100, 1183, 735, NULL, '14.0000', '0.0000', '0.0000', '100.0000', '110.0000', '-14.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1092, '2022-11-12', 118, 1184, 736, 664, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '7.0000', 1, 0, 1247, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1093, '2022-11-12', 153, 1185, 737, 795, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '8.0000', 1, 0, 1756, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1094, '2022-11-14', 132, 1189, 741, 819, '2.0000', '0.0000', '0.0000', '480.0000', '480.0000', '15.0000', 1, 0, 1456, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1096, '2022-11-13', 100, 1193, 742, NULL, '1.0000', '0.0000', '0.0000', '454.5500', '500.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1097, '2022-11-15', 117, 1195, 744, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '15.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1098, '2022-11-15', 100, 1199, 748, NULL, '20.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-20.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1099, '2022-11-16', 114, 1200, 749, 642, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '20.0000', 1, 0, 1170, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1100, '2022-11-16', 117, 1201, 750, 654, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '14.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1101, '2022-11-16', 100, 1207, 756, NULL, '1.0000', '0.0000', '0.0000', '2563.6400', '2820.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1102, '2022-11-17', 100, 1212, 761, NULL, '1.0000', '0.0000', '0.0000', '90.9100', '100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1103, '2022-11-18', 100, 1213, 762, NULL, '1.0000', '0.0000', '0.0000', '3481.8200', '3830.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1104, '2022-11-19', 100, 1214, 763, NULL, '1.0000', '0.0000', '0.0000', '5545.4500', '6100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1105, '2022-11-20', 100, 1216, 765, NULL, '86.0000', '0.0000', '0.0000', '90.9100', '100.0000', '-86.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1107, '2022-11-23', 100, 1223, 769, NULL, '120.0000', '0.0000', '0.0000', '45.4500', '50.0000', '-120.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1108, '2022-11-24', 100, 1225, 771, NULL, '408.0000', '0.0000', '0.0000', '18.1800', '20.0000', '-408.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1109, '2022-11-25', 100, 1226, 772, NULL, '1.0000', '0.0000', '0.0000', '1772.7300', '1950.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1110, '2022-11-26', 100, 1229, 775, NULL, '1.0000', '0.0000', '0.0000', '1200.0000', '1320.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1111, '2022-11-26', 100, 1232, 778, NULL, '40.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-40.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1112, '2022-11-28', 118, 1233, 779, 626, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '18.0000', 1, 0, 1242, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1113, '2022-11-28', 114, 1234, 780, 865, '10.0000', '0.0000', '0.0000', '460.0000', '460.0000', '10.0000', 1, 0, 1184, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1114, '2022-11-28', 100, 1235, 781, NULL, '1.0000', '0.0000', '0.0000', '800.0000', '880.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1115, '2022-11-28', 119, 1240, 786, 774, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '21.0000', 1, 0, 1259, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1116, '2022-11-29', 165, 1241, 787, 873, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '9.0000', 1, 0, 2036, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1117, '2022-12-01', 120, 1245, 791, 676, '2.0000', '0.0000', '0.0000', '650.0000', '650.0000', '17.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1118, '2022-12-01', 153, 1246, 792, 863, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '22.0000', 1, 0, 1758, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1119, '2022-12-01', 100, 1247, 793, NULL, '1.0000', '0.0000', '0.0000', '1127.2700', '1240.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1120, '2022-12-02', 121, 1255, 799, 648, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '26.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1121, '2022-12-02', 131, 1256, 800, 712, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '3.0000', 1, 0, 1449, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1122, '2022-12-02', 100, 1257, 801, NULL, '1.0000', '0.0000', '0.0000', '181.8200', '200.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1123, '2022-12-03', 100, 1265, 809, NULL, '1.0000', '0.0000', '0.0000', '363.6400', '400.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1124, '2022-12-05', 100, 1266, 810, NULL, '1.0000', '0.0000', '0.0000', '363.6400', '400.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1125, '2022-12-06', 119, 1272, 815, 818, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '8.0000', 1, 0, 1268, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1126, '2022-12-06', 121, 1273, 815, 912, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '5.0000', 1, 0, 1302, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1127, '2022-12-06', 100, 1274, 816, NULL, '1.0000', '0.0000', '0.0000', '1163.6400', '1280.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1128, '2022-12-07', 100, 1286, 828, NULL, '1.0000', '0.0000', '0.0000', '1000.0000', '1100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1130, '2022-12-08', 100, 1294, 829, NULL, '1.0000', '0.0000', '0.0000', '3863.6400', '4250.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1131, '2022-12-09', 132, 1295, 835, 734, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '5.0000', 1, 0, 1462, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1132, '2022-12-09', 133, 1296, 835, 735, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '4.0000', 1, 0, 1474, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1133, '2022-12-09', 100, 1299, 838, NULL, '1.0000', '0.0000', '0.0000', '181.8200', '200.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1134, '2022-12-10', 153, 1300, 839, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '15.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1135, '2022-12-10', 166, 1301, 840, 878, '2.0000', '0.0000', '0.0000', '900.0000', '900.0000', '7.0000', 1, 0, 2068, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1136, '2022-12-10', 135, 1302, 840, 737, '2.0000', '0.0000', '0.0000', '560.0000', '560.0000', '4.0000', 1, 0, 1498, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1138, '2022-12-10', 100, 1306, 841, NULL, '1.0000', '0.0000', '0.0000', '1000.0000', '1100.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1139, '2022-12-12', 115, 1308, 843, 679, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '9.0000', 1, 0, 1201, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1140, '2022-12-12', 100, 1309, 844, NULL, '1.0000', '0.0000', '0.0000', '1454.5500', '1600.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1141, '2022-12-13', 118, 1314, 849, 664, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '6.0000', 1, 0, 1247, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1142, '2022-12-13', 115, 1315, 850, 629, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '8.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1143, '2022-12-13', 100, 1319, 854, NULL, '1.0000', '0.0000', '0.0000', '1063.6400', '1170.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1144, '2022-12-14', 87, 1320, 855, 593, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '24.0000', 1, 0, 835, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1145, '2022-12-14', 114, 1321, 856, 865, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '9.0000', 1, 0, 1184, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1146, '2022-12-14', 100, 1325, 860, NULL, '1.0000', '0.0000', '0.0000', '272.7300', '300.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1147, '2022-12-15', 114, 1326, 861, 660, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '17.0000', 1, 0, 1180, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1148, '2022-12-15', 153, 1327, 862, 803, '7.0000', '0.0000', '0.0000', '80.0000', '80.0000', '15.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1149, '2022-12-15', 100, 1329, 864, NULL, '1.0000', '0.0000', '0.0000', '318.1800', '350.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1150, '2022-12-16', 153, 1330, 865, 790, '4.0000', '0.0000', '0.0000', '80.0000', '80.0000', '2.0000', 1, 0, 1762, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1151, '2022-12-16', 100, 1331, 866, NULL, '1.0000', '0.0000', '0.0000', '590.9100', '650.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1152, '2022-12-17', 136, 1333, 868, 879, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '8.0000', 1, 0, 2183, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1153, '2022-12-17', 100, 1334, 869, NULL, '1.0000', '0.0000', '0.0000', '181.8200', '200.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1154, '2022-12-18', 100, 1335, 870, NULL, '1.0000', '0.0000', '0.0000', '1090.9100', '1200.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1155, '2022-12-18', 116, 1336, 871, 671, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '14.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1156, '2022-12-19', 133, 1337, 872, 728, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '11.0000', 1, 0, 1473, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1157, '2022-12-20', 113, 1338, 873, 635, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '22.0000', 1, 0, 1154, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1158, '2022-12-20', 131, 1339, 873, 733, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '2.0000', 1, 0, 1443, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1160, '2022-12-19', 100, 1344, 874, NULL, '1.0000', '0.0000', '0.0000', '6090.9100', '6700.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1161, '2022-12-21', 114, 1354, 884, 642, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '18.0000', 1, 0, 1170, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1162, '2022-12-21', 100, 1359, 889, NULL, '1.0000', '0.0000', '0.0000', '272.7300', '300.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1163, '2022-12-22', 100, 1360, 890, NULL, '1.0000', '0.0000', '0.0000', '1545.4500', '1700.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1164, '2022-12-14', 100, 1324, 859, NULL, '8.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-8.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1165, '2022-12-22', 100, 1361, 891, NULL, '86.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-86.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1166, '2022-12-22', 100, 1362, 892, NULL, '60.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-60.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1167, '2022-12-22', 100, 1363, 893, NULL, '30.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-30.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1168, '2022-12-23', 117, 1364, 894, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '14.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1169, '2022-12-23', 119, 1365, 895, 674, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '12.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1170, '2022-12-23', 100, 1366, 896, NULL, '1.0000', '0.0000', '0.0000', '381.8200', '420.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1171, '2022-12-23', 100, 1367, 897, NULL, '17.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-17.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1172, '2022-12-23', 100, 1368, 898, NULL, '6.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-6.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1173, '2022-12-23', 100, 1369, 899, NULL, '10.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1174, '2022-12-23', 100, 1370, 900, NULL, '6.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-6.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1175, '2022-12-28', 119, 1371, 901, 647, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '26.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1176, '2022-12-24', 100, 1372, 902, NULL, '6.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-6.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1178, '2022-08-22', 100, 822, 487, NULL, '1.0000', '0.0000', '0.0000', '127.2700', '140.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1179, '2022-12-28', 114, 1374, 904, 642, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '17.0000', 1, 0, 1170, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1180, '2022-12-28', 118, 1375, 905, 815, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '32.0000', 1, 0, 1239, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1181, '2022-12-28', 100, 1376, 906, NULL, '1.0000', '0.0000', '0.0000', '1181.8200', '1300.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1182, '2022-12-24', 100, 1377, 903, NULL, '1.0000', '0.0000', '0.0000', '136.3600', '150.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1183, '2022-12-28', 100, 1378, 907, NULL, '36.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-36.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1184, '2022-12-29', 117, 1379, 908, 663, '9.0000', '0.0000', '0.0000', '540.0000', '540.0000', '17.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1185, '2022-12-29', 118, 1380, 908, 664, '4.0000', '0.0000', '0.0000', '570.0000', '570.0000', '2.0000', 1, 0, 1247, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1186, '2022-12-29', 133, 1381, 909, 735, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '3.0000', 1, 0, 1474, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1187, '2022-12-29', 100, 1382, 910, NULL, '1.0000', '0.0000', '0.0000', '709.0900', '780.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1188, '2022-12-29', 100, 1383, 911, NULL, '50.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-50.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1189, '2022-12-29', 100, 1384, 912, NULL, '18.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-18.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1190, '2022-12-29', 100, 1385, 913, NULL, '7.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-7.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1191, '2022-12-29', 100, 1386, 914, NULL, '10.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1192, '2022-12-29', 100, 1387, 915, NULL, '4.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-4.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1193, '2022-12-29', 100, 1388, 916, NULL, '30.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-30.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1194, '2022-12-30', 120, 1390, 918, 676, '1.0000', '0.0000', '0.0000', '800.0000', '800.0000', '16.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1195, '2022-12-30', 116, 1391, 919, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '22.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1196, '2022-12-30', 165, 1392, 920, 877, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '8.0000', 1, 0, 2035, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1197, '2022-12-30', 100, 1393, 921, NULL, '1.0000', '0.0000', '0.0000', '2145.4500', '2360.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1198, '2022-12-30', 117, 1394, 922, 681, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '4.0000', 1, 0, 1235, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1199, '2022-12-31', 117, 1395, 923, 814, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '36.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1200, '2022-12-31', 100, 1396, 924, NULL, '1.0000', '0.0000', '0.0000', '636.3600', '700.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1201, '2022-12-31', 100, 1397, 925, NULL, '5.0000', '0.0000', '0.0000', '45.4500', '50.0000', '-5.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1202, '2022-12-31', 100, 1398, 926, NULL, '5.0000', '0.0000', '0.0000', '145.4500', '160.0000', '-5.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1203, '2022-12-31', 100, 1399, 927, NULL, '5.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-5.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1204, '2023-01-02', 100, 1400, 928, NULL, '1.0000', '0.0000', '0.0000', '3572.7300', '3930.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1205, '2023-01-02', 100, 1401, 929, NULL, '64.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-64.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1206, '2023-01-02', 100, 1402, 930, NULL, '8.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-8.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1207, '2023-01-02', 100, 1403, 931, NULL, '30.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-30.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1208, '2023-01-02', 100, 1404, 932, NULL, '10.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1209, '2023-01-02', 100, 1405, 933, NULL, '19.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-19.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1210, '2023-01-02', 100, 1406, 934, NULL, '42.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-42.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1211, '2023-01-03', 131, 1407, 935, 712, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '2.0000', 1, 0, 1449, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1212, '2023-01-03', 134, 1408, 936, 740, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '14.0000', 1, 0, 1478, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1213, '2023-01-03', 100, 1409, 937, NULL, '1.0000', '0.0000', '0.0000', '581.8200', '640.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1214, '2023-01-03', 100, 1410, 938, NULL, '12.0000', '0.0000', '0.0000', '63.6400', '70.0000', '-12.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1215, '2023-01-03', 100, 1411, 939, NULL, '10.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1216, '2023-01-03', 100, 1412, 940, NULL, '140.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-140.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1217, '2023-01-04', 153, 1413, 941, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '14.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1218, '2023-01-04', 153, 1414, 942, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '14.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1219, '2023-01-04', 115, 1415, 943, 637, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '19.0000', 1, 0, 1188, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1220, '2023-01-04', 166, 1416, 944, 878, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '6.0000', 1, 0, 2068, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1221, '2023-01-04', 117, 1417, 944, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '13.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1222, '2023-01-04', 100, 1418, 945, NULL, '1.0000', '0.0000', '0.0000', '763.6400', '840.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1223, '2023-01-04', 100, 1419, 946, NULL, '42.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-42.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1224, '2023-01-04', 100, 1420, 947, NULL, '20.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-20.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1225, '2023-01-04', 100, 1421, 948, NULL, '7.0000', '0.0000', '0.0000', '90.9100', '100.0000', '-7.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1226, '2023-01-04', 100, 1422, 949, NULL, '7.0000', '0.0000', '0.0000', '45.4500', '50.0000', '-7.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1227, '2023-01-04', 100, 1423, 950, NULL, '6.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-6.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1228, '2023-01-04', 100, 1424, 951, NULL, '65.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-65.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1229, '2023-01-04', 134, 1425, 952, 740, '12.0000', '0.0000', '0.0000', '530.0000', '530.0000', '2.0000', 1, 0, 1478, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1230, '2023-01-04', 135, 1426, 952, 741, '15.0000', '0.0000', '0.0000', '560.0000', '560.0000', '5.0000', 1, 0, 1490, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1231, '2023-01-04', 133, 1427, 952, 781, '14.0000', '0.0000', '0.0000', '510.0000', '510.0000', '0.0000', 1, 0, 1466, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1232, '2023-01-04', 153, 1428, 953, 795, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '6.0000', 1, 0, 1756, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1233, '2023-01-05', 153, 1429, 954, 798, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '19.0000', 1, 0, 1759, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1234, '2023-01-05', 115, 1430, 955, 624, '2.0000', '0.0000', '0.0000', '500.0000', '500.0000', '14.0000', 1, 0, 1191, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1235, '2023-01-05', 134, 1431, 956, 826, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '13.0000', 1, 0, 1480, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1236, '2023-01-05', 113, 1432, 957, 622, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '6.0000', 1, 0, 1156, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1237, '2023-01-05', 114, 1433, 958, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '17.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1238, '2023-01-05', 117, 1434, 958, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '12.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1239, '2023-01-05', 114, 1435, 959, 636, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '11.0000', 1, 0, 1171, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1240, '2023-01-05', 117, 1436, 959, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '29.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1241, '2023-01-05', 118, 1437, 959, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '25.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1242, '2023-01-05', 100, 1438, 960, NULL, '1.0000', '0.0000', '0.0000', '181.8200', '200.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1243, '2023-01-05', 100, 1439, 961, NULL, '139.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-139.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1244, '2023-01-05', 100, 1440, 962, NULL, '6.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-6.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1245, '2023-01-05', 100, 1441, 963, NULL, '7.0000', '0.0000', '0.0000', '45.4500', '50.0000', '-7.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1246, '2023-01-05', 100, 1442, 964, NULL, '8.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-8.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1247, '2023-01-06', 120, 1443, 965, 649, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '20.0000', 1, 0, 1272, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1248, '2023-01-06', 100, 1444, 966, NULL, '1.0000', '0.0000', '0.0000', '154.5500', '170.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1249, '2023-01-06', 100, 1445, 967, NULL, '52.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-52.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1250, '2023-01-06', 100, 1446, 968, NULL, '20.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-20.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1251, '2023-01-06', 100, 1447, 969, NULL, '10.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1252, '2023-01-06', 100, 1448, 970, NULL, '5.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-5.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1253, '2023-01-06', 135, 1449, 971, 722, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '1.0000', 1, 0, 1494, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1254, '2023-01-07', 114, 1450, 972, 686, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '16.0000', 1, 0, 1172, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1255, '2023-01-07', 115, 1451, 972, 687, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '4.0000', 1, 0, 1189, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1256, '2023-01-07', 132, 1452, 973, 761, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '2.0000', 1, 0, 1460, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1257, '2023-01-07', 134, 1453, 974, 729, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '35.0000', 1, 0, 1485, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1258, '2023-01-07', 117, 1454, 975, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '11.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1259, '2023-01-07', 118, 1455, 976, 632, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '17.0000', 1, 0, 1237, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1260, '2023-01-07', 133, 1456, 977, 735, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '2.0000', 1, 0, 1474, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1261, '2023-01-07', 117, 1457, 978, 754, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '20.0000', 1, 0, 1226, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1262, '2023-01-07', 100, 1458, 979, NULL, '1.0000', '0.0000', '0.0000', '1754.5500', '1930.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1263, '2023-01-07', 100, 1459, 980, NULL, '34.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-34.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1264, '2023-01-09', 117, 1460, 981, 654, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '13.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1265, '2023-01-09', 116, 1461, 981, 653, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '13.0000', 1, 0, 1207, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1266, '2023-01-09', 131, 1462, 982, 712, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '1.0000', 1, 0, 1449, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1267, '2023-01-09', 118, 1463, 983, 664, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '0.0000', 1, 0, 1247, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1268, '2023-01-09', 87, 1464, 984, 905, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '19.0000', 1, 0, 845, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1269, '2023-01-09', 113, 1465, 985, 659, '6.0000', '0.0000', '0.0000', '420.0000', '420.0000', '7.0000', 1, 0, 1162, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1270, '2023-01-09', 114, 1466, 985, 660, '10.0000', '0.0000', '0.0000', '460.0000', '460.0000', '7.0000', 1, 0, 1180, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1271, '2023-01-09', 115, 1467, 985, 661, '6.0000', '0.0000', '0.0000', '490.0000', '490.0000', '19.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1272, '2023-01-09', 116, 1468, 985, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '21.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1273, '2023-01-09', 114, 1469, 986, 669, '4.0000', '0.0000', '0.0000', '460.0000', '460.0000', '13.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1274, '2023-01-09', 115, 1470, 986, 670, '4.0000', '0.0000', '0.0000', '490.0000', '490.0000', '21.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1275, '2023-01-09', 116, 1471, 986, 671, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '12.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1276, '2023-01-09', 117, 1472, 986, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '10.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1277, '2023-01-09', 100, 1473, 987, NULL, '55.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-55.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1278, '2023-01-09', 100, 1474, 988, NULL, '1.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1279, '2023-01-09', 100, 1475, 989, NULL, '108.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-108.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1280, '2023-01-09', 100, 1476, 990, NULL, '21.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-21.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1281, '2023-01-09', 100, 1477, 991, NULL, '11.0000', '0.0000', '0.0000', '45.4500', '50.0000', '-11.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1282, '2023-01-09', 100, 1478, 992, NULL, '11.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-11.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1283, '2023-01-09', 100, 1479, 993, NULL, '10.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1284, '2023-01-09', 100, 1480, 994, NULL, '95.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-95.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1285, '2023-01-10', 115, 1481, 995, 695, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '10.0000', 1, 0, 1195, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1286, '2023-01-10', 134, 1482, 996, 740, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '1.0000', 1, 0, 1478, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1287, '2023-01-10', 116, 1483, 997, 785, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 1217, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1288, '2023-01-10', 117, 1484, 997, 786, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '9.0000', 1, 0, 1234, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1289, '2023-01-11', 113, 1485, 998, 635, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '21.0000', 1, 0, 1154, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1290, '2023-01-11', 120, 1486, 999, 758, '1.0000', '0.0000', '0.0000', '750.0000', '750.0000', '17.0000', 1, 0, 1277, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1291, '2023-01-11', 136, 1487, 1000, 879, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '7.0000', 1, 0, 2183, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1292, '2023-01-11', 119, 1488, 1001, 656, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '22.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1293, '2023-01-11', 119, 1489, 1002, 674, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '11.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1295, '2023-01-10', 100, 1491, 1003, NULL, '1.0000', '0.0000', '0.0000', '9036.3600', '9940.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1296, '2023-01-11', 100, 1492, 1004, NULL, '1.0000', '0.0000', '0.0000', '2736.3600', '3010.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1297, '2023-01-11', 100, 1493, 1005, NULL, '50.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-50.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1298, '2023-01-11', 100, 1494, 1006, NULL, '37.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-37.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1299, '2023-01-11', 100, 1495, 1007, NULL, '2.0000', '0.0000', '0.0000', '90.9100', '100.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1300, '2023-01-11', 100, 1496, 1008, NULL, '2.0000', '0.0000', '0.0000', '90.9100', '100.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1301, '2023-01-11', 100, 1497, 1009, NULL, '1.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1302, '2023-01-11', 100, 1498, 1010, NULL, '54.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-54.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1303, '2023-01-11', 100, 1499, 1011, NULL, '5.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-5.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1304, '2023-01-11', 100, 1500, 1012, NULL, '6.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-6.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1305, '2023-01-11', 100, 1501, 1013, NULL, '5.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-5.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1306, '2023-01-11', 100, 1502, 1014, NULL, '2.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1307, '2023-01-12', 115, 1503, 1015, 629, '1.0000', '0.0000', '0.0000', '500.0000', '500.0000', '7.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1308, '2023-01-16', 121, 1504, 1016, 640, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '24.0000', 1, 0, 1290, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1309, '2023-01-16', 153, 1505, 1017, 863, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '21.0000', 1, 0, 1758, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1310, '2023-01-16', 153, 1506, 1017, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '13.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1311, '2023-01-16', 114, 1507, 1018, 783, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '7.0000', 1, 0, 1185, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1312, '2023-01-16', 115, 1508, 1019, 652, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '22.0000', 1, 0, 1190, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1313, '2023-01-16', 116, 1509, 1019, 653, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '12.0000', 1, 0, 1207, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1314, '2023-01-16', 118, 1510, 1019, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '16.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1315, '2023-01-16', 87, 1511, 1020, 864, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '19.0000', 1, 0, 837, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1316, '2023-01-16', 165, 1512, 1021, 877, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '7.0000', 1, 0, 2035, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1317, '2023-01-16', 100, 1513, 1022, NULL, '1.0000', '0.0000', '0.0000', '2154.5500', '2370.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1318, '2023-01-16', 100, 1514, 1023, NULL, '1.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1319, '2023-01-16', 100, 1515, 1024, NULL, '3.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-3.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1320, '2023-01-16', 100, 1516, 1025, NULL, '2.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1321, '2023-01-16', 100, 1517, 1026, NULL, '10.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-10.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1322, '2023-01-16', 100, 1518, 1027, NULL, '61.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-61.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1323, '2023-01-17', 117, 1519, 1028, 672, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '8.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1324, '2023-01-17', 113, 1520, 1029, 641, '5.0000', '0.0000', '0.0000', '420.0000', '420.0000', '13.0000', 1, 0, 1153, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1325, '2023-01-17', 118, 1521, 1030, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '15.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1326, '2023-01-17', 133, 1522, 1030, 728, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '10.0000', 1, 0, 1473, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1327, '2023-01-17', 117, 1523, 1031, 654, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '12.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1328, '2023-01-17', 114, 1524, 1032, 669, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '11.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1329, '2023-01-17', 153, 1525, 1032, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '12.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1330, '2023-01-17', 117, 1526, 1033, 814, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '35.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1331, '2023-01-17', 133, 1527, 1034, 868, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '20.0000', 1, 0, 1885, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1332, '2023-01-17', 120, 1528, 1035, 649, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '19.0000', 1, 0, 1272, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1333, '2023-01-17', 153, 1529, 1036, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '11.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1334, '2023-01-17', 114, 1530, 1037, 669, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '9.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1335, '2023-01-17', 115, 1531, 1037, 670, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '19.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1336, '2023-01-17', 121, 1532, 1038, 775, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '16.0000', 1, 0, 1293, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1337, '2023-01-17', 153, 1533, 1039, 791, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '41.0000', 1, 0, 1768, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1338, '2023-01-17', 153, 1534, 1039, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '10.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1339, '2023-01-17', 138, 1535, 1040, 766, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '2.0000', 1, 0, 1532, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1340, '2023-01-17', 113, 1536, 1041, 650, '4.0000', '0.0000', '0.0000', '420.0000', '420.0000', '0.0000', 1, 0, 1159, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1341, '2023-01-17', 136, 1537, 1042, 723, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '3.0000', 1, 0, 1506, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1342, '2023-01-17', 127, 1538, 1043, 906, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '4.0000', 1, 0, 1384, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1343, '2023-01-17', 118, 1539, 1044, 626, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '16.0000', 1, 0, 1242, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1344, '2023-01-17', 116, 1540, 1044, 671, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '11.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1345, '2023-01-17', 117, 1541, 1044, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '7.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1346, '2023-01-17', 134, 1542, 1045, 763, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '3.0000', 1, 0, 1484, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1347, '2023-01-18', 153, 1543, 1046, 798, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '18.0000', 1, 0, 1759, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1348, '2023-01-18', 113, 1544, 1047, 659, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '6.0000', 1, 0, 1162, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1349, '2023-01-18', 164, 1545, 1048, 876, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '7.0000', 1, 0, 2002, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1350, '2023-01-18', 120, 1546, 1049, 667, '1.0000', '0.0000', '0.0000', '750.0000', '750.0000', '16.0000', 1, 0, 1281, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1351, '2023-01-18', 116, 1547, 1050, 753, '1.0000', '0.0000', '0.0000', '550.0000', '550.0000', '20.0000', 1, 0, 1209, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1352, '2023-01-18', 118, 1548, 1051, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '14.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1353, '2023-01-18', 116, 1549, 1051, 630, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '20.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1354, '2023-01-18', 120, 1550, 1051, 658, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '20.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1355, '2023-01-18', 114, 1551, 1052, 628, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '44.0000', 1, 0, 1169, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1356, '2023-01-18', 100, 1552, 1053, NULL, '1.0000', '0.0000', '0.0000', '2181.8200', '2400.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1357, '2023-01-18', 100, 1553, 1054, NULL, '1.0000', '0.0000', '0.0000', '1809.0900', '1990.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1358, '2023-01-19', 119, 1554, 1055, 633, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '10.0000', 1, 0, 1254, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1359, '2023-01-19', 153, 1555, 1056, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '9.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1360, '2023-01-19', 87, 1556, 1056, 905, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '18.0000', 1, 0, 845, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1361, '2023-01-19', 115, 1557, 1057, 629, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '6.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1362, '2023-01-19', 116, 1558, 1057, 630, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '19.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1363, '2023-01-19', 114, 1559, 1058, 642, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '16.0000', 1, 0, 1170, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1364, '2023-01-19', 116, 1560, 1058, 644, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '17.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1365, '2023-01-19', 117, 1561, 1058, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '28.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1366, '2023-01-19', 115, 1562, 1059, 629, '1.0000', '0.0000', '0.0000', '500.0000', '500.0000', '5.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1367, '2023-01-19', 153, 1563, 1060, 803, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '7.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1368, '2023-01-19', 113, 1564, 1061, 659, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '5.0000', 1, 0, 1162, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1369, '2023-01-19', 120, 1565, 1062, 838, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '20.0000', 1, 0, 1276, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1370, '2023-01-19', 115, 1566, 1062, 661, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '18.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1371, '2023-01-19', 133, 1567, 1063, 868, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '19.0000', 1, 0, 1885, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1372, '2023-01-19', 117, 1568, 1063, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '6.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1373, '2023-01-19', 132, 1569, 1064, 867, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '24.0000', 1, 0, 1884, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1374, '2023-01-19', 117, 1570, 1065, 663, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '15.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1375, '2023-01-19', 137, 1571, 1066, 880, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '5.0000', 1, 0, 2184, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1376, '2023-01-19', 115, 1572, 1067, 670, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '18.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1377, '2023-01-19', 117, 1573, 1068, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '5.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1378, '2023-01-19', 119, 1574, 1068, 674, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '10.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1379, '2023-01-19', 153, 1575, 1069, 803, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '5.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1380, '2023-01-19', 114, 1576, 1070, 642, '9.0000', '0.0000', '0.0000', '460.0000', '460.0000', '7.0000', 1, 0, 1170, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1381, '2023-01-19', 115, 1577, 1070, 643, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '21.0000', 1, 0, 1187, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1382, '2023-01-19', 100, 1578, 1071, NULL, '1.0000', '0.0000', '0.0000', '6209.0900', '6830.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1383, '2023-01-19', 100, 1579, 1072, NULL, '1.0000', '0.0000', '0.0000', '2090.9100', '2300.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1384, '2023-01-22', 134, 1580, 1073, 740, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '0.0000', 1, 0, 1478, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1385, '2023-01-22', 134, 1581, 1074, 721, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '7.0000', 1, 0, 1482, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1386, '2023-01-22', 115, 1582, 1075, 643, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '19.0000', 1, 0, 1187, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1387, '2023-01-22', 116, 1583, 1075, 644, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '15.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1388, '2023-01-22', 133, 1584, 1076, 728, '3.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 1473, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1389, '2023-01-22', 87, 1585, 1077, 905, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '17.0000', 1, 0, 845, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1390, '2023-01-22', 153, 1586, 1078, 796, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '83.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1391, '2023-01-22', 115, 1587, 1079, 629, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '4.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1392, '2023-01-22', 116, 1588, 1079, 630, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '18.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1393, '2023-01-22', 114, 1589, 1080, 628, '10.0000', '0.0000', '0.0000', '460.0000', '460.0000', '34.0000', 1, 0, 1169, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1394, '2023-01-22', 115, 1590, 1081, 670, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '16.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1395, '2023-01-22', 116, 1591, 1082, 837, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '9.0000', 1, 0, 1208, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1396, '2023-01-22', 153, 1592, 1082, 798, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '17.0000', 1, 0, 1759, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1397, '2023-01-22', 115, 1593, 1083, 695, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '9.0000', 1, 0, 1195, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1398, '2023-01-22', 163, 1594, 1084, 875, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '7.0000', 1, 0, 1969, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1399, '2023-01-22', 132, 1595, 1084, 780, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '13.0000', 1, 0, 1454, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1400, '2023-01-22', 116, 1596, 1085, 630, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '17.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1401, '2023-01-22', 166, 1597, 1086, 874, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '9.0000', 1, 0, 2069, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1402, '2023-01-22', 164, 1598, 1087, 876, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '6.0000', 1, 0, 2002, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1403, '2023-01-22', 113, 1599, 1088, 627, '2.0000', '0.0000', '0.0000', '420.0000', '420.0000', '25.0000', 1, 0, 1152, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1404, '2023-01-22', 114, 1600, 1089, 865, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '7.0000', 1, 0, 1184, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1405, '2023-01-22', 165, 1601, 1090, 873, '2.0000', '0.0000', '0.0000', '900.0000', '900.0000', '7.0000', 1, 0, 2036, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1406, '2023-01-22', 116, 1602, 1090, 653, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '10.0000', 1, 0, 1207, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1407, '2023-01-22', 166, 1603, 1091, 874, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '8.0000', 1, 0, 2069, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1408, '2023-01-22', 120, 1604, 1092, 676, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '15.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1409, '2023-01-22', 120, 1605, 1093, 838, '1.0000', '0.0000', '0.0000', '750.0000', '750.0000', '19.0000', 1, 0, 1276, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1410, '2023-01-22', 114, 1606, 1094, 636, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '9.0000', 1, 0, 1171, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1411, '2023-01-22', 153, 1607, 1094, 795, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '5.0000', 1, 0, 1756, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1412, '2023-01-22', 118, 1608, 1095, 626, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '14.0000', 1, 0, 1242, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1413, '2023-01-22', 116, 1609, 1095, 671, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '10.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1414, '2023-01-22', 117, 1610, 1095, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '4.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1415, '2023-01-22', 134, 1611, 1096, 706, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '5.0000', 1, 0, 1481, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1416, '2023-01-22', 119, 1612, 1097, 665, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '18.0000', 1, 0, 1264, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1417, '2023-01-22', 165, 1613, 1098, 877, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '6.0000', 1, 0, 2035, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1418, '2023-01-22', 132, 1614, 1099, 734, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '4.0000', 1, 0, 1462, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1419, '2023-01-22', 121, 1615, 1100, 675, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '20.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1420, '2023-01-22', 136, 1616, 1101, 715, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '9.0000', 1, 0, 1504, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1421, '2023-01-22', 87, 1617, 1102, 864, '2.0000', '0.0000', '0.0000', '200.0000', '200.0000', '17.0000', 1, 0, 837, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1422, '2023-01-22', 134, 1618, 1103, 869, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '13.0000', 1, 0, 1886, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1423, '2023-01-22', 113, 1619, 1104, 659, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '4.0000', 1, 0, 1162, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1424, '2023-01-22', 115, 1620, 1104, 661, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '17.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1425, '2023-01-22', 116, 1621, 1105, 653, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '9.0000', 1, 0, 1207, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1426, '2023-01-22', 114, 1622, 1106, 751, '2.0000', '0.0000', '0.0000', '500.0000', '500.0000', '14.0000', 1, 0, 1175, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1427, '2023-01-22', 86, 1623, 1107, 589, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '48.0000', 1, 0, 832, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1428, '2023-01-22', 132, 1624, 1108, 819, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '14.0000', 1, 0, 1456, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1429, '2023-01-22', 119, 1625, 1109, 647, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '24.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1430, '2023-01-22', 121, 1626, 1110, 666, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '15.0000', 1, 0, 1298, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1431, '2023-01-22', 153, 1627, 1111, 803, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '3.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1432, '2023-01-23', 137, 1628, 1112, 765, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '5.0000', 1, 0, 1520, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1433, '2023-01-23', 114, 1629, 1113, 628, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '33.0000', 1, 0, 1169, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1434, '2023-01-23', 119, 1630, 1114, 665, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '17.0000', 1, 0, 1264, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1435, '2023-01-23', 114, 1631, 1115, 686, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '15.0000', 1, 0, 1172, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1436, '2023-01-23', 115, 1632, 1115, 687, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '2.0000', 1, 0, 1189, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1437, '2023-01-23', 137, 1633, 1116, 880, '2.0000', '0.0000', '0.0000', '650.0000', '650.0000', '3.0000', 1, 0, 2184, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1438, '2023-01-23', 119, 1634, 1117, 674, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '9.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1439, '2023-01-23', 114, 1635, 1118, 628, '13.0000', '0.0000', '0.0000', '460.0000', '460.0000', '20.0000', 1, 0, 1169, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1440, '2023-01-23', 118, 1636, 1119, 632, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '16.0000', 1, 0, 1237, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1441, '2023-01-23', 120, 1637, 1120, 649, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '18.0000', 1, 0, 1272, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1442, '2023-01-23', 119, 1638, 1121, 656, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '21.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1443, '2023-01-23', 117, 1639, 1122, 672, '2.0000', '0.0000', '0.0000', '560.0000', '560.0000', '2.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1444, '2023-01-23', 114, 1640, 1123, 628, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '19.0000', 1, 0, 1169, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1445, '2023-01-23', 116, 1641, 1123, 630, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '16.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1446, '2023-01-23', 116, 1642, 1124, 837, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 1208, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1447, '2023-01-23', 163, 1643, 1125, 875, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '6.0000', 1, 0, 1969, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1448, '2023-01-23', 132, 1644, 1126, 734, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '3.0000', 1, 0, 1462, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1449, '2023-01-23', 115, 1645, 1127, 637, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '18.0000', 1, 0, 1188, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1450, '2023-01-23', 116, 1646, 1127, 638, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '19.0000', 1, 0, 1205, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1451, '2023-01-23', 119, 1647, 1128, 674, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '7.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1452, '2023-01-23', 121, 1648, 1128, 675, '2.0000', '0.0000', '0.0000', '650.0000', '650.0000', '18.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1453, '2023-01-23', 120, 1649, 1128, 676, '2.0000', '0.0000', '0.0000', '700.0000', '700.0000', '13.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1454, '2023-01-23', 115, 1650, 1129, 898, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '8.0000', 1, 0, 1202, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1455, '2023-01-23', 117, 1651, 1129, 899, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '8.0000', 1, 0, 1236, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1456, '2023-01-23', 114, 1652, 1130, 751, '1.0000', '0.0000', '0.0000', '500.0000', '500.0000', '13.0000', 1, 0, 1175, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1457, '2023-01-23', 117, 1653, 1130, 754, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '19.0000', 1, 0, 1226, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1458, '2023-01-23', 117, 1654, 1131, 631, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '5.0000', 1, 0, 1220, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1459, '2023-01-23', 113, 1655, 1132, 659, '2.0000', '0.0000', '0.0000', '420.0000', '420.0000', '2.0000', 1, 0, 1162, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1460, '2023-01-23', 121, 1656, 1132, 666, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '14.0000', 1, 0, 1298, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1461, '2023-01-23', 135, 1657, 1133, 730, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '11.0000', 1, 0, 1497, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1462, '2023-01-23', 114, 1658, 1134, 865, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '5.0000', 1, 0, 1184, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1463, '2023-01-23', 116, 1659, 1135, 644, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '13.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1464, '2023-01-23', 166, 1660, 1136, 874, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '7.0000', 1, 0, 2069, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1465, '2023-01-23', 116, 1661, 1136, 644, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '12.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1466, '2023-01-23', 117, 1662, 1136, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '27.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1467, '2023-01-23', 114, 1663, 1137, 751, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '12.0000', 1, 0, 1175, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1468, '2023-01-23', 116, 1664, 1137, 753, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '19.0000', 1, 0, 1209, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1469, '2023-01-23', 116, 1665, 1138, 653, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '8.0000', 1, 0, 1207, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1470, '2023-01-23', 118, 1666, 1139, 815, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '31.0000', 1, 0, 1239, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1471, '2023-01-23', 137, 1667, 1140, 776, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '2.0000', 1, 0, 1516, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1472, '2023-01-23', 166, 1668, 1141, 878, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '5.0000', 1, 0, 2068, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1473, '2023-01-23', 165, 1669, 1142, 877, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '5.0000', 1, 0, 2035, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1474, '2023-01-23', 116, 1670, 1143, 644, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '11.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1475, '2023-01-23', 135, 1671, 1144, 714, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '7.0000', 1, 0, 1492, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1476, '2023-01-23', 117, 1672, 1145, 754, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '18.0000', 1, 0, 1226, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1477, '2023-01-23', 118, 1673, 1145, 755, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '21.0000', 1, 0, 1243, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1478, '2023-01-23', 116, 1674, 1146, 753, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '17.0000', 1, 0, 1209, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1479, '2023-01-23', 117, 1675, 1147, 681, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '3.0000', 1, 0, 1235, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1480, '2023-01-23', 113, 1676, 1148, 622, '2.0000', '0.0000', '0.0000', '420.0000', '420.0000', '4.0000', 1, 0, 1156, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1481, '2023-01-23', 153, 1677, 1148, 798, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '16.0000', 1, 0, 1759, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1482, '2023-01-23', 153, 1678, 1149, 799, '3.0000', '0.0000', '0.0000', '100.0000', '100.0000', '11.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1483, '2023-01-23', 120, 1679, 1150, 649, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '17.0000', 1, 0, 1272, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1484, '2023-01-23', 121, 1680, 1151, 634, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '5.0000', 1, 0, 1288, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1485, '2023-01-23', 120, 1681, 1151, 676, '2.0000', '0.0000', '0.0000', '700.0000', '700.0000', '11.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1486, '2023-01-23', 113, 1682, 1152, 659, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '1.0000', 1, 0, 1162, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1487, '2023-01-23', 116, 1683, 1153, 680, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '6.0000', 1, 0, 1218, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1488, '2023-01-23', 117, 1684, 1154, 814, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '34.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1489, '2023-01-23', 119, 1685, 1155, 656, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '20.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1490, '2023-01-23', 153, 1686, 1156, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '10.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1491, '2023-01-23', 116, 1687, 1157, 638, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '18.0000', 1, 0, 1205, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1492, '2023-01-23', 116, 1688, 1158, 630, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '15.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1493, '2023-01-23', 116, 1689, 1159, 671, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '9.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1494, '2023-01-23', 117, 1690, 1159, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '1.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1495, '2023-01-23', 121, 1691, 1159, 675, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '17.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1496, '2023-01-23', 120, 1692, 1159, 676, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '10.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1497, '2023-01-23', 153, 1693, 1160, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '2.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1498, '2023-01-23', 114, 1694, 1161, 751, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '11.0000', 1, 0, 1175, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1499, '2023-01-23', 116, 1695, 1161, 753, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '16.0000', 1, 0, 1209, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1500, '2023-01-24', 163, 1696, 1162, 875, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '5.0000', 1, 0, 1969, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1501, '2023-01-24', 165, 1697, 1162, 877, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '4.0000', 1, 0, 2035, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1502, '2023-01-24', 116, 1698, 1162, 753, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '14.0000', 1, 0, 1209, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1503, '2023-01-24', 114, 1699, 1162, 751, '2.0000', '0.0000', '0.0000', '480.0000', '480.0000', '9.0000', 1, 0, 1175, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1504, '2023-01-24', 114, 1700, 1163, 636, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '8.0000', 1, 0, 1171, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1505, '2023-01-24', 119, 1701, 1164, 656, '3.0000', '0.0000', '0.0000', '580.0000', '580.0000', '17.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1506, '2023-01-24', 114, 1702, 1165, 686, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '14.0000', 1, 0, 1172, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1507, '2023-01-24', 114, 1703, 1166, 660, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '6.0000', 1, 0, 1180, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1508, '2023-01-24', 115, 1704, 1167, 643, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '18.0000', 1, 0, 1187, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1509, '2023-01-24', 166, 1705, 1168, 878, '1.0000', '0.0000', '0.0000', '950.0000', '950.0000', '4.0000', 1, 0, 2068, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1510, '2023-01-24', 163, 1706, 1168, 875, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '4.0000', 1, 0, 1969, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1511, '2023-01-24', 116, 1707, 1168, 630, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '14.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1512, '2023-01-24', 117, 1708, 1169, 672, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '0.0000', 1, 0, 1231, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1513, '2023-01-24', 117, 1709, 1170, 625, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '20.0000', 1, 0, 1225, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1514, '2023-01-24', 118, 1710, 1170, 626, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '13.0000', 1, 0, 1242, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1515, '2023-01-24', 165, 1711, 1171, 877, '1.0000', '0.0000', '0.0000', '900.0000', '900.0000', '3.0000', 1, 0, 2035, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1516, '2023-01-24', 116, 1712, 1171, 753, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '13.0000', 1, 0, 1209, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1517, '2023-01-24', 132, 1713, 1171, 867, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '23.0000', 1, 0, 1884, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1518, '2023-01-24', 124, 1714, 1171, 745, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '2.0000', 1, 0, 1345, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1519, '2023-01-24', 128, 1715, 1171, 747, '1.0000', '0.0000', '0.0000', '580.0000', '580.0000', '7.0000', 1, 0, 1396, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1520, '2023-01-25', 128, 1716, 1172, 888, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '9.0000', 1, 0, 1391, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1521, '2023-01-25', 117, 1717, 1173, 654, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '11.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1522, '2023-01-25', 119, 1718, 1173, 656, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '16.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1523, '2023-01-25', 121, 1719, 1173, 657, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '16.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1524, '2023-01-25', 117, 1720, 1174, 654, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '10.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1525, '2023-01-25', 119, 1721, 1174, 656, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '15.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1526, '2023-01-25', 121, 1722, 1174, 657, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '15.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1527, '2023-01-25', 163, 1723, 1175, 871, '1.0000', '0.0000', '0.0000', '750.0000', '750.0000', '9.0000', 1, 0, 1970, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1528, '2023-01-25', 153, 1724, 1176, 863, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '20.0000', 1, 0, 1758, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1529, '2023-01-25', 116, 1725, 1177, 671, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1530, '2023-01-25', 133, 1726, 1178, 713, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '12.0000', 1, 0, 1468, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1531, '2023-01-25', 135, 1727, 1178, 714, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '6.0000', 1, 0, 1492, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1532, '2023-01-25', 136, 1728, 1179, 879, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '6.0000', 1, 0, 2183, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1533, '2023-01-25', 115, 1729, 1180, 661, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '15.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1534, '2023-01-25', 119, 1730, 1181, 633, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '8.0000', 1, 0, 1254, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1535, '2023-01-25', 118, 1731, 1182, 673, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '13.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1536, '2023-01-25', 119, 1732, 1182, 674, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '6.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1537, '2023-01-25', 116, 1733, 1183, 785, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '6.0000', 1, 0, 1217, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1538, '2023-01-25', 117, 1734, 1183, 786, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '8.0000', 1, 0, 1234, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1539, '2023-01-25', 115, 1735, 1184, 670, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '15.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1540, '2023-01-25', 163, 1736, 1185, 875, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '3.0000', 1, 0, 1969, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1541, '2023-01-25', 121, 1737, 1186, 634, '1.0000', '0.0000', '0.0000', '620.0000', '620.0000', '4.0000', 1, 0, 1288, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1542, '2023-01-25', 113, 1738, 1187, 668, '5.0000', '0.0000', '0.0000', '420.0000', '420.0000', '14.0000', 1, 0, 1163, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1543, '2023-01-25', 114, 1739, 1187, 669, '5.0000', '0.0000', '0.0000', '460.0000', '460.0000', '4.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1544, '2023-01-25', 115, 1740, 1187, 670, '5.0000', '0.0000', '0.0000', '490.0000', '490.0000', '10.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1545, '2023-01-25', 116, 1741, 1187, 671, '5.0000', '0.0000', '0.0000', '510.0000', '510.0000', '2.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1546, '2023-01-25', 117, 1742, 1187, 663, '5.0000', '0.0000', '0.0000', '540.0000', '540.0000', '10.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1547, '2023-01-25', 118, 1743, 1187, 673, '5.0000', '0.0000', '0.0000', '570.0000', '570.0000', '8.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1548, '2023-01-25', 117, 1744, 1188, 654, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '9.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1549, '2023-01-25', 127, 1745, 1188, 906, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '3.0000', 1, 0, 1384, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1550, '2023-01-25', 118, 1746, 1189, 646, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '24.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1551, '2023-01-25', 121, 1747, 1190, 675, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '16.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1552, '2023-01-25', 120, 1748, 1190, 676, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '9.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1553, '2023-01-25', 114, 1749, 1190, 669, '2.0000', '0.0000', '0.0000', '460.0000', '460.0000', '2.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1554, '2023-01-25', 118, 1750, 1190, 673, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '7.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1555, '2023-01-25', 121, 1751, 1191, 634, '2.0000', '0.0000', '0.0000', '620.0000', '620.0000', '2.0000', 1, 0, 1288, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1556, '2023-01-25', 116, 1752, 1192, 696, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '5.0000', 1, 0, 1212, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1557, '2023-01-25', 117, 1753, 1192, 697, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '6.0000', 1, 0, 1229, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1558, '2023-01-25', 118, 1754, 1192, 698, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '7.0000', 1, 0, 1246, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1559, '2023-01-25', 119, 1755, 1192, 699, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '3.0000', 1, 0, 1263, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1560, '2023-01-26', 118, 1756, 1193, 632, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '15.0000', 1, 0, 1237, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1561, '2023-01-26', 139, 1757, 1194, 779, '1.0000', '0.0000', '0.0000', '750.0000', '750.0000', '2.0000', 1, 0, 1545, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1562, '2023-01-26', 131, 1758, 1195, 733, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '1.0000', 1, 0, 1443, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1563, '2023-01-26', 113, 1759, 1196, 627, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '24.0000', 1, 0, 1152, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1564, '2023-01-26', 132, 1760, 1197, 734, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '2.0000', 1, 0, 1462, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1565, '2023-01-26', 117, 1761, 1198, 681, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '2.0000', 1, 0, 1235, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1566, '2023-01-26', 121, 1762, 1199, 657, '5.0000', '0.0000', '0.0000', '630.0000', '630.0000', '10.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1567, '2023-01-26', 120, 1763, 1199, 658, '5.0000', '0.0000', '0.0000', '700.0000', '700.0000', '15.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1568, '2023-01-26', 116, 1764, 1200, 671, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '1.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1569, '2023-01-26', 135, 1765, 1201, 737, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '3.0000', 1, 0, 1498, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1570, '2023-01-26', 121, 1766, 1202, 634, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '1.0000', 1, 0, 1288, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1571, '2023-01-26', 116, 1767, 1203, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '20.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1572, '2023-01-26', 121, 1768, 1204, 657, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '9.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1573, '2023-01-26', 121, 1769, 1205, 657, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '7.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1574, '2023-01-26', 119, 1770, 1205, 656, '9.0000', '0.0000', '0.0000', '580.0000', '580.0000', '6.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1575, '2023-01-26', 116, 1771, 1206, 644, '3.0000', '0.0000', '0.0000', '510.0000', '510.0000', '8.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1576, '2023-01-26', 117, 1772, 1206, 645, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '25.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1577, '2023-01-26', 116, 1773, 1206, 662, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '18.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1578, '2023-01-26', 115, 1774, 1207, 624, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '12.0000', 1, 0, 1191, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1579, '2023-01-26', 117, 1775, 1207, 663, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '8.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1580, '2023-01-26', 135, 1776, 1207, 737, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '2.0000', 1, 0, 1498, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1581, '2023-01-26', 117, 1777, 1208, 631, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '4.0000', 1, 0, 1220, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1582, '2023-01-26', 121, 1778, 1208, 675, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '15.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1583, '2023-01-26', 163, 1779, 1209, 875, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '2.0000', 1, 0, 1969, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1584, '2023-01-26', 117, 1780, 1210, 663, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '7.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1585, '2023-01-26', 120, 1781, 1210, 676, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '8.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1586, '2023-01-26', 132, 1782, 1211, 727, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '15.0000', 1, 0, 1461, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1587, '2023-01-26', 121, 1783, 1211, 648, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '25.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1588, '2023-01-26', 119, 1784, 1212, 647, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '23.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1589, '2023-01-27', 163, 1785, 1213, 875, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '1.0000', 1, 0, 1969, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1590, '2023-01-27', 119, 1786, 1214, 633, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '7.0000', 1, 0, 1254, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1591, '2023-01-27', 121, 1787, 1215, 757, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '12.0000', 1, 0, 1294, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1592, '2023-01-27', 121, 1788, 1216, 657, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '6.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1593, '2023-01-27', 153, 1789, 1217, 796, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '82.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1594, '2023-01-27', 87, 1790, 1217, 593, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '23.0000', 1, 0, 835, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1595, '2023-01-27', 119, 1791, 1218, 633, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '6.0000', 1, 0, 1254, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1596, '2023-01-27', 114, 1792, 1219, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '1.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1597, '2023-01-27', 120, 1793, 1220, 676, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '7.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1598, '2023-01-27', 132, 1794, 1221, 727, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '14.0000', 1, 0, 1461, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1599, '2023-01-27', 119, 1795, 1222, 656, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '5.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1600, '2023-01-27', 121, 1796, 1222, 657, '3.0000', '0.0000', '0.0000', '630.0000', '630.0000', '3.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1601, '2023-01-27', 120, 1797, 1222, 816, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '6.0000', 1, 0, 1273, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1602, '2023-01-27', 163, 1798, 1223, 871, '1.0000', '0.0000', '0.0000', '800.0000', '800.0000', '8.0000', 1, 0, 1970, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1603, '2023-01-27', 118, 1799, 1224, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '13.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1604, '2023-01-27', 117, 1800, 1225, 663, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '5.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1605, '2023-01-27', 127, 1801, 1226, 906, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '2.0000', 1, 0, 1384, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1606, '2023-01-27', 127, 1802, 1227, 906, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '1.0000', 1, 0, 1384, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1607, '2023-01-27', 121, 1803, 1228, 666, '7.0000', '0.0000', '0.0000', '630.0000', '630.0000', '7.0000', 1, 0, 1298, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1608, '2023-01-27', 119, 1804, 1228, 665, '13.0000', '0.0000', '0.0000', '600.0000', '600.0000', '4.0000', 1, 0, 1264, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1609, '2023-01-27', 153, 1805, 1229, 863, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '18.0000', 1, 0, 1758, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1610, '2023-01-27', 121, 1806, 1230, 640, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '23.0000', 1, 0, 1290, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1611, '2023-01-28', 121, 1807, 1231, 657, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '2.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1612, '2023-01-28', 138, 1808, 1232, 881, '7.0000', '0.0000', '0.0000', '700.0000', '700.0000', '3.0000', 1, 0, 2185, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1613, '2023-01-28', 132, 1809, 1233, 819, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '13.0000', 1, 0, 1456, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1614, '2023-01-28', 120, 1810, 1234, 658, '2.0000', '0.0000', '0.0000', '700.0000', '700.0000', '13.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1615, '2023-01-28', 115, 1811, 1235, 687, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '1.0000', 1, 0, 1189, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1616, '2023-01-28', 116, 1812, 1235, 688, '3.0000', '0.0000', '0.0000', '510.0000', '510.0000', '4.0000', 1, 0, 1206, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1617, '2023-01-28', 114, 1813, 1236, 865, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '4.0000', 1, 0, 1184, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1618, '2023-01-28', 136, 1814, 1237, 723, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '2.0000', 1, 0, 1506, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1619, '2023-01-28', 119, 1815, 1238, 883, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '7.0000', 1, 0, 1257, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1620, '2023-01-28', 116, 1816, 1239, 662, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '16.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1621, '2023-01-28', 114, 1817, 1240, 686, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '13.0000', 1, 0, 1172, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1622, '2023-01-28', 132, 1818, 1241, 819, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '12.0000', 1, 0, 1456, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1623, '2023-01-28', 119, 1819, 1242, 665, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '3.0000', 1, 0, 1264, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1624, '2023-01-28', 120, 1820, 1243, 658, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '12.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1625, '2023-01-28', 132, 1821, 1244, 719, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '1.0000', 1, 0, 1458, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1626, '2023-01-28', 118, 1822, 1245, 755, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '20.0000', 1, 0, 1243, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1627, '2023-01-28', 113, 1823, 1246, 750, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '6.0000', 1, 0, 1158, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1628, '2023-01-28', 118, 1824, 1246, 673, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '6.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1629, '2023-01-28', 153, 1825, 1246, 796, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '81.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1630, '2023-01-28', 119, 1826, 1247, 665, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '2.0000', 1, 0, 1264, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1631, '2023-01-28', 132, 1827, 1248, 704, '2.0000', '0.0000', '0.0000', '480.0000', '480.0000', '3.0000', 1, 0, 1457, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1632, '2023-01-28', 119, 1828, 1248, 633, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '5.0000', 1, 0, 1254, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1633, '2023-01-28', 114, 1829, 1249, 660, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '5.0000', 1, 0, 1180, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1634, '2023-01-28', 121, 1830, 1250, 775, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '15.0000', 1, 0, 1293, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1635, '2023-01-28', 121, 1831, 1251, 675, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '14.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1636, '2023-01-28', 117, 1832, 1251, 663, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '4.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1637, '2023-01-28', 117, 1833, 1252, 625, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '19.0000', 1, 0, 1225, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1638, '2023-01-28', 115, 1834, 1253, 661, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '13.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1639, '2023-01-28', 116, 1835, 1253, 662, '3.0000', '0.0000', '0.0000', '510.0000', '510.0000', '13.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1640, '2023-01-28', 117, 1836, 1253, 663, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '2.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1641, '2023-01-28', 119, 1837, 1253, 633, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '3.0000', 1, 0, 1254, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1642, '2023-01-28', 114, 1838, 1254, 783, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '6.0000', 1, 0, 1185, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1643, '2023-01-28', 119, 1839, 1254, 818, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '7.0000', 1, 0, 1268, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1644, '2023-01-28', 117, 1840, 1255, 663, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '0.0000', 1, 0, 1230, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1645, '2023-01-28', 118, 1841, 1255, 755, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '19.0000', 1, 0, 1243, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1646, '2023-01-28', 121, 1842, 1256, 757, '2.0000', '0.0000', '0.0000', '700.0000', '700.0000', '10.0000', 1, 0, 1294, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1647, '2023-01-28', 120, 1843, 1256, 758, '4.0000', '0.0000', '0.0000', '700.0000', '700.0000', '13.0000', 1, 0, 1277, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1648, '2023-01-28', 118, 1844, 1257, 755, '2.0000', '0.0000', '0.0000', '650.0000', '650.0000', '17.0000', 1, 0, 1243, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1649, '2023-01-28', 121, 1845, 1258, 657, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '1.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1650, '2023-01-28', 132, 1846, 1259, 761, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '1.0000', 1, 0, 1460, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1651, '2023-01-28', 135, 1847, 1259, 764, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '0.0000', 1, 0, 1496, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1652, '2023-01-28', 135, 1848, 1260, 739, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '2.0000', 1, 0, 1489, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1653, '2023-01-28', 153, 1849, 1261, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '1.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1654, '2023-01-28', 119, 1850, 1262, 674, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '5.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1655, '2023-01-28', 100, 1851, 1263, NULL, '1.0000', '0.0000', '0.0000', '2818.1800', '3100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1657, '2023-01-28', 100, 1853, 1264, NULL, '1.0000', '0.0000', '0.0000', '909.0900', '1000.0000', NULL, NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1658, '2023-01-29', 121, 1854, 1265, 657, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '0.0000', 1, 0, 1292, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1659, '2023-01-29', 135, 1855, 1266, 741, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '4.0000', 1, 0, 1490, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1660, '2023-01-29', 128, 1856, 1267, 888, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '8.0000', 1, 0, 1391, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1661, '2023-01-29', 166, 1857, 1268, 878, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '3.0000', 1, 0, 2068, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1662, '2023-01-29', 164, 1858, 1268, 876, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '5.0000', 1, 0, 2002, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1663, '2023-01-29', 113, 1859, 1269, 750, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '5.0000', 1, 0, 1158, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1664, '2023-01-29', 131, 1860, 1269, 712, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '0.0000', 1, 0, 1449, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1665, '2023-01-29', 121, 1861, 1270, 775, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '14.0000', 1, 0, 1293, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1666, '2023-01-29', 113, 1862, 1271, 627, '2.0000', '0.0000', '0.0000', '450.0000', '450.0000', '22.0000', 1, 0, 1152, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1667, '2023-01-29', 115, 1863, 1272, 661, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '12.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1668, '2023-01-29', 137, 1864, 1273, 709, '2.0000', '0.0000', '0.0000', '650.0000', '650.0000', '12.0000', 1, 0, 1517, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1669, '2023-01-29', 114, 1865, 1274, 660, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '4.0000', 1, 0, 1180, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1670, '2023-01-29', 118, 1866, 1275, 755, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '16.0000', 1, 0, 1243, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1671, '2023-01-29', 120, 1867, 1276, 667, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '13.0000', 1, 0, 1281, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1672, '2023-01-29', 114, 1868, 1277, 651, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '27.0000', 1, 0, 1173, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1673, '2023-01-29', 119, 1869, 1278, 683, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '12.0000', 1, 0, 1269, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1674, '2023-01-29', 119, 1870, 1278, 665, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '1.0000', 1, 0, 1264, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1675, '2023-01-29', 118, 1871, 1279, 755, '5.0000', '0.0000', '0.0000', '590.0000', '590.0000', '11.0000', 1, 0, 1243, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1676, '2023-01-29', 119, 1872, 1279, 756, '5.0000', '0.0000', '0.0000', '620.0000', '620.0000', '28.0000', 1, 0, 1260, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1677, '2023-01-29', 116, 1873, 1280, 644, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1678, '2023-01-29', 153, 1874, 1281, 796, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '79.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1679, '2023-01-29', 118, 1875, 1282, 755, '3.0000', '0.0000', '0.0000', '590.0000', '590.0000', '8.0000', 1, 0, 1243, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1680, '2023-01-29', 119, 1876, 1282, 756, '3.0000', '0.0000', '0.0000', '620.0000', '620.0000', '25.0000', 1, 0, 1260, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1681, '2023-01-29', 121, 1877, 1282, 757, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '7.0000', 1, 0, 1294, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1682, '2023-01-29', 114, 1878, 1283, 642, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '6.0000', 1, 0, 1170, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1683, '2023-01-29', 115, 1879, 1283, 643, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '17.0000', 1, 0, 1187, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1684, '2023-01-29', 116, 1880, 1283, 644, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '6.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1685, '2023-01-29', 119, 1881, 1284, 756, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '24.0000', 1, 0, 1260, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1686, '2023-01-29', 100, 1882, 1285, NULL, '1.0000', '0.0000', '0.0000', '1181.8200', '1300.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1687, '2023-01-29', 100, 1883, 1286, NULL, '30.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-30.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1688, '2023-01-29', 100, 1884, 1287, NULL, '30.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-30.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1689, '2023-01-29', 100, 1885, 1288, NULL, '132.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-132.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1690, '2023-01-29', 100, 1886, 1289, NULL, '8.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-8.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1691, '2023-01-29', 100, 1887, 1290, NULL, '2.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1692, '2023-01-29', 100, 1888, 1291, NULL, '2.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1693, '2023-01-29', 100, 1889, 1292, NULL, '1.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1694, '2023-01-30', 134, 1890, 1293, 706, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '4.0000', 1, 0, 1481, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1695, '2023-01-30', 118, 1891, 1294, 682, '5.0000', '0.0000', '0.0000', '570.0000', '570.0000', '2.0000', 1, 0, 1252, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1696, '2023-01-30', 119, 1892, 1294, 774, '5.0000', '0.0000', '0.0000', '600.0000', '600.0000', '16.0000', 1, 0, 1259, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1697, '2023-01-30', 118, 1893, 1295, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '12.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1699, '2023-01-30', 120, 1895, 1296, 658, '2.0000', '0.0000', '0.0000', '700.0000', '700.0000', '10.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1700, '2023-01-30', 138, 1896, 1297, 778, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '2.0000', 1, 0, 1533, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1701, '2023-01-30', 132, 1897, 1298, 727, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '13.0000', 1, 0, 1461, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1702, '2023-01-30', 134, 1898, 1298, 729, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '34.0000', 1, 0, 1485, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1703, '2023-01-30', 117, 1899, 1298, 681, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '1.0000', 1, 0, 1235, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1704, '2023-01-30', 115, 1900, 1299, 661, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '10.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1705, '2023-01-30', 119, 1901, 1300, 756, '2.0000', '0.0000', '0.0000', '620.0000', '620.0000', '22.0000', 1, 0, 1260, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1706, '2023-01-30', 121, 1902, 1301, 684, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '11.0000', 1, 0, 1303, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1707, '2023-01-30', 118, 1903, 1302, 673, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '5.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1708, '2023-01-30', 121, 1904, 1303, 648, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '23.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1709, '2023-01-30', 115, 1905, 1304, 701, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '6.0000', 1, 0, 1194, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1710, '2023-01-30', 120, 1906, 1305, 758, '1.0000', '0.0000', '0.0000', '670.0000', '670.0000', '12.0000', 1, 0, 1277, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1711, '2023-01-30', 86, 1907, 1306, 589, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '47.0000', 1, 0, 832, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1712, '2023-01-30', 100, 1908, 1307, NULL, '1.0000', '0.0000', '0.0000', '1272.7300', '1400.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1713, '2023-01-30', 100, 1909, 1308, NULL, '37.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-37.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1714, '2023-01-30', 100, 1910, 1309, NULL, '12.0000', '0.0000', '0.0000', '45.4500', '50.0000', '-12.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1715, '2023-01-31', 136, 1911, 1310, 731, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '11.0000', 1, 0, 1509, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1716, '2023-01-31', 119, 1912, 1311, 674, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '3.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1717, '2023-01-31', 118, 1913, 1312, 673, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '4.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1718, '2023-01-31', 137, 1914, 1313, 732, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '0.0000', 1, 0, 1521, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1719, '2023-01-31', 87, 1915, 1314, 593, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '22.0000', 1, 0, 835, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1720, '2023-01-31', 136, 1916, 1315, 715, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '8.0000', 1, 0, 1504, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1721, '2023-01-31', 153, 1917, 1316, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '9.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1722, '2023-01-31', 136, 1918, 1317, 731, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '10.0000', 1, 0, 1509, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1723, '2023-01-31', 116, 1919, 1318, 662, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '11.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1724, '2023-01-31', 115, 1920, 1319, 670, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '9.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1725, '2023-01-31', 116, 1921, 1319, 662, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '9.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1726, '2023-01-31', 116, 1922, 1320, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '8.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1727, '2023-01-31', 121, 1923, 1321, 675, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '13.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1728, '2023-01-31', 128, 1924, 1321, 907, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '6.0000', 1, 0, 1401, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1729, '2023-01-31', 136, 1925, 1322, 731, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '9.0000', 1, 0, 1509, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1730, '2023-01-31', 137, 1926, 1323, 724, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '0.0000', 1, 0, 1518, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1731, '2023-01-31', 135, 1927, 1324, 741, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '3.0000', 1, 0, 1490, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1732, '2023-01-31', 119, 1928, 1325, 756, '1.0000', '0.0000', '0.0000', '620.0000', '620.0000', '21.0000', 1, 0, 1260, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1733, '2023-01-31', 114, 1929, 1326, 660, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '3.0000', 1, 0, 1180, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1734, '2023-01-31', 116, 1930, 1326, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '7.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1735, '2023-01-31', 127, 1931, 1327, 906, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '0.0000', 1, 0, 1384, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1736, '2023-01-31', 114, 1932, 1328, 660, '2.0000', '0.0000', '0.0000', '480.0000', '480.0000', '1.0000', 1, 0, 1180, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1737, '2023-01-31', 114, 1933, 1329, 686, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '12.0000', 1, 0, 1172, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1738, '2023-01-31', 119, 1934, 1330, 647, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '22.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1741, '2023-01-31', 100, 1937, 1332, NULL, '1.0000', '0.0000', '0.0000', '2918.1800', '3210.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1742, '2023-01-31', 100, 1938, 1333, NULL, '48.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-48.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1746, '2023-02-01', 121, 1942, 1334, 675, '3.0000', '0.0000', '0.0000', '630.0000', '630.0000', '10.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1747, '2023-02-01', 119, 1943, 1334, 774, '6.0000', '0.0000', '0.0000', '600.0000', '600.0000', '10.0000', 1, 0, 1259, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1748, '2023-02-01', 119, 1944, 1334, 674, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '2.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1751, '2023-02-02', 121, 1947, 1336, 648, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '22.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1752, '2023-02-02', 119, 1948, 1337, 656, '3.0000', '0.0000', '0.0000', '600.0000', '600.0000', '2.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1753, '2023-02-02', 134, 1949, 1338, 729, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '33.0000', 1, 0, 1485, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1754, '2023-02-02', 133, 1950, 1339, 735, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '1.0000', 1, 0, 1474, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1755, '2023-02-02', 114, 1951, 1340, 623, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '11.0000', 1, 0, 1174, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1756, '2023-02-01', 115, 1952, 1335, 670, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '7.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1757, '2023-02-01', 121, 1953, 1335, 675, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '9.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1758, '2023-02-02', 121, 1954, 1341, 675, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '7.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1759, '2023-02-02', 133, 1955, 1342, 713, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '11.0000', 1, 0, 1468, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1760, '2023-02-02', 134, 1956, 1342, 826, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '12.0000', 1, 0, 1480, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1761, '2023-02-02', 115, 1957, 1343, 661, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '8.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1762, '2023-02-02', 116, 1958, 1343, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '6.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1763, '2023-02-02', 119, 1959, 1344, 756, '1.0000', '0.0000', '0.0000', '620.0000', '620.0000', '20.0000', 1, 0, 1260, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1764, '2023-02-02', 118, 1960, 1345, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '23.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1765, '2023-02-02', 118, 1961, 1346, 682, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '1.0000', 1, 0, 1252, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1766, '2023-02-02', 136, 1962, 1347, 723, '2.0000', '0.0000', '0.0000', '590.0000', '590.0000', '0.0000', 1, 0, 1506, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1767, '2023-02-02', 121, 1963, 1347, 775, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '13.0000', 1, 0, 1293, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1768, '2023-02-02', 133, 1964, 1348, 735, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '0.0000', 1, 0, 1474, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1769, '2023-02-02', 119, 1965, 1349, 647, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '20.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1770, '2023-02-02', 153, 1966, 1350, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '8.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1771, '2023-02-02', 118, 1967, 1351, 626, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '11.0000', 1, 0, 1242, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1772, '2023-02-02', 117, 1968, 1352, 814, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '33.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1773, '2023-02-02', 87, 1969, 1352, 905, '2.0000', '0.0000', '0.0000', '200.0000', '200.0000', '15.0000', 1, 0, 845, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1774, '2023-02-02', 116, 1970, 1353, 638, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '17.0000', 1, 0, 1205, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1775, '2023-02-02', 132, 1971, 1354, 734, '2.0000', '0.0000', '0.0000', '450.0000', '450.0000', '0.0000', 1, 0, 1462, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1776, '2023-02-02', 117, 1972, 1355, 697, '3.0000', '0.0000', '0.0000', '540.0000', '540.0000', '3.0000', 1, 0, 1229, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1777, '2023-02-02', 118, 1973, 1355, 682, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '0.0000', 1, 0, 1252, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1778, '2023-02-02', 118, 1974, 1355, 632, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '14.0000', 1, 0, 1237, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1779, '2023-02-02', 100, 1975, 1356, NULL, '1.0000', '0.0000', '0.0000', '3536.3600', '3890.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1780, '2023-02-02', 100, 1976, 1357, NULL, '62.0000', '0.0000', '0.0000', '127.2700', '140.0000', '-62.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1781, '2023-02-02', 100, 1977, 1358, NULL, '8.0000', '0.0000', '0.0000', '45.4500', '50.0000', '-8.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1782, '2023-02-03', 118, 1978, 1359, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '22.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1783, '2023-02-03', 119, 1979, 1359, 647, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '19.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1784, '2023-02-03', 135, 1980, 1360, 730, '3.0000', '0.0000', '0.0000', '560.0000', '560.0000', '8.0000', 1, 0, 1497, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1785, '2023-02-03', 134, 1981, 1360, 729, '3.0000', '0.0000', '0.0000', '530.0000', '530.0000', '30.0000', 1, 0, 1485, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1786, '2023-02-03', 136, 1982, 1360, 731, '3.0000', '0.0000', '0.0000', '590.0000', '590.0000', '6.0000', 1, 0, 1509, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1787, '2023-02-03', 113, 1983, 1360, 668, '2.0000', '0.0000', '0.0000', '420.0000', '420.0000', '12.0000', 1, 0, 1163, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1788, '2023-02-03', 115, 1984, 1360, 670, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '5.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1789, '2023-02-03', 132, 1985, 1360, 780, '3.0000', '0.0000', '0.0000', '480.0000', '480.0000', '10.0000', 1, 0, 1454, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1790, '2023-02-03', 137, 1986, 1361, 709, '4.0000', '0.0000', '0.0000', '600.0000', '600.0000', '8.0000', 1, 0, 1517, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1791, '2023-02-03', 136, 1987, 1362, 731, '2.0000', '0.0000', '0.0000', '590.0000', '590.0000', '4.0000', 1, 0, 1509, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1792, '2023-02-03', 133, 1988, 1362, 728, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '6.0000', 1, 0, 1473, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1793, '2023-02-03', 133, 1989, 1363, 728, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '5.0000', 1, 0, 1473, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1794, '2023-02-03', 119, 1990, 1364, 774, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '9.0000', 1, 0, 1259, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1795, '2023-02-03', 136, 1991, 1365, 731, '4.0000', '0.0000', '0.0000', '590.0000', '590.0000', '0.0000', 1, 0, 1509, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1796, '2023-02-03', 135, 1992, 1365, 730, '2.0000', '0.0000', '0.0000', '560.0000', '560.0000', '6.0000', 1, 0, 1497, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1797, '2023-02-03', 117, 1993, 1366, 754, '2.0000', '0.0000', '0.0000', '560.0000', '560.0000', '16.0000', 1, 0, 1226, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1798, '2023-02-03', 121, 1994, 1367, 666, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '6.0000', 1, 0, 1298, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1799, '2023-02-03', 119, 1995, 1368, 674, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '1.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1800, '2023-02-03', 153, 1996, 1368, 803, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '0.0000', 1, 0, 1764, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1801, '2023-02-03', 128, 1997, 1368, 907, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '5.0000', 1, 0, 1401, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1802, '2023-02-03', 116, 1998, 1369, 653, '1.0000', '0.0000', '0.0000', '500.0000', '500.0000', '7.0000', 1, 0, 1207, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1803, '2023-02-03', 153, 1999, 1369, 863, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '16.0000', 1, 0, 1758, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1804, '2023-02-03', 119, 2000, 1370, 774, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '8.0000', 1, 0, 1259, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1805, '2023-02-03', 153, 2001, 1371, 863, '3.0000', '0.0000', '0.0000', '100.0000', '100.0000', '13.0000', 1, 0, 1758, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1806, '2023-02-03', 114, 2002, 1372, 628, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '18.0000', 1, 0, 1169, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1808, '2023-02-03', 100, 2004, 1374, NULL, '1.0000', '0.0000', '0.0000', '7409.0900', '8150.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1809, '2023-02-03', 100, 2005, 1375, NULL, '41.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-41.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1810, '2023-02-03', 100, 2006, 1376, NULL, '30.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-30.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1811, '2023-02-03', 100, 2007, 1377, NULL, '2.0000', '0.0000', '0.0000', '63.6400', '70.0000', '-2.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1812, '2023-02-03', 100, 2008, 1378, NULL, '17.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-17.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1813, '2023-02-03', 100, 2009, 1379, NULL, '12.0000', '0.0000', '0.0000', '54.5500', '60.0000', '-12.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1814, '2023-02-03', 100, 2010, 1380, NULL, '6.0000', '0.0000', '0.0000', '45.4500', '50.0000', '-6.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1815, '2023-02-06', 119, 2011, 1381, 633, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '2.0000', 1, 0, 1254, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1816, '2023-02-06', 114, 2012, 1382, 623, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '10.0000', 1, 0, 1174, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1817, '2023-02-06', 119, 2013, 1383, 656, '1.0000', '0.0000', '0.0000', '620.0000', '620.0000', '1.0000', 1, 0, 1258, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1818, '2023-02-06', 115, 2014, 1384, 661, '5.0000', '0.0000', '0.0000', '460.0000', '460.0000', '3.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1819, '2023-02-07', 121, 2015, 1385, 666, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '5.0000', 1, 0, 1298, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1820, '2023-02-07', 114, 2016, 1386, 669, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '0.0000', 1, 0, 1181, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1821, '2023-02-07', 117, 2017, 1387, 631, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '3.0000', 1, 0, 1220, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1822, '2023-02-07', 117, 2018, 1388, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '24.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1823, '2023-02-07', 115, 2019, 1389, 670, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '4.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1824, '2023-02-07', 119, 2020, 1390, 674, '1.0000', '0.0000', '0.0000', '620.0000', '620.0000', '0.0000', 1, 0, 1265, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1825, '2023-02-07', 119, 2021, 1391, 647, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '13.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1826, '2023-02-07', 119, 2022, 1392, 774, '3.0000', '0.0000', '0.0000', '600.0000', '600.0000', '5.0000', 1, 0, 1259, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1827, '2023-02-07', 118, 2023, 1393, 626, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '9.0000', 1, 0, 1242, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1828, '2023-02-07', 120, 2024, 1394, 649, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '16.0000', 1, 0, 1272, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1829, '2023-02-07', 120, 2025, 1395, 838, '2.0000', '0.0000', '0.0000', '650.0000', '650.0000', '17.0000', 1, 0, 1276, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1830, '2023-02-07', 136, 2026, 1396, 715, '3.0000', '0.0000', '0.0000', '590.0000', '590.0000', '5.0000', 1, 0, 1504, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1831, '2023-02-07', 120, 2027, 1397, 758, '6.0000', '0.0000', '0.0000', '650.0000', '650.0000', '6.0000', 1, 0, 1277, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1832, '2023-02-07', 119, 2028, 1398, 756, '3.0000', '0.0000', '0.0000', '600.0000', '600.0000', '17.0000', 1, 0, 1260, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1833, '2023-02-07', 118, 2029, 1399, 755, '5.0000', '0.0000', '0.0000', '590.0000', '590.0000', '3.0000', 1, 0, 1243, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1834, '2023-02-07', 136, 2030, 1400, 715, '5.0000', '0.0000', '0.0000', '590.0000', '590.0000', '0.0000', 1, 0, 1504, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1835, '2023-02-07', 138, 2031, 1401, 777, '2.0000', '0.0000', '0.0000', '650.0000', '650.0000', '9.0000', 1, 0, 1528, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1836, '2023-02-07', 119, 2032, 1402, 647, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '12.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1837, '2023-02-07', 120, 2033, 1403, 676, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '6.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1838, '2023-02-07', 116, 2034, 1404, 680, '3.0000', '0.0000', '0.0000', '510.0000', '510.0000', '3.0000', 1, 0, 1218, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1839, '2023-02-07', 117, 2035, 1405, 645, '3.0000', '0.0000', '0.0000', '540.0000', '540.0000', '21.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1840, '2023-02-07', 134, 2036, 1406, 706, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '2.0000', 1, 0, 1481, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1841, '2023-02-07', 114, 2037, 1407, 751, '2.0000', '0.0000', '0.0000', '480.0000', '480.0000', '7.0000', 1, 0, 1175, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1842, '2023-02-07', 117, 2038, 1408, 786, '3.0000', '0.0000', '0.0000', '540.0000', '540.0000', '5.0000', 1, 0, 1234, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1843, '2023-02-07', 121, 2039, 1409, 634, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '0.0000', 1, 0, 1288, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1844, '2023-02-07', 120, 2040, 1410, 676, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '5.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1845, '2023-02-07', 135, 2041, 1411, 707, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '12.0000', 1, 0, 1493, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1846, '2023-02-07', 114, 2042, 1412, 642, '3.0000', '0.0000', '0.0000', '460.0000', '460.0000', '3.0000', 1, 0, 1170, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1847, '2023-02-07', 117, 2043, 1413, 814, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '32.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1848, '2023-02-07', 115, 2044, 1414, 670, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '3.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1849, '2023-02-07', 114, 2045, 1415, 651, '4.0000', '0.0000', '0.0000', '460.0000', '460.0000', '23.0000', 1, 0, 1173, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1850, '2023-02-07', 121, 2046, 1416, 675, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '6.0000', 1, 0, 1299, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1851, '2023-02-07', 118, 2047, 1417, 815, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '29.0000', 1, 0, 1239, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1852, '2023-02-07', 119, 2048, 1418, 639, '3.0000', '0.0000', '0.0000', '600.0000', '600.0000', '15.0000', 1, 0, 1256, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1853, '2023-02-07', 120, 2049, 1419, 836, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '2.0000', 1, 0, 1271, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1854, '2023-02-07', 119, 2050, 1420, 756, '1.0000', '0.0000', '0.0000', '620.0000', '620.0000', '16.0000', 1, 0, 1260, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1855, '2023-02-07', 121, 2051, 1421, 775, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '12.0000', 1, 0, 1293, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1856, '2023-02-07', 118, 2052, 1422, 626, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '8.0000', 1, 0, 1242, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1857, '2023-02-07', 138, 2053, 1423, 777, '6.0000', '0.0000', '0.0000', '650.0000', '650.0000', '3.0000', 1, 0, 1528, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1858, '2023-02-07', 138, 2054, 1424, 881, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '2.0000', 1, 0, 2185, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1859, '2023-02-07', 138, 2055, 1425, 881, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '1.0000', 1, 0, 2185, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1860, '2023-02-07', 137, 2056, 1426, 880, '1.0000', '0.0000', '0.0000', '620.0000', '620.0000', '2.0000', 1, 0, 2184, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1861, '2023-02-07', 138, 2057, 1427, 881, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '0.0000', 1, 0, 2185, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1862, '2023-02-07', 121, 2058, 1428, 775, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '11.0000', 1, 0, 1293, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1863, '2023-02-07', 120, 2059, 1429, 838, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '16.0000', 1, 0, 1276, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1864, '2023-02-07', 118, 2060, 1430, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '21.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1865, '2023-02-07', 119, 2061, 1431, 639, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '14.0000', 1, 0, 1256, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1866, '2023-02-07', 114, 2062, 1432, 636, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '7.0000', 1, 0, 1171, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1867, '2023-02-07', 119, 2063, 1433, 774, '3.0000', '0.0000', '0.0000', '600.0000', '600.0000', '2.0000', 1, 0, 1259, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1868, '2023-02-07', 118, 2064, 1434, 626, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '7.0000', 1, 0, 1242, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1869, '2023-02-07', 118, 2065, 1435, 817, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '6.0000', 1, 0, 1251, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1870, '2023-02-07', 135, 2066, 1436, 737, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '1.0000', 1, 0, 1498, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1871, '2023-02-07', 135, 2067, 1437, 730, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '5.0000', 1, 0, 1497, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1872, '2023-02-07', 117, 2068, 1438, 645, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '19.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1873, '2023-02-07', 118, 2069, 1439, 646, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '19.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1874, '2023-02-07', 117, 2070, 1440, 645, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '17.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1875, '2023-02-07', 116, 2071, 1441, 644, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '4.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1876, '2023-02-07', 117, 2072, 1442, 654, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '7.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1877, '2023-02-07', 118, 2073, 1443, 655, '3.0000', '0.0000', '0.0000', '570.0000', '570.0000', '9.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1878, '2023-02-07', 117, 2074, 1444, 625, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '17.0000', 1, 0, 1225, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1879, '2023-02-07', 118, 2075, 1445, 626, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '5.0000', 1, 0, 1242, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1880, '2023-02-07', 116, 2076, 1446, 837, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '6.0000', 1, 0, 1208, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1881, '2023-02-07', 139, 2077, 1447, 779, '1.0000', '0.0000', '0.0000', '670.0000', '670.0000', '1.0000', 1, 0, 1545, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1882, '2023-02-07', 120, 2078, 1448, 816, '1.0000', '0.0000', '0.0000', '670.0000', '670.0000', '5.0000', 1, 0, 1273, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1883, '2023-02-07', 132, 2079, 1449, 780, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '9.0000', 1, 0, 1454, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1884, '2023-02-07', 120, 2080, 1450, 676, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '4.0000', 1, 0, 1282, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1885, '2023-02-08', 118, 2081, 1451, 646, '3.0000', '0.0000', '0.0000', '570.0000', '570.0000', '16.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1886, '2023-02-08', 119, 2082, 1452, 647, '3.0000', '0.0000', '0.0000', '600.0000', '600.0000', '9.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1887, '2023-02-08', 119, 2083, 1453, 647, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '8.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1888, '2023-02-08', 137, 2084, 1454, 709, '1.0000', '0.0000', '0.0000', '620.0000', '620.0000', '7.0000', 1, 0, 1517, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1889, '2023-02-08', 118, 2085, 1455, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '15.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1890, '2023-02-08', 119, 2086, 1456, 665, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '0.0000', 1, 0, 1264, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1891, '2023-02-08', 121, 2087, 1457, 775, '2.0000', '0.0000', '0.0000', '630.0000', '630.0000', '9.0000', 1, 0, 1293, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1892, '2023-02-08', 116, 2088, 1458, 785, '2.0000', '0.0000', '0.0000', '510.0000', '510.0000', '4.0000', 1, 0, 1217, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1893, '2023-02-08', 117, 2089, 1459, 786, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '4.0000', 1, 0, 1234, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1894, '2023-02-08', 118, 2090, 1460, 817, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '5.0000', 1, 0, 1251, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1895, '2023-02-08', 118, 2091, 1461, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '8.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1896, '2023-02-08', 119, 2092, 1462, 647, '5.0000', '0.0000', '0.0000', '600.0000', '600.0000', '3.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1897, '2023-02-08', 119, 2093, 1463, 639, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '12.0000', 1, 0, 1256, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1898, '2023-02-08', 119, 2094, 1464, 774, '2.0000', '0.0000', '0.0000', '600.0000', '600.0000', '0.0000', 1, 0, 1259, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1899, '2023-02-08', 118, 2095, 1465, 626, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '4.0000', 1, 0, 1242, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1900, '2023-02-08', 121, 2096, 1466, 666, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '4.0000', 1, 0, 1298, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1901, '2023-02-08', 118, 2097, 1467, 817, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '4.0000', 1, 0, 1251, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1902, '2023-02-08', 117, 2098, 1467, 645, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '15.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1903, '2023-02-08', 118, 2099, 1468, 815, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '28.0000', 1, 0, 1239, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1904, '2023-02-04', 100, 2100, 1469, NULL, '1.0000', '0.0000', '0.0000', '8718.1800', '9590.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1905, '2023-02-04', 100, 2101, 1470, NULL, '1.0000', '0.0000', '0.0000', '1690.9100', '1860.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1906, '2023-02-05', 87, 2102, 1471, 593, '1.0000', '0.0000', '0.0000', '3250.0000', '3250.0000', '21.0000', 1, 0, 835, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1907, '2023-02-05', 100, 2103, 1472, NULL, '1.0000', '0.0000', '0.0000', '2618.1800', '2880.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1908, '2023-02-06', 100, 2104, 1473, NULL, '1.0000', '0.0000', '0.0000', '7336.3600', '8070.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1909, '2023-02-06', 100, 2105, 1474, NULL, '1.0000', '0.0000', '0.0000', '581.8200', '640.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1911, '2023-02-01', 100, 2107, 1476, NULL, '1.0000', '0.0000', '0.0000', '5309.0900', '5840.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1912, '2023-02-01', 100, 2108, 1477, NULL, '1.0000', '0.0000', '0.0000', '2518.1800', '2770.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1913, '2023-02-01', 100, 2109, 1478, NULL, '1.0000', '0.0000', '0.0000', '3163.6400', '3480.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1914, '2023-02-07', 100, 2110, 1479, NULL, '1.0000', '0.0000', '0.0000', '3036.3600', '3340.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1915, '2023-02-07', 100, 2111, 1480, NULL, '1.0000', '0.0000', '0.0000', '1481.8200', '1630.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1916, '2023-02-03', 119, 2112, 1373, 647, '5.0000', '0.0000', '0.0000', '600.0000', '600.0000', '3.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1917, '2023-02-08', 118, 2113, 1481, 698, '5.0000', '0.0000', '0.0000', '570.0000', '570.0000', '2.0000', 1, 0, 1246, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1918, '2023-02-08', 117, 2114, 1481, 697, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '2.0000', 1, 0, 1229, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1919, '2023-01-08', 100, 2115, 1482, NULL, '1.0000', '0.0000', '0.0000', '4481.8200', '4930.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1920, '2023-02-08', 100, 2116, 1483, NULL, '1.0000', '0.0000', '0.0000', '1527.2700', '1680.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1921, '2023-02-08', 100, 2117, 1484, NULL, '1.0000', '0.0000', '0.0000', '4481.8200', '4930.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1922, '2023-02-09', 113, 2118, 1485, 635, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '20.0000', 1, 0, 1154, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1923, '2023-02-09', 118, 2119, 1486, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '7.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1924, '2023-02-09', 118, 2120, 1487, 632, '1.0000', '0.0000', '0.0000', '580.0000', '580.0000', '13.0000', 1, 0, 1237, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1925, '2023-02-09', 134, 2121, 1488, 729, '7.0000', '0.0000', '0.0000', '530.0000', '530.0000', '23.0000', 1, 0, 1485, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1926, '2023-02-09', 135, 2122, 1488, 730, '2.0000', '0.0000', '0.0000', '560.0000', '560.0000', '3.0000', 1, 0, 1497, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1927, '2023-02-09', 118, 2123, 1489, 646, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '13.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1928, '2023-02-09', 117, 2124, 1489, 631, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '2.0000', 1, 0, 1220, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1929, '2023-02-09', 113, 2125, 1490, 641, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '12.0000', 1, 0, 1153, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1930, '2023-02-09', 114, 2126, 1491, 751, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '6.0000', 1, 0, 1175, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1931, '2023-02-09', 117, 2127, 1492, 645, '3.0000', '0.0000', '0.0000', '540.0000', '540.0000', '12.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1932, '2023-02-09', 100, 2128, 1493, NULL, '1.0000', '0.0000', '0.0000', '2036.3600', '2240.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1933, '2023-02-09', 100, 2129, 1494, NULL, '1.0000', '0.0000', '0.0000', '4109.0900', '4520.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1934, '2023-02-10', 132, 2130, 1495, 727, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '12.0000', 1, 0, 1461, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1935, '2023-02-10', 153, 2131, 1496, 798, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '15.0000', 1, 0, 1759, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1936, '2023-02-10', 119, 2132, 1497, 647, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '2.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1937, '2023-02-10', 163, 2133, 1498, 871, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '7.0000', 1, 0, 1970, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1938, '2023-02-10', 118, 2134, 1499, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '12.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1939, '2023-02-10', 87, 2135, 1500, 905, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '14.0000', 1, 0, 845, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1940, '2023-02-10', 153, 2136, 1501, 804, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '3.0000', 1, 0, 1763, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1941, '2023-02-10', 87, 2137, 1502, 905, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '13.0000', 1, 0, 845, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1942, '2023-02-10', 165, 2138, 1503, 877, '1.0000', '0.0000', '0.0000', '850.0000', '850.0000', '2.0000', 1, 0, 2035, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1943, '2023-02-10', 120, 2139, 1504, 758, '1.0000', '0.0000', '0.0000', '700.0000', '700.0000', '5.0000', 1, 0, 1277, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1944, '2023-02-10', 100, 2140, 1505, NULL, '1.0000', '0.0000', '0.0000', '1927.2700', '2120.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1945, '2023-02-10', 100, 2141, 1506, NULL, '1.0000', '0.0000', '0.0000', '163.6400', '180.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1946, '2023-02-11', 117, 2142, 1507, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '11.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1947, '2023-02-11', 118, 2143, 1508, 646, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '10.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1948, '2023-02-11', 117, 2144, 1509, 645, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '9.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1949, '2023-02-11', 115, 2145, 1510, 629, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '3.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1950, '2023-02-11', 119, 2146, 1511, 818, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '6.0000', 1, 0, 1268, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1951, '2023-02-11', 153, 2147, 1512, 796, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '78.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1952, '2023-02-11', 119, 2148, 1513, 647, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '1.0000', 1, 0, 1255, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1953, '2023-02-11', 118, 2149, 1514, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '9.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1954, '2023-02-11', 100, 2150, 1515, NULL, '1.0000', '0.0000', '0.0000', '1981.8200', '2180.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1955, '2023-02-11', 100, 2151, 1516, NULL, '1.0000', '0.0000', '0.0000', '2290.9100', '2520.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1956, '2023-02-12', 135, 2152, 1517, 730, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '2.0000', 1, 0, 1497, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1957, '2023-02-12', 115, 2153, 1518, 670, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '2.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1958, '2023-02-12', 114, 2154, 1519, 636, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '6.0000', 1, 0, 1171, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1959, '2023-02-12', 117, 2155, 1520, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '8.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1960, '2023-02-12', 115, 2156, 1520, 643, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '16.0000', 1, 0, 1187, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1961, '2023-02-12', 121, 2157, 1521, 775, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '8.0000', 1, 0, 1293, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1962, '2023-02-12', 100, 2158, 1522, NULL, '1.0000', '0.0000', '0.0000', '636.3600', '700.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1963, '2023-02-12', 100, 2159, 1523, NULL, '1.0000', '0.0000', '0.0000', '545.4500', '600.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1964, '2023-02-13', 118, 2160, 1524, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '8.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1965, '2023-02-13', 113, 2161, 1524, 635, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '19.0000', 1, 0, 1154, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1966, '2023-02-13', 118, 2162, 1525, 690, '3.0000', '0.0000', '0.0000', '570.0000', '570.0000', '5.0000', 1, 0, 1240, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1967, '2023-02-13', 119, 2163, 1525, 883, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '6.0000', 1, 0, 1257, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1968, '2023-02-13', 118, 2164, 1526, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '7.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1969, '2023-02-13', 121, 2165, 1527, 775, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '7.0000', 1, 0, 1293, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1970, '2023-02-13', 121, 2166, 1528, 666, '3.0000', '0.0000', '0.0000', '630.0000', '630.0000', '1.0000', 1, 0, 1298, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1971, '2023-02-13', 121, 2167, 1529, 640, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '22.0000', 1, 0, 1290, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1972, '2023-02-13', 116, 2168, 1530, 671, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '0.0000', 1, 0, 1214, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1973, '2023-02-13', 118, 2169, 1531, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '6.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1974, '2023-02-13', 118, 2170, 1532, 673, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '3.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1975, '2023-02-13', 120, 2171, 1533, 838, '7.0000', '0.0000', '0.0000', '650.0000', '650.0000', '9.0000', 1, 0, 1276, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1976, '2023-02-13', 121, 2172, 1533, 775, '3.0000', '0.0000', '0.0000', '630.0000', '630.0000', '4.0000', 1, 0, 1293, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1977, '2023-02-13', 116, 2173, 1534, 785, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '3.0000', 1, 0, 1217, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1978, '2023-02-13', 121, 2174, 1535, 640, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '21.0000', 1, 0, 1290, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1979, '2023-02-13', 118, 2175, 1536, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '6.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1980, '2023-02-13', 100, 2176, 1537, NULL, '1.0000', '0.0000', '0.0000', '2436.3600', '2680.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1981, '2023-02-14', 139, 2177, 1538, 779, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '0.0000', 1, 0, 1545, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1982, '2023-02-14', 120, 2178, 1539, 838, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '6.0000', 1, 0, 1276, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1983, '2023-02-14', 118, 2179, 1540, 655, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '4.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1984, '2023-02-14', 118, 2180, 1540, 817, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '3.0000', 1, 0, 1251, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1985, '2023-02-14', 117, 2181, 1540, 654, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '6.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1986, '2023-02-14', 120, 2182, 1541, 838, '3.0000', '0.0000', '0.0000', '650.0000', '650.0000', '3.0000', 1, 0, 1276, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1987, '2023-02-14', 118, 2183, 1542, 673, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '2.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1988, '2023-02-14', 116, 2184, 1542, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '5.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1989, '2023-02-14', 117, 2185, 1543, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '7.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1990, '2023-02-14', 100, 2186, 1544, NULL, '1.0000', '0.0000', '0.0000', '1763.6400', '1940.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1991, '2023-02-14', 100, 2187, 1545, NULL, '1.0000', '0.0000', '0.0000', '718.1800', '790.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1992, '2023-02-14', 120, 2188, 1546, 658, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '9.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1993, '2023-02-15', 115, 2189, 1547, 670, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '1.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1994, '2023-02-15', 100, 2190, 1548, NULL, '1.0000', '0.0000', '0.0000', '1845.4500', '2030.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1995, '2023-02-15', 100, 2191, 1549, NULL, '1.0000', '0.0000', '0.0000', '2454.5500', '2700.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1996, '2023-02-16', 117, 2192, 1550, 645, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '5.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1997, '2023-02-16', 118, 2193, 1550, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '5.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1998, '2023-02-16', 117, 2194, 1551, 625, '2.0000', '0.0000', '0.0000', '540.0000', '540.0000', '15.0000', 1, 0, 1225, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (1999, '2023-02-16', 117, 2195, 1551, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '4.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2000, '2023-02-16', 120, 2196, 1552, 658, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '8.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2001, '2023-02-16', 153, 2197, 1553, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '7.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2002, '2023-02-16', 153, 2198, 1554, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '6.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2003, '2023-02-16', 121, 2199, 1555, 648, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '21.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2004, '2023-02-16', 113, 2200, 1556, 627, '4.0000', '0.0000', '0.0000', '420.0000', '420.0000', '18.0000', 1, 0, 1152, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2005, '2023-02-16', 114, 2201, 1556, 628, '3.0000', '0.0000', '0.0000', '460.0000', '460.0000', '15.0000', 1, 0, 1169, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2006, '2023-02-16', 115, 2202, 1556, 629, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '2.0000', 1, 0, 1186, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2007, '2023-02-16', 100, 2203, 1557, NULL, '1.0000', '0.0000', '0.0000', '1200.0000', '1320.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2008, '2023-02-16', 100, 2204, 1558, NULL, '1.0000', '0.0000', '0.0000', '709.0900', '780.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2009, '2023-02-17', 132, 2205, 1559, 780, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '8.0000', 1, 0, 1454, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2010, '2023-02-17', 119, 2206, 1560, 639, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '11.0000', 1, 0, 1256, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2011, '2023-02-17', 114, 2207, 1561, 751, '2.0000', '0.0000', '0.0000', '480.0000', '480.0000', '4.0000', 1, 0, 1175, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2012, '2023-02-17', 119, 2208, 1562, 756, '1.0000', '0.0000', '0.0000', '620.0000', '620.0000', '15.0000', 1, 0, 1260, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2013, '2023-02-17', 128, 2209, 1562, 747, '1.0000', '0.0000', '0.0000', '580.0000', '580.0000', '6.0000', 1, 0, 1396, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2014, '2023-02-17', 100, 2210, 1563, NULL, '1.0000', '0.0000', '0.0000', '1736.3600', '1910.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2015, '2023-02-18', 120, 2211, 1564, 838, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '2.0000', 1, 0, 1276, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2016, '2023-02-18', 115, 2212, 1565, 670, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '0.0000', 1, 0, 1197, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2017, '2023-02-18', 118, 2213, 1566, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '3.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2018, '2023-02-18', 117, 2214, 1567, 625, '8.0000', '0.0000', '0.0000', '540.0000', '540.0000', '7.0000', 1, 0, 1225, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2019, '2023-02-18', 116, 2215, 1568, 630, '4.0000', '0.0000', '0.0000', '510.0000', '510.0000', '10.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2020, '2023-02-18', 128, 2216, 1569, 888, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '7.0000', 1, 0, 1391, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2021, '2023-02-18', 153, 2217, 1570, 798, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '14.0000', 1, 0, 1759, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2022, '2023-02-18', 131, 2218, 1571, 733, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '0.0000', 1, 0, 1443, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2023, '2023-02-18', 100, 2219, 1572, NULL, '1.0000', '0.0000', '0.0000', '1227.2700', '1350.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2024, '2023-02-18', 100, 2220, 1573, NULL, '1.0000', '0.0000', '0.0000', '4745.4500', '5220.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2025, '2023-02-20', 121, 2221, 1574, 648, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '20.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2026, '2023-02-20', 121, 2222, 1575, 648, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '19.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2027, '2023-02-20', 128, 2223, 1575, 888, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '6.0000', 1, 0, 1391, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2028, '2023-02-20', 120, 2224, 1576, 758, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '4.0000', 1, 0, 1277, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2029, '2023-02-20', 153, 2225, 1577, 796, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '77.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2030, '2023-02-20', 87, 2226, 1577, 593, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '20.0000', 1, 0, 835, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2031, '2023-02-20', 100, 2227, 1578, NULL, '1.0000', '0.0000', '0.0000', '490.9100', '540.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2032, '2023-02-20', 100, 2228, 1579, NULL, '1.0000', '0.0000', '0.0000', '4309.0900', '4740.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2033, '2023-02-21', 116, 2229, 1580, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '4.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2034, '2023-02-21', 134, 2230, 1581, 826, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '10.0000', 1, 0, 1480, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2035, '2023-02-21', 134, 2231, 1582, 826, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '8.0000', 1, 0, 1480, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2036, '2023-02-21', 115, 2232, 1583, 661, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '2.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2037, '2023-02-21', 153, 2233, 1584, 791, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '40.0000', 1, 0, 1768, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2038, '2023-02-21', 132, 2234, 1585, 780, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '7.0000', 1, 0, 1454, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2039, '2023-02-21', 132, 2235, 1586, 704, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '2.0000', 1, 0, 1457, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2040, '2023-02-21', 100, 2236, 1587, NULL, '1.0000', '0.0000', '0.0000', '854.5500', '940.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2041, '2023-02-21', 100, 2237, 1588, NULL, '1.0000', '0.0000', '0.0000', '109.0900', '120.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2042, '2023-02-21', 138, 2238, 1589, 766, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '1.0000', 1, 0, 1532, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2043, '2023-02-22', 139, 2239, 1590, 711, '6.0000', '0.0000', '0.0000', '630.0000', '630.0000', '2.0000', 1, 0, 1541, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2044, '2023-02-22', 116, 2240, 1591, 630, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '9.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2045, '2023-02-22', 120, 2241, 1592, 658, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '7.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2046, '2023-02-22', 113, 2242, 1593, 668, '1.0000', '0.0000', '0.0000', '420.0000', '420.0000', '11.0000', 1, 0, 1163, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2047, '2023-02-22', 120, 2243, 1594, 658, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '6.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2049, '2023-02-22', 100, 2245, 1596, NULL, '1.0000', '0.0000', '0.0000', '2327.2700', '2560.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2050, '2023-02-23', 116, 2246, 1597, 644, '3.0000', '0.0000', '0.0000', '510.0000', '510.0000', '1.0000', 1, 0, 1204, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2051, '2023-02-23', 118, 2247, 1598, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '4.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2052, '2023-02-23', 116, 2248, 1599, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '3.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2053, '2023-02-23', 116, 2249, 1600, 630, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '8.0000', 1, 0, 1203, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2054, '2023-02-23', 100, 2250, 1601, NULL, '1.0000', '0.0000', '0.0000', '990.9100', '1090.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2055, '2023-02-23', 100, 2251, 1602, NULL, '1.0000', '0.0000', '0.0000', '1309.0900', '1440.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2056, '2023-02-24', 118, 2252, 1603, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '3.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2057, '2023-02-24', 117, 2253, 1604, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '3.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2058, '2023-02-24', 116, 2254, 1605, 680, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '2.0000', 1, 0, 1218, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2059, '2023-02-24', 120, 2255, 1606, 667, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '12.0000', 1, 0, 1281, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2060, '2023-02-24', 100, 2256, 1607, NULL, '1.0000', '0.0000', '0.0000', '2272.7300', '2500.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2061, '2023-02-24', 100, 2257, 1608, NULL, '1.0000', '0.0000', '0.0000', '654.5500', '720.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2062, '2023-02-25', 121, 2258, 1609, 912, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '4.0000', 1, 0, 1302, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2063, '2023-02-25', 134, 2259, 1610, 869, '7.0000', '0.0000', '0.0000', '530.0000', '530.0000', '6.0000', 1, 0, 1886, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2064, '2023-02-25', 153, 2260, 1611, 863, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '12.0000', 1, 0, 1758, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2065, '2023-02-25', 131, 2261, 1612, 726, '2.0000', '0.0000', '0.0000', '450.0000', '450.0000', '6.0000', 1, 0, 1444, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2066, '2023-02-25', 120, 2262, 1613, 658, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '5.0000', 1, 0, 1275, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2067, '2023-02-25', 117, 2263, 1614, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '2.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2068, '2023-02-25', 100, 2264, 1615, NULL, '1.0000', '0.0000', '0.0000', '1236.3600', '1360.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2069, '2023-02-27', 120, 2265, 1616, 816, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '4.0000', 1, 0, 1273, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2070, '2023-02-27', 100, 2266, 1617, NULL, '1.0000', '0.0000', '0.0000', '381.8200', '420.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2071, '2023-02-27', 100, 2267, 1618, NULL, '1.0000', '0.0000', '0.0000', '545.4500', '600.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2072, '2023-02-28', 116, 2268, 1619, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '2.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2073, '2023-02-28', 100, 2269, 1620, NULL, '1.0000', '0.0000', '0.0000', '381.8200', '420.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2074, '2023-02-28', 100, 2270, 1621, NULL, '1.0000', '0.0000', '0.0000', '1963.6400', '2160.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2075, '2023-03-01', 100, 2271, 1622, NULL, '1.0000', '0.0000', '0.0000', '1200.0000', '1320.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2076, '2023-03-02', 114, 2272, 1623, 651, '1.0000', '0.0000', '0.0000', '460.0000', '460.0000', '22.0000', 1, 0, 1173, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2077, '2023-03-02', 115, 2273, 1623, 652, '2.0000', '0.0000', '0.0000', '490.0000', '490.0000', '20.0000', 1, 0, 1190, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2078, '2023-03-02', 116, 2274, 1623, 653, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '6.0000', 1, 0, 1207, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2079, '2023-03-02', 117, 2275, 1623, 654, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '5.0000', 1, 0, 1224, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2080, '2023-03-02', 117, 2276, 1624, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '1.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2081, '2023-03-02', 119, 2277, 1625, 683, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '11.0000', 1, 0, 1269, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2082, '2023-03-02', 100, 2278, 1626, NULL, '1.0000', '0.0000', '0.0000', '236.3600', '260.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2083, '2023-03-02', 100, 2279, 1627, NULL, '1.0000', '0.0000', '0.0000', '545.4500', '600.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2084, '2023-03-03', 121, 2280, 1628, 648, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '18.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2085, '2023-03-03', 118, 2281, 1629, 673, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '1.0000', 1, 0, 1248, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2086, '2023-03-03', 121, 2282, 1629, 666, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '0.0000', 1, 0, 1298, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2087, '2023-03-03', 132, 2283, 1630, 727, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '11.0000', 1, 0, 1461, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2088, '2023-03-03', 100, 2284, 1631, NULL, '1.0000', '0.0000', '0.0000', '336.3600', '370.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2089, '2023-03-03', 100, 2285, 1632, NULL, '1.0000', '0.0000', '0.0000', '545.4500', '600.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2090, '2023-03-06', 113, 2286, 1633, 635, '2.0000', '0.0000', '0.0000', '420.0000', '420.0000', '17.0000', 1, 0, 1154, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2091, '2023-03-06', 117, 2287, 1634, 754, '1.0000', '0.0000', '0.0000', '560.0000', '560.0000', '15.0000', 1, 0, 1226, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2092, '2023-03-06', 153, 2288, 1635, 791, '3.0000', '0.0000', '0.0000', '100.0000', '100.0000', '37.0000', 1, 0, 1768, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2093, '2023-03-04', 100, 2289, 1636, NULL, '1.0000', '0.0000', '0.0000', '5454.5500', '6000.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2094, '2023-03-04', 100, 2290, 1637, NULL, '1.0000', '0.0000', '0.0000', '2672.7300', '2940.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2095, '2023-03-06', 121, 2291, 1638, 648, '5.0000', '0.0000', '0.0000', '630.0000', '630.0000', '13.0000', 1, 0, 1289, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2096, '2023-03-06', 120, 2292, 1638, 649, '10.0000', '0.0000', '0.0000', '650.0000', '650.0000', '6.0000', 1, 0, 1272, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2097, '2023-03-05', 100, 2293, 1639, NULL, '1.0000', '0.0000', '0.0000', '1000.0000', '1100.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2098, '2023-03-06', 100, 2294, 1640, NULL, '1.0000', '0.0000', '0.0000', '500.0000', '550.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2099, '2023-03-06', 100, 2295, 1641, NULL, '1.0000', '0.0000', '0.0000', '2727.2700', '3000.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2100, '2023-03-07', 117, 2296, 1642, 814, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '31.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2101, '2023-03-07', 100, 2297, 1643, NULL, '1.0000', '0.0000', '0.0000', '136.3600', '150.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2102, '2023-03-07', 100, 2298, 1644, NULL, '1.0000', '0.0000', '0.0000', '436.3600', '480.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2103, '2023-03-08', 116, 2299, 1645, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '1.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2104, '2023-03-08', 132, 2300, 1646, 761, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '0.0000', 1, 0, 1460, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2105, '2023-03-08', 116, 2301, 1647, 653, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '5.0000', 1, 0, 1207, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2106, '2023-03-08', 118, 2302, 1648, 815, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '27.0000', 1, 0, 1239, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2107, '2023-03-08', 121, 2303, 1648, 640, '1.0000', '0.0000', '0.0000', '630.0000', '630.0000', '20.0000', 1, 0, 1290, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2108, '2023-03-08', 100, 2304, 1649, NULL, '1.0000', '0.0000', '0.0000', '1490.9100', '1640.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2109, '2023-03-09', 118, 2305, 1650, 632, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '11.0000', 1, 0, 1237, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2110, '2023-03-09', 116, 2306, 1651, 753, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '12.0000', 1, 0, 1209, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2111, '2023-03-09', 100, 2307, 1652, NULL, '1.0000', '0.0000', '0.0000', '381.8200', '420.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2112, '2023-03-09', 100, 2308, 1653, NULL, '1.0000', '0.0000', '0.0000', '1472.7300', '1620.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2113, '2023-03-10', 116, 2309, 1654, 662, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '0.0000', 1, 0, 1213, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2114, '2023-03-10', 100, 2310, 1655, NULL, '1.0000', '0.0000', '0.0000', '381.8200', '420.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2115, '2023-03-11', 115, 2311, 1656, 661, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '1.0000', 1, 0, 1196, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2116, '2023-03-11', 153, 2312, 1657, 863, '9.0000', '0.0000', '0.0000', '80.0000', '80.0000', '3.0000', 1, 0, 1758, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2117, '2023-03-11', 153, 2313, 1657, 804, '1.0000', '0.0000', '0.0000', '80.0000', '80.0000', '2.0000', 1, 0, 1763, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2118, '2023-03-11', 114, 2314, 1658, 651, '2.0000', '0.0000', '0.0000', '450.0000', '450.0000', '20.0000', 1, 0, 1173, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2119, '2023-03-11', 134, 2315, 1658, 869, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '4.0000', 1, 0, 1886, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2120, '2023-03-11', 117, 2316, 1659, 899, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '7.0000', 1, 0, 1236, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2121, '2023-03-11', 100, 2317, 1660, NULL, '1.0000', '0.0000', '0.0000', '45.4500', '50.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2122, '2023-03-11', 100, 2318, 1661, NULL, '1.0000', '0.0000', '0.0000', '120.0000', '120.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2123, '2023-03-13', 132, 2319, 1662, 819, '1.0000', '0.0000', '0.0000', '480.0000', '480.0000', '11.0000', 1, 0, 1456, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2124, '2023-03-13', 118, 2320, 1663, 815, '2.0000', '0.0000', '0.0000', '570.0000', '570.0000', '25.0000', 1, 0, 1239, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2127, '2023-03-13', 100, 2323, 1666, NULL, '1.0000', '0.0000', '0.0000', '1327.2700', '1460.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2128, '2023-03-13', 100, 2324, 1667, NULL, '1.0000', '0.0000', '0.0000', '1218.1800', '1340.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2129, '2023-03-14', 100, 2325, 1668, NULL, '1.0000', '0.0000', '0.0000', '227.2700', '250.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2130, '2023-03-14', 100, 2326, 1669, NULL, '1.0000', '0.0000', '0.0000', '2454.5500', '2700.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2131, '2023-03-15', 100, 2327, 1670, NULL, '1.0000', '0.0000', '0.0000', '863.6400', '950.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2132, '2023-03-15', 100, 2328, 1671, NULL, '1.0000', '0.0000', '0.0000', '1109.0900', '1220.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2133, '2023-03-17', 100, 2329, 1672, NULL, '1.0000', '0.0000', '0.0000', '1136.3600', '1250.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2134, '2023-03-17', 100, 2330, 1673, NULL, '1.0000', '0.0000', '0.0000', '272.7300', '300.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2136, '2023-03-18', 100, 2332, 1675, NULL, '1.0000', '0.0000', '0.0000', '4609.0900', '5070.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2137, '2023-03-20', 117, 2333, 1676, 814, '1.0000', '0.0000', '0.0000', '530.0000', '530.0000', '30.0000', 1, 0, 1222, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2138, '2023-03-20', 153, 2334, 1677, 799, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '5.0000', 1, 0, 1754, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2139, '2023-03-20', 153, 2335, 1678, 804, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '1.0000', 1, 0, 1763, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2140, '2023-03-20', 153, 2336, 1678, 796, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '76.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2141, '2023-03-20', 117, 2337, 1679, 754, '10.0000', '0.0000', '0.0000', '560.0000', '560.0000', '5.0000', 1, 0, 1226, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2142, '2023-03-20', 117, 2338, 1680, 631, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '1.0000', 1, 0, 1220, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2143, '2023-03-20', 120, 2339, 1681, 836, '1.0000', '0.0000', '0.0000', '650.0000', '650.0000', '1.0000', 1, 0, 1271, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2144, '2023-03-20', 116, 2340, 1682, 696, '1.0000', '0.0000', '0.0000', '500.0000', '500.0000', '4.0000', 1, 0, 1212, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2145, '2023-03-20', 87, 2341, 1683, 905, '1.0000', '0.0000', '0.0000', '200.0000', '200.0000', '12.0000', 1, 0, 845, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2146, '2023-03-20', 114, 2342, 1684, 623, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '9.0000', 1, 0, 1174, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2147, '2023-03-20', 117, 2343, 1685, 645, '1.0000', '0.0000', '0.0000', '540.0000', '540.0000', '0.0000', 1, 0, 1221, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2148, '2023-03-20', 100, 2344, 1686, NULL, '1.0000', '0.0000', '0.0000', '1327.2700', '1460.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2149, '2023-03-20', 100, 2345, 1687, NULL, '1.0000', '0.0000', '0.0000', '1145.4500', '1260.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2150, '2023-03-21', 87, 2346, 1688, 905, '2.0000', '0.0000', '0.0000', '200.0000', '200.0000', '10.0000', 1, 0, 845, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2151, '2023-03-21', 153, 2347, 1689, 791, '2.0000', '0.0000', '0.0000', '100.0000', '100.0000', '35.0000', 1, 0, 1768, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2152, '2023-03-21', 119, 2348, 1690, 639, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '10.0000', 1, 0, 1256, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2153, '2023-03-21', 121, 2349, 1690, 640, '3.0000', '0.0000', '0.0000', '630.0000', '630.0000', '17.0000', 1, 0, 1290, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2156, '2023-03-21', 100, 2352, 1693, NULL, '1.0000', '0.0000', '0.0000', '1209.0900', '1330.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2157, '2023-03-21', 100, 2353, 1694, NULL, '1.0000', '0.0000', '0.0000', '2227.2700', '2450.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2158, '2023-03-22', 119, 2354, 1695, 639, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '9.0000', 1, 0, 1256, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2159, '2023-03-22', 118, 2355, 1696, 646, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '2.0000', 1, 0, 1238, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2160, '2023-03-22', 153, 2356, 1697, 796, '1.0000', '0.0000', '0.0000', '100.0000', '100.0000', '75.0000', 1, 0, 1755, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2161, '2023-03-22', 100, 2357, 1698, NULL, '1.0000', '0.0000', '0.0000', '654.5500', '720.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2162, '2023-03-22', 100, 2358, 1699, NULL, '1.0000', '0.0000', '0.0000', '109.0900', '120.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2169, '2023-03-23', 100, 2365, 1706, NULL, '1.0000', '0.0000', '0.0000', '400.0000', '440.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2170, '2023-03-24', 100, 2366, 1707, NULL, '1.0000', '0.0000', '0.0000', '2563.6400', '2820.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2171, '2023-03-25', 116, 2367, 1708, 837, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '5.0000', 1, 0, 1208, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2172, '2023-03-25', 114, 2368, 1708, 623, '3.0000', '0.0000', '0.0000', '460.0000', '460.0000', '6.0000', 1, 0, 1174, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2173, '2023-03-25', 100, 2369, 1709, NULL, '1.0000', '0.0000', '0.0000', '409.0900', '450.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2174, '2023-03-28', 100, 2370, 1710, NULL, '1.0000', '0.0000', '0.0000', '381.8200', '420.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2175, '2023-03-28', 100, 2371, 1711, NULL, '1.0000', '0.0000', '0.0000', '490.9100', '540.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2176, '2023-03-29', 100, 2372, 1712, NULL, '1.0000', '0.0000', '0.0000', '500.0000', '550.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2177, '2023-03-29', 100, 2373, 1713, NULL, '1.0000', '0.0000', '0.0000', '2454.5500', '2700.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2178, '2023-03-31', 128, 2374, 1714, 744, '2.0000', '0.0000', '0.0000', '580.0000', '580.0000', '2.0000', 1, 0, 1390, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2179, '2023-03-31', 119, 2375, 1715, 683, '1.0000', '0.0000', '0.0000', '600.0000', '600.0000', '10.0000', 1, 0, 1269, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2180, '2023-03-31', 136, 2376, 1716, 742, '1.0000', '0.0000', '0.0000', '590.0000', '590.0000', '0.0000', 1, 0, 1502, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2181, '2023-03-31', 100, 2377, 1717, NULL, '1.0000', '0.0000', '0.0000', '109.0900', '120.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2182, '2023-03-31', 100, 2378, 1718, NULL, '1.0000', '0.0000', '0.0000', '981.8200', '1080.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2183, '2023-03-31', 114, 2379, 1719, 865, '1.0000', '0.0000', '0.0000', '450.0000', '450.0000', '3.0000', 1, 0, 1184, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2184, '2023-04-01', 134, 2380, 1720, 706, '2.0000', '0.0000', '0.0000', '530.0000', '530.0000', '0.0000', 1, 0, 1481, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2185, '2023-04-01', 133, 2381, 1720, 705, '1.0000', '0.0000', '0.0000', '510.0000', '510.0000', '2.0000', 1, 0, 1469, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2186, '2023-04-01', 100, 2382, 1721, NULL, '1.0000', '0.0000', '0.0000', '63.6400', '70.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2187, '2023-04-01', 100, 2383, 1722, NULL, '1.0000', '0.0000', '0.0000', '1727.2700', '1900.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2188, '2023-04-03', 118, 2384, 1723, 690, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '4.0000', 1, 0, 1240, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2189, '2023-04-03', 119, 2385, 1724, 639, '5.0000', '0.0000', '0.0000', '600.0000', '600.0000', '4.0000', 1, 0, 1256, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2190, '2023-04-03', 100, 2386, 1725, NULL, '1.0000', '0.0000', '0.0000', '1218.1800', '1340.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2191, '2023-04-04', 100, 2387, 1726, NULL, '1.0000', '0.0000', '0.0000', '200.0000', '220.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2192, '2023-04-06', 115, 2388, 1727, 643, '1.0000', '0.0000', '0.0000', '490.0000', '490.0000', '15.0000', 1, 0, 1187, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2193, '2023-04-06', 100, 2389, 1728, NULL, '1.0000', '0.0000', '0.0000', '418.1800', '460.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2194, '2023-04-06', 100, 2390, 1729, NULL, '1.0000', '0.0000', '0.0000', '363.6400', '400.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2195, '2023-04-07', 118, 2391, 1730, 655, '1.0000', '0.0000', '0.0000', '570.0000', '570.0000', '1.0000', 1, 0, 1241, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2196, '2023-04-07', 100, 2392, 1731, NULL, '1.0000', '0.0000', '0.0000', '109.0900', '120.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2197, '2023-04-07', 100, 2393, 1732, NULL, '1.0000', '0.0000', '0.0000', '545.4500', '600.0000', '-1.0000', NULL, 0, NULL, NULL, NULL);
INSERT INTO `sma_costing` (`id`, `date`, `product_id`, `sale_item_id`, `sale_id`, `purchase_item_id`, `quantity`, `purchase_net_unit_cost`, `purchase_unit_cost`, `sale_net_unit_price`, `sale_unit_price`, `quantity_balance`, `inventory`, `overselling`, `option_id`, `purchase_id`, `transfer_id`) VALUES (2198, '2023-04-03', 154, 2394, 1733, 823, '226.0000', '0.0000', '0.0000', '580.0000', '580.0000', '49.0000', 1, 0, 1774, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_currencies
#

DROP TABLE IF EXISTS `sma_currencies`;

CREATE TABLE `sma_currencies` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(5) NOT NULL,
  `name` varchar(55) NOT NULL,
  `rate` decimal(12,4) NOT NULL,
  `auto_update` tinyint(1) NOT NULL DEFAULT 0,
  `symbol` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_currencies` (`id`, `code`, `name`, `rate`, `auto_update`, `symbol`) VALUES (1, 'USD', 'US Dollar', '1.0000', 0, NULL);
INSERT INTO `sma_currencies` (`id`, `code`, `name`, `rate`, `auto_update`, `symbol`) VALUES (2, 'Kes', 'Kenya Shillings', '110.0000', 1, 'KSh');


#
# TABLE STRUCTURE FOR: sma_customer_groups
#

DROP TABLE IF EXISTS `sma_customer_groups`;

CREATE TABLE `sma_customer_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `percent` int(11) NOT NULL,
  `discount` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_customer_groups` (`id`, `name`, `percent`, `discount`) VALUES (1, 'General', 0, NULL);
INSERT INTO `sma_customer_groups` (`id`, `name`, `percent`, `discount`) VALUES (2, 'Reseller', -5, NULL);
INSERT INTO `sma_customer_groups` (`id`, `name`, `percent`, `discount`) VALUES (3, 'Distributor', -15, NULL);
INSERT INTO `sma_customer_groups` (`id`, `name`, `percent`, `discount`) VALUES (4, 'New Customer (+10)', 10, NULL);


#
# TABLE STRUCTURE FOR: sma_date_format
#

DROP TABLE IF EXISTS `sma_date_format`;

CREATE TABLE `sma_date_format` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `js` varchar(20) NOT NULL,
  `php` varchar(20) NOT NULL,
  `sql` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_date_format` (`id`, `js`, `php`, `sql`) VALUES (1, 'mm-dd-yyyy', 'm-d-Y', '%m-%d-%Y');
INSERT INTO `sma_date_format` (`id`, `js`, `php`, `sql`) VALUES (2, 'mm/dd/yyyy', 'm/d/Y', '%m/%d/%Y');
INSERT INTO `sma_date_format` (`id`, `js`, `php`, `sql`) VALUES (3, 'mm.dd.yyyy', 'm.d.Y', '%m.%d.%Y');
INSERT INTO `sma_date_format` (`id`, `js`, `php`, `sql`) VALUES (4, 'dd-mm-yyyy', 'd-m-Y', '%d-%m-%Y');
INSERT INTO `sma_date_format` (`id`, `js`, `php`, `sql`) VALUES (5, 'dd/mm/yyyy', 'd/m/Y', '%d/%m/%Y');
INSERT INTO `sma_date_format` (`id`, `js`, `php`, `sql`) VALUES (6, 'dd.mm.yyyy', 'd.m.Y', '%d.%m.%Y');


#
# TABLE STRUCTURE FOR: sma_deliveries
#

DROP TABLE IF EXISTS `sma_deliveries`;

CREATE TABLE `sma_deliveries` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `sale_id` int(11) NOT NULL,
  `do_reference_no` varchar(50) NOT NULL,
  `sale_reference_no` varchar(50) NOT NULL,
  `customer` varchar(55) NOT NULL,
  `address` varchar(1000) NOT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `status` varchar(15) DEFAULT NULL,
  `attachment` varchar(50) DEFAULT NULL,
  `delivered_by` varchar(50) DEFAULT NULL,
  `received_by` varchar(50) DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_deliveries` (`id`, `date`, `sale_id`, `do_reference_no`, `sale_reference_no`, `customer`, `address`, `note`, `status`, `attachment`, `delivered_by`, `received_by`, `created_by`, `updated_by`, `updated_at`) VALUES (1, '2022-05-30 12:56:00', 165, 'DO2022/05/0001', 'SALE2022/05/0057', 'Walk-in Customer', '<p>Hannah Njeri<br><br>Thika Thika<br>01000 Kenya<br>Tel: 0727950550</p>', '', 'delivered', NULL, 'Kelvin Githinji', 'Catherine ', 5, NULL, NULL);
INSERT INTO `sma_deliveries` (`id`, `date`, `sale_id`, `do_reference_no`, `sale_reference_no`, `customer`, `address`, `note`, `status`, `attachment`, `delivered_by`, `received_by`, `created_by`, `updated_by`, `updated_at`) VALUES (2, '2022-06-24 08:45:00', 309, 'DO2022/06/0002', 'SALE/POS2022/06/0172', 'UZURI INSTITUTE', '<p>Thika Thika   <br>Tel: 0723560867 Email: info@uzuriinstitute.ac.ke</p>', '', 'delivered', NULL, '', '', 5, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_deposits
#

DROP TABLE IF EXISTS `sma_deposits`;

CREATE TABLE `sma_deposits` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `company_id` int(11) NOT NULL,
  `amount` decimal(25,4) NOT NULL,
  `paid_by` varchar(50) DEFAULT NULL,
  `note` varchar(255) DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `updated_by` int(11) NOT NULL,
  `updated_at` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_expense_categories
#

DROP TABLE IF EXISTS `sma_expense_categories`;

CREATE TABLE `sma_expense_categories` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(55) NOT NULL,
  `name` varchar(55) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_expense_categories` (`id`, `code`, `name`) VALUES (1, 'Token', 'Token');
INSERT INTO `sma_expense_categories` (`id`, `code`, `name`) VALUES (11, 'Salaries', 'SALARIES');
INSERT INTO `sma_expense_categories` (`id`, `code`, `name`) VALUES (12, 'Operating Expenses', 'OPERATING EXPENSES');
INSERT INTO `sma_expense_categories` (`id`, `code`, `name`) VALUES (13, 'Bills', 'BILLS');
INSERT INTO `sma_expense_categories` (`id`, `code`, `name`) VALUES (14, 'Non Operating Expenses', 'NON OPERATING EXPENSES');


#
# TABLE STRUCTURE FOR: sma_expenses
#

DROP TABLE IF EXISTS `sma_expenses`;

CREATE TABLE `sma_expenses` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `reference` varchar(50) NOT NULL,
  `amount` decimal(25,4) NOT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `created_by` varchar(55) NOT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `category_id` int(11) DEFAULT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=530 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (1, '2022-05-06 18:48:00', '2022/05/0001', '1000.0000', '<p>KPLC for Uhuru Market Shop</p>', '6', '0', 13, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (3, '2022-05-09 17:53:00', '2022/05/0003', '20000.0000', '<p>Rent Up-Front for the new shop. Balance pending is 10k</p>', '6', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (4, '2022-05-10 17:55:00', 'THERMOL ROLL', '392.0000', '', '6', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (5, '2022-05-02 17:52:00', '2/5/2022   internet', '6700.0000', '', '6', '0', 13, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (6, '2022-05-02 10:00:00', 'Extension Cord', '450.0000', '', '5', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (7, '2022-05-02 10:50:00', 'Lining 5M', '250.0000', '', '5', '0', 14, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (8, '2022-05-02 10:50:00', 'PoS', '1605.0000', '', '5', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (9, '2022-05-04 10:50:00', 'Mbithe', '220.0000', '<p>Shindano Ksh 120</p><p>Mbithe Ksh 100</p>', '5', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (10, '2022-05-05 10:19:00', 'Ngunia', '100.0000', '', '5', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (11, '2022-05-07 10:22:00', 'Patrick', '1675.0000', '', '5', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (12, '2022-05-07 10:24:00', 'Shiru', '500.0000', '', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (13, '2022-05-09 18:25:00', 'Workers', '11730.0000', '<p>Ksh 3400 salary Christine</p><p>Ksh 6030 salary rozie</p><p>Ksh 2300 wambua</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (14, '2022-05-10 18:00:00', 'Salaries', '8000.0000', '<p>Ksh 1000 night shift guy</p><p>Ksh 7000 wambua</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (15, '2022-05-11 10:45:00', '2022/05/0004', '70.0000', '', '5', '0', 14, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (16, '2022-05-12 18:45:00', 'Night Shift', '1000.0000', '', '5', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (17, '2022-05-12 14:50:00', 'Padlock', '1000.0000', '', '5', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (18, '2022-05-12 10:30:00', 'Transport', '350.0000', '', '5', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (19, '2022-05-13 10:30:00', '2022/05/0005', '1000.0000', '<p>Wambua</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (20, '2022-05-14 10:50:00', '2022/05/0006', '650.0000', '<p>Wambua Ksh 500</p><p>Patrick Ksh 150 </p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (21, '2022-05-05 13:30:00', '2022/05/0007', '40000.0000', '<p>Software Ksh 25,000</p><p>Computer Ksh 15,000</p>', '5', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (22, '2022-05-16 16:32:00', '2022/05/0008', '2410.0000', '', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (23, '2022-05-14 17:00:00', '2022/05/0009', '14910.0000', '<p>Dan Ksh 5,000</p><p>Rozie Ksh 5,910</p><p>Wambua Ksh 800 + Ksh 2200 advance</p><p>Night Shift Ksh 1,000</p>', '5', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (24, '2022-05-14 17:00:00', '2022/05/0010', '1000.0000', '<p>Bike Ksh 500</p><p>Wambua Ksh 500</p>', '5', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (25, '2022-05-14 17:00:00', '2022/05/0011', '20000.0000', '<p>Rent for sweaters shop</p>', '5', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (26, '2022-05-17 17:30:00', '2022/05/0012', '500.0000', '<p>Wambua</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (27, '2022-05-17 17:30:00', '2022/05/0013', '1570.0000', '<p>Shindano 9A Ksh 800</p><p>Mafuta Machine Ksh 270</p><p>Transport Ksh 500</p>', '5', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (28, '2022-05-18 20:52:00', '2022/05/0014', '120.0000', '<p>Shindano</p>', '5', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (29, '2022-05-19 13:00:00', '2022/05/0015', '200.0000', '<p>Knitting Niddle</p>', '5', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (30, '2022-05-20 13:28:00', '2022/05/0016', '1250.0000', '<p>Wambua</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (31, '2022-05-20 13:29:00', '2022/05/0017', '300.0000', '<p>Bag & Linning 5M</p>', '5', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (32, '2022-05-21 14:01:00', '2022/05/0018', '16330.0000', '<p>Patrick Ksh 500</p><p>Wambua 2,500</p><p>Dan Ksh 5,000</p><p>Rozzie Ksh 5,830</p><p>Christine Ksh 2,500</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (33, '2022-05-23 14:59:00', '2022/05/0019', '800.0000', '<p>Tokkens Ksh 500</p><p>Transport Ksh 300</p>', '5', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (34, '2022-05-23 15:02:00', '2022/05/0020', '1000.0000', '<p>Wambua</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (35, '2022-05-26 17:03:00', '2022/05/0021', '2050.0000', '<p>Wambua</p>', '5', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (36, '2022-05-25 17:05:00', '2022/05/0022', '1950.0000', '<p>Joseph</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (37, '2022-05-29 11:00:00', '2022/05/0023', '12050.0000', '<p>Rozie Ksh 4250</p><p>Dan Ksh 4800</p><p>Christine KSh 3,000</p>', '5', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (38, '2022-06-01 14:42:00', '2022/06/0024', '2025.0000', '<p>Wambua</p>', '5', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (39, '2022-06-02 21:46:00', '2022/06/0025', '50.0000', '<p>Treamer</p>', '5', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (40, '2022-06-03 21:49:00', '2022/06/0026', '3000.0000', '<p>Water Bill</p>', '5', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (41, '2022-06-03 21:51:00', '2022/06/0027', '500.0000', '<p>Tokens</p>', '5', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (42, '2022-06-04 22:16:00', '2022/06/0028', '9290.0000', '<p>Rozie Ksh 5550</p><p>Wambua Ksh 1020</p><p>Joseph Ksh 2720</p>', '5', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (43, '2022-06-07 20:56:00', '2022/06/0029', '1420.0000', '<p>Joseph</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (44, '2022-06-07 21:15:00', '2022/06/0030', '1050.0000', '<p>Wambui</p>', '5', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (45, '2022-06-07 21:41:00', '2022/06/0031', '2800.0000', '<p>DAN</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (46, '2022-06-07 21:52:00', '2022/06/0032', '800.0000', '<p>Shindano</p>', '5', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (47, '2022-06-08 22:11:00', '2022/06/0033', '500.0000', '<p>Tokens</p>', '5', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (48, '2022-06-09 20:25:00', '2022/06/0034', '830.0000', '<p>Wambua</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (49, '2022-06-10 19:50:00', '2022/06/0035', '940.0000', '<p>Wambua</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (50, '2022-06-10 15:18:00', '2022/06/0036', '3000.0000', '<p>Sammy</p>', '5', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (51, '2022-06-11 17:42:00', '2022/06/0037', '13295.0000', '<p>Patrick Ksh 375</p><p>Dan Ksh 5,000</p><p>Rozie Ksh 5,420</p><p>Christine Ksh 2,500</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (52, '2022-06-11 20:29:00', '2022/06/0038', '3000.0000', '<p>Shop Renovation</p>', '5', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (53, '2022-06-11 20:36:00', '2022/06/0039', '800.0000', '<p>Motorbike </p>', '5', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (54, '2022-06-13 20:27:00', '2022/06/0040', '2980.0000', '<p>Joseph</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (55, '2022-06-15 19:18:00', '2022/06/0041', '1970.0000', '<p>Wambua</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (56, '2022-06-15 21:02:00', '2022/06/0042', '20000.0000', '<p>Rent</p>', '5', '0', 14, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (57, '2022-06-15 21:10:00', '2022/06/0043', '4000.0000', '<p>Sammy</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (58, '2022-06-15 21:13:00', '2022/06/0044', '400.0000', '<p>Tokens</p>', '5', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (59, '2022-06-16 18:51:00', '2022/06/0045', '1500.0000', '<p>Internet</p>', '5', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (60, '2022-06-16 19:07:00', '2022/06/0046', '30000.0000', '<p>Uzuri T-shirts</p>', '5', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (61, '2022-06-20 17:22:00', '2022/06/0047', '2500.0000', '<p>Christine</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (62, '2022-06-21 17:33:00', '2022/06/0048', '500.0000', '', '5', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (63, '2022-06-22 17:41:00', '2022/06/0049', '1000.0000', '<p>Dan</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (64, '2022-06-27 18:43:00', '2022/06/0050', '16930.0000', '<p>Wambua Ksh 2,000</p><p>Joseph Ksh 2740</p><p>Christine Ksh 2500</p><p>Dan Ksh 3,800</p><p>Rozie Ksh 5890</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (65, '2022-06-28 19:51:00', '2022/06/0051', '1270.0000', '<p>Wambua</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (66, '2022-06-29 19:55:00', '2022/06/0052', '400.0000', '<p>Transport</p>', '5', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (67, '2022-06-30 19:58:00', '2022/06/0053', '1350.0000', '<p>Wambua</p>', '5', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (68, '2022-06-30 19:59:00', '2022/06/0054', '2600.0000', '<p>Uzuri Overalls</p>', '5', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (69, '2022-07-15 06:55:00', 'Fundi embroidery repair', '4000.0000', '', '8', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (70, '2022-07-12 21:17:00', 'christine salary 4850', '4850.0000', '', '8', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (71, '2022-07-12 21:22:00', 'dan salary', '8400.0000', '', '8', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (72, '2022-07-12 21:22:00', 'fundi uzuri polos balance clearing', '16050.0000', '', '8', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (73, '2022-07-12 21:27:00', 'sabuni', '50.0000', '<p>shop soap detergent</p>', '8', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (74, '0000-00-00 00:00:00', 'uzuri overalls ', '2445.0000', '<p>titus payment for uzuri overalls</p>', '8', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (75, '2022-07-13 21:36:00', 'threads', '1560.0000', '<p>bobin thread 220ksh</p><p>2red,2 white,2 golden yellow embeodery threads @ 260ksh each</p>', '8', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (76, '2022-07-14 21:42:00', 'nightshift work', '1000.0000', '<p>dan nightshift salary</p>', '8', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (77, '2022-07-14 21:44:00', 'internet', '1500.0000', '<p>internent payments</p>', '8', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (78, '2022-07-15 21:52:00', 'tokens', '500.0000', '', '8', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (79, '2022-07-18 17:33:00', '2022/08/0055', '500.0000', '<p>wambua transport</p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (80, '2022-07-20 14:42:00', '2022/08/0056', '1300.0000', '<p>TREAMERS & CANVAS</p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (81, '2022-07-20 14:47:00', '2022/08/0057', '500.0000', '<p>Wambua transport for mixed grey</p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (82, '2022-07-21 14:49:00', '2022/08/0058', '1500.0000', '<p>Fundi comp repair</p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (83, '2022-07-21 19:39:00', '2022/08/0059', '1200.0000', '<p>dan nightshift salary for tiara</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (84, '2022-07-22 19:41:00', '2022/08/0060', '800.0000', '', '8', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (85, '2022-07-19 19:47:00', '2022/08/0061', '1050.0000', '<p>virginia kcb</p>', '8', '0', 14, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (86, '2022-07-26 19:48:00', '2022/08/0062', '1028.0000', '<p>virginia kcb</p>', '8', '0', 14, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (87, '2022-07-29 20:20:00', '2022/08/0063', '500.0000', '<p>wambua transport </p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (88, '2022-07-29 20:34:00', '2022/08/0064', '2000.0000', '<p>embroidery machine maintaince</p>', '8', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (89, '2022-07-30 19:38:00', '2022/09/0065', '4380.0000', '<p>wambua salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (90, '2022-07-30 19:41:00', '2022/09/0066', '9600.0000', '<p>dan salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (91, '2022-07-30 19:45:00', '2022/09/0067', '9650.0000', '<p>rozie salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (92, '2022-07-30 19:52:00', '2022/09/0068', '3550.0000', '<p>christine salary</p>', '8', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (93, '2022-08-01 19:55:00', '2022/09/0069', '500.0000', '<p>wambua salary</p>', '8', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (94, '2022-08-01 19:57:00', '2022/09/0070', '1200.0000', '<p>canvas purchase</p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (95, '2022-08-01 19:58:00', '2022/09/0071', '2000.0000', '<p>wambua salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (96, '2022-08-02 20:00:00', '2022/09/0072', '1028.0000', '<p>wambua salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (97, '2022-08-02 20:01:00', '2022/09/0073', '2000.0000', '<p>joseph salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (99, '2022-08-03 20:09:00', '2022/09/0075', '20000.0000', '<p>workshop rent for the month of july</p>', '8', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (100, '2022-08-03 20:46:00', '2022/09/0076', '950.0000', '<p>joseph salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (101, '2022-08-05 20:54:00', '2022/09/0077', '10000.0000', '<p>first deposit for trucksuit to kamau fundi</p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (102, '2022-08-05 20:55:00', '2022/09/0078', '1980.0000', '<p>wambua salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (103, '2022-08-05 20:56:00', '2022/09/0079', '3000.0000', '<p>swaeters tags & trucksuits tags</p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (104, '2022-08-08 21:36:00', '2022/09/0080', '7140.0000', '<p>wambua salary + joseph salary + dan salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (105, '2022-08-15 21:51:00', '2022/09/0081', '2200.0000', '<p>wambua salary for date 13 and 10 </p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (106, '2022-08-15 22:25:00', '2022/09/0082', '4400.0000', '<p>christine salary  + dan salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (107, '2022-08-18 22:29:00', '2022/09/0083', '8940.0000', '<p>joseph + wambua + rozie</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (108, '2022-08-12 21:25:00', 'tokens', '1100.0000', '<p>TOKENS PURCHASED</p>', '8', '0', 1, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (109, '2022-08-18 21:50:00', '2022/10/0084', '100.0000', '<p>PURCHASED FOR SOAP</p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (110, '2022-08-19 21:52:00', 'tokens', '500.0000', '<p>PURCHASED FOR TOKENS</p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (111, '2022-08-22 21:54:00', 'tokens', '1000.0000', '<p>PURCHASED TOKENS</p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (112, '2022-08-24 22:00:00', 'SHINDANO', '240.0000', '<p>PURCHASED NEEDLES</p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (113, '2022-08-26 22:02:00', 'SALARY', '200.0000', '<p>WAMBUA SALARY</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (114, '2022-08-30 22:03:00', 'tokens', '1000.0000', '<p>PURCHASED TOKENS</p>', '8', '0', 1, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (115, '2022-09-05 22:05:00', 'STOOL', '700.0000', '<p>PURCHASED FOR A SITTING STOOL</p>', '8', '0', 14, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (117, '2022-11-19 18:24:00', 'embroidwry threads and canivas', '2400.0000', '', '7', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (118, '2022-11-20 15:07:00', 'Salary (chistine)', '3000.0000', '', '7', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (119, '2022-11-20 15:36:00', 'Salary', '6200.0000', '<p>Dan and night shift guy</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (120, '2022-11-20 15:40:00', 'Threads', '360.0000', '<p>purchased bobbin threads 3pcs </p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (121, '2022-11-22 15:57:00', 't0kens', '400.0000', '<p>purchased tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (122, '2022-11-23 18:20:00', 'uji', '180.0000', '<p>uji</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (123, '2022-11-24 18:20:00', 'lining', '120.0000', '<p>purchased 2m lining</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (124, '2022-11-24 18:20:00', 'thread', '240.0000', '<p>purchased 2 cones of bobbin thread</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (125, '2022-11-24 08:20:00', 'uji', '60.0000', '<p>paid uji</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (126, '2022-11-25 18:16:00', 'uji', '40.0000', '<p>paid uji</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (127, '2022-11-25 18:19:00', 'threads', '1800.0000', '<p>purchased embroidery threads 6pcs at 300</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (128, '2022-11-25 18:21:00', 'canivas', '1200.0000', '<p>purchased canivas</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (129, '2022-11-25 18:24:00', 'salary', '1900.0000', '<p>dan nightshift salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (130, '2022-11-25 18:38:00', 'matchbox', '30.0000', '<p> purchased match box and mosquito coil</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (131, '2022-11-26 17:51:00', 'uji', '40.0000', '<p>paid uji</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (132, '2022-11-26 18:01:00', 'kcb', '1000.0000', '<p>kcb virginia</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (133, '2022-11-26 18:17:00', 'salary', '7550.0000', '<p>christine,dan and peter night shift guy ,,,salaries</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (134, '2022-11-26 18:20:00', 'bobbin', '240.0000', '<p>purchased bobbin threads 2 cones</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (135, '2022-11-28 18:00:00', 'uji', '40.0000', '<p>paid uji</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (136, '2022-11-28 18:02:00', 't0kens', '300.0000', '<p>purchased tokens</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (137, '2022-11-28 18:05:00', 'embroidwry threads ', '600.0000', '<p>purchased 2 cones white</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (138, '2022-11-28 18:07:00', 'bobbin thread', '120.0000', '<p>purchased bobbin thread</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (139, '2022-11-28 18:10:00', 'mosquito coil', '40.0000', '<p>purchased mosquito coil</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (140, '2022-11-28 18:13:00', 'package', '50.0000', '<p>purchased package for the customer</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (141, '2022-08-13 23:17:00', '2022/11/0086', '50.0000', '<p>pato salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (142, '2022-08-17 23:20:00', '2022/11/0087', '280.0000', '<p>elastic material purchased</p>', '8', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (143, '2022-08-17 23:22:00', '2022/11/0088', '1500.0000', '<p>internet bill</p>', '8', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (144, '2022-09-07 11:38:00', '2022/11/0089', '2580.0000', '<p>purchased samples for marketing</p>', '8', '0', 12, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (145, '2022-08-19 23:39:00', '2022/11/0090', '950.0000', '<p>wambua salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (146, '2022-09-09 23:40:00', '2022/11/0091', '1000.0000', '<p>titus fundi dustcoats$ ken on changing labels</p>', '8', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (147, '2022-08-11 23:43:00', '2022/11/0092', '10250.0000', '<p>kamau second payments on trucksuits</p>', '8', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (148, '2022-09-15 23:50:00', '2022/11/0093', '1120.0000', '<p>wambua salary for 15th and 16th</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (149, '2022-09-16 23:52:00', '2022/11/0094', '1500.0000', '<p>internet bill</p>', '8', '0', 0, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (150, '2022-09-17 23:53:00', '2022/11/0095', '900.0000', '<p>business cards</p>', '8', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (151, '2022-09-17 23:56:00', '2022/11/0096', '4500.0000', '<p>wambua salary + christine salary</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (152, '2022-09-18 23:59:00', '2022/11/0097', '1840.0000', '<p>joseph salary</p>', '8', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (153, '2022-09-19 00:00:00', '2022/11/0098', '2330.0000', '<p>wambua salary</p>', '8', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (154, '2022-09-18 00:01:00', '2022/11/0099', '3000.0000', '<p>nancy marketing</p>', '8', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (155, '2022-09-19 00:02:00', '2022/11/0100', '400.0000', '<p>paid to fundi for dustcoats for kanyi</p>', '8', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (156, '2022-11-30 18:01:00', 'salary', '1000.0000', '<p>night shift salary.DAN</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (157, '2022-11-30 18:15:00', 'ACCOUNT AUDITING', '20000.0000', '<p>ACCOUNT AUDITING</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (158, '2022-12-01 17:33:00', 'Tokens', '300.0000', '<p>purchased tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (159, '2022-12-02 18:29:00', 'salary', '800.0000', '<p>night shift guy .emma</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (160, '2022-12-02 19:19:00', 'uji', '80.0000', '<p>paid uji</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (161, '2022-12-02 19:23:00', 'embroidwry thread', '600.0000', '<p>purchased 2 white embroidery thread</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (162, '2022-12-02 19:28:00', 'thread', '240.0000', '<p>purchased bobbin thread</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (163, '2022-12-03 18:42:00', 'salary', '10100.0000', 'dan,christine and peter salaries', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (164, '2022-12-05 18:30:00', 'Tokens', '300.0000', 'Purchased tokens', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (165, '2022-12-05 18:32:00', 'thread', '120.0000', 'purchased 1 cone bobbin thread', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (166, '2022-12-05 18:41:00', 'salary', '500.0000', 'wambua advance', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (167, '2022-12-05 18:45:00', 'machine', '1120.0000', 'purchased bobbin case and alarn screw', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (168, '2022-12-06 18:04:00', 'salary', '1600.0000', 'peter night shift 2 days', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (169, '2022-12-06 18:04:00', 'Threads', '1200.0000', 'White and red 2cones each', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (170, '2022-12-06 18:07:00', 'Canivas', '1200.0000', 'Purchased canivas', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (171, '2022-12-06 18:08:00', 'uji', '80.0000', 'paid uji', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (172, '2022-12-06 18:08:00', 'uji', '80.0000', 'paid uji', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (173, '2022-12-07 18:20:00', 'thread', '560.0000', '7 pcs lblue threads', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (174, '2022-12-07 18:28:00', 't0kens', '300.0000', 'purchased token', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (175, '2022-12-07 18:32:00', 'thread', '240.0000', 'purchased bobbin thread white', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (176, '2022-12-07 18:52:00', 'yarn', '55620.0000', 'purchased chocolate brown yarn', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (177, '2022-12-07 18:54:00', 'material', '30800.0000', 'purchased l blue material for shirts', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (178, '2022-12-08 17:50:00', 'Material cutting', '2830.0000', 'Paid fundi for cutting', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (179, '2022-12-08 17:56:00', 'Pos payment', '5000.0000', 'Pos payment', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (180, '2022-12-08 18:00:00', 'Canivas', '1200.0000', 'Pirchased canivas for stiching shirts', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (181, '2022-12-09 17:23:00', 'salary', '4000.0000', 'joseph salary for shirts', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (182, '2022-12-09 17:33:00', 'salary', '8400.0000', 'jamaa wa printing pockects', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (183, '2022-12-09 17:38:00', 'rider', '300.0000', 'paid rider for taking the stamp', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (184, '2022-12-10 16:58:00', 't0kens', '500.0000', 'purchased tokens', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (185, '2022-12-10 17:01:00', 'salary', '10700.0000', 'dan,peter and christine salaries', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (186, '2022-12-10 17:03:00', 'Threads', '240.0000', 'Bobbin thread', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (187, '2022-12-10 17:07:00', 'Threads', '1200.0000', 'Embroidery thread 4pcs white', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (188, '2022-12-10 17:06:00', 'canivas', '1200.0000', 'purchased canivas', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (189, '2022-12-12 17:17:00', 'Uji', '100.0000', 'Paid uji', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (190, '2022-12-12 17:57:00', 'Rent', '20.0000', 'November rent', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (191, '2022-12-12 18:00:00', 'Lining', '300.0000', '5m lining', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (192, '2022-12-13 17:27:00', 'Buttons', '280.0000', '1 packet for buttons', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (193, '2022-12-13 17:34:00', 'Fundi buttons', '660.0000', 'Paid 660 for 55pcs @12bob', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (194, '2022-12-13 17:36:00', 'Threads', '800.0000', 'Purchased 2pcs embroidery thread @400', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (195, '2022-12-14 18:14:00', 'Threads', '240.0000', 'Purchased bobbin thread 2 cones', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (196, '2022-12-15 18:21:00', 'Salary', '5000.0000', 'Fundi shirts deposit.Ken', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (197, '2022-12-15 18:23:00', 'Tokens', '500.0000', 'Purchased tokens', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (198, '2022-12-16 17:55:00', 'ngunia', '50.0000', '<p>purchased package</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (199, '2022-12-16 18:02:00', 'fundi', '10000.0000', '<p>deposit ken shirts</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (200, '2022-12-16 18:05:00', 'fine net', '11232.0000', '<p>purchased finet for games kit</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (201, '2022-12-16 18:40:00', 'cod', '300.0000', '<p>purchased cod for games kit</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (202, '2022-12-17 19:12:00', 'elastic', '900.0000', '<p>purchased 3 rolls elastic at 300</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (203, '2022-12-17 19:15:00', 'fine net', '1100.0000', '<p>purchased finenet  10m at 110</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (204, '2022-12-17 19:24:00', 'net', '1980.0000', '<p>purchased net 33m at 60</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (205, '2022-12-17 19:26:00', 'material', '12657.0000', '<p>hot pink material,sky and finenet</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (206, '2022-12-17 19:29:00', 'box', '100.0000', '<p>purchased box</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (207, '2022-12-17 19:34:00', 'Wifi', '3000.0000', '<p>paid wifi</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (208, '2022-12-17 19:37:00', 'Salary', '550.0000', '<p>mbithe kushikanisha sweater</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (209, '2022-12-17 19:37:00', 'fundi games kit', '4000.0000', '<p>paid linda</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (210, '2022-12-17 19:39:00', 'Salary', '760.0000', '<p>jose salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (211, '2022-12-17 19:41:00', 'fund', '3000.0000', '<p>from charles</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (212, '2022-12-17 19:43:00', 'salary', '4300.0000', '<p>morga games kit</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (213, '2022-12-18 15:01:00', 'thread', '240.0000', '<p>purchased 2 b0bbin threads</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (214, '2022-12-18 15:13:00', 'Buttons', '882.0000', '<p>paid forbuttons 49pcs at 18bob</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (215, '2022-12-18 15:21:00', 'Salary', '3050.0000', '<p>paid linda for gameskit</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (216, '2022-12-18 15:21:00', 'salary', '4500.0000', '<p>dan salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (217, '2022-12-19 17:55:00', 'net', '540.0000', '<p>purchased net</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (218, '2022-12-19 18:05:00', 'tokens', '300.0000', '<p>paid tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (219, '2022-12-19 18:05:00', 'canivas', '1200.0000', '<p>purchased canivas</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (220, '2022-12-19 18:10:00', 'thread', '3000.0000', '<p>orange 2pcs,black 2pcs,red 2pcs at 300</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (221, '2022-12-20 18:20:00', 'salary', '2100.0000', '<p>morgan pe kits</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (222, '2022-12-20 18:22:00', 'ngunia', '100.0000', '<p>purchased ngunia for package</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (223, '2022-12-21 18:54:00', 'salary', '1600.0000', '<p>paid morgan pe kits</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (224, '2022-12-21 18:56:00', 'bobbin', '240.0000', '<p>2 cones bobbin</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (225, '2022-12-21 18:59:00', 't0kens', '300.0000', '<p>purchased tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (226, '2022-12-21 19:00:00', 'salary', '2500.0000', '', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (227, '2022-12-21 19:01:00', 'screen printing', '5600.0000', '<p>paid screen printing</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (228, '2022-12-23 18:45:00', 'Sabuni', '50.0000', '<p>purchased sabuni</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (229, '2022-12-24 13:45:00', 'salary', '11500.0000', '<p>christine and peter salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (230, '2022-12-24 13:45:00', 'tags', '1500.0000', '<p>purchased sweater tags</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (231, '2022-12-24 09:45:00', '2022/12/0101', '4500.0000', '<p>dan salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (232, '2022-12-24 13:50:00', 'salary', '2200.0000', '<p>dan and christine sunday shift</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (233, '2022-12-24 13:50:00', 'salary', '2500.0000', '<p>wambua and joseph advance</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (234, '2022-12-23 13:50:00', 'thread', '23403.0000', '<p>6 cones red,6cones maroon\\\'1 cone white and 1 cone purple</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (235, '2022-12-28 13:59:00', 'yarn', '9785.0000', '<p>6 cones royal blue</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (236, '2022-12-28 14:02:00', 'materials', '8100.0000', '<p>purchased checked blue material</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (237, '2022-12-28 17:29:00', 't0kens', '400.0000', '<p>PURCHASED TOKENS</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (238, '2022-12-29 15:00:00', 'material', '5800.0000', '<p>purchased d.green material</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (239, '2022-12-29 15:01:00', 'rider', '400.0000', '<p>paid raider for transporting material</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (240, '2022-12-29 15:02:00', 'trimmer', '50.0000', '<p>purchased trimmer</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (241, '2022-12-29 18:32:00', 'canivas', '1200.0000', '<p>purchased canivas</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (242, '2022-12-29 18:34:00', 'thread', '240.0000', '<p>purchased 2 cones bobbin</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (243, '2022-12-29 18:36:00', 'thread', '2400.0000', '<p>4 whites,2 royal,2 green embroidery threads</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (244, '2022-12-30 18:58:00', 'salary', '200.0000', '<p>dan night shift</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (245, '2022-12-30 19:00:00', 'thread', '320.0000', '<p>purchased 4cones bobbin at 80</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (246, '2023-01-03 17:56:00', 'Canivas', '1200.0000', '<p>purchased canivas</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (247, '2022-12-31 18:00:00', 'salary', '6500.0000', '<p>dan and christine salary</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (248, '2023-01-03 18:03:00', 'material', '6750.0000', '', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (249, '2023-01-03 18:15:00', 'wifi', '1800.0000', '<p>paid wifi and cctv checkup</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (250, '2023-01-04 18:01:00', 'thread', '2800.0000', '<p>4whites,3black at 400</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (251, '2023-01-04 18:03:00', 't0kens', '500.0000', '<p>purchased tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (252, '2023-01-04 18:05:00', 'fundi', '1400.0000', '<p>deposit fundi purple shirts</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (253, '2023-01-04 18:10:00', 'zips and pockets', '550.0000', '<p>purchased zips and pockets</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (254, '2023-01-04 18:14:00', 'salary', '1000.0000', '<p>1000 rozie</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (255, '2023-01-04 18:16:00', 'salary', '3900.0000', '<p>deposit fundi dress colour blue</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (256, '2023-01-05 17:41:00', 'fundi', '1500.0000', '<p>paid fundi wa machine</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (257, '2023-01-05 17:43:00', 'salary', '1800.0000', '<p>wambua salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (258, '2023-01-05 17:47:00', 'shindano', '1000.0000', '<p>purchased shindano</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (259, '2023-01-05 18:10:00', 'uji', '40.0000', '<p>paid uji</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (260, '2023-01-05 18:15:00', 'material', '440.0000', '<p>purchased jungle green material</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (261, '2023-01-05 18:44:00', 'tags', '1000.0000', '<p>paid tags</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (262, '2023-01-06 18:34:00', 'yarn', '18540.0000', '<p>purchased l navy yarn</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (263, '2023-01-06 18:36:00', 'yarn', '18900.0000', '<p>ash grey yarn</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (264, '2023-01-06 18:39:00', 'material', '360.0000', '<p>navy blue material</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (265, '2023-01-06 18:42:00', 'display book', '250.0000', '<p>purchased display book</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (266, '2023-01-07 17:42:00', 't0kens', '500.0000', '<p>purchased tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (267, '2023-01-07 17:50:00', 'printing', '1230.0000', '<p>printing of pockets </p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (268, '2023-01-07 17:52:00', 'canivas', '380.0000', '<p>canivas for puple shirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (269, '2023-01-07 17:53:00', 'salary', '1050.0000', '<p>wambua salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (270, '2023-01-07 17:56:00', 'send off', '200.0000', '<p>agnes send off</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (271, '2023-01-07 19:10:00', 'canivas', '1440.0000', '<p>purchased canivas and 2 b0bbins</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (272, '2023-01-07 19:14:00', 'material', '490.0000', '<p>purchased navy blue and white material for nurse</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (273, '2023-01-07 19:19:00', 'salary', '300.0000', '<p>ken fundi</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (274, '2023-01-10 13:58:00', 'Tokens', '500.0000', '<p>purchased tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (275, '2023-01-11 22:19:00', 'Package', '50.0000', '<p>purchased ngunia</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (276, '2023-01-11 22:20:00', 'Threads', '240.0000', '<p>2cones bobbin thread</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (277, '2023-01-11 22:21:00', 'Fundi', '3640.0000', '<p>paid fundi wa dark green dresses(nyakoe)</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (278, '2023-01-11 22:22:00', 'Salary', '3800.0000', '<p>rozzie salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (279, '2023-01-10 22:20:00', 'Diary', '1000.0000', '<p>payment of diary</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (280, '2023-01-10 22:24:00', 'Loan credit', '9834.0000', '<p>loan credit expenses</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (281, '2023-01-10 22:26:00', 'Salary', '1700.0000', '<p>joseph salary</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (282, '2023-01-10 22:30:00', 'Tokens', '500.0000', '<p>purchased tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (283, '2023-01-10 22:35:00', 'Package', '100.0000', '<p>purchased ngunia</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (284, '2023-01-11 22:36:00', 'Uji', '60.0000', '<p>paid uji</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (285, '2023-01-10 22:35:00', 'Screen printing', '5000.0000', '<p>paid screen printing for reflectors</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (286, '2023-01-10 22:35:00', 'Badges', '900.0000', '<p>badge expenses for gsu</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (287, '2023-01-10 22:40:00', 'Salary', '14400.0000', '<p>dan , peter, christine salary</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (288, '2023-01-16 19:28:00', 'thread', '5720.0000', '<p>embroidery threads</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (289, '2023-01-16 19:28:00', 'salary', '1000.0000', '<p>wambu salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (290, '2023-01-16 19:29:00', 'salary', '2420.0000', '<p>joseph salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (291, '2023-01-16 19:31:00', 'uji', '60.0000', '<p>paid uji</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (292, '2023-01-16 19:32:00', 'thread', '240.0000', '<p>purchased bobbin threads</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (293, '2023-01-17 18:43:00', 'thread', '600.0000', '<p>6 cones navy</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (294, '2023-01-17 18:44:00', 'ngunia', '100.0000', '<p>purchased ngunia</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (295, '2023-01-17 18:45:00', 'material', '2250.0000', '<p>purchased material .green</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (296, '2023-01-17 18:46:00', 'rider', '300.0000', '<p>rider</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (297, '2023-01-17 18:47:00', 'nail', '30.0000', '<p>purchased msumari</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (298, '2023-01-17 18:49:00', 't0kens', '300.0000', '<p>purchased tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (299, '2023-01-17 18:49:00', 'uji', '60.0000', '<p>paid uji</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (300, '2023-01-18 18:59:00', 'thread', '95.0000', '<p>exchanged cone.white</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (301, '2023-01-18 19:01:00', 'shindano', '800.0000', '<p>purchased shindano 9a</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (302, '2023-01-18 19:02:00', 'thread', '1800.0000', '<p>purchased i1 cone white</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (303, '2023-01-18 19:04:00', 'ngunia', '100.0000', '<p>purchased ngunia</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (304, '2023-01-18 19:05:00', 'lining', '240.0000', '<p>purchased lining 2m</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (305, '2023-01-18 19:06:00', 'canivas', '1200.0000', '<p>purchased canvas</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (306, '2023-01-09 22:40:00', 'printing', '1200.0000', '<p>printing [nurse]</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (307, '2023-01-09 13:40:00', 'button', '610.0000', '<p>button and button hole</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (308, '2023-01-09 22:40:00', 'reflectors', '7796.0000', '<p>purchased reflectors</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (309, '2023-01-09 22:45:00', 'rider', '600.0000', '<p>paid rider for transporting reflectors</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (310, '2023-01-09 12:45:00', 'diary printing', '1000.0000', '<p>paid martin dairy printing</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (311, '2023-01-09 12:50:00', 'fundi', '1240.0000', '<p>paid mutua for purple shirts</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (312, '2023-01-09 22:50:00', 'material', '420.0000', '<p>purchased material for trouser ya nurse</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (313, '2023-01-11 13:55:00', 'counter book', '150.0000', '<p>purchased counter book</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (314, '2023-01-11 23:00:00', 'salary', '1700.0000', '<p>joseph salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (315, '2023-01-12 14:00:00', 'material', '18060.0000', '<p>purchased chocolate brown material for skirts</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (316, '2023-01-12 05:00:00', 'fundi', '7200.0000', '<p>ken fundi</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (317, '2023-01-12 14:05:00', '2023/01/0102', '18540.0000', '<p>purchased navy yarn</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (318, '2023-01-12 10:05:00', 'uji', '40.0000', '<p>paid uji</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (319, '2023-01-12 10:05:00', '2023/01/0103', '1200.0000', '<p>purchased canvas</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (320, '2023-01-13 14:05:00', '2023/01/0104', '19280.0000', '<p>purchased 50pcs tie and 74m navy special</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (321, '2023-01-13 10:10:00', 'zips', '250.0000', '<p>purchased zips</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (322, '2023-01-13 01:10:00', 'rent', '25000.0000', '<p>paid rent</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (323, '2023-01-13 14:10:00', 'threads', '520.0000', '<p>purchased embroidery threads</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (324, '2023-01-13 14:15:00', 'uji', '60.0000', '<p>paid uji</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (325, '2023-01-13 11:15:00', '2023/01/0105', '500.0000', '<p>paid tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (326, '2023-01-14 23:15:00', '2023/01/0106', '4000.0000', '<p>peter salary night shift</p>', '7', '0', 11, 1);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (327, '2023-01-14 15:15:00', 'thread', '18540.0000', '<p>purchased navy yarn</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (328, '2023-01-14 15:20:00', 'threads', '3000.0000', '<p>purchased embroidery threads</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (329, '2023-01-14 23:20:00', '2023/01/0107', '4000.0000', '<p>deposit for black trousers</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (330, '2023-01-14 15:20:00', 'uji', '40.0000', '<p>paid uji</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (331, '2023-01-14 15:20:00', '2023/01/0108', '7500.0000', '<p>dan and christine salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (332, '2023-01-14 15:25:00', '2023/01/0109', '3550.0000', '<p>delivery book,receipt book,invoice and embroidery book</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (333, '2023-01-14 23:25:00', '2023/01/0110', '300.0000', '<p>paid rider</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (334, '2023-01-15 23:25:00', '2023/01/0111', '1200.0000', '<p>purchased 4 elastics</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (335, '2023-01-15 23:30:00', '2023/01/0112', '1120.0000', '<p>purchased white stripe</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (336, '2023-01-15 12:30:00', '2023/01/0113', '800.0000', '<p>purchased 40 pcs zip</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (337, '2023-01-15 17:30:00', '2023/01/0114', '500.0000', '<p>purchased 2 rolls cod</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (338, '2023-01-15 08:30:00', '2023/01/0115', '150.0000', '<p>purchased size labels</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (339, '2023-01-18 09:35:00', 'uzi', '95.0000', '<p>uzi yaa white</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (340, '2023-01-18 09:35:00', '2023/01/0116', '800.0000', '<p>purchased 9a shindano</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (341, '2023-01-18 23:35:00', 'uzi', '1800.0000', '<p>purchased 1 cone white</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (342, '2023-01-18 23:35:00', '2023/01/0117', '11600.0000', '<p>purchased shirts 40pcs</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (343, '2023-01-19 23:40:00', '2023/01/0118', '500.0000', '<p>paid tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (344, '2023-01-19 23:40:00', '2023/01/0119', '18540.0000', '<p>purchased navy blue yarn</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (345, '2023-01-19 23:40:00', '2023/01/0120', '5800.0000', '<p>purchased black material for skirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (346, '2023-01-19 23:40:00', '2023/01/0121', '1000.0000', '<p>purchased skyblue material for fleeze</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (347, '2023-01-19 23:45:00', 'uji', '140.0000', '<p>paid uji</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (348, '2023-01-19 23:45:00', '2023/01/0122', '3000.0000', '<p>purchased black material for fleeze</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (349, '2023-01-19 23:45:00', '2023/01/0123', '360.0000', '<p>purchased lining 3m</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (350, '2023-01-20 23:45:00', '2023/01/0124', '500.0000', '<p>canvas for shirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (351, '2023-01-20 23:50:00', '2023/01/0125', '1500.0000', '<p>deposit mutua fundi for shirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (352, '2023-01-20 23:50:00', '2023/01/0126', '200.0000', '<p>purchased brown zips</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (353, '2023-01-20 23:50:00', '2023/01/0127', '600.0000', '<p>mtu wa pasi</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (354, '2023-01-21 23:55:00', '2023/01/0128', '60.0000', '<p>purchased white material</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (355, '2023-01-21 23:55:00', '2023/01/0129', '280.0000', '<p>purchased sky blue threads</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (356, '2023-01-21 23:35:00', '2023/01/0130', '240.0000', '<p>purchased bobbin threads</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (357, '2023-01-21 23:55:00', '2023/01/0131', '210.0000', '<p>purchased black threads</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (358, '2023-01-21 00:00:00', '2023/01/0132', '80.0000', '<p>cutting black fleeze</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (359, '2023-01-21 00:00:00', 'uji', '60.0000', '<p>paid uji</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (360, '2023-01-21 00:00:00', 'package', '100.0000', '<p>purchased ngunia</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (361, '2023-01-21 00:00:00', '2023/01/0133', '360.0000', '<p>purchased 1 elastic 4 zips</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (362, '2023-01-21 00:05:00', '2023/01/0134', '610.0000', '<p>purchased hooks,mafuta,lining,belting</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (363, '2023-01-21 00:05:00', 'fundi', '4920.0000', '<p>fundi skirts[linda]</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (364, '2023-01-22 00:05:00', 'fundi', '500.0000', '<p>for black trousers</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (365, '2023-01-22 00:10:00', 'machine', '600.0000', '<p>man power</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (366, '2023-01-22 00:10:00', '2023/01/0135', '2200.0000', '<p>linda brown skirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (367, '2023-01-22 00:10:00', 'sweaters', '1680.0000', '<p>danchez sweaters</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (368, '2023-01-22 00:10:00', '2023/01/0136', '3000.0000', '<p>mathe fundi wa tracksuits st lwanga</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (369, '2023-01-22 00:15:00', 'canvas', '1200.0000', '<p>purchased canvas</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (370, '2023-01-22 00:15:00', '2023/01/0137', '7450.0000', '<p>rozie salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (371, '2023-01-23 00:15:00', 'rider', '800.0000', '<p>paid rider</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (372, '2023-01-23 00:15:00', 'fundi', '2000.0000', '<p>paid linda</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (373, '2023-01-23 00:20:00', 'fundi', '3500.0000', '<p>paid fundi wa machine</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (374, '2023-01-24 00:20:00', '2023/01/0138', '270.0000', '<p>purchased masking tape and mark pen</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (375, '2023-01-24 00:20:00', '2023/01/0139', '200.0000', '<p>button and button hole</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (376, '2023-01-24 00:20:00', '2023/01/0140', '2150.0000', '<p>purchased 1 cone for wine red</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (377, '2023-01-24 00:25:00', '2023/01/0141', '14500.0000', '<p>dan,peter and christine salary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (378, '2023-01-24 00:25:00', '2023/01/0142', '18900.0000', '<p>purchased navy blue yarn</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (379, '2023-01-24 00:25:00', '2023/01/0143', '500.0000', '<p>paid tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (380, '2023-01-25 00:25:00', 'threads', '240.0000', '<p>purchased bobbin thread</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (381, '2023-01-25 00:30:00', '2023/01/0144', '600.0000', '<p>mtu wa trimming for 2 days</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (382, '2023-01-25 00:30:00', '2023/01/0145', '3000.0000', '<p>ken fundi</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (383, '2023-01-26 00:30:00', '2023/01/0146', '340.0000', '<p>paid for repair black skirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (384, '2023-01-26 00:30:00', '2023/01/0147', '36720.0000', '<p>maroon yarn</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (385, '2023-01-26 00:35:00', '2023/01/0148', '9600.0000', '<p>purchased tshirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (386, '2023-01-26 00:35:00', '2023/01/0149', '1200.0000', '<p>paid canvas</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (387, '2023-01-26 00:35:00', '2023/01/0150', '60.0000', '<p>purchased simrippers</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (388, '2023-01-26 00:35:00', '2023/01/0151', '2800.0000', '<p>receipt books</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (389, '2023-01-26 00:35:00', '2023/01/0152', '1000.0000', '<p>fundi ruiru</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (390, '2023-01-27 23:22:00', 'TRIMMER', '50.0000', '<p>PURCHASED TRIMMER</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (391, '2023-01-27 23:23:00', 'SUPPERGLUE', '50.0000', '<p>PURCHASED GLUE</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (392, '2023-01-27 23:24:00', 'fundi', '100.0000', '<p>BUTTON HOLE FOR BROWN SKIRTS</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (393, '2023-01-27 23:26:00', 'NGUNIA', '50.0000', '<p>PURCHASED NGUNIA</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (394, '2023-01-27 23:27:00', 'YARN', '18900.0000', '<p>PURCHASED NAVY YARN 1 SACK</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (395, '2023-01-28 23:04:00', 'material', '2250.0000', '<p> PURCHASED SKYBLUE SHIRT MATERIAL</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (396, '2023-01-28 23:07:00', 'material', '11600.0000', '<p>PURCHASED NAVY AND ROYAL BLUE MATERIAL  FOR SKIRTS</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (397, '2023-01-28 23:09:00', 'material', '400.0000', '<p>ROYAL AND NAVY ZIPS</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (398, '2023-01-28 23:10:00', 'threads', '730.0000', '<p>7 ROYAL AND 2 WHITES</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (399, '2023-01-28 23:11:00', 'CANVAS', '500.0000', '<p>2M CANVAS FOR SHIRTS</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (400, '2023-01-28 23:13:00', 'fundi', '120.0000', '<p>PAID KUSHIKANISHA SWEATERS</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (401, '2023-01-30 22:54:00', 't0kens', '500.0000', '<p>paid tokens</p>', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (402, '2023-01-30 22:56:00', 'canvas', '1200.0000', '<p>purchased canvas</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (403, '2023-01-30 22:57:00', 'machine', '500.0000', '<p>purchased kisu ya overlock</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (404, '2023-01-30 22:58:00', 'machine', '100.0000', '<p>purchased bobbin case</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (405, '2023-01-31 23:09:00', 'salary', '9800.0000', '<p>dan and christine saiary</p>', '7', '0', 11, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (406, '2023-01-31 23:20:00', 'threads', '240.0000', '<p>purchased 2 cones bobbin thread</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (407, '2023-01-31 23:21:00', 'threads', '1040.0000', '<p>purchased embroidery threads white ans royal</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (408, '2023-01-31 23:23:00', 'fundi', '255.0000', '<p>paid button for navy skirts</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (409, '2023-02-02 22:40:00', 'Fundi', '2000.0000', '<p>paid fundi</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (410, '2023-02-02 22:41:00', 'Threads', '240.0000', '<p>pUrchased bobbin threads</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (411, '2023-02-02 22:41:00', 'Salary', '6000.0000', '<p>peter salary</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (412, '2023-02-03 22:15:00', 'Salary', '973.0000', '<p>fundi wa usiku</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (413, '2023-02-03 22:16:00', 'Salary', '440.0000', '<p>joseph salary</p>', '7', '0', 0, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (414, '2023-02-07 19:23:00', 'material', '16280.0000', '<p>purchased material  green special for tracksuit</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (415, '2023-02-07 19:26:00', 'thread', '25380.0000', '<p>school grey yarn 1 suck</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (416, '2023-02-07 19:28:00', 'shirts', '15600.0000', '<p>purchased shits 60 pcs</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (417, '2023-02-08 17:51:00', 'machine oil', '250.0000', '', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (418, '2023-02-08 17:53:00', 't0kens', '1000.0000', '', '7', '0', 1, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (419, '2023-02-08 19:30:00', 'Fundi', '1950.0000', '<p>paid fundi for repairing skirts</p>', '7', '0', 13, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (420, '2023-02-09 17:39:00', 'canivas', '1200.0000', '<p>purchased canvas</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (422, '2023-02-09 18:39:00', 't-shirts', '12250.0000', '<p>purchased t-shirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (423, '2023-02-09 18:41:00', 'reflectors', '7100.0000', '<p>purchased reflectors</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (424, '2023-02-09 18:43:00', 'capes', '1200.0000', '<p>purchased capes 4 pcs</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (425, '2023-02-10 18:48:00', 'thread', '800.0000', '<p>purchased threads brown</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (426, '2023-02-10 18:51:00', 'zips', '200.0000', '<p>purchased zips brown -60 pcs</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (427, '2023-02-10 18:53:00', 'printing', '3500.0000', '<p>printing shirts and t-shirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (428, '2023-02-13 19:08:00', 'thread', '520.0000', '<p>purchased embroidery thread 2 pcs</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (429, '2023-02-13 19:10:00', 'thread', '240.0000', '<p>purchased bobbin thread 2 pcs</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (430, '2023-02-13 19:12:00', 'skirts button', '304.0000', '<p>paid for skirts button</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (431, '2023-02-13 19:13:00', 'internet', '3000.0000', '<p>paid for internet jan and feb</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (432, '2023-02-13 19:16:00', 'salary', '1100.0000', '<p>paid to joseph</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (433, '2023-02-13 19:17:00', 'salary', '2200.0000', '<p>paid to jane</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (434, '2023-02-13 19:17:00', 'salary', '4000.0000', '<p>paid to jane for skirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (435, '2023-02-13 19:19:00', 'salary', '6500.0000', '<p>paid to manu for printing</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (436, '2023-02-13 19:20:00', 'salary', '1600.0000', '<p>paid to jane for skirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (437, '2023-02-13 19:21:00', 'rent', '25000.0000', '<p>paid for rent [shop]</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (438, '2023-02-13 19:23:00', 'salary', '4000.0000', '<p>paid for tracksuit</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (439, '2023-02-14 19:12:00', 'salary', '3200.0000', '<p>paid to fundi for sweaters</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (440, '2023-02-14 19:14:00', 'paid for machine', '95000.0000', '<p>payment of flat machine</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (441, '2023-02-15 18:49:00', 'paid uzuri t-shirts', '20000.0000', '<p>paid for uzuri t-shirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (442, '2023-02-15 18:51:00', 'paid to spinners', '23641.0000', '<p>paid to spinners for yarn</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (443, '2023-02-15 18:53:00', 'paid to rider', '800.0000', '<p>paid to rider</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (444, '2023-02-15 18:55:00', 'paid for yarn', '8500.0000', '<p>purchased yarn</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (445, '2023-02-16 18:58:00', 'thread', '520.0000', '<p>purchased embroidery threads</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (446, '2023-02-16 18:59:00', 'summit material', '11000.0000', '<p>purchased summit material</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (447, '2023-02-16 19:00:00', 'shirts', '9732.0000', '<p>purchased shirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (448, '2023-02-16 19:01:00', 'uzuri colas', '11287.0000', '<p>purchased uzuri colas</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (449, '2023-02-17 19:06:00', 'printing', '2450.0000', '<p>paid for printing st-justino shirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (450, '2023-02-17 19:08:00', 'rider', '1800.0000', '<p>paid rider for 2 days</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (451, '2023-02-18 18:27:00', 'shindano', '800.0000', '<p>purchased shindano</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (452, '2023-02-18 18:28:00', 'paid fundi', '60.0000', '<p>paid fundi kuunganisha sweater 2 pcs</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (453, '2023-02-20 18:34:00', 'trousers and skirts', '527.0000', '<p>paid for trousers and skirts button</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (454, '2023-02-20 18:35:00', 'paid to spinners', '34507.0000', '<p>paid for yarn</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (455, '2023-02-20 18:37:00', 'brown fleece jackets', '5000.0000', '<p>deposit for brown fleece</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (456, '2023-02-20 18:39:00', 'salary', '3790.0000', '<p>paid to fundi wa sweater</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (457, '2023-02-20 18:40:00', 'salary', '1025.0000', '<p>paid to fundi2 wa sweater</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (458, '2023-02-20 18:41:00', 'salary', '527.0000', '<p>paid to fundi wa kushikanisha sweater</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (459, '2023-02-21 18:55:00', 'canvas', '1200.0000', '<p>paid for canvas</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (460, '2023-02-21 18:56:00', 'bobbin thread', '240.0000', '<p>paid for bobbin thread</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (461, '2023-02-21 18:58:00', 'salary', '5600.0000', '<p>paid to dan</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (462, '2023-02-21 19:01:00', 'salary', '2900.0000', '<p>paid to dama</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (463, '2023-02-23 18:01:00', 'trousers and skirts', '9620.0000', '<p>paid for st justino trousers and skirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (464, '2023-02-23 18:03:00', 'salary', '1200.0000', '<p>paid to rider</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (465, '2023-02-23 18:04:00', 'salary', '1760.0000', '<p>paid to fundi wa kuunganisha sweater</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (466, '2023-02-23 18:06:00', 'salary', '2800.0000', '<p>paid to christine</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (467, '2023-02-23 18:08:00', 'salary', '2400.0000', '<p>paid to damaris</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (468, '2023-02-23 18:09:00', 'salary', '4800.0000', '<p>paid to dan</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (469, '2023-02-23 18:11:00', 'salary', '1000.0000', '<p>paid to jane</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (470, '2023-02-24 18:09:00', 'thread', '520.0000', '<p>purchased embroidery threads 2 pcs</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (471, '2023-02-24 18:10:00', 'yarn', '9608.0000', '<p>purchased dark navy yarn</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (472, '2023-02-24 18:27:00', 'paid to fundi ', '690.0000', '<p>paid to fundi wa kuunganisha sweater</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (473, '2023-02-27 19:04:00', 'purchased sweaters', '18035.0000', '<p>purchased sweaters maroon stripe white</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (474, '2023-02-27 19:06:00', 'salary', '270.0000', '<p>paid fundi wa kuunganisha sweaters</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (475, '2023-02-28 17:50:00', 'purchased ties', '3914.0000', '<p>purchased ties</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (476, '2023-02-25 17:50:00', 'salary', '1180.0000', '<p>paid to fundi wa sweater</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (477, '2023-02-25 17:50:00', 'salary', '6930.0000', '<p>paid fundi wa sweater</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (478, '2023-02-25 17:55:00', 'salary', '1840.0000', '<p>paid to fundi wa sweater</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (479, '2023-02-28 17:57:00', 'purchased soap', '50.0000', '<p>purchased soap</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (480, '2023-03-01 17:58:00', 'gunia', '100.0000', '<p>purchased gunia</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (482, '2023-03-01 18:16:00', 'paid fundi', '100.0000', '<p>paid fundi kuweka sweaters labels</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (483, '2023-03-01 18:42:00', 'salary', '1228.0000', '<p>paid fundi wa usiku  </p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (484, '2023-03-02 19:08:00', 'paid fundi', '1370.0000', '<p>paid fundi wa kushikanisha sweater</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (485, '2023-03-02 19:09:00', 'paid for yarn', '18900.0000', '<p>purchased navy light yarn</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (486, '2023-03-02 19:12:00', 'paid to ken', '13500.0000', '<p>paid ken for uzuri t-shirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (487, '2023-03-03 19:03:00', 'canivas', '1250.0000', '<p>purchased canvas</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (488, '2023-03-03 19:04:00', 'thread', '1040.0000', '<p>purchased embroidery threads 4pcs@ 260</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (489, '2023-03-03 19:05:00', 'paid fundi', '600.0000', '<p>paid fundi wa kushikanisha sweater</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (490, '2023-03-04 16:30:00', 'rider', '628.0000', '<p>paid to rider</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (491, '2023-03-04 16:35:00', 'fundi wa usiku', '1350.0000', '<p>paid to fundi wa usiku</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (492, '2023-03-04 16:35:00', 'thread', '240.0000', '<p>purchased  bobbin threads</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (493, '2023-03-04 16:50:00', 'salary', '4800.0000', '<p>dama salary for two weeks</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (494, '2023-03-04 16:50:00', 'salary', '9600.0000', '<p>dan salary for two weeks</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (495, '2023-03-04 16:50:00', 'salary', '5540.0000', '<p>paid to fundi jane</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (496, '2023-03-05 16:55:00', 't0kens', '500.0000', '<p>purchased tokens</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (497, '2023-03-06 09:00:00', 'paid to fundi', '1380.0000', '<p>paid fundi wa kushikanisha sweater</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (498, '2023-03-08 17:20:00', 'thread', '280.0000', '<p>purchased embroidery thread 1 pc @ 280 =280</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (499, '2023-03-09 16:58:00', 'permit', '5200.0000', '<p>paid for techfirmknits permit</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (500, '2023-03-10 08:55:00', 'paid for fleece', '33378.0000', '<p>balance paid to virginia for brown fleece</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (501, '2023-03-11 18:08:00', 'thread', '280.0000', '<p>purchased embroidery thread 1pc @280</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (502, '2023-03-11 18:30:00', 'salary', '2200.0000', '<p>paid to jane </p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (503, '2023-03-12 17:40:00', 'salary', '2400.0000', '<p>paid to dama</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (504, '2023-03-12 17:40:00', 'salary', '5600.0000', '<p>paid to dan</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (505, '2023-03-14 17:36:00', 't0kens', '500.0000', '<p>purchased tokens</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (506, '2023-03-15 13:10:00', 'rent', '25000.0000', '<p>paid shop rent</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (507, '2023-03-16 13:10:00', 'canivas', '1250.0000', '<p>purchased canvas</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (508, '2023-03-17 13:15:00', 'transport', '100.0000', '<p>paid busfare to town</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (509, '2023-03-18 13:15:00', 'thread', '280.0000', '<p>purchased embroidery thread</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (510, '2023-03-18 13:20:00', 'thread', '240.0000', '<p>purchased bobbin thread</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (511, '2023-03-20 16:33:00', 'salary', '4850.0000', '<p>paid to dan</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (512, '2023-03-20 16:35:00', 'salary', '2426.0000', '<p>paid to dama</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (513, '2023-03-20 16:37:00', 'internet', '1500.0000', '<p>paid for internet</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (514, '2023-03-21 17:49:00', 'thread', '560.0000', '<p>purchased embroidery thread 2pcs@280</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (515, '2023-03-22 17:35:00', 'salary', '1240.0000', '<p>paid to joseph</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (516, '2023-03-24 18:15:00', 'rice material', '81444.0000', '<p>paid for uzuri t-shirts</p>', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (517, '2023-03-25 18:37:00', 'thread', '280.0000', '<p>purchased embroidery thread 1@280</p>', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (518, '2023-03-28 17:48:00', 'salary', '4800.0000', 'paid to dan', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (519, '2023-03-28 17:50:00', 'salary', '2400.0000', 'paid to dama', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (520, '2023-03-28 17:51:00', 'thread', '280.0000', 'purchased embroidery thread 1pc@280', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (521, '2023-03-31 16:43:00', 'thread', '280.0000', 'purchased embroidery thread 1pc@ 280', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (522, '2023-04-01 17:58:00', 'paid to ken', '6750.0000', 'paid to ken for t-shirts', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (523, '2023-04-01 18:00:00', 'purchased trousers', '1700.0000', 'purchased bench trousers', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (524, '2023-04-01 18:02:00', 'material', '5000.0000', 'purchased t-suit material navy blue', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (525, '2023-04-01 18:07:00', 'thread', '23090.0000', 'purchased uzi bora red and navy blue', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (526, '2023-04-04 08:25:00', 'tie', '100.0000', 'purchased 1pc of a tie @100', '7', '0', 14, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (527, '2023-04-06 17:37:00', 'trimmers', '100.0000', 'purchased trimmers 2pcs @50', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (528, '2023-04-06 09:50:00', 'thread', '840.0000', 'purchased embroidery threads 3pcs@280', '7', '0', 12, 0);
INSERT INTO `sma_expenses` (`id`, `date`, `reference`, `amount`, `note`, `created_by`, `attachment`, `category_id`, `warehouse_id`) VALUES (529, '2023-04-06 09:55:00', 'paid to rider', '1150.0000', 'paid to rider', '7', '0', 14, 0);


#
# TABLE STRUCTURE FOR: sma_gift_card_topups
#

DROP TABLE IF EXISTS `sma_gift_card_topups`;

CREATE TABLE `sma_gift_card_topups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `card_id` int(11) NOT NULL,
  `amount` decimal(15,4) NOT NULL,
  `created_by` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `card_id` (`card_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_gift_cards
#

DROP TABLE IF EXISTS `sma_gift_cards`;

CREATE TABLE `sma_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,4) NOT NULL,
  `customer_id` int(11) DEFAULT NULL,
  `customer` varchar(255) DEFAULT NULL,
  `balance` decimal(25,4) NOT NULL,
  `expiry` date DEFAULT NULL,
  `created_by` varchar(55) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `card_no` (`card_no`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_groups
#

DROP TABLE IF EXISTS `sma_groups`;

CREATE TABLE `sma_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=8 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_groups` (`id`, `name`, `description`) VALUES (1, 'owner', 'Owner');
INSERT INTO `sma_groups` (`id`, `name`, `description`) VALUES (2, 'admin', 'Administrator');
INSERT INTO `sma_groups` (`id`, `name`, `description`) VALUES (3, 'customer', 'Customer');
INSERT INTO `sma_groups` (`id`, `name`, `description`) VALUES (4, 'supplier', 'Supplier');
INSERT INTO `sma_groups` (`id`, `name`, `description`) VALUES (5, 'sales', 'Sales Staff');
INSERT INTO `sma_groups` (`id`, `name`, `description`) VALUES (7, 'manager', 'Manager');


#
# TABLE STRUCTURE FOR: sma_login_attempts
#

DROP TABLE IF EXISTS `sma_login_attempts`;

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

#
# TABLE STRUCTURE FOR: sma_logs
#

DROP TABLE IF EXISTS `sma_logs`;

CREATE TABLE `sma_logs` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `detail` varchar(190) NOT NULL,
  `model` longtext DEFAULT NULL,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=252 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (1, 'POS Bill is being deleted by jane (User Id: 2)', '{\"model\":{\"id\":\"3\",\"date\":\"2021-11-17 00:15:33\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"count\":\"2\",\"order_discount_id\":\"\",\"order_tax_id\":\"1\",\"total\":\"360.0000\",\"biller_id\":\"3\",\"warehouse_id\":\"1\",\"created_by\":\"2\",\"suspend_note\":\"Table 4\",\"shipping\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"15\",\"suspend_id\":\"3\",\"product_id\":\"2\",\"product_code\":\"PilsnerLager500ML\",\"product_name\":\"Pilsner Lager 500 ML\",\"net_unit_price\":\"180.0000\",\"unit_price\":\"180.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"180.0000\",\"serial_no\":\"\",\"option_id\":\"5\",\"product_type\":\"standard\",\"real_unit_price\":\"180.0000\",\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null},{\"id\":\"16\",\"suspend_id\":\"3\",\"product_id\":\"2\",\"product_code\":\"PilsnerLager500ML\",\"product_name\":\"Pilsner Lager 500 ML\",\"net_unit_price\":\"180.0000\",\"unit_price\":\"180.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"180.0000\",\"serial_no\":\"\",\"option_id\":\"5\",\"product_type\":\"standard\",\"real_unit_price\":\"180.0000\",\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null}]}', '2021-11-17 00:16:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (2, 'POS Bill is being deleted by jane (User Id: 2)', '{\"model\":{\"id\":\"2\",\"date\":\"2021-11-17 00:15:18\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"count\":\"5\",\"order_discount_id\":\"\",\"order_tax_id\":\"1\",\"total\":\"940.0000\",\"biller_id\":\"3\",\"warehouse_id\":\"1\",\"created_by\":\"2\",\"suspend_note\":\"Table 10\",\"shipping\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"13\",\"suspend_id\":\"2\",\"product_id\":\"2\",\"product_code\":\"PilsnerLager500ML\",\"product_name\":\"Pilsner Lager 500 ML\",\"net_unit_price\":\"180.0000\",\"unit_price\":\"180.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"540.0000\",\"serial_no\":\"\",\"option_id\":\"5\",\"product_type\":\"standard\",\"real_unit_price\":\"180.0000\",\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"3.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null},{\"id\":\"14\",\"suspend_id\":\"2\",\"product_id\":\"1\",\"product_code\":\"Tusker Lager 500 ML\",\"product_name\":\"Tusker Lager 500 ML\",\"net_unit_price\":\"200.0000\",\"unit_price\":\"200.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"400.0000\",\"serial_no\":\"\",\"option_id\":\"1\",\"product_type\":\"standard\",\"real_unit_price\":\"200.0000\",\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null}]}', '2021-11-17 00:17:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (3, 'POS Bill is being deleted by jane (User Id: 2)', '{\"model\":{\"id\":\"4\",\"date\":\"2021-11-17 01:40:03\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"count\":\"6\",\"order_discount_id\":\"\",\"order_tax_id\":\"1\",\"total\":\"1120.0000\",\"biller_id\":\"3\",\"warehouse_id\":\"1\",\"created_by\":\"2\",\"suspend_note\":\"Table 2\",\"shipping\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"17\",\"suspend_id\":\"4\",\"product_id\":\"2\",\"product_code\":\"PilsnerLager500ML\",\"product_name\":\"Pilsner Lager 500 ML\",\"net_unit_price\":\"180.0000\",\"unit_price\":\"180.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"720.0000\",\"serial_no\":\"\",\"option_id\":\"5\",\"product_type\":\"standard\",\"real_unit_price\":\"180.0000\",\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"4.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null},{\"id\":\"18\",\"suspend_id\":\"4\",\"product_id\":\"1\",\"product_code\":\"Tusker Lager 500 ML\",\"product_name\":\"Tusker Lager 500 ML\",\"net_unit_price\":\"200.0000\",\"unit_price\":\"200.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"400.0000\",\"serial_no\":\"\",\"option_id\":\"1\",\"product_type\":\"standard\",\"real_unit_price\":\"200.0000\",\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null}]}', '2021-11-17 01:44:25');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (4, 'Product is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"3\",\"code\":\"737\",\"name\":\"FAXE 500ML\",\"unit\":\"3\",\"cost\":\"3500.0000\",\"price\":\"4500.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"0877189a1a03a32e4243dcaddafc3253.jpg\",\"category_id\":\"1\",\"subcategory_id\":\"2\",\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":\"2\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"3\",\"brand\":\"1\",\"slug\":\"faxe-500ml\",\"featured\":null,\"weight\":\"500.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-01 13:25:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (5, 'Product is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"2\",\"code\":\"PilsnerLager500ML\",\"name\":\"Pilsner Lager 500 ML\",\"unit\":\"1\",\"cost\":\"130.0000\",\"price\":\"180.0000\",\"alert_quantity\":\"24.0000\",\"image\":\"7ba9306341e1f2840529f859e5d6a71e.jpg\",\"category_id\":\"1\",\"subcategory_id\":null,\"cf1\":\"CF1\",\"cf2\":\"CF2\",\"cf3\":\"CF3\",\"cf4\":\"CF4\",\"cf5\":\"CF5\",\"cf6\":\"CF6\",\"quantity\":null,\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code25\",\"file\":null,\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":\"1\",\"slug\":\"pilsner-lager-500-ml\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"Pro 11\",\"hide_pos\":\"0\"}}', '2022-05-01 13:25:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (6, 'Product is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"1\",\"code\":\"Tusker Lager 500 ML\",\"name\":\"Tusker Lager 500 ML\",\"unit\":\"1\",\"cost\":\"146.0000\",\"price\":\"200.0000\",\"alert_quantity\":\"24.0000\",\"image\":\"tusker_lager_4_0.png\",\"category_id\":\"2\",\"subcategory_id\":null,\"cf1\":\"CF1\",\"cf2\":\"CF2\",\"cf3\":\"CF3\",\"cf4\":\"CF4\",\"cf5\":\"CF5\",\"cf6\":\"CF6\",\"quantity\":\"4.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":null,\"warehouse\":null,\"barcode_symbology\":\"327732732\",\"file\":null,\"product_details\":null,\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":null,\"supplier1price\":\"146.0000\",\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":\"0\",\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"NG01\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"1\",\"purchase_unit\":\"1\",\"brand\":\"1\",\"slug\":\"tusker-lager-500-ml\",\"featured\":null,\"weight\":null,\"hsn_code\":\"0\",\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"Pro 11\",\"hide_pos\":\"0\"}}', '2022-05-01 13:25:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (7, 'Sale is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"6\",\"date\":\"2021-11-17 01:52:11\",\"reference_no\":\"SALE\\/POS2021\\/11\\/0006\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Test Biller\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"180.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"180.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"4\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"1\",\"paid\":\"180.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"98b7341d299ae7ace226cabbf9a449079cd137533b01f4e2fc0e1e285b17aea6\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"10\",\"sale_id\":\"6\",\"product_id\":\"2\",\"product_code\":\"PilsnerLager500ML\",\"product_name\":\"Pilsner Lager 500 ML\",\"product_type\":\"standard\",\"option_id\":\"5\",\"net_unit_price\":\"180.0000\",\"unit_price\":\"180.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"180.0000\",\"serial_no\":\"\",\"real_unit_price\":\"180.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":null,\"details\":null,\"variant\":null,\"hsn_code\":null,\"second_name\":null,\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-05-01 14:02:35');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (8, 'Sale is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"5\",\"date\":\"2021-11-17 01:44:25\",\"reference_no\":\"SALE\\/POS2021\\/11\\/0005\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Test Biller\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"400.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"400.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"2\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"2\",\"pos\":\"1\",\"paid\":\"400.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"dd6ae6f745137ca1a1c817414ca2c165db0a1c084cab7da8f212eef11d0fadb9\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"9\",\"sale_id\":\"5\",\"product_id\":\"1\",\"product_code\":\"Tusker Lager 500 ML\",\"product_name\":\"Tusker Lager 500 ML\",\"product_type\":\"standard\",\"option_id\":\"1\",\"net_unit_price\":\"200.0000\",\"unit_price\":\"200.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"400.0000\",\"serial_no\":\"\",\"real_unit_price\":\"200.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":null,\"details\":null,\"variant\":null,\"hsn_code\":null,\"second_name\":null,\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-05-01 14:02:35');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (9, 'Sale is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"4\",\"date\":\"2021-11-17 01:40:52\",\"reference_no\":\"SALE\\/POS2021\\/11\\/0004\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Test Biller\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"360.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"360.0000\",\"sale_status\":\"completed\",\"payment_status\":\"due\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"2\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"2\",\"pos\":\"1\",\"paid\":\"300.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"eb8e71464bbb477c56a44899565318146600f7f6baac3b1cd87646848b4b2eaa\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"7\",\"sale_id\":\"4\",\"product_id\":\"2\",\"product_code\":\"PilsnerLager500ML\",\"product_name\":\"Pilsner Lager 500 ML\",\"product_type\":\"standard\",\"option_id\":\"5\",\"net_unit_price\":\"180.0000\",\"unit_price\":\"180.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"180.0000\",\"serial_no\":\"\",\"real_unit_price\":\"180.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":null,\"details\":null,\"variant\":null,\"hsn_code\":null,\"second_name\":null,\"base_unit_id\":null,\"base_unit_code\":null},{\"id\":\"8\",\"sale_id\":\"4\",\"product_id\":\"2\",\"product_code\":\"PilsnerLager500ML\",\"product_name\":\"Pilsner Lager 500 ML\",\"product_type\":\"standard\",\"option_id\":\"5\",\"net_unit_price\":\"180.0000\",\"unit_price\":\"180.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"180.0000\",\"serial_no\":\"\",\"real_unit_price\":\"180.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":null,\"details\":null,\"variant\":null,\"hsn_code\":null,\"second_name\":null,\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-05-01 14:02:35');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (10, 'Sale is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"3\",\"date\":\"2021-11-17 00:17:07\",\"reference_no\":\"SALE\\/POS2021\\/11\\/0003\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Test Biller\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"940.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"940.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"2\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"5\",\"pos\":\"1\",\"paid\":\"940.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"604941aa07342d5bd0fa65c854552dd0a53fda8b2a290dc9a61299887546675f\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"5\",\"sale_id\":\"3\",\"product_id\":\"2\",\"product_code\":\"PilsnerLager500ML\",\"product_name\":\"Pilsner Lager 500 ML\",\"product_type\":\"standard\",\"option_id\":\"5\",\"net_unit_price\":\"180.0000\",\"unit_price\":\"180.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"540.0000\",\"serial_no\":\"\",\"real_unit_price\":\"180.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"3.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":null,\"details\":null,\"variant\":null,\"hsn_code\":null,\"second_name\":null,\"base_unit_id\":null,\"base_unit_code\":null},{\"id\":\"6\",\"sale_id\":\"3\",\"product_id\":\"1\",\"product_code\":\"Tusker Lager 500 ML\",\"product_name\":\"Tusker Lager 500 ML\",\"product_type\":\"standard\",\"option_id\":\"1\",\"net_unit_price\":\"200.0000\",\"unit_price\":\"200.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"400.0000\",\"serial_no\":\"\",\"real_unit_price\":\"200.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":null,\"details\":null,\"variant\":null,\"hsn_code\":null,\"second_name\":null,\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-05-01 14:02:35');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (11, 'Sale is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"2\",\"date\":\"2021-11-17 00:15:59\",\"reference_no\":\"SALE\\/POS2021\\/11\\/0002\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Test Biller\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"360.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"360.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"2\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"2\",\"pos\":\"1\",\"paid\":\"360.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"0c1b7e1eaeaf83d51368b69842cf4ca10ddbcf25b8975186919f4f903f006137\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"3\",\"sale_id\":\"2\",\"product_id\":\"2\",\"product_code\":\"PilsnerLager500ML\",\"product_name\":\"Pilsner Lager 500 ML\",\"product_type\":\"standard\",\"option_id\":\"5\",\"net_unit_price\":\"180.0000\",\"unit_price\":\"180.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"180.0000\",\"serial_no\":\"\",\"real_unit_price\":\"180.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":null,\"details\":null,\"variant\":null,\"hsn_code\":null,\"second_name\":null,\"base_unit_id\":null,\"base_unit_code\":null},{\"id\":\"4\",\"sale_id\":\"2\",\"product_id\":\"2\",\"product_code\":\"PilsnerLager500ML\",\"product_name\":\"Pilsner Lager 500 ML\",\"product_type\":\"standard\",\"option_id\":\"5\",\"net_unit_price\":\"180.0000\",\"unit_price\":\"180.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"180.0000\",\"serial_no\":\"\",\"real_unit_price\":\"180.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":null,\"details\":null,\"variant\":null,\"hsn_code\":null,\"second_name\":null,\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-05-01 14:02:35');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (12, 'Sale is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"1\",\"date\":\"2021-11-16 23:38:39\",\"reference_no\":\"SALE\\/POS2021\\/11\\/0001\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Test Biller\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"760.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"760.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"1\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"4\",\"pos\":\"1\",\"paid\":\"760.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"1380913ecac11c94a9621805c9cce31f087815058b8492a3eb0ce7a6d632fbb8\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"1\",\"sale_id\":\"1\",\"product_id\":\"2\",\"product_code\":\"PilsnerLager500ML\",\"product_name\":\"Pilsner Lager 500 ML\",\"product_type\":\"standard\",\"option_id\":\"5\",\"net_unit_price\":\"180.0000\",\"unit_price\":\"180.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"360.0000\",\"serial_no\":\"\",\"real_unit_price\":\"180.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":null,\"details\":null,\"variant\":null,\"hsn_code\":null,\"second_name\":null,\"base_unit_id\":null,\"base_unit_code\":null},{\"id\":\"2\",\"sale_id\":\"1\",\"product_id\":\"1\",\"product_code\":\"Tusker Lager 500 ML\",\"product_name\":\"Tusker Lager 500 ML\",\"product_type\":\"standard\",\"option_id\":\"1\",\"net_unit_price\":\"200.0000\",\"unit_price\":\"200.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"400.0000\",\"serial_no\":\"\",\"real_unit_price\":\"200.0000\",\"sale_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":null,\"details\":null,\"variant\":null,\"hsn_code\":null,\"second_name\":null,\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-05-01 14:02:35');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (13, 'Purchase is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"2\",\"reference_no\":\"12\",\"date\":\"2021-11-17 01:07:00\",\"supplier_id\":\"5\",\"supplier\":\"Muranga Distributors\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"7000.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"700.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"700.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"7700.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"3\",\"updated_by\":\"3\",\"updated_at\":\"2021-11-17 01:10:55\",\"attachment\":\"0\",\"payment_term\":\"1\",\"due_date\":\"2021-11-18\",\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"4\",\"purchase_id\":\"2\",\"transfer_id\":null,\"product_id\":\"3\",\"product_code\":\"737\",\"product_name\":\"FAXE 500ML\",\"option_id\":null,\"net_unit_cost\":\"3500.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"700.0000\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"7700.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2021-11-17\",\"status\":\"received\",\"unit_cost\":\"3850.0000\",\"real_unit_cost\":\"3500.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"3\",\"product_unit_code\":\"Crate\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"3500.0000\"}]}', '2022-05-01 14:02:57');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (14, 'Purchase is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"1\",\"reference_no\":\"2101\",\"date\":\"2021-11-16 23:32:00\",\"supplier_id\":\"4\",\"supplier\":\"Muranga Distributors\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Tusker and Pilsner&lt;&sol;p&gt;\",\"total\":\"2760.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"2760.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"1\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"1\",\"due_date\":\"2021-11-17\",\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"1\",\"purchase_id\":\"1\",\"transfer_id\":null,\"product_id\":\"1\",\"product_code\":\"Tusker Lager 500 ML\",\"product_name\":\"Tusker Lager 500 ML\",\"option_id\":\"1\",\"net_unit_cost\":\"146.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"1460.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2021-11-16\",\"status\":\"received\",\"unit_cost\":\"146.0000\",\"real_unit_cost\":\"146.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"146.0000\"},{\"id\":\"2\",\"purchase_id\":\"1\",\"transfer_id\":null,\"product_id\":\"2\",\"product_code\":\"PilsnerLager500ML\",\"product_name\":\"Pilsner Lager 500 ML\",\"option_id\":\"5\",\"net_unit_cost\":\"130.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"1300.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2021-11-16\",\"status\":\"received\",\"unit_cost\":\"130.0000\",\"real_unit_cost\":\"130.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"1\",\"product_unit_code\":\"pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"130.0000\"}]}', '2022-05-01 14:02:57');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (15, 'Supplier is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"4\",\"group_id\":\"4\",\"group_name\":\"supplier\",\"customer_group_id\":null,\"customer_group_name\":null,\"name\":\"Muranga Distributors\",\"company\":\"Muranga Distributors\",\"vat_no\":\"\",\"address\":\"636\",\"city\":\"Muranga\",\"state\":\"\",\"postal_code\":\"\",\"country\":\"\",\"phone\":\"2389838923\",\"email\":\"kimems01@gmail.com\",\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"invoice_footer\":null,\"payment_term\":\"0\",\"logo\":\"logo.png\",\"award_points\":\"0\",\"deposit_amount\":null,\"price_group_id\":null,\"price_group_name\":null,\"gst_no\":\"\"}}', '2022-05-01 14:09:01');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (16, 'Supplier is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"5\",\"group_id\":\"4\",\"group_name\":\"supplier\",\"customer_group_id\":null,\"customer_group_name\":null,\"name\":\"Muranga Distributors\",\"company\":\"Muranga Distributors\",\"vat_no\":\"\",\"address\":\"36\",\"city\":\"Nairobi\",\"state\":\"\",\"postal_code\":\"\",\"country\":\"\",\"phone\":\"389223883\",\"email\":\"muranga@gmail.com\",\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"invoice_footer\":null,\"payment_term\":\"0\",\"logo\":\"logo.png\",\"award_points\":\"0\",\"deposit_amount\":null,\"price_group_id\":null,\"price_group_name\":null,\"gst_no\":\"\"}}', '2022-05-01 14:09:01');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (17, 'Supplier is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"2\",\"group_id\":\"4\",\"group_name\":\"supplier\",\"customer_group_id\":null,\"customer_group_name\":null,\"name\":\"Test Supplier\",\"company\":\"Supplier Company Name\",\"vat_no\":null,\"address\":\"Supplier Address\",\"city\":\"Petaling Jaya\",\"state\":\"Selangor\",\"postal_code\":\"46050\",\"country\":\"Malaysia\",\"phone\":\"0123456789\",\"email\":\"supplier@tecdiary.com\",\"cf1\":\"-\",\"cf2\":\"-\",\"cf3\":\"-\",\"cf4\":\"-\",\"cf5\":\"-\",\"cf6\":\"-\",\"invoice_footer\":null,\"payment_term\":\"0\",\"logo\":\"logo.png\",\"award_points\":\"0\",\"deposit_amount\":null,\"price_group_id\":null,\"price_group_name\":null,\"gst_no\":null}}', '2022-05-01 14:09:01');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (18, 'Sale is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"7\",\"date\":\"2022-05-02 02:09:41\",\"reference_no\":\"SALE\\/POS2022\\/05\\/0007\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"420.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"420.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"1\",\"paid\":\"420.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"c92d5280bd5a91b28bb88f2658e77d8196ef4bd826b5864dda87d6b91fd6cf6b\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"11\",\"sale_id\":\"7\",\"product_id\":\"4\",\"product_code\":\"81105746\",\"product_name\":\"Plain Long sleeve\",\"product_type\":\"standard\",\"option_id\":\"9\",\"net_unit_price\":\"420.0000\",\"unit_price\":\"420.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"420.0000\",\"serial_no\":\"\",\"real_unit_price\":\"420.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"Size 22\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-02 02:10:30');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (19, 'Product is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"4\",\"code\":\"81105746\",\"name\":\"Plain Long sleeve\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"420.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"-1.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"0\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"2\",\"slug\":\"81105746\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-02 08:30:50');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (20, 'Sale is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"8\",\"date\":\"2022-05-02 08:37:00\",\"reference_no\":\"SALE2022\\/05\\/0001\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"1680.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"1680.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"3\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"4\",\"pos\":\"0\",\"paid\":\"1680.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"46f189d22f9c57eabdcb4fadb8e3640b9d577c459656a0f6f679e7df048a574e\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"12\",\"sale_id\":\"8\",\"product_id\":\"5\",\"product_code\":\"23033060\",\"product_name\":\"PLAIN SWEATERS SIZE 22\",\"product_type\":\"standard\",\"option_id\":\"12\",\"net_unit_price\":\"420.0000\",\"unit_price\":\"420.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"1260.0000\",\"serial_no\":\"56\",\"real_unit_price\":\"420.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"},{\"id\":\"13\",\"sale_id\":\"8\",\"product_id\":\"5\",\"product_code\":\"23033060\",\"product_name\":\"PLAIN SWEATERS SIZE 22\",\"product_type\":\"standard\",\"option_id\":\"13\",\"net_unit_price\":\"420.0000\",\"unit_price\":\"420.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"420.0000\",\"serial_no\":\"67\",\"real_unit_price\":\"420.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"MAROON\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-02 14:31:09');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (21, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"3\",\"reference_no\":\"PO2022\\/05\\/0001\",\"date\":\"2022-05-02 08:34:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"4800.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"4800.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"3\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"6\",\"purchase_id\":\"3\",\"transfer_id\":null,\"product_id\":\"5\",\"product_code\":\"23033060\",\"product_name\":\"PLAIN SWEATERS SIZE 22\",\"option_id\":\"13\",\"net_unit_cost\":\"300.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"1800.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-02\",\"status\":\"received\",\"unit_cost\":\"300.0000\",\"real_unit_cost\":\"300.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"300.0000\"},{\"id\":\"7\",\"purchase_id\":\"3\",\"transfer_id\":null,\"product_id\":\"5\",\"product_code\":\"23033060\",\"product_name\":\"PLAIN SWEATERS SIZE 22\",\"option_id\":\"12\",\"net_unit_cost\":\"300.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"3000.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-02\",\"status\":\"received\",\"unit_cost\":\"300.0000\",\"real_unit_cost\":\"300.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"300.0000\"}]}', '2022-05-02 14:31:22');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (22, 'Quotation is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"1\",\"date\":\"2022-05-02 08:36:00\",\"reference_no\":\"2020\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"warehouse_id\":\"1\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"note\":\"\",\"internal_note\":null,\"total\":\"1680.0000\",\"product_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"1680.0000\",\"status\":\"completed\",\"created_by\":\"3\",\"updated_by\":null,\"updated_at\":null,\"attachment\":null,\"supplier_id\":\"0\",\"supplier\":null,\"hash\":\"1a414a8812404d8fa95431f52c8b5361a7bbd7a73e38d5154728fa7fd9f8380e\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"1\",\"quote_id\":\"1\",\"product_id\":\"5\",\"product_code\":\"23033060\",\"product_name\":\"PLAIN SWEATERS SIZE 22\",\"product_type\":\"standard\",\"option_id\":\"13\",\"net_unit_price\":\"420.0000\",\"unit_price\":\"420.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"420.0000\",\"serial_no\":null,\"real_unit_price\":\"420.0000\",\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"unit\":\"4\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"MAROON\",\"hsn_code\":null,\"second_name\":\"\"},{\"id\":\"2\",\"quote_id\":\"1\",\"product_id\":\"5\",\"product_code\":\"23033060\",\"product_name\":\"PLAIN SWEATERS SIZE 22\",\"product_type\":\"standard\",\"option_id\":\"12\",\"net_unit_price\":\"420.0000\",\"unit_price\":\"420.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"1260.0000\",\"serial_no\":null,\"real_unit_price\":\"420.0000\",\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"unit\":\"4\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED\",\"hsn_code\":null,\"second_name\":\"\"}]}', '2022-05-02 14:31:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (23, 'Sale is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"11\",\"date\":\"2022-05-02 15:05:26\",\"reference_no\":\"SALE\\/POS2022\\/05\\/0010\",\"customer_id\":\"10\",\"customer\":\"Uhuru Market Customers\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"530.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"530.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"1\",\"paid\":\"530.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"bea6add8099ab67d4f5a575ef5ba13781bc141468ab8abb265da6985607c477f\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"16\",\"sale_id\":\"11\",\"product_id\":\"7\",\"product_code\":\"04566066\",\"product_name\":\"plain sweater size 30\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"530.0000\",\"unit_price\":\"530.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"530.0000\",\"serial_no\":\"\",\"real_unit_price\":\"530.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"4b4359e55fffeb1154feb6acb0c60017.jpg\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-02 15:09:52');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (24, 'Sale is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"10\",\"date\":\"2022-05-02 15:03:19\",\"reference_no\":\"SALE\\/POS2022\\/05\\/0009\",\"customer_id\":\"10\",\"customer\":\"Uhuru Market Customers\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"530.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"530.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"1\",\"paid\":\"530.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"b5a18ab3df676dd48eab66eb2e09c67b5d786aa8aa6f65f4005606abc6bac3f1\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"15\",\"sale_id\":\"10\",\"product_id\":\"7\",\"product_code\":\"04566066\",\"product_name\":\"plain sweater size 30\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"530.0000\",\"unit_price\":\"530.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"530.0000\",\"serial_no\":\"\",\"real_unit_price\":\"530.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"4b4359e55fffeb1154feb6acb0c60017.jpg\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-02 15:09:52');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (25, 'Sale is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"9\",\"date\":\"2022-05-02 14:45:13\",\"reference_no\":\"SALE\\/POS2022\\/05\\/0008\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"1060.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"1060.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"2\",\"pos\":\"1\",\"paid\":\"1060.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"7656f526c605e89c734a5f03c9a98437df8e3faf2c90f2a1e5b35ac19beb46c3\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"14\",\"sale_id\":\"9\",\"product_id\":\"7\",\"product_code\":\"04566066\",\"product_name\":\"plain sweater size 30\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"530.0000\",\"unit_price\":\"530.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"1060.0000\",\"serial_no\":\"\",\"real_unit_price\":\"530.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"4b4359e55fffeb1154feb6acb0c60017.jpg\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-02 15:09:52');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (26, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"4\",\"reference_no\":\"PO2022\\/05\\/0002\",\"date\":\"2022-05-02 20:39:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"8\",\"purchase_id\":\"4\",\"transfer_id\":null,\"product_id\":\"6\",\"product_code\":\"67569947\",\"product_name\":\"plain sweater size 24\",\"option_id\":null,\"net_unit_cost\":\"0.0000\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-05-02\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"30.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"9\",\"purchase_id\":\"4\",\"transfer_id\":null,\"product_id\":\"7\",\"product_code\":\"04566066\",\"product_name\":\"plain sweater size 30\",\"option_id\":null,\"net_unit_cost\":\"0.0000\",\"quantity\":\"40.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"40.0000\",\"date\":\"2022-05-02\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"40.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"40.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-02 15:10:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (27, 'Sale is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"12\",\"date\":\"2022-05-02 15:38:21\",\"reference_no\":\"SALE\\/POS2022\\/05\\/0011\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"920.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"920.0000\",\"sale_status\":\"completed\",\"payment_status\":\"due\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"2\",\"pos\":\"1\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"9b812c977c90209659c5ed42ff421c35dc59dab745fceff1c2ccc9ab2bcbd2ec\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"17\",\"sale_id\":\"12\",\"product_id\":\"6\",\"product_code\":\"67569947\",\"product_name\":\"plain sweater size 24\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"460.0000\",\"unit_price\":\"460.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"460.0000\",\"serial_no\":\"\",\"real_unit_price\":\"460.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"},{\"id\":\"18\",\"sale_id\":\"12\",\"product_id\":\"6\",\"product_code\":\"67569947\",\"product_name\":\"plain sweater size 24\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"460.0000\",\"unit_price\":\"460.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"460.0000\",\"serial_no\":\"\",\"real_unit_price\":\"460.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-02 15:39:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (28, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"7\",\"code\":\"04566066\",\"name\":\"plain sweater size 30\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"530.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"4b4359e55fffeb1154feb6acb0c60017.jpg\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"04566066\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 13:06:45');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (29, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"10\",\"code\":\"07543828\",\"name\":\"Tshirt Large\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"290.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"07543828\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 13:06:52');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (30, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"5\",\"code\":\"23033060\",\"name\":\"PLAIN SWEATERS SIZE 22\",\"unit\":\"4\",\"cost\":\"300.0000\",\"price\":\"420.0000\",\"alert_quantity\":\"3.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"23033060\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 13:06:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (31, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"9\",\"code\":\"29094312\",\"name\":\"Embroidery marking\",\"unit\":null,\"cost\":null,\"price\":\"50.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"8\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"0\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"service\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"0\",\"purchase_unit\":\"0\",\"brand\":\"0\",\"slug\":\"29094312\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 13:07:04');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (32, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"11\",\"code\":\"34330259\",\"name\":\"size 22\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"420.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"34330259\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 13:07:13');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (33, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"6\",\"code\":\"67569947\",\"name\":\"plain sweater size 24\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"460.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"67569947\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 13:07:18');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (34, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"8\",\"code\":\"96717115\",\"name\":\"Embroidery Logo\",\"unit\":null,\"cost\":null,\"price\":\"200.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"8\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"0\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"service\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"0\",\"purchase_unit\":\"0\",\"brand\":\"0\",\"slug\":\"embroidery-logo\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 13:07:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (35, 'Sale is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"13\",\"date\":\"2022-05-03 13:49:39\",\"reference_no\":\"SALE\\/POS2022\\/05\\/0012\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"420.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"420.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"1\",\"paid\":\"420.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"7fa9c53dd85f4bd9111b08b60f275a6d28f2599ed51029137e7075667a45f694\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"19\",\"sale_id\":\"13\",\"product_id\":\"12\",\"product_code\":\"31356838\",\"product_name\":\"plain sweater size 22\",\"product_type\":\"standard\",\"option_id\":null,\"net_unit_price\":\"420.0000\",\"unit_price\":\"420.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"420.0000\",\"serial_no\":\"\",\"real_unit_price\":\"420.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-03 15:18:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (36, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"17\",\"code\":\"09143283\",\"name\":\"plain sweater size 32\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"570.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"09143283\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 16:00:14');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (37, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":false}', '2022-05-03 16:00:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (38, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"14\",\"code\":\"19800675\",\"name\":\"plain sweater size 26\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"490.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"19800675\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 16:01:08');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (39, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"13\",\"code\":\"27559356\",\"name\":\"size 24 plain\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"460.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"size-24-plain\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 16:01:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (40, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"12\",\"code\":\"31356838\",\"name\":\"plain sweater size 22\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"420.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"31356838\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 16:01:23');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (41, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"19\",\"code\":\"32910059\",\"name\":\"plain sweater size 36\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"630.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"32910059\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 16:01:29');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (42, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"16\",\"code\":\"38910950\",\"name\":\"plain sweater size 30\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"540.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"38910950\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 16:01:36');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (43, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"20\",\"code\":\"40468510\",\"name\":\"plain sweater size 38\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"650.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"40468510\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 16:01:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (44, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"15\",\"code\":\"6799122\",\"name\":\"plain sweater size 28\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"510.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"67991229\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 16:01:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (45, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"18\",\"code\":\"80793621\",\"name\":\"plain sweater size 34\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"600.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"80793621\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 16:02:04');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (46, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"21\",\"code\":\"83532060\",\"name\":\"size 22\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"420.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":\"0\",\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":\"\",\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"size-22\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-03 16:07:13');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (47, 'Product is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"45\",\"code\":\"41065901\",\"name\":\"Another Test\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"120.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"6\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"41065901\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-04 08:09:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (48, 'Product is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"44\",\"code\":\"92434403\",\"name\":\"Test product\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"100.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"2\",\"slug\":\"92434403\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-04 08:10:15');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (49, 'Purchase is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"5\",\"reference_no\":\"PO2022\\/05\\/0003\",\"date\":\"2022-05-04 08:32:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"3\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"12\",\"purchase_id\":\"5\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"05012602\",\"product_name\":\"PLAIN SWEATERS size 32\",\"option_id\":\"47\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"13\",\"purchase_id\":\"5\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"05012602\",\"product_name\":\"PLAIN SWEATERS size 32\",\"option_id\":\"48\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"14\",\"purchase_id\":\"5\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"05012602\",\"product_name\":\"PLAIN SWEATERS size 32\",\"option_id\":\"49\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-04 08:48:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (50, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"66\",\"code\":\"112033\",\"name\":\"Embroidery Works\",\"unit\":null,\"cost\":null,\"price\":\"200.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"8\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"0\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"service\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"0\",\"purchase_unit\":\"0\",\"brand\":\"2\",\"slug\":\"Embroidery-Works\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"Designs\",\"hide_pos\":\"0\"}}', '2022-05-08 00:36:12');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (51, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"33\",\"code\":\"05012602\",\"name\":\"STRIPE SWEATERS SIZE 32\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"590.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"22.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"stripe-sweaters-size-32\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:49:08');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (52, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"40\",\"code\":\"08332972\",\"name\":\"STRIPE SWEATERS SIZE 38\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"670.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"13.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"stripe-sweaters-size-38\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:49:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (53, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"53\",\"code\":\"09764433\",\"name\":\"STIPED SLEVLESS SIZE 26\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"470.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"0\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"09764433\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:49:24');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (54, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"38\",\"code\":\"10139855\",\"name\":\"STRIPED SWEATERS SIZE 36\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"650.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"striped-sweaters-size-36\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:49:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (55, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"47\",\"code\":\"10407222\",\"name\":\" MARVINS\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"100.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"5\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"325.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"10407222\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:49:46');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (56, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"62\",\"code\":\"17641369\",\"name\":\"KIDS TSHIRT\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"240.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"17641369\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:49:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (57, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"22\",\"code\":\"17968457\",\"name\":\"PLAIN SWEATER SIZE 22\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"420.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"105.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweater-size-22\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:50:01');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (58, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"57\",\"code\":\"20965480\",\"name\":\"STRIPED SLEVLESS SIZE 36 \",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"610.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"20965480\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:50:10');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (59, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"30\",\"code\":\"21946262\",\"name\":\"plain sweater size 30\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"540.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"77.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweater-size-30\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:50:20');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (60, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"61\",\"code\":\"22328908\",\"name\":\"Embroidery marking\",\"unit\":null,\"cost\":null,\"price\":\"50.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"8\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"0\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"service\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"0\",\"purchase_unit\":\"0\",\"brand\":\"0\",\"slug\":\"22328908\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:50:34');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (61, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"35\",\"code\":\"24411593\",\"name\":\"STRIPED SIZE 34 \",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"620.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"30.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"striped-size-34\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:50:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (62, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"63\",\"code\":\"25517885\",\"name\":\"ADULTS TSHIRTS\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"290.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"62.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"25517885\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:50:46');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (63, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"39\",\"code\":\"30776567\",\"name\":\"PLAIN SWEATERS SIZE 38\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"650.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"94.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweaters-size-38\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:50:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (64, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"23\",\"code\":\"37994160\",\"name\":\"PLAIN SWEATERS SIZE 24\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"460.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"116.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweaters-size-24\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:51:12');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (65, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"37\",\"code\":\"38548971\",\"name\":\"STRIPED SWEATER SIZE 36\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"650.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"17.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"striped-sweater-size-36\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:52:11');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (66, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"65\",\"code\":\"40559019\",\"name\":\"uzi embroidery\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"270.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"8\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"40559019\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:52:18');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (67, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"55\",\"code\":\"41289662\",\"name\":\"STRIPED SLEVLESS  SIZE 32\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"550.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"striped-slevless-size-32\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:52:27');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (68, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"58\",\"code\":\"43314742\",\"name\":\"SMALL TSHIRT \",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"250.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"43314742\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:52:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (69, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"36\",\"code\":\"44501722\",\"name\":\"PLAIN SWEATER SIZE 36\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"630.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"92.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweater-size-36\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:52:54');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (70, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"26\",\"code\":\"46051194\",\"name\":\"PLAIN SWEATER SIZE 26\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"490.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"114.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweater-size-26\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:53:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (71, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"27\",\"code\":\"47227051\",\"name\":\"STRIPED SWEATR SIZE 26\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"510.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"17.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"striped-sweatr-size-26\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:53:45');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (72, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"52\",\"code\":\"47836278\",\"name\":\"PLAIN SLEVLESS SWEATER SIZE 36\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"590.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"47836278\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:53:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (73, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"28\",\"code\":\"49512078\",\"name\":\"STRIPED SWEATER SIZE 28 \",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"530.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"28.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"striped-sweater-size-28\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:54:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (74, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"50\",\"code\":\"50983567\",\"name\":\" PLAIN SLEEVLESS SWEATRS SIZE 32\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"530.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"50983567\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:54:15');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (75, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"64\",\"code\":\"54186532\",\"name\":\"PLAIN SWEATER SIZE 22\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"420.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"54186532\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:54:34');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (76, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"46\",\"code\":\"54231338\",\"name\":\"AZURE MARVINS\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"200.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"5\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"31.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"0\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"54231338\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:54:45');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (77, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"34\",\"code\":\"60633359\",\"name\":\"PLAIN SWEATER SIZE 34\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"600.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"103.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweater-size-34\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:58:12');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (78, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"59\",\"code\":\"61700595\",\"name\":\"TSHIRT SIZE 34\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"290.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"61700595\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:58:20');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (79, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"60\",\"code\":\"62157189\",\"name\":\"Embroidery Logo\",\"unit\":null,\"cost\":null,\"price\":\"200.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"8\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"0\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"service\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"0\",\"purchase_unit\":\"0\",\"brand\":\"0\",\"slug\":\"embroidery-logo\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:58:30');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (80, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"32\",\"code\":\"64550743\",\"name\":\"PLAIN SWEATER SIZE 32\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"570.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"85.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweater-size-32\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:58:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (81, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"49\",\"code\":\"64955122\",\"name\":\"SCARFS\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"200.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"7\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"64955122\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:59:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (82, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"43\",\"code\":\"66394331\",\"name\":\"medium t shirts\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"290.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"66394331\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:59:14');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (83, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"51\",\"code\":\"67406358\",\"name\":\"PLAIN SLEEVLESS SWETER SIZE 34\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"560.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"67406358\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:59:28');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (84, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"25\",\"code\":\"68610048\",\"name\":\"STRIPED SWEATER SIZE 24\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"480.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"29.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"striped-sweater-size-24\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:59:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (85, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"48\",\"code\":\"71275573\",\"name\":\" LEGWARMERS\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"200.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"6\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"11.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"71275573\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:59:43');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (86, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"54\",\"code\":\"75508762\",\"name\":\"STRIPED SLEVLESS SIZE 28\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"490.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"75508762\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:59:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (87, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"31\",\"code\":\"75628363\",\"name\":\"STRIPED SWEATER SIZE 30\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"560.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"39.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"striped-sweater-size-30\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 11:59:59');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (88, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"24\",\"code\":\"77317537\",\"name\":\"STRIPED SWEATER SIZE 22\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"450.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"19.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"0\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"striped-sweater-size-22\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 12:00:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (89, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"42\",\"code\":\"77873284\",\"name\":\"large tshirt\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"290.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"77873284\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 12:00:14');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (90, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"41\",\"code\":\"83326093\",\"name\":\"PLAIN  SWEATER  SIZE 40\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"750.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":\"1\",\"track_quantity\":\"0\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweater-size-40\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 12:00:26');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (91, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"56\",\"code\":\"85879150\",\"name\":\"STRIPED SLEVLESS SIZE 34\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"580.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"85879150\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 12:00:33');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (92, 'Product is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"29\",\"code\":\"86352855\",\"name\":\"PLAIN SWEATER SIZE 28\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"510.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"79.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweater-size-28\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-09 12:00:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (93, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"15\",\"reference_no\":\"PO2022\\/05\\/0013\",\"date\":\"2022-05-07 19:18:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"203\",\"purchase_id\":\"15\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"383\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-07\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-09 12:02:42');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (94, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"14\",\"reference_no\":\"PO2022\\/05\\/0012\",\"date\":\"2022-05-05 17:18:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"202\",\"purchase_id\":\"14\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"202\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-09 12:02:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (95, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":false,\"items\":false}', '2022-05-09 12:02:53');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (96, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"13\",\"reference_no\":\"PO2022\\/05\\/0011\",\"date\":\"2022-05-05 16:43:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"195\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"31\",\"product_code\":\"75628363\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"272\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"196\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"05012602\",\"product_name\":\"STRIPE SWEATERS SIZE 32\",\"option_id\":\"58\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"197\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"86352855\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"307\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"198\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"21946262\",\"product_name\":\"plain sweater size 30\",\"option_id\":\"93\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"199\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"28\",\"product_code\":\"49512078\",\"product_name\":\"STRIPED SWEATER SIZE 28 \",\"option_id\":\"222\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"200\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"31\",\"product_code\":\"75628363\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"278\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"201\",\"purchase_id\":\"13\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"385\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-09 12:03:05');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (97, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"12\",\"reference_no\":\"PO2022\\/05\\/0010\",\"date\":\"2022-05-05 16:38:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"194\",\"purchase_id\":\"12\",\"transfer_id\":null,\"product_id\":\"28\",\"product_code\":\"49512078\",\"product_name\":\"STRIPED SWEATER SIZE 28 \",\"option_id\":\"221\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-09 12:03:13');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (98, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"11\",\"reference_no\":\"PO2022\\/05\\/0009\",\"date\":\"2022-05-05 12:10:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"193\",\"purchase_id\":\"11\",\"transfer_id\":null,\"product_id\":\"62\",\"product_code\":\"17641369\",\"product_name\":\"KIDS TSHIRT\",\"option_id\":\"544\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-09 12:03:20');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (99, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"10\",\"reference_no\":\"PO2022\\/05\\/0008\",\"date\":\"2022-05-05 12:10:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"184\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"393\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"22.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"22.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"22.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"185\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"382\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"13.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"186\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"385\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"187\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"383\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"16.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"188\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"395\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"189\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"394\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"190\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"386\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"16.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"191\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"387\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"192\",\"purchase_id\":\"10\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"396\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-09 12:03:29');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (100, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"9\",\"reference_no\":\"PO2022\\/05\\/0007\",\"date\":\"2022-05-05 12:00:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"179\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"62\",\"product_code\":\"17641369\",\"product_name\":\"KIDS TSHIRT\",\"option_id\":\"544\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"180\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"62\",\"product_code\":\"17641369\",\"product_name\":\"KIDS TSHIRT\",\"option_id\":\"543\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"181\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"63\",\"product_code\":\"25517885\",\"product_name\":\"ADULTS TSHIRTS\",\"option_id\":\"557\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"36.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"36.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"36.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"182\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"63\",\"product_code\":\"25517885\",\"product_name\":\"ADULTS TSHIRTS\",\"option_id\":\"547\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"183\",\"purchase_id\":\"9\",\"transfer_id\":null,\"product_id\":\"63\",\"product_code\":\"25517885\",\"product_name\":\"ADULTS TSHIRTS\",\"option_id\":\"554\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"23.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-09 12:03:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (101, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"8\",\"reference_no\":\"PO2022\\/05\\/0006\",\"date\":\"2022-05-05 10:53:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"170\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"53\",\"product_code\":\"09764433\",\"product_name\":\"STIPED SLEVLESS SIZE 26\",\"option_id\":\"456\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"171\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"54\",\"product_code\":\"75508762\",\"product_name\":\"STRIPED SLEVLESS SIZE 28\",\"option_id\":\"466\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"172\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"56\",\"product_code\":\"85879150\",\"product_name\":\"STRIPED SLEVLESS SIZE 34\",\"option_id\":\"486\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"173\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"55\",\"product_code\":\"41289662\",\"product_name\":\"STRIPED SLEVLESS  SIZE 32\",\"option_id\":\"476\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"174\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"57\",\"product_code\":\"20965480\",\"product_name\":\"STRIPED SLEVLESS SIZE 36 \",\"option_id\":\"496\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"175\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"50\",\"product_code\":\"50983567\",\"product_name\":\" PLAIN SLEEVLESS SWEATRS SIZE 32\",\"option_id\":\"401\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"176\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"51\",\"product_code\":\"67406358\",\"product_name\":\"PLAIN SLEEVLESS SWETER SIZE 34\",\"option_id\":\"419\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"177\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"52\",\"product_code\":\"47836278\",\"product_name\":\"PLAIN SLEVLESS SWEATER SIZE 36\",\"option_id\":\"438\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"178\",\"purchase_id\":\"8\",\"transfer_id\":null,\"product_id\":\"51\",\"product_code\":\"67406358\",\"product_name\":\"PLAIN SLEEVLESS SWETER SIZE 34\",\"option_id\":\"420\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-09 12:03:48');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (102, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"7\",\"reference_no\":\"PO2022\\/05\\/0005\",\"date\":\"2022-05-05 10:13:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"158\",\"purchase_id\":\"7\",\"transfer_id\":null,\"product_id\":\"47\",\"product_code\":\"10407222\",\"product_name\":\" MARVINS\",\"option_id\":\"344\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"44.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"44.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"44.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"44.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"159\",\"purchase_id\":\"7\",\"transfer_id\":null,\"product_id\":\"46\",\"product_code\":\"54231338\",\"product_name\":\"AZURE MARVINS\",\"option_id\":\"326\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"31.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"31.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"160\",\"purchase_id\":\"7\",\"transfer_id\":null,\"product_id\":\"47\",\"product_code\":\"10407222\",\"product_name\":\" MARVINS\",\"option_id\":\"333\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"60.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"57.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"60.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"60.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"161\",\"purchase_id\":\"7\",\"transfer_id\":null,\"product_id\":\"47\",\"product_code\":\"10407222\",\"product_name\":\" MARVINS\",\"option_id\":\"328\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"108.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"108.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"108.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"108.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"162\",\"purchase_id\":\"7\",\"transfer_id\":null,\"product_id\":\"47\",\"product_code\":\"10407222\",\"product_name\":\" MARVINS\",\"option_id\":\"330\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"31.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"31.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"163\",\"purchase_id\":\"7\",\"transfer_id\":null,\"product_id\":\"47\",\"product_code\":\"10407222\",\"product_name\":\" MARVINS\",\"option_id\":\"329\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"17.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"164\",\"purchase_id\":\"7\",\"transfer_id\":null,\"product_id\":\"48\",\"product_code\":\"71275573\",\"product_name\":\" LEGWARMERS\",\"option_id\":\"346\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"165\",\"purchase_id\":\"7\",\"transfer_id\":null,\"product_id\":\"49\",\"product_code\":\"64955122\",\"product_name\":\"SCARFS\",\"option_id\":\"371\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"166\",\"purchase_id\":\"7\",\"transfer_id\":null,\"product_id\":\"47\",\"product_code\":\"10407222\",\"product_name\":\" MARVINS\",\"option_id\":\"337\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"20.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"167\",\"purchase_id\":\"7\",\"transfer_id\":null,\"product_id\":\"47\",\"product_code\":\"10407222\",\"product_name\":\" MARVINS\",\"option_id\":\"327\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"21.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"168\",\"purchase_id\":\"7\",\"transfer_id\":null,\"product_id\":\"47\",\"product_code\":\"10407222\",\"product_name\":\" MARVINS\",\"option_id\":\"334\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"28.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"169\",\"purchase_id\":\"7\",\"transfer_id\":null,\"product_id\":\"42\",\"product_code\":\"77873284\",\"product_name\":\"large tshirt\",\"option_id\":null,\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-05\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-09 12:03:58');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (103, 'Purchase is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"6\",\"reference_no\":\"PO2022\\/05\\/0004\",\"date\":\"2022-05-04 17:56:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":null,\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":null,\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"15\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"32\",\"product_code\":\"64550743\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"258\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"16\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"34\",\"product_code\":\"60633359\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"230\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"17\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"36\",\"product_code\":\"44501722\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"174\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"18\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"39\",\"product_code\":\"30776567\",\"product_name\":\"PLAIN SWEATERS SIZE 38\",\"option_id\":\"128\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"19\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"41\",\"product_code\":\"83326093\",\"product_name\":\"PLAIN  SWEATER  SIZE 40\",\"option_id\":\"295\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"20\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"139\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"19.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"21\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"186\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"18.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"22\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"86352855\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"307\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"23\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"21946262\",\"product_name\":\"plain sweater size 30\",\"option_id\":\"93\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"24\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"32\",\"product_code\":\"64550743\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"251\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"21.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"25\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"34\",\"product_code\":\"60633359\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"223\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"26\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"36\",\"product_code\":\"44501722\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"167\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"27\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"39\",\"product_code\":\"30776567\",\"product_name\":\"PLAIN SWEATERS SIZE 38\",\"option_id\":\"120\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"28\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"41\",\"product_code\":\"83326093\",\"product_name\":\"PLAIN  SWEATER  SIZE 40\",\"option_id\":\"288\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"29\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"141\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"13.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"30\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"188\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"31\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"86352855\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"309\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"32\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"21946262\",\"product_name\":\"plain sweater size 30\",\"option_id\":\"94\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"33\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"32\",\"product_code\":\"64550743\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"254\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"34\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"34\",\"product_code\":\"60633359\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"225\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"35\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"36\",\"product_code\":\"44501722\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"170\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"36\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"39\",\"product_code\":\"30776567\",\"product_name\":\"PLAIN SWEATERS SIZE 38\",\"option_id\":\"122\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"37\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"41\",\"product_code\":\"83326093\",\"product_name\":\"PLAIN  SWEATER  SIZE 40\",\"option_id\":\"291\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"38\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"140\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"16.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"39\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"187\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"40\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"86352855\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"308\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"41\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"21946262\",\"product_name\":\"plain sweater size 30\",\"option_id\":\"95\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"17.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"42\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"32\",\"product_code\":\"64550743\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"252\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"43\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"34\",\"product_code\":\"60633359\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"224\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"44\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"36\",\"product_code\":\"44501722\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"168\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"45\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"39\",\"product_code\":\"30776567\",\"product_name\":\"PLAIN SWEATERS SIZE 38\",\"option_id\":\"121\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"46\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"41\",\"product_code\":\"83326093\",\"product_name\":\"PLAIN  SWEATER  SIZE 40\",\"option_id\":\"289\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"47\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"150\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"48\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"197\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"49\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"197\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"50\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"86352855\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"320\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"51\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"21946262\",\"product_name\":\"plain sweater size 30\",\"option_id\":\"104\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"52\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"32\",\"product_code\":\"64550743\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"264\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"53\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"34\",\"product_code\":\"60633359\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"236\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"12.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"54\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"36\",\"product_code\":\"44501722\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"178\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"55\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"39\",\"product_code\":\"30776567\",\"product_name\":\"PLAIN SWEATERS SIZE 38\",\"option_id\":\"133\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"56\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"153\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"57\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"200\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"58\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"86352855\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"321\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"59\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"21946262\",\"product_name\":\"plain sweater size 30\",\"option_id\":\"108\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"60\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"32\",\"product_code\":\"64550743\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"268\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"61\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"34\",\"product_code\":\"60633359\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"237\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"62\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"36\",\"product_code\":\"44501722\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"181\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"23.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"63\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"39\",\"product_code\":\"30776567\",\"product_name\":\"PLAIN SWEATERS SIZE 38\",\"option_id\":\"134\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"20.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"64\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"143\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"65\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"190\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"66\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"86352855\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"311\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"67\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"21946262\",\"product_name\":\"plain sweater size 30\",\"option_id\":\"96\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"68\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"32\",\"product_code\":\"64550743\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"255\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"69\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"34\",\"product_code\":\"60633359\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"227\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"70\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"36\",\"product_code\":\"44501722\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"171\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"71\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"39\",\"product_code\":\"30776567\",\"product_name\":\"PLAIN SWEATERS SIZE 38\",\"option_id\":\"124\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"72\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"157\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"73\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"204\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"16.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"74\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"86352855\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"325\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"75\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"21946262\",\"product_name\":\"plain sweater size 30\",\"option_id\":\"110\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"76\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"32\",\"product_code\":\"64550743\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"269\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"77\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"34\",\"product_code\":\"60633359\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"241\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"12.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"78\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"36\",\"product_code\":\"44501722\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"185\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"79\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"39\",\"product_code\":\"30776567\",\"product_name\":\"PLAIN SWEATERS SIZE 38\",\"option_id\":\"138\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"80\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"25\",\"product_code\":\"68610048\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"250\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"81\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"24\",\"product_code\":\"77317537\",\"product_name\":\"STRIPED SWEATER SIZE 22\",\"option_id\":\"287\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"82\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"27\",\"product_code\":\"47227051\",\"product_name\":\"STRIPED SWEATR SIZE 26\",\"option_id\":\"213\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"83\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"28\",\"product_code\":\"49512078\",\"product_name\":\"STRIPED SWEATER SIZE 28 \",\"option_id\":\"222\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"84\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"31\",\"product_code\":\"75628363\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"278\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"85\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"05012602\",\"product_name\":\"STRIPE SWEATERS SIZE 32\",\"option_id\":\"74\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"86\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"35\",\"product_code\":\"24411593\",\"product_name\":\"STRIPED SIZE 34 \",\"option_id\":\"119\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"87\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"37\",\"product_code\":\"38548971\",\"product_name\":\"STRIPED SWEATER SIZE 36\",\"option_id\":\"166\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"88\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"08332972\",\"product_name\":\"STRIPE SWEATERS SIZE 38\",\"option_id\":\"83\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"89\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"24\",\"product_code\":\"77317537\",\"product_name\":\"STRIPED SWEATER SIZE 22\",\"option_id\":\"286\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"90\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"25\",\"product_code\":\"68610048\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"249\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"91\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"28\",\"product_code\":\"49512078\",\"product_name\":\"STRIPED SWEATER SIZE 28 \",\"option_id\":\"221\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"92\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"31\",\"product_code\":\"75628363\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"277\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"12.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"93\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"05012602\",\"product_name\":\"STRIPE SWEATERS SIZE 32\",\"option_id\":\"72\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"94\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"27\",\"product_code\":\"47227051\",\"product_name\":\"STRIPED SWEATR SIZE 26\",\"option_id\":\"212\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"95\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"35\",\"product_code\":\"24411593\",\"product_name\":\"STRIPED SIZE 34 \",\"option_id\":\"118\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"96\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"37\",\"product_code\":\"38548971\",\"product_name\":\"STRIPED SWEATER SIZE 36\",\"option_id\":\"165\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"97\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"40\",\"product_code\":\"08332972\",\"product_name\":\"STRIPE SWEATERS SIZE 38\",\"option_id\":\"82\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"98\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"24\",\"product_code\":\"77317537\",\"product_name\":\"STRIPED SWEATER SIZE 22\",\"option_id\":\"280\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"99\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"25\",\"product_code\":\"68610048\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"245\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"100\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"27\",\"product_code\":\"47227051\",\"product_name\":\"STRIPED SWEATR SIZE 26\",\"option_id\":\"210\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"101\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"28\",\"product_code\":\"49512078\",\"product_name\":\"STRIPED SWEATER SIZE 28 \",\"option_id\":\"214\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"102\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"31\",\"product_code\":\"75628363\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"274\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"103\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"05012602\",\"product_name\":\"STRIPE SWEATERS SIZE 32\",\"option_id\":\"68\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"104\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"35\",\"product_code\":\"24411593\",\"product_name\":\"STRIPED SIZE 34 \",\"option_id\":\"115\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"105\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"25\",\"product_code\":\"68610048\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"246\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"106\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"27\",\"product_code\":\"47227051\",\"product_name\":\"STRIPED SWEATR SIZE 26\",\"option_id\":\"205\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"107\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"28\",\"product_code\":\"49512078\",\"product_name\":\"STRIPED SWEATER SIZE 28 \",\"option_id\":\"218\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"108\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"31\",\"product_code\":\"75628363\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"274\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"109\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"35\",\"product_code\":\"24411593\",\"product_name\":\"STRIPED SIZE 34 \",\"option_id\":\"111\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"110\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"37\",\"product_code\":\"38548971\",\"product_name\":\"STRIPED SWEATER SIZE 36\",\"option_id\":\"162\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"111\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"142\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"17.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"112\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"189\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"113\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"86352855\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"310\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"114\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"21946262\",\"product_name\":\"plain sweater size 30\",\"option_id\":\"97\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"115\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"32\",\"product_code\":\"64550743\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"253\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"116\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"24\",\"product_code\":\"77317537\",\"product_name\":\"STRIPED SWEATER SIZE 22\",\"option_id\":\"282\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"117\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"25\",\"product_code\":\"68610048\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"244\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"118\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"27\",\"product_code\":\"47227051\",\"product_name\":\"STRIPED SWEATR SIZE 26\",\"option_id\":\"208\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"119\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"28\",\"product_code\":\"49512078\",\"product_name\":\"STRIPED SWEATER SIZE 28 \",\"option_id\":\"215\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"120\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"31\",\"product_code\":\"75628363\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"272\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"121\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"389\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"122\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"151\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"123\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"199\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"124\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"86352855\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"317\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"26.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"26.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"26.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"26.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"125\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"21946262\",\"product_name\":\"plain sweater size 30\",\"option_id\":\"100\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"126\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"32\",\"product_code\":\"64550743\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"259\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"127\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"34\",\"product_code\":\"60633359\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"232\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"20.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"128\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"36\",\"product_code\":\"44501722\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"179\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"129\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"39\",\"product_code\":\"30776567\",\"product_name\":\"PLAIN SWEATERS SIZE 38\",\"option_id\":\"127\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"20.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"130\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"24\",\"product_code\":\"77317537\",\"product_name\":\"STRIPED SWEATER SIZE 22\",\"option_id\":\"285\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"131\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"25\",\"product_code\":\"68610048\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"248\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"132\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"27\",\"product_code\":\"47227051\",\"product_name\":\"STRIPED SWEATR SIZE 26\",\"option_id\":\"209\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"133\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"28\",\"product_code\":\"49512078\",\"product_name\":\"STRIPED SWEATER SIZE 28 \",\"option_id\":\"219\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"134\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"31\",\"product_code\":\"75628363\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"275\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"135\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"33\",\"product_code\":\"05012602\",\"product_name\":\"STRIPE SWEATERS SIZE 32\",\"option_id\":\"71\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"136\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"35\",\"product_code\":\"24411593\",\"product_name\":\"STRIPED SIZE 34 \",\"option_id\":\"117\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"137\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"37\",\"product_code\":\"38548971\",\"product_name\":\"STRIPED SWEATER SIZE 36\",\"option_id\":\"164\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"138\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"155\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"139\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"202\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"140\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"86352855\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"323\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"141\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"21946262\",\"product_name\":\"plain sweater size 30\",\"option_id\":\"109\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"142\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"148\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"143\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"195\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"144\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"156\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"145\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"25\",\"product_code\":\"68610048\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"243\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"146\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"27\",\"product_code\":\"47227051\",\"product_name\":\"STRIPED SWEATR SIZE 26\",\"option_id\":\"207\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"147\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"28\",\"product_code\":\"49512078\",\"product_name\":\"STRIPED SWEATER SIZE 28 \",\"option_id\":\"220\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"148\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"31\",\"product_code\":\"75628363\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"276\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"149\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"22\",\"product_code\":\"17968457\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"396\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"150\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"23\",\"product_code\":\"37994160\",\"product_name\":\"PLAIN SWEATERS SIZE 24\",\"option_id\":\"152\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"151\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"26\",\"product_code\":\"46051194\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"198\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"152\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"29\",\"product_code\":\"86352855\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"319\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"153\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"30\",\"product_code\":\"21946262\",\"product_name\":\"plain sweater size 30\",\"option_id\":\"105\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"154\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"32\",\"product_code\":\"64550743\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"263\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"155\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"34\",\"product_code\":\"60633359\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"235\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"156\",\"purchase_id\":\"6\",\"transfer_id\":null,\"product_id\":\"24\",\"product_code\":\"77317537\",\"product_name\":\"STRIPED SWEATER SIZE 22\",\"option_id\":\"279\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-04\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-09 12:10:29');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (104, 'Sale is being deleted by wanjiru (User Id: 6)', '{\"model\":{\"id\":\"61\",\"date\":\"0000-00-00 00:00:00\",\"reference_no\":\"KELVIN36\",\"customer_id\":\"14\",\"customer\":\"Uhuru Market Customers\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"630.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"630.0000\",\"sale_status\":\"completed\",\"payment_status\":\"pending\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"a409d131f64810268001f8a65df2f3266de37b66cfafb13e8bd236e846e5e694\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"112\",\"sale_id\":\"61\",\"product_id\":\"81\",\"product_code\":\"04922238\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"product_type\":\"standard\",\"option_id\":\"763\",\"net_unit_price\":\"630.0000\",\"unit_price\":\"630.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"630.0000\",\"serial_no\":\"\",\"real_unit_price\":\"630.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"MAROON\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-10 13:32:02');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (105, 'Purchase is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"20\",\"reference_no\":\"PO2022\\/05\\/0018\",\"date\":\"2022-05-11 16:12:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"388\",\"purchase_id\":\"20\",\"transfer_id\":null,\"product_id\":\"70\",\"product_code\":\"98884734\",\"product_name\":\"STRIPPED SWEATER SIZE 24\",\"option_id\":\"1057\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-11\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"389\",\"purchase_id\":\"20\",\"transfer_id\":null,\"product_id\":\"72\",\"product_code\":\"55828539\",\"product_name\":\"STRIPPED SWEATER SIZE 26\",\"option_id\":\"1058\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-11\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"390\",\"purchase_id\":\"20\",\"transfer_id\":null,\"product_id\":\"73\",\"product_code\":\"25224418\",\"product_name\":\"STRIPPED SWEATER SIZE 28\",\"option_id\":\"1059\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-11\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-15 13:16:02');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (106, 'Purchase is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"27\",\"reference_no\":\"PO2022\\/05\\/0024\",\"date\":\"2022-05-14 18:35:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"416\",\"purchase_id\":\"27\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"58505902\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"676\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-14\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-15 13:16:14');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (107, 'Purchase is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"25\",\"reference_no\":\"PO2022\\/05\\/0022\",\"date\":\"2022-05-12 18:35:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"414\",\"purchase_id\":\"25\",\"transfer_id\":null,\"product_id\":\"84\",\"product_code\":\"77194040\",\"product_name\":\"STRIPPED SWEATER SIZE 38\",\"option_id\":\"815\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-12\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-15 13:16:25');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (108, 'Purchase is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"21\",\"reference_no\":\"PO2022\\/05\\/0019\",\"date\":\"2022-05-11 16:59:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"391\",\"purchase_id\":\"21\",\"transfer_id\":null,\"product_id\":\"73\",\"product_code\":\"25224418\",\"product_name\":\"STRIPPED SWEATER SIZE 28\",\"option_id\":\"1059\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-11\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-15 13:16:35');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (109, 'Purchase is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"18\",\"reference_no\":\"PO2022\\/05\\/0016\",\"date\":\"2022-05-10 14:51:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"353\",\"purchase_id\":\"18\",\"transfer_id\":null,\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"option_id\":\"819\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"16.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"354\",\"purchase_id\":\"18\",\"transfer_id\":null,\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"option_id\":\"817\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"34.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"34.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"34.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"34.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"355\",\"purchase_id\":\"18\",\"transfer_id\":null,\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"option_id\":\"824\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"28.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"356\",\"purchase_id\":\"18\",\"transfer_id\":null,\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"option_id\":\"818\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"108.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"108.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"108.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"108.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"357\",\"purchase_id\":\"18\",\"transfer_id\":null,\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"option_id\":\"821\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"21.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"358\",\"purchase_id\":\"18\",\"transfer_id\":null,\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"option_id\":\"822\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"57.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"27.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"57.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"57.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"359\",\"purchase_id\":\"18\",\"transfer_id\":null,\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"option_id\":\"830\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"360\",\"purchase_id\":\"18\",\"transfer_id\":null,\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"option_id\":\"820\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"32.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"32.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"32.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"361\",\"purchase_id\":\"18\",\"transfer_id\":null,\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"option_id\":\"831\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"42.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"42.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"42.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"42.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"362\",\"purchase_id\":\"18\",\"transfer_id\":null,\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"option_id\":\"825\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"363\",\"purchase_id\":\"18\",\"transfer_id\":null,\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"option_id\":\"828\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"364\",\"purchase_id\":\"18\",\"transfer_id\":null,\"product_id\":\"86\",\"product_code\":\"33793545\",\"product_name\":\"AZURE MARVINS\",\"option_id\":\"832\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"30.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"30.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"30.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"30.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-15 13:16:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (110, 'Purchase is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"16\",\"reference_no\":\"PO2022\\/05\\/0014\",\"date\":\"2022-05-09 14:29:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":null,\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"pending\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":null,\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"204\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"88\",\"product_code\":\"76076682\",\"product_name\":\"SCARFS\",\"option_id\":\"858\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"205\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"67\",\"product_code\":\"55642863\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"583\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"206\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"67\",\"product_code\":\"55642863\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"576\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"207\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"67\",\"product_code\":\"55642863\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"578\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"208\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"67\",\"product_code\":\"55642863\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"577\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"209\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"67\",\"product_code\":\"55642863\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"587\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"16.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"210\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"67\",\"product_code\":\"55642863\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"588\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"211\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"67\",\"product_code\":\"55642863\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"580\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"212\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"67\",\"product_code\":\"55642863\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"592\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"213\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"67\",\"product_code\":\"55642863\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"579\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"214\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"67\",\"product_code\":\"55642863\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"586\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"215\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"609\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"216\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"603\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"217\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"605\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"12.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"218\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"604\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"31.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"31.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"31.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"219\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"613\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"220\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"614\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"16.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"16.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"221\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"617\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"222\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"606\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"18.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"223\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"616\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"224\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"611\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"225\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"618\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"226\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"612\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"18.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"227\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"635\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"19.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"228\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"629\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"19.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"19.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"229\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"631\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"230\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"630\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"231\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"638\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"232\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"639\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"233\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"633\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"234\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"644\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"12.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"235\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"632\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"236\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"639\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"237\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"option_id\":\"640\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"238\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"58505902\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"665\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"239\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"58505902\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"668\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"240\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"58505902\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"666\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"241\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"58505902\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"677\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"242\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"58505902\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"669\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"243\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"58505902\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"681\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"244\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"58505902\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"667\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"245\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"58505902\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"679\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"246\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"58505902\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"675\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"247\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"75\",\"product_code\":\"99187154\",\"product_name\":\"PLAIN SWEATER SIZE 30\",\"option_id\":\"689\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"248\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"75\",\"product_code\":\"99187154\",\"product_name\":\"PLAIN SWEATER SIZE 30\",\"option_id\":\"682\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"249\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"75\",\"product_code\":\"99187154\",\"product_name\":\"PLAIN SWEATER SIZE 30\",\"option_id\":\"683\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"16.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"17.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"250\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"75\",\"product_code\":\"99187154\",\"product_name\":\"PLAIN SWEATER SIZE 30\",\"option_id\":\"694\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"251\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"75\",\"product_code\":\"99187154\",\"product_name\":\"PLAIN SWEATER SIZE 30\",\"option_id\":\"693\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"252\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"75\",\"product_code\":\"99187154\",\"product_name\":\"PLAIN SWEATER SIZE 30\",\"option_id\":\"687\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"253\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"75\",\"product_code\":\"99187154\",\"product_name\":\"PLAIN SWEATER SIZE 30\",\"option_id\":\"698\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"254\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"75\",\"product_code\":\"99187154\",\"product_name\":\"PLAIN SWEATER SIZE 30\",\"option_id\":\"685\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"255\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"75\",\"product_code\":\"99187154\",\"product_name\":\"PLAIN SWEATER SIZE 30\",\"option_id\":\"695\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"256\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"75\",\"product_code\":\"99187154\",\"product_name\":\"PLAIN SWEATER SIZE 30\",\"option_id\":\"699\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"257\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"77\",\"product_code\":\"67466475\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"719\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"258\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"77\",\"product_code\":\"67466475\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"716\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"259\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"77\",\"product_code\":\"67466475\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"710\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"18.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"19.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"19.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"260\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"77\",\"product_code\":\"67466475\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"711\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"261\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"77\",\"product_code\":\"67466475\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"720\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"262\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"77\",\"product_code\":\"67466475\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"721\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"263\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"77\",\"product_code\":\"67466475\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"713\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"264\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"77\",\"product_code\":\"67466475\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"725\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"265\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"77\",\"product_code\":\"67466475\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"719\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"266\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"77\",\"product_code\":\"67466475\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"option_id\":\"719\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"267\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"79\",\"product_code\":\"74949490\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"736\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"11.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"11.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"268\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"79\",\"product_code\":\"74949490\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"739\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"269\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"79\",\"product_code\":\"74949490\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"737\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"13.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"270\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"79\",\"product_code\":\"74949490\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"747\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"12.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"12.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"271\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"79\",\"product_code\":\"74949490\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"749\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"272\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"79\",\"product_code\":\"74949490\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"741\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"273\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"79\",\"product_code\":\"74949490\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"752\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"13.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"274\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"79\",\"product_code\":\"74949490\",\"product_name\":\"PLAIN SWEATER SIZE 34\",\"option_id\":\"746\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"275\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"81\",\"product_code\":\"04922238\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"765\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"276\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"81\",\"product_code\":\"04922238\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"764\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"277\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"81\",\"product_code\":\"04922238\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"763\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"278\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"81\",\"product_code\":\"04922238\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"773\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"279\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"81\",\"product_code\":\"04922238\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"774\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"11.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"280\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"81\",\"product_code\":\"04922238\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"766\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"281\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"81\",\"product_code\":\"04922238\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"779\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"15.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"15.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"15.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"282\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"81\",\"product_code\":\"04922238\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"767\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"283\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"83\",\"product_code\":\"33727909\",\"product_name\":\"PLAIN SWEATER SIZE 38\",\"option_id\":\"790\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"284\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"83\",\"product_code\":\"33727909\",\"product_name\":\"PLAIN SWEATER SIZE 38\",\"option_id\":\"791\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"285\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"83\",\"product_code\":\"33727909\",\"product_name\":\"PLAIN SWEATER SIZE 38\",\"option_id\":\"801\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"286\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"83\",\"product_code\":\"33727909\",\"product_name\":\"PLAIN SWEATER SIZE 38\",\"option_id\":\"802\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"12.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"18.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"18.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"287\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"83\",\"product_code\":\"33727909\",\"product_name\":\"PLAIN SWEATER SIZE 38\",\"option_id\":\"793\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"288\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"83\",\"product_code\":\"33727909\",\"product_name\":\"PLAIN SWEATER SIZE 38\",\"option_id\":\"799\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"289\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"68\",\"product_code\":\"93678803\",\"product_name\":\"STRIPED  SWEATER SIZE 22\",\"option_id\":\"602\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"290\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"68\",\"product_code\":\"93678803\",\"product_name\":\"STRIPED  SWEATER SIZE 22\",\"option_id\":\"601\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"291\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"68\",\"product_code\":\"93678803\",\"product_name\":\"STRIPED  SWEATER SIZE 22\",\"option_id\":\"596\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"292\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"68\",\"product_code\":\"93678803\",\"product_name\":\"STRIPED  SWEATER SIZE 22\",\"option_id\":\"598\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"0.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"0.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"0.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"293\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"68\",\"product_code\":\"93678803\",\"product_name\":\"STRIPED  SWEATER SIZE 22\",\"option_id\":\"595\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"294\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"68\",\"product_code\":\"93678803\",\"product_name\":\"STRIPED  SWEATER SIZE 22\",\"option_id\":\"597\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"295\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"68\",\"product_code\":\"93678803\",\"product_name\":\"STRIPED  SWEATER SIZE 22\",\"option_id\":\"600\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"296\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"70\",\"product_code\":\"98884734\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"623\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"297\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"70\",\"product_code\":\"98884734\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"619\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"298\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"70\",\"product_code\":\"98884734\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"622\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"299\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"70\",\"product_code\":\"98884734\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"624\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"300\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"70\",\"product_code\":\"98884734\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"620\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"301\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"70\",\"product_code\":\"98884734\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"627\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"302\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"70\",\"product_code\":\"98884734\",\"product_name\":\"STRIPED SWEATER SIZE 24\",\"option_id\":\"626\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"303\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"72\",\"product_code\":\"55828539\",\"product_name\":\"STRIPED SWEATER SIZE 26\",\"option_id\":\"645\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"304\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"72\",\"product_code\":\"55828539\",\"product_name\":\"STRIPED SWEATER SIZE 26\",\"option_id\":\"653\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"305\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"72\",\"product_code\":\"55828539\",\"product_name\":\"STRIPED SWEATER SIZE 26\",\"option_id\":\"648\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"306\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"72\",\"product_code\":\"55828539\",\"product_name\":\"STRIPED SWEATER SIZE 26\",\"option_id\":\"650\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"307\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"72\",\"product_code\":\"55828539\",\"product_name\":\"STRIPED SWEATER SIZE 26\",\"option_id\":\"651\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"308\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"72\",\"product_code\":\"55828539\",\"product_name\":\"STRIPED SWEATER SIZE 26\",\"option_id\":\"647\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"309\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"68\",\"product_code\":\"93678803\",\"product_name\":\"STRIPED  SWEATER SIZE 22\",\"option_id\":\"593\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"310\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"73\",\"product_code\":\"25224418\",\"product_name\":\"STIPED SWEATER SIZE 28\",\"option_id\":\"658\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"311\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"73\",\"product_code\":\"25224418\",\"product_name\":\"STIPED SWEATER SIZE 28\",\"option_id\":\"663\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"6.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"6.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"312\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"73\",\"product_code\":\"25224418\",\"product_name\":\"STIPED SWEATER SIZE 28\",\"option_id\":\"660\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"313\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"73\",\"product_code\":\"25224418\",\"product_name\":\"STIPED SWEATER SIZE 28\",\"option_id\":\"662\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"314\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"73\",\"product_code\":\"25224418\",\"product_name\":\"STIPED SWEATER SIZE 28\",\"option_id\":\"655\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"23.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"23.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"23.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"315\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"73\",\"product_code\":\"25224418\",\"product_name\":\"STIPED SWEATER SIZE 28\",\"option_id\":\"661\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"316\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"76\",\"product_code\":\"45799187\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"708\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"317\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"76\",\"product_code\":\"45799187\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"704\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"318\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"76\",\"product_code\":\"45799187\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"705\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"13.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"13.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"13.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"319\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"76\",\"product_code\":\"45799187\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"709\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"320\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"76\",\"product_code\":\"45799187\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"707\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"321\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"76\",\"product_code\":\"45799187\",\"product_name\":\"STRIPED SWEATER SIZE 30\",\"option_id\":\"703\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"322\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"78\",\"product_code\":\"67901865\",\"product_name\":\"STRIPED SWEATER SIZE 32\",\"option_id\":\"731\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"323\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"78\",\"product_code\":\"67901865\",\"product_name\":\"STRIPED SWEATER SIZE 32\",\"option_id\":\"726\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"324\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"78\",\"product_code\":\"67901865\",\"product_name\":\"STRIPED SWEATER SIZE 32\",\"option_id\":\"729\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"0.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"325\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"78\",\"product_code\":\"67901865\",\"product_name\":\"STRIPED SWEATER SIZE 32\",\"option_id\":\"733\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"326\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"78\",\"product_code\":\"67901865\",\"product_name\":\"STRIPED SWEATER SIZE 32\",\"option_id\":\"734\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"327\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"78\",\"product_code\":\"67901865\",\"product_name\":\"STRIPED SWEATER SIZE 32\",\"option_id\":\"730\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"328\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"84932719\",\"product_name\":\"STIPED SWEATER SIZE 34\",\"option_id\":\"761\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"329\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"84932719\",\"product_name\":\"STIPED SWEATER SIZE 34\",\"option_id\":\"757\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"330\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"84932719\",\"product_name\":\"STIPED SWEATER SIZE 34\",\"option_id\":\"762\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"331\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"84932719\",\"product_name\":\"STIPED SWEATER SIZE 34\",\"option_id\":\"759\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"332\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"84932719\",\"product_name\":\"STIPED SWEATER SIZE 34\",\"option_id\":\"758\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"6.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"333\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"84932719\",\"product_name\":\"STIPED SWEATER SIZE 34\",\"option_id\":\"753\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"28.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"28.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"28.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"334\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"82\",\"product_code\":\"35420143\",\"product_name\":\"STRIPED SWEATER SIZE 36\",\"option_id\":\"789\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"335\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"82\",\"product_code\":\"35420143\",\"product_name\":\"STRIPED SWEATER SIZE 36\",\"option_id\":\"787\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"336\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"82\",\"product_code\":\"35420143\",\"product_name\":\"STRIPED SWEATER SIZE 36\",\"option_id\":\"785\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"337\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"82\",\"product_code\":\"35420143\",\"product_name\":\"STRIPED SWEATER SIZE 36\",\"option_id\":\"780\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"14.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"14.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"14.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"338\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"84\",\"product_code\":\"77194040\",\"product_name\":\"STRIPED SWEATER SIZE 38\",\"option_id\":\"816\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"5.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"5.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"5.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"339\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"84\",\"product_code\":\"77194040\",\"product_name\":\"STRIPED SWEATER SIZE 38\",\"option_id\":\"813\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"8.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"8.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"8.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"340\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"84\",\"product_code\":\"77194040\",\"product_name\":\"STRIPED SWEATER SIZE 38\",\"option_id\":\"807\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"20.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"20.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"341\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"89\",\"product_code\":\"34750754\",\"product_name\":\"ADULT TSHIRTS\",\"option_id\":\"869\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"342\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"89\",\"product_code\":\"34750754\",\"product_name\":\"ADULT TSHIRTS\",\"option_id\":\"880\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"20.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"21.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"21.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"343\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"90\",\"product_code\":\"27447770\",\"product_name\":\"KIDS TSHIRTS\",\"option_id\":\"895\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"344\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"89\",\"product_code\":\"34750754\",\"product_name\":\"ADULT TSHIRTS\",\"option_id\":\"879\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"37.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"37.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"37.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"37.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"345\",\"purchase_id\":\"16\",\"transfer_id\":null,\"product_id\":\"90\",\"product_code\":\"27447770\",\"product_name\":\"KIDS TSHIRTS\",\"option_id\":\"892\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-09\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-15 13:17:10');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (111, 'Expense is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"2\",\"date\":\"2022-05-09 19:34:00\",\"reference\":\"2022\\/05\\/0002\",\"amount\":\"11730.0000\",\"note\":\"<p>Others. (To-be well described) No expenses called others. By Charles<\\/p>\",\"created_by\":\"6\",\"attachment\":\"0\",\"category_id\":\"11\",\"warehouse_id\":\"0\"}}', '2022-05-15 13:42:10');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (112, 'Purchase is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"17\",\"reference_no\":\"PO2022\\/05\\/0015\",\"date\":\"2022-05-10 11:53:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"paid\",\"created_by\":\"6\",\"updated_by\":\"6\",\"updated_at\":\"2022-05-11 15:52:20\",\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"381\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"101\",\"product_code\":\"25205383\",\"product_name\":\"PLAIN SLEEVLESS SWEATER SIZE 32\",\"option_id\":\"990\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"382\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"102\",\"product_code\":\"87507362\",\"product_name\":\"PLAIN SLEEVLESS SWEATER SIZE 34\",\"option_id\":\"1007\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"3.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"383\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"104\",\"product_code\":\"33300347\",\"product_name\":\"PLAIN SLEEVLESS SWEATER SIZE 36\",\"option_id\":\"1041\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"3.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"3.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"384\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"104\",\"product_code\":\"33300347\",\"product_name\":\"PLAIN SLEEVLESS SWEATER SIZE 36\",\"option_id\":\"1044\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"385\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"102\",\"product_code\":\"87507362\",\"product_name\":\"PLAIN SLEEVLESS SWEATER SIZE 34\",\"option_id\":\"1008\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"386\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"82\",\"product_code\":\"35420143\",\"product_name\":\"STRIPPED SWEATER SIZE 36\",\"option_id\":\"788\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"7.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"7.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"7.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"387\",\"purchase_id\":\"17\",\"transfer_id\":null,\"product_id\":\"83\",\"product_code\":\"33727909\",\"product_name\":\"PLAIN SWEATER SIZE 38\",\"option_id\":\"792\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"9.0000\",\"date\":\"2022-05-10\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"9.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"9.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-15 14:38:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (113, 'Purchase is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"24\",\"reference_no\":\"PO2022\\/05\\/0021\",\"date\":\"2022-05-12 17:34:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"paid\",\"created_by\":\"6\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"412\",\"purchase_id\":\"24\",\"transfer_id\":null,\"product_id\":\"107\",\"product_code\":\"57285449\",\"product_name\":\"PLAIN SWEATER SIZE 40\",\"option_id\":\"1064\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"50.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"50.0000\",\"date\":\"2022-05-12\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"50.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"50.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"413\",\"purchase_id\":\"24\",\"transfer_id\":null,\"product_id\":\"108\",\"product_code\":\"08702336\",\"product_name\":\"PLAIN SWEATER SIZE 42\",\"option_id\":\"1083\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"10.0000\",\"date\":\"2022-05-12\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"10.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"10.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-15 14:39:16');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (114, 'Purchase is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"23\",\"reference_no\":\"PO2022\\/05\\/0020\",\"date\":\"2022-05-12 17:12:00\",\"supplier_id\":\"6\",\"supplier\":\"Warehouse\",\"warehouse_id\":\"1\",\"note\":\"\",\"total\":\"0.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"0.0000\",\"paid\":\"0.0000\",\"status\":\"received\",\"payment_status\":\"paid\",\"created_by\":\"6\",\"updated_by\":\"6\",\"updated_at\":\"2022-05-12 17:22:50\",\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"404\",\"purchase_id\":\"23\",\"transfer_id\":null,\"product_id\":\"67\",\"product_code\":\"55642863\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"option_id\":\"592\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-12\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"405\",\"purchase_id\":\"23\",\"transfer_id\":null,\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"option_id\":\"617\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-12\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"406\",\"purchase_id\":\"23\",\"transfer_id\":null,\"product_id\":\"74\",\"product_code\":\"58505902\",\"product_name\":\"PLAIN SWEATER SIZE 28\",\"option_id\":\"681\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-12\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"407\",\"purchase_id\":\"23\",\"transfer_id\":null,\"product_id\":\"80\",\"product_code\":\"84932719\",\"product_name\":\"STRIPPED SWEATER SIZE 34\",\"option_id\":\"759\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-12\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"408\",\"purchase_id\":\"23\",\"transfer_id\":null,\"product_id\":\"82\",\"product_code\":\"35420143\",\"product_name\":\"STRIPPED SWEATER SIZE 36\",\"option_id\":\"787\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"2.0000\",\"date\":\"2022-05-12\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"2.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"2.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"409\",\"purchase_id\":\"23\",\"transfer_id\":null,\"product_id\":\"84\",\"product_code\":\"77194040\",\"product_name\":\"STRIPPED SWEATER SIZE 38\",\"option_id\":\"807\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"4.0000\",\"date\":\"2022-05-12\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"4.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"4.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"410\",\"purchase_id\":\"23\",\"transfer_id\":null,\"product_id\":\"81\",\"product_code\":\"04922238\",\"product_name\":\"PLAIN SWEATER SIZE 36\",\"option_id\":\"766\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-05-12\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"},{\"id\":\"411\",\"purchase_id\":\"23\",\"transfer_id\":null,\"product_id\":\"83\",\"product_code\":\"33727909\",\"product_name\":\"PLAIN SWEATER SIZE 38\",\"option_id\":\"793\",\"net_unit_cost\":\"0.0000\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"0.0000\",\"quantity_balance\":\"17.0000\",\"date\":\"2022-05-12\",\"status\":\"received\",\"unit_cost\":\"0.0000\",\"real_unit_cost\":\"0.0000\",\"quantity_received\":\"17.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"17.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"0.0000\"}]}', '2022-05-15 14:39:29');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (115, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"5\",\"date\":\"2022-05-08 14:00:00\",\"reference_no\":\"2022\\/05\\/0005\",\"warehouse_id\":\"1\",\"note\":\"\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"7\",\"adjustment_id\":\"5\",\"product_id\":\"77\",\"option_id\":\"716\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"67466475\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"BLACK\"}]}', '2022-05-15 18:19:50');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (116, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"4\",\"date\":\"2022-05-08 14:00:00\",\"reference_no\":\"2022\\/05\\/0004\",\"warehouse_id\":\"1\",\"note\":\"\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"6\",\"adjustment_id\":\"4\",\"product_id\":\"75\",\"option_id\":\"689\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"99187154\",\"product_name\":\"PLAIN SWEATER SIZE 30\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"BLACK\"}]}', '2022-05-15 18:19:54');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (117, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"3\",\"date\":\"2022-05-08 14:00:00\",\"reference_no\":\"2022\\/05\\/0003\",\"warehouse_id\":\"1\",\"note\":\"\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"5\",\"adjustment_id\":\"3\",\"product_id\":\"71\",\"option_id\":\"635\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"BLACK\"}]}', '2022-05-15 18:20:02');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (118, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"2\",\"date\":\"2022-05-08 14:00:00\",\"reference_no\":\"2022\\/05\\/0002\",\"warehouse_id\":\"1\",\"note\":\"\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"4\",\"adjustment_id\":\"2\",\"product_id\":\"69\",\"option_id\":\"609\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"BLACK\"}]}', '2022-05-15 18:20:08');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (119, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"106\",\"code\":\"12604248\",\"name\":\"UZI\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"0.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"10\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"19.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"12604248\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-15 22:18:28');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (120, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"110\",\"code\":\"Warehouse\",\"name\":\"Plain Sweater Size 32\",\"unit\":\"4\",\"cost\":\"570.0000\",\"price\":\"570.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweater-size-32\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-16 01:58:41');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (121, 'Product is being deleted by kelvin (User Id: 8)', '{\"model\":{\"id\":\"105\",\"code\":\"66561987\",\"name\":\"CANVAS MATERIAL\",\"unit\":\"4\",\"cost\":\"1200.0000\",\"price\":\"0.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"8\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"66561987\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-22 16:34:32');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (122, 'Product is being deleted by kelvin (User Id: 8)', '{\"model\":{\"id\":\"111\",\"code\":\"22334466\",\"name\":\"UZI\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"0.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"10\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"4.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"uzi\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-05-22 16:34:45');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (123, 'Sale is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"94\",\"date\":\"2022-05-08 17:00:00\",\"reference_no\":\"SALE2022\\/05\\/0034\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"308000.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"308000.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1540\",\"pos\":\"0\",\"paid\":\"308000.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"f499ee0768f6fcf72fa7bb7a0c2ed9daa1348938f4be6e6e9324b7602c4b3e98\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"172\",\"sale_id\":\"94\",\"product_id\":\"100\",\"product_code\":\"75028015\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":null,\"net_unit_price\":\"200.0000\",\"unit_price\":\"200.0000\",\"quantity\":\"1540.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"308000.0000\",\"serial_no\":\"\",\"real_unit_price\":\"200.0000\",\"sale_item_id\":null,\"product_unit_id\":null,\"product_unit_code\":null,\"unit_quantity\":\"1540.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-05-24 20:37:35');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (124, 'Payment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"175\",\"date\":\"2022-05-24 12:52:00\",\"sale_id\":\"156\",\"return_id\":null,\"purchase_id\":null,\"reference_no\":\"IPAY2022\\/05\\/0142\",\"transaction_id\":null,\"paid_by\":\"cash\",\"cheque_no\":\"\",\"cc_no\":\"\",\"cc_holder\":\"\",\"cc_month\":\"\",\"cc_year\":\"\",\"cc_type\":\"Visa\",\"amount\":\"550.0000\",\"currency\":null,\"created_by\":\"5\",\"attachment\":null,\"type\":\"received\",\"note\":\"\",\"pos_paid\":\"0.0000\",\"pos_balance\":\"0.0000\",\"approval_code\":null}}', '2022-05-27 20:31:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (125, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"171\",\"date\":\"2022-05-28 11:10:00\",\"reference_no\":\"SALE2022\\/05\\/0061\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"200.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"200.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"200.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"99ba1eedd73157049f1bafc833a49ae6592b84a8c5a4239db38989ecce078dd6\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"332\",\"sale_id\":\"171\",\"product_id\":\"86\",\"product_code\":\"33793545\",\"product_name\":\"AZURE MARVINS\",\"product_type\":\"standard\",\"option_id\":\"832\",\"net_unit_price\":\"200.0000\",\"unit_price\":\"200.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"200.0000\",\"serial_no\":\"\",\"real_unit_price\":\"200.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"AZURE\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-30 10:29:22');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (126, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"168\",\"date\":\"2022-05-28 09:20:00\",\"reference_no\":\"SALE2022\\/05\\/0058\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"590.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"590.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"590.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"8ab6dd99ee3814add16b8e6196dd60420cdea77ca4ae402c945f782d76f6fba1\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"329\",\"sale_id\":\"168\",\"product_id\":\"104\",\"product_code\":\"33300347\",\"product_name\":\"PLAIN SLEEVELESS SWEATER SIZE 36\",\"product_type\":\"standard\",\"option_id\":\"1041\",\"net_unit_price\":\"590.0000\",\"unit_price\":\"590.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"590.0000\",\"serial_no\":\"\",\"real_unit_price\":\"590.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-30 10:30:02');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (127, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"169\",\"date\":\"2022-05-28 10:05:00\",\"reference_no\":\"SALE2022\\/05\\/0059\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"490.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"490.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"490.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"2ac839e5a38340b1d92b0933d0346ad8292e920c2b1430e012676ef9046705a9\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"330\",\"sale_id\":\"169\",\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"product_type\":\"standard\",\"option_id\":\"629\",\"net_unit_price\":\"490.0000\",\"unit_price\":\"490.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"490.0000\",\"serial_no\":\"\",\"real_unit_price\":\"490.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-30 10:30:45');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (128, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"174\",\"date\":\"2022-05-28 10:20:00\",\"reference_no\":\"SALE2022\\/05\\/0064\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"100.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"100.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"100.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"59392d52fca02aba5e0df0f49ed4b527ec9705a17eaaf97bc052c44eea24353b\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"336\",\"sale_id\":\"174\",\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"product_type\":\"standard\",\"option_id\":\"817\",\"net_unit_price\":\"100.0000\",\"unit_price\":\"100.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"100.0000\",\"serial_no\":\"\",\"real_unit_price\":\"100.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-30 10:31:21');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (129, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"173\",\"date\":\"2022-05-28 10:15:00\",\"reference_no\":\"SALE2022\\/05\\/0063\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"100.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"100.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"100.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"fc84aea2b6fc58dd68d2f33dc2cf327b6a2e4e98c60ea7a19e7f2a9432d0b329\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"335\",\"sale_id\":\"173\",\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"product_type\":\"standard\",\"option_id\":\"821\",\"net_unit_price\":\"100.0000\",\"unit_price\":\"100.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"100.0000\",\"serial_no\":\"\",\"real_unit_price\":\"100.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"MIXED GREY\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-30 10:31:57');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (130, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"172\",\"date\":\"2022-05-28 10:15:00\",\"reference_no\":\"SALE2022\\/05\\/0062\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"200.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"200.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"2\",\"pos\":\"0\",\"paid\":\"200.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"00dd948b21eb7409479184adcc85ee19c39b86205a8cdaf64035a0e6c1eb0a31\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"333\",\"sale_id\":\"172\",\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"product_type\":\"standard\",\"option_id\":\"824\",\"net_unit_price\":\"100.0000\",\"unit_price\":\"100.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"100.0000\",\"serial_no\":\"\",\"real_unit_price\":\"100.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"BLACK\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"},{\"id\":\"334\",\"sale_id\":\"172\",\"product_id\":\"85\",\"product_code\":\"57082232\",\"product_name\":\"MARVINS\",\"product_type\":\"standard\",\"option_id\":\"821\",\"net_unit_price\":\"100.0000\",\"unit_price\":\"100.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"100.0000\",\"serial_no\":\"\",\"real_unit_price\":\"100.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"MIXED GREY\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-30 10:32:33');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (131, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"170\",\"date\":\"2022-05-28 10:05:00\",\"reference_no\":\"SALE2022\\/05\\/0060\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"620.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"620.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"620.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"6f2e0732b632e13a032b2619b2e4c02ab03fba6fc5dbf46a3d547f9fcba14937\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"331\",\"sale_id\":\"170\",\"product_id\":\"80\",\"product_code\":\"84932719\",\"product_name\":\"STRIPPED SWEATER SIZE 34\",\"product_type\":\"standard\",\"option_id\":\"762\",\"net_unit_price\":\"620.0000\",\"unit_price\":\"620.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"620.0000\",\"serial_no\":\"\",\"real_unit_price\":\"620.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED STRIPE\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-30 10:33:01');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (132, 'Sale is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"176\",\"date\":\"2022-05-28 11:00:00\",\"reference_no\":\"SALE\\/POS2022\\/05\\/0108\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"950.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"950.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"5\",\"updated_by\":\"5\",\"updated_at\":\"2022-05-30 11:01:42\",\"total_items\":\"2\",\"pos\":\"1\",\"paid\":\"950.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"67d5dcca12977a9076619d952b398f6015440f34e918ada48ab75d67b3fe3cc8\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"340\",\"sale_id\":\"176\",\"product_id\":\"69\",\"product_code\":\"34018336\",\"product_name\":\"PLAIN SWEATER SIZE 24 \",\"product_type\":\"standard\",\"option_id\":\"603\",\"net_unit_price\":\"460.0000\",\"unit_price\":\"460.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"460.0000\",\"serial_no\":\"\",\"real_unit_price\":\"460.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"},{\"id\":\"341\",\"sale_id\":\"176\",\"product_id\":\"71\",\"product_code\":\"82610024\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"product_type\":\"standard\",\"option_id\":\"629\",\"net_unit_price\":\"490.0000\",\"unit_price\":\"490.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"490.0000\",\"serial_no\":\"\",\"real_unit_price\":\"490.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-05-30 11:02:18');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (133, 'Payment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"196\",\"date\":\"2022-05-26 10:36:00\",\"sale_id\":\"140\",\"return_id\":null,\"purchase_id\":null,\"reference_no\":\"IPAY2022\\/05\\/0161\",\"transaction_id\":null,\"paid_by\":\"cash\",\"cheque_no\":\"\",\"cc_no\":\"\",\"cc_holder\":\"\",\"cc_month\":\"\",\"cc_year\":\"\",\"cc_type\":\"Visa\",\"amount\":\"2100.0000\",\"currency\":null,\"created_by\":\"5\",\"attachment\":null,\"type\":\"received\",\"note\":\"\",\"pos_paid\":\"0.0000\",\"pos_balance\":\"0.0000\",\"approval_code\":null}}', '2022-05-30 13:41:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (134, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"177\",\"date\":\"2022-05-30 11:17:08\",\"reference_no\":\"SALE\\/POS2022\\/05\\/0109\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"570.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"570.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"1\",\"paid\":\"570.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"bb28da77e22c9551410f426ecb1d4b6c8b20d0517253ca818b1d84772c63dcff\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"342\",\"sale_id\":\"177\",\"product_id\":\"77\",\"product_code\":\"67466475\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"product_type\":\"standard\",\"option_id\":\"725\",\"net_unit_price\":\"570.0000\",\"unit_price\":\"570.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"570.0000\",\"serial_no\":\"\",\"real_unit_price\":\"570.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"ROYAL BLUE\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-06-01 09:40:54');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (135, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"99\",\"code\":\"03515693\",\"name\":\"STRIPPED SLEEVELESS SWEATER SIZE 34\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"580.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"8.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"0\",\"purchase_unit\":\"0\",\"brand\":\"0\",\"slug\":\"stripped-sleeveless-sweater-size-34\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:02:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (136, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"81\",\"code\":\"04922238\",\"name\":\"PLAIN SWEATER SIZE 36\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"630.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"100.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweater-size-36\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:02:53');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (137, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"108\",\"code\":\"08702336\",\"name\":\"PLAIN SWEATER SIZE 42\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"850.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":null,\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"08702336\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:04:20');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (138, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"97\",\"code\":\"11235261\",\"name\":\"STRIPPED SLEEVESS SWEATER SIZE  32\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"550.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"stiped-sleevess-sweater-size-32\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:05:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (139, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"93\",\"code\":\"13194312\",\"name\":\"STRIPPED SLEEVELESS SWEATER SIZE 24\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"450.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"13194312\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:05:57');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (140, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"73\",\"code\":\"25224418\",\"name\":\"STRIPPED SWEATER SIZE 28\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"530.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"67.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"25224418\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"4\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:06:13');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (141, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"101\",\"code\":\"25205383\",\"name\":\"PLAIN SLEEVELESS SWEATER SIZE 32\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"530.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"3.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sleeveless-sweater-size-32\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:06:31');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (142, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"69\",\"code\":\"34018336\",\"name\":\"PLAIN SWEATER SIZE 24 \",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"460.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"141.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"34018336\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:06:46');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (143, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"82\",\"code\":\"35420143\",\"name\":\"STRIPPED SWEATER SIZE 36\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"650.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"27.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"35420143\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:07:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (144, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"76\",\"code\":\"45799187\",\"name\":\"STRIPPED SWEATER SIZE 30\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"560.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"48.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"45799187\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:07:52');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (145, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"67\",\"code\":\"55642863\",\"name\":\"PLAIN SWEATER SIZE 22\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"420.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"95.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"0\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"55642863\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:08:13');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (146, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"72\",\"code\":\"55828539\",\"name\":\"STRIPPED SWEATER SIZE 26\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"510.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"38.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"55828539\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:08:25');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (147, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"107\",\"code\":\"57285449\",\"name\":\"PLAIN SWEATER SIZE 40\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"750.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"57285449\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:08:37');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (148, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"104\",\"code\":\"33300347\",\"name\":\"PLAIN SLEEVELESS SWEATER SIZE 36\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"590.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"2.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"33300347\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:08:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (149, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"83\",\"code\":\"33727909\",\"name\":\"PLAIN SWEATER SIZE 38\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"650.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"60.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"33727909\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:09:11');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (150, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"74\",\"code\":\"58505902\",\"name\":\"PLAIN SWEATER SIZE 28\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"510.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"115.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sweater-size-028\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:09:36');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (151, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"109\",\"code\":\"61796204\",\"name\":\"STRIPED SWEATER SIZE 38\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"670.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"61796204\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (152, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"77\",\"code\":\"67466475\",\"name\":\"PLAIN SWEATER SIZE 32\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"570.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"90.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"67466475\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (153, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"78\",\"code\":\"67901865\",\"name\":\"STRIPPED SWEATER SIZE 32\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"590.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"20.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"striped-sweater-size-32\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (154, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"92\",\"code\":\"71309061\",\"name\":\"STRIPPED SLEEVELESS SWEATER SIZE 22\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"410.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"stripped-sleeveless-sweater-size-22\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (155, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"79\",\"code\":\"74949490\",\"name\":\"PLAIN SWEATER SIZE 34\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"600.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"101.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"74949490\",\"featured\":\"1\",\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"1\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (156, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"88\",\"code\":\"76076682\",\"name\":\"SCARFS\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"200.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"7\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"76076682\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (157, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"84\",\"code\":\"77194040\",\"name\":\"STRIPPED SWEATER SIZE 38\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"670.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"32.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"77194040\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (158, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"91\",\"code\":\"81784089\",\"name\":\"PLAIN SLEEVELESS SWEATER SIZE 22\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"390.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sleeveless-sweater-size-22\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (159, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"71\",\"code\":\"82610024\",\"name\":\"PLAIN SWEATER SIZE 26\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"490.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"139.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"82610024\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (160, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"103\",\"code\":\"83623566\",\"name\":\"PLAIN SLEEVELESS SWEATER SIZE 36\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"590.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sleeveless-sweater-size-36\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (161, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"98\",\"code\":\"84155321\",\"name\":\"STRIPPED SLEEVLESS SWEATER SIZE 32\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"550.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"7.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"6\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"stripped-sleevless-sweater-size-32\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (162, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"80\",\"code\":\"84932719\",\"name\":\"STRIPPED SWEATER SIZE 34\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"620.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"53.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"stiped-sweater-size-34\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (163, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"102\",\"code\":\"87507362\",\"name\":\"PLAIN SLEEVELESS SWEATER SIZE 34\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"560.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"6.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"plain-sleeveless-sweater-size-34\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (164, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"96\",\"code\":\"88036635\",\"name\":\"STRIPPED SLEEVELESS SWEATER SIZE 30\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"520.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"0.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"stripped-sleeveless-sweater-size-30\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:10:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (165, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"68\",\"code\":\"93678803\",\"name\":\"STRIPPED  SWEATER SIZE 22\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"450.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"16.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"striped-sweater-size-22\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:11:22');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (166, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"95\",\"code\":\"94638829\",\"name\":\"STRIPPED SLEEVELESS SWEATER SIZE 28\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"490.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"9.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"stripped-sleeveless-sweater-size-28\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:11:22');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (167, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"70\",\"code\":\"98884734\",\"name\":\"STRIPPED SWEATER SIZE 24\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"480.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"48.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"98884734\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:11:22');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (168, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"75\",\"code\":\"99187154\",\"name\":\"PLAIN SWEATER SIZE 30\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"540.0000\",\"alert_quantity\":\"0.0000\",\"image\":\"no_image.png\",\"category_id\":\"3\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"117.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"99187154\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:11:22');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (169, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"94\",\"code\":\"99601902\",\"name\":\"STRIPPED SLEEVELESS SWEATER SIZE 26 \",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"470.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"9\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"1.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"99601902\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-05 23:11:22');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (170, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"32\",\"date\":\"2022-05-08 17:40:00\",\"reference_no\":\"2022\\/05\\/0029\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Red 3 Large &amp; 4 XL&lt;&sol;p&gt;&lt;p&gt;White 20 Large and 1 XL&lt;&sol;p&gt;&lt;p&gt;Black 4 Medium&comma; 4 Adults&comma; 17 Small Adult&comma; 12 Adults and 2 Kids&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"163\",\"adjustment_id\":\"32\",\"product_id\":\"89\",\"option_id\":\"869\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110121\",\"product_name\":\"ADULT TSHIRTS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED\"},{\"id\":\"164\",\"adjustment_id\":\"32\",\"product_id\":\"89\",\"option_id\":\"869\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110121\",\"product_name\":\"ADULT TSHIRTS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED\"},{\"id\":\"165\",\"adjustment_id\":\"32\",\"product_id\":\"89\",\"option_id\":\"880\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110121\",\"product_name\":\"ADULT TSHIRTS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"white\"},{\"id\":\"166\",\"adjustment_id\":\"32\",\"product_id\":\"89\",\"option_id\":\"880\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110121\",\"product_name\":\"ADULT TSHIRTS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"white\"},{\"id\":\"167\",\"adjustment_id\":\"32\",\"product_id\":\"90\",\"option_id\":\"895\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110122\",\"product_name\":\"KIDS TSHIRTS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"white\"},{\"id\":\"168\",\"adjustment_id\":\"32\",\"product_id\":\"89\",\"option_id\":\"879\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110121\",\"product_name\":\"ADULT TSHIRTS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"BLACK\"},{\"id\":\"169\",\"adjustment_id\":\"32\",\"product_id\":\"89\",\"option_id\":\"879\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110121\",\"product_name\":\"ADULT TSHIRTS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"BLACK\"},{\"id\":\"170\",\"adjustment_id\":\"32\",\"product_id\":\"90\",\"option_id\":\"892\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110122\",\"product_name\":\"KIDS TSHIRTS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"BLACK\"},{\"id\":\"171\",\"adjustment_id\":\"32\",\"product_id\":\"90\",\"option_id\":\"892\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110122\",\"product_name\":\"KIDS TSHIRTS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"BLACK\"},{\"id\":\"172\",\"adjustment_id\":\"32\",\"product_id\":\"89\",\"option_id\":\"879\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110121\",\"product_name\":\"ADULT TSHIRTS\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"BLACK\"}]}', '2022-06-06 01:05:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (171, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"34\",\"date\":\"2022-05-08 17:45:00\",\"reference_no\":\"2022\\/05\\/0031\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Red &amp; Green&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"223\",\"adjustment_id\":\"34\",\"product_id\":\"101\",\"option_id\":\"990\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"224\",\"adjustment_id\":\"34\",\"product_id\":\"102\",\"option_id\":\"1007\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"225\",\"adjustment_id\":\"34\",\"product_id\":\"104\",\"option_id\":\"1041\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"226\",\"adjustment_id\":\"34\",\"product_id\":\"104\",\"option_id\":\"1044\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"227\",\"adjustment_id\":\"34\",\"product_id\":\"102\",\"option_id\":\"1008\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:05:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (172, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"35\",\"date\":\"2022-05-08 17:45:00\",\"reference_no\":\"2022\\/05\\/0032\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Royal Stripe&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"228\",\"adjustment_id\":\"35\",\"product_id\":\"82\",\"option_id\":\"788\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:05:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (173, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"31\",\"date\":\"2022-05-08 17:30:00\",\"reference_no\":\"2022\\/05\\/0028\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Ash Grey&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"156\",\"adjustment_id\":\"31\",\"product_id\":\"67\",\"option_id\":\"586\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"157\",\"adjustment_id\":\"31\",\"product_id\":\"69\",\"option_id\":\"612\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"158\",\"adjustment_id\":\"31\",\"product_id\":\"71\",\"option_id\":\"640\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"159\",\"adjustment_id\":\"31\",\"product_id\":\"74\",\"option_id\":\"675\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"160\",\"adjustment_id\":\"31\",\"product_id\":\"75\",\"option_id\":\"699\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"161\",\"adjustment_id\":\"31\",\"product_id\":\"77\",\"option_id\":\"719\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"162\",\"adjustment_id\":\"31\",\"product_id\":\"79\",\"option_id\":\"746\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:05:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (174, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"30\",\"date\":\"2022-05-08 17:25:00\",\"reference_no\":\"2022\\/05\\/0027\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Purple Stripped&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"154\",\"adjustment_id\":\"30\",\"product_id\":\"70\",\"option_id\":\"620\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"155\",\"adjustment_id\":\"30\",\"product_id\":\"72\",\"option_id\":\"648\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:05:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (175, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"29\",\"date\":\"2022-05-08 17:20:00\",\"reference_no\":\"2022\\/05\\/0026\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Chocolate Brown&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"153\",\"adjustment_id\":\"29\",\"product_id\":\"69\",\"option_id\":\"618\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:05:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (176, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"38\",\"date\":\"2022-05-15 22:39:00\",\"reference_no\":\"2022\\/05\\/0035\",\"warehouse_id\":\"1\",\"note\":\"\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"245\",\"adjustment_id\":\"38\",\"product_id\":\"84\",\"option_id\":\"810\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:08:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (177, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"43\",\"date\":\"2022-05-12 08:00:00\",\"reference_no\":\"2022\\/05\\/0040\",\"warehouse_id\":\"1\",\"note\":\"\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"268\",\"adjustment_id\":\"43\",\"product_id\":\"70\",\"option_id\":\"622\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"269\",\"adjustment_id\":\"43\",\"product_id\":\"72\",\"option_id\":\"647\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"270\",\"adjustment_id\":\"43\",\"product_id\":\"73\",\"option_id\":\"659\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:08:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (178, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"37\",\"date\":\"2022-05-08 17:45:00\",\"reference_no\":\"2022\\/05\\/0034\",\"warehouse_id\":\"1\",\"note\":\"\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"241\",\"adjustment_id\":\"37\",\"product_id\":\"94\",\"option_id\":\"940\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"242\",\"adjustment_id\":\"37\",\"product_id\":\"95\",\"option_id\":\"950\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"243\",\"adjustment_id\":\"37\",\"product_id\":\"99\",\"option_id\":\"980\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"244\",\"adjustment_id\":\"37\",\"product_id\":\"98\",\"option_id\":\"1128\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:08:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (179, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"26\",\"date\":\"2022-05-08 17:10:00\",\"reference_no\":\"2022\\/05\\/0023\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Grey Red Strip&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"146\",\"adjustment_id\":\"26\",\"product_id\":\"73\",\"option_id\":\"661\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"147\",\"adjustment_id\":\"26\",\"product_id\":\"76\",\"option_id\":\"708\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:08:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (180, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"27\",\"date\":\"2022-05-08 17:10:00\",\"reference_no\":\"2022\\/05\\/0024\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Green Sleeveless&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"148\",\"adjustment_id\":\"27\",\"product_id\":\"102\",\"option_id\":\"1008\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"149\",\"adjustment_id\":\"27\",\"product_id\":\"104\",\"option_id\":\"1044\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:08:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (181, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"28\",\"date\":\"2022-05-08 17:10:00\",\"reference_no\":\"2022\\/05\\/0025\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Ndengu Green&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"150\",\"adjustment_id\":\"28\",\"product_id\":\"69\",\"option_id\":\"611\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"151\",\"adjustment_id\":\"28\",\"product_id\":\"71\",\"option_id\":\"637\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:08:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (182, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"25\",\"date\":\"2022-05-08 17:05:00\",\"reference_no\":\"2022\\/05\\/0022\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Azure White Stripped&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"138\",\"adjustment_id\":\"25\",\"product_id\":\"68\",\"option_id\":\"597\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"139\",\"adjustment_id\":\"25\",\"product_id\":\"70\",\"option_id\":\"619\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"140\",\"adjustment_id\":\"25\",\"product_id\":\"72\",\"option_id\":\"645\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"141\",\"adjustment_id\":\"25\",\"product_id\":\"73\",\"option_id\":\"655\",\"quantity\":\"23.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"142\",\"adjustment_id\":\"25\",\"product_id\":\"76\",\"option_id\":\"700\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"143\",\"adjustment_id\":\"25\",\"product_id\":\"80\",\"option_id\":\"753\",\"quantity\":\"28.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"144\",\"adjustment_id\":\"25\",\"product_id\":\"82\",\"option_id\":\"780\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"145\",\"adjustment_id\":\"25\",\"product_id\":\"84\",\"option_id\":\"807\",\"quantity\":\"22.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:08:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (183, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"24\",\"date\":\"2022-05-08 17:00:00\",\"reference_no\":\"2022\\/05\\/0021\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Green White Stripped&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"130\",\"adjustment_id\":\"24\",\"product_id\":\"68\",\"option_id\":\"600\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"131\",\"adjustment_id\":\"24\",\"product_id\":\"70\",\"option_id\":\"626\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"132\",\"adjustment_id\":\"24\",\"product_id\":\"72\",\"option_id\":\"651\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"133\",\"adjustment_id\":\"24\",\"product_id\":\"73\",\"option_id\":\"662\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"134\",\"adjustment_id\":\"24\",\"product_id\":\"76\",\"option_id\":\"707\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"135\",\"adjustment_id\":\"24\",\"product_id\":\"78\",\"option_id\":\"733\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"136\",\"adjustment_id\":\"24\",\"product_id\":\"80\",\"option_id\":\"759\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"137\",\"adjustment_id\":\"24\",\"product_id\":\"82\",\"option_id\":\"787\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:08:49');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (184, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"9\",\"date\":\"2022-05-08 04:05:00\",\"reference_no\":\"2022\\/05\\/0004\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Red&nbsp;&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"185\",\"adjustment_id\":\"9\",\"product_id\":\"81\",\"option_id\":\"765\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"186\",\"adjustment_id\":\"9\",\"product_id\":\"83\",\"option_id\":\"790\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:09:27');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (185, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"42\",\"date\":\"2022-05-03 09:10:00\",\"reference_no\":\"2022\\/05\\/0039\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Maroon Strip&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"260\",\"adjustment_id\":\"42\",\"product_id\":\"70\",\"option_id\":\"623\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:09:27');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (186, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"15\",\"date\":\"2022-05-08 16:00:00\",\"reference_no\":\"2022\\/05\\/0012\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Mixed Grey&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"70\",\"adjustment_id\":\"15\",\"product_id\":\"67\",\"option_id\":\"580\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"71\",\"adjustment_id\":\"15\",\"product_id\":\"69\",\"option_id\":\"607\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"72\",\"adjustment_id\":\"15\",\"product_id\":\"71\",\"option_id\":\"633\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"73\",\"adjustment_id\":\"15\",\"product_id\":\"74\",\"option_id\":\"669\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"74\",\"adjustment_id\":\"15\",\"product_id\":\"75\",\"option_id\":\"687\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"75\",\"adjustment_id\":\"15\",\"product_id\":\"77\",\"option_id\":\"713\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"76\",\"adjustment_id\":\"15\",\"product_id\":\"79\",\"option_id\":\"741\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"77\",\"adjustment_id\":\"15\",\"product_id\":\"81\",\"option_id\":\"766\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"78\",\"adjustment_id\":\"15\",\"product_id\":\"83\",\"option_id\":\"793\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (187, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"14\",\"date\":\"2022-05-08 15:50:00\",\"reference_no\":\"2022\\/05\\/0011\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Navy Light&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"62\",\"adjustment_id\":\"14\",\"product_id\":\"67\",\"option_id\":\"588\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"63\",\"adjustment_id\":\"14\",\"product_id\":\"69\",\"option_id\":\"614\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"64\",\"adjustment_id\":\"14\",\"product_id\":\"71\",\"option_id\":\"639\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"65\",\"adjustment_id\":\"14\",\"product_id\":\"75\",\"option_id\":\"693\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"66\",\"adjustment_id\":\"14\",\"product_id\":\"77\",\"option_id\":\"721\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"67\",\"adjustment_id\":\"14\",\"product_id\":\"79\",\"option_id\":\"749\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"68\",\"adjustment_id\":\"14\",\"product_id\":\"81\",\"option_id\":\"774\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"69\",\"adjustment_id\":\"14\",\"product_id\":\"83\",\"option_id\":\"802\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (188, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"13\",\"date\":\"2022-05-08 15:45:00\",\"reference_no\":\"2022\\/05\\/0010\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Navy Dark&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"53\",\"adjustment_id\":\"13\",\"product_id\":\"67\",\"option_id\":\"587\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"54\",\"adjustment_id\":\"13\",\"product_id\":\"69\",\"option_id\":\"613\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"55\",\"adjustment_id\":\"13\",\"product_id\":\"71\",\"option_id\":\"638\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"56\",\"adjustment_id\":\"13\",\"product_id\":\"74\",\"option_id\":\"677\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"57\",\"adjustment_id\":\"13\",\"product_id\":\"75\",\"option_id\":\"694\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"58\",\"adjustment_id\":\"13\",\"product_id\":\"77\",\"option_id\":\"720\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"59\",\"adjustment_id\":\"13\",\"product_id\":\"79\",\"option_id\":\"747\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"60\",\"adjustment_id\":\"13\",\"product_id\":\"81\",\"option_id\":\"773\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"61\",\"adjustment_id\":\"13\",\"product_id\":\"83\",\"option_id\":\"801\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:03');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (189, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"12\",\"date\":\"2022-05-08 15:30:00\",\"reference_no\":\"2022\\/05\\/0009\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Royal Blue&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"214\",\"adjustment_id\":\"12\",\"product_id\":\"67\",\"option_id\":\"592\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"215\",\"adjustment_id\":\"12\",\"product_id\":\"69\",\"option_id\":\"617\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"216\",\"adjustment_id\":\"12\",\"product_id\":\"71\",\"option_id\":\"644\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"217\",\"adjustment_id\":\"12\",\"product_id\":\"74\",\"option_id\":\"681\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"218\",\"adjustment_id\":\"12\",\"product_id\":\"75\",\"option_id\":\"698\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"219\",\"adjustment_id\":\"12\",\"product_id\":\"77\",\"option_id\":\"725\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"220\",\"adjustment_id\":\"12\",\"product_id\":\"79\",\"option_id\":\"752\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"221\",\"adjustment_id\":\"12\",\"product_id\":\"81\",\"option_id\":\"779\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"222\",\"adjustment_id\":\"12\",\"product_id\":\"83\",\"option_id\":\"806\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:04');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (190, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"11\",\"date\":\"2022-05-08 15:10:00\",\"reference_no\":\"2022\\/05\\/0007\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Maroon&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"205\",\"adjustment_id\":\"11\",\"product_id\":\"67\",\"option_id\":\"577\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"206\",\"adjustment_id\":\"11\",\"product_id\":\"69\",\"option_id\":\"604\",\"quantity\":\"31.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"207\",\"adjustment_id\":\"11\",\"product_id\":\"71\",\"option_id\":\"630\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"208\",\"adjustment_id\":\"11\",\"product_id\":\"74\",\"option_id\":\"666\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"209\",\"adjustment_id\":\"11\",\"product_id\":\"75\",\"option_id\":\"683\",\"quantity\":\"17.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"210\",\"adjustment_id\":\"11\",\"product_id\":\"77\",\"option_id\":\"711\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"211\",\"adjustment_id\":\"11\",\"product_id\":\"79\",\"option_id\":\"737\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"212\",\"adjustment_id\":\"11\",\"product_id\":\"81\",\"option_id\":\"763\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"213\",\"adjustment_id\":\"11\",\"product_id\":\"83\",\"option_id\":\"791\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:04');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (191, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"10\",\"date\":\"2022-05-08 15:00:00\",\"reference_no\":\"2022\\/05\\/0005\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Green&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"229\",\"adjustment_id\":\"10\",\"product_id\":\"67\",\"option_id\":\"578\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"230\",\"adjustment_id\":\"10\",\"product_id\":\"69\",\"option_id\":\"605\",\"quantity\":\"12.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"231\",\"adjustment_id\":\"10\",\"product_id\":\"71\",\"option_id\":\"631\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"232\",\"adjustment_id\":\"10\",\"product_id\":\"74\",\"option_id\":\"668\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"233\",\"adjustment_id\":\"10\",\"product_id\":\"79\",\"option_id\":\"739\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"234\",\"adjustment_id\":\"10\",\"product_id\":\"81\",\"option_id\":\"764\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"235\",\"adjustment_id\":\"10\",\"product_id\":\"83\",\"option_id\":\"792\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:04');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (192, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"6\",\"date\":\"2022-05-08 14:30:00\",\"reference_no\":\"2022\\/05\\/0006\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Red&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"196\",\"adjustment_id\":\"6\",\"product_id\":\"67\",\"option_id\":\"576\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"197\",\"adjustment_id\":\"6\",\"product_id\":\"69\",\"option_id\":\"603\",\"quantity\":\"16.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"198\",\"adjustment_id\":\"6\",\"product_id\":\"71\",\"option_id\":\"629\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:04');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (193, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"8\",\"date\":\"2022-05-08 14:05:00\",\"reference_no\":\"2022\\/05\\/0003\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Red&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"194\",\"adjustment_id\":\"8\",\"product_id\":\"77\",\"option_id\":\"710\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"195\",\"adjustment_id\":\"8\",\"product_id\":\"79\",\"option_id\":\"736\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:04');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (194, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"1\",\"date\":\"2022-05-08 14:00:00\",\"reference_no\":\"2022\\/05\\/0001\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Black&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"189\",\"adjustment_id\":\"1\",\"product_id\":\"67\",\"option_id\":\"583\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"190\",\"adjustment_id\":\"1\",\"product_id\":\"69\",\"option_id\":\"609\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"191\",\"adjustment_id\":\"1\",\"product_id\":\"71\",\"option_id\":\"635\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"192\",\"adjustment_id\":\"1\",\"product_id\":\"75\",\"option_id\":\"689\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"193\",\"adjustment_id\":\"1\",\"product_id\":\"77\",\"option_id\":\"716\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:04');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (195, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"7\",\"date\":\"2022-05-08 14:00:00\",\"reference_no\":\"2022\\/05\\/0002\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Red&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"187\",\"adjustment_id\":\"7\",\"product_id\":\"74\",\"option_id\":\"665\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"188\",\"adjustment_id\":\"7\",\"product_id\":\"75\",\"option_id\":\"682\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:04');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (196, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"23\",\"date\":\"2022-05-08 16:55:00\",\"reference_no\":\"2022\\/05\\/0020\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Wine Red&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"119\",\"adjustment_id\":\"23\",\"product_id\":\"69\",\"option_id\":\"616\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"120\",\"adjustment_id\":\"23\",\"product_id\":\"74\",\"option_id\":\"679\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"121\",\"adjustment_id\":\"23\",\"product_id\":\"75\",\"option_id\":\"695\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:53');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (197, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"22\",\"date\":\"2022-05-08 16:50:00\",\"reference_no\":\"2022\\/05\\/0019\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Mixed Grey Stripped&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"113\",\"adjustment_id\":\"22\",\"product_id\":\"70\",\"option_id\":\"624\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"114\",\"adjustment_id\":\"22\",\"product_id\":\"72\",\"option_id\":\"650\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"115\",\"adjustment_id\":\"22\",\"product_id\":\"73\",\"option_id\":\"660\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"116\",\"adjustment_id\":\"22\",\"product_id\":\"78\",\"option_id\":\"729\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"117\",\"adjustment_id\":\"22\",\"product_id\":\"80\",\"option_id\":\"758\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"118\",\"adjustment_id\":\"22\",\"product_id\":\"82\",\"option_id\":\"785\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:53');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (198, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"21\",\"date\":\"2022-05-08 16:40:00\",\"reference_no\":\"2022\\/05\\/0018\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Biege&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"108\",\"adjustment_id\":\"21\",\"product_id\":\"69\",\"option_id\":\"606\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"109\",\"adjustment_id\":\"21\",\"product_id\":\"71\",\"option_id\":\"632\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"110\",\"adjustment_id\":\"21\",\"product_id\":\"74\",\"option_id\":\"667\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"111\",\"adjustment_id\":\"21\",\"product_id\":\"75\",\"option_id\":\"685\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"112\",\"adjustment_id\":\"21\",\"product_id\":\"77\",\"option_id\":\"712\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:53');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (199, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"19\",\"date\":\"2022-05-08 16:35:00\",\"reference_no\":\"2022\\/05\\/0016\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Navy Blue Stripped&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"100\",\"adjustment_id\":\"19\",\"product_id\":\"68\",\"option_id\":\"595\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"101\",\"adjustment_id\":\"19\",\"product_id\":\"70\",\"option_id\":\"622\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"102\",\"adjustment_id\":\"19\",\"product_id\":\"72\",\"option_id\":\"647\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"103\",\"adjustment_id\":\"19\",\"product_id\":\"73\",\"option_id\":\"659\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"104\",\"adjustment_id\":\"19\",\"product_id\":\"76\",\"option_id\":\"703\",\"quantity\":\"11.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"105\",\"adjustment_id\":\"19\",\"product_id\":\"78\",\"option_id\":\"730\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:53');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (200, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"20\",\"date\":\"2022-05-08 16:35:00\",\"reference_no\":\"2022\\/05\\/0017\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Navy Sky Stripped&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"106\",\"adjustment_id\":\"20\",\"product_id\":\"73\",\"option_id\":\"1060\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"107\",\"adjustment_id\":\"20\",\"product_id\":\"76\",\"option_id\":\"1061\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:53');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (201, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"18\",\"date\":\"2022-05-08 16:30:00\",\"reference_no\":\"2022\\/05\\/0015\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Royal Blue Stripped&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"92\",\"adjustment_id\":\"18\",\"product_id\":\"70\",\"option_id\":\"627\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"93\",\"adjustment_id\":\"18\",\"product_id\":\"72\",\"option_id\":\"653\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"94\",\"adjustment_id\":\"18\",\"product_id\":\"73\",\"option_id\":\"663\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"95\",\"adjustment_id\":\"18\",\"product_id\":\"76\",\"option_id\":\"705\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"96\",\"adjustment_id\":\"18\",\"product_id\":\"78\",\"option_id\":\"734\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"97\",\"adjustment_id\":\"18\",\"product_id\":\"80\",\"option_id\":\"761\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"98\",\"adjustment_id\":\"18\",\"product_id\":\"82\",\"option_id\":\"788\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"99\",\"adjustment_id\":\"18\",\"product_id\":\"84\",\"option_id\":\"813\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:53');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (202, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"17\",\"date\":\"2022-05-08 16:25:00\",\"reference_no\":\"2022\\/05\\/0014\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Maroon Stripped&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"8\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"261\",\"adjustment_id\":\"17\",\"product_id\":\"68\",\"option_id\":\"596\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"262\",\"adjustment_id\":\"17\",\"product_id\":\"70\",\"option_id\":\"623\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"263\",\"adjustment_id\":\"17\",\"product_id\":\"72\",\"option_id\":\"649\",\"quantity\":\"8.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"264\",\"adjustment_id\":\"17\",\"product_id\":\"73\",\"option_id\":\"658\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"265\",\"adjustment_id\":\"17\",\"product_id\":\"76\",\"option_id\":\"704\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"266\",\"adjustment_id\":\"17\",\"product_id\":\"78\",\"option_id\":\"731\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"267\",\"adjustment_id\":\"17\",\"product_id\":\"80\",\"option_id\":\"757\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:53');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (203, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"16\",\"date\":\"2022-05-08 16:10:00\",\"reference_no\":\"2022\\/05\\/0013\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Red Stripped&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"79\",\"adjustment_id\":\"16\",\"product_id\":\"68\",\"option_id\":\"602\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"80\",\"adjustment_id\":\"16\",\"product_id\":\"72\",\"option_id\":\"654\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"81\",\"adjustment_id\":\"16\",\"product_id\":\"76\",\"option_id\":\"709\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"82\",\"adjustment_id\":\"16\",\"product_id\":\"80\",\"option_id\":\"762\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"83\",\"adjustment_id\":\"16\",\"product_id\":\"82\",\"option_id\":\"789\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"84\",\"adjustment_id\":\"16\",\"product_id\":\"84\",\"option_id\":\"816\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:10:53');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (204, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"50\",\"date\":\"2022-06-01 20:55:00\",\"reference_no\":\"2022\\/06\\/0047\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Light Navy&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"310\",\"adjustment_id\":\"50\",\"product_id\":\"71\",\"option_id\":\"639\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"311\",\"adjustment_id\":\"50\",\"product_id\":\"74\",\"option_id\":\"678\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:11:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (205, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"49\",\"date\":\"2022-06-01 20:52:00\",\"reference_no\":\"2022\\/06\\/0046\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Red Plain&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"305\",\"adjustment_id\":\"49\",\"product_id\":\"67\",\"option_id\":\"576\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"306\",\"adjustment_id\":\"49\",\"product_id\":\"71\",\"option_id\":\"629\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"307\",\"adjustment_id\":\"49\",\"product_id\":\"74\",\"option_id\":\"665\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"308\",\"adjustment_id\":\"49\",\"product_id\":\"75\",\"option_id\":\"682\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"309\",\"adjustment_id\":\"49\",\"product_id\":\"79\",\"option_id\":\"736\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:11:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (206, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"48\",\"date\":\"2022-05-25 12:57:00\",\"reference_no\":\"2022\\/05\\/0045\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Maroon &amp; Mixed Grey&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"295\",\"adjustment_id\":\"48\",\"product_id\":\"69\",\"option_id\":\"613\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"296\",\"adjustment_id\":\"48\",\"product_id\":\"71\",\"option_id\":\"630\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"297\",\"adjustment_id\":\"48\",\"product_id\":\"75\",\"option_id\":\"683\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"298\",\"adjustment_id\":\"48\",\"product_id\":\"77\",\"option_id\":\"711\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"299\",\"adjustment_id\":\"48\",\"product_id\":\"79\",\"option_id\":\"737\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"300\",\"adjustment_id\":\"48\",\"product_id\":\"81\",\"option_id\":\"763\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"301\",\"adjustment_id\":\"48\",\"product_id\":\"83\",\"option_id\":\"791\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"302\",\"adjustment_id\":\"48\",\"product_id\":\"79\",\"option_id\":\"741\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"303\",\"adjustment_id\":\"48\",\"product_id\":\"81\",\"option_id\":\"766\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"304\",\"adjustment_id\":\"48\",\"product_id\":\"83\",\"option_id\":\"793\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:11:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (207, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"47\",\"date\":\"2022-05-20 13:23:00\",\"reference_no\":\"2022\\/05\\/0044\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Navy Blue &amp; Navy Stripe&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"293\",\"adjustment_id\":\"47\",\"product_id\":\"73\",\"option_id\":\"659\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"294\",\"adjustment_id\":\"47\",\"product_id\":\"71\",\"option_id\":\"638\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:11:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (208, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"46\",\"date\":\"2022-05-20 13:17:00\",\"reference_no\":\"2022\\/05\\/0043\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Mixed Grey&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"289\",\"adjustment_id\":\"46\",\"product_id\":\"75\",\"option_id\":\"687\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"290\",\"adjustment_id\":\"46\",\"product_id\":\"77\",\"option_id\":\"713\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:11:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (209, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"45\",\"date\":\"2022-05-20 13:11:00\",\"reference_no\":\"2022\\/05\\/0042\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Maroon&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"282\",\"adjustment_id\":\"45\",\"product_id\":\"67\",\"option_id\":\"577\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"283\",\"adjustment_id\":\"45\",\"product_id\":\"75\",\"option_id\":\"683\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"284\",\"adjustment_id\":\"45\",\"product_id\":\"79\",\"option_id\":\"737\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"285\",\"adjustment_id\":\"45\",\"product_id\":\"81\",\"option_id\":\"763\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"286\",\"adjustment_id\":\"45\",\"product_id\":\"83\",\"option_id\":\"791\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"287\",\"adjustment_id\":\"45\",\"product_id\":\"107\",\"option_id\":\"1065\",\"quantity\":\"13.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"288\",\"adjustment_id\":\"45\",\"product_id\":\"108\",\"option_id\":\"1081\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:11:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (210, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"44\",\"date\":\"2022-05-18 20:48:00\",\"reference_no\":\"2022\\/05\\/0041\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;KK BLUE &amp; RED STRIPE&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"271\",\"adjustment_id\":\"44\",\"product_id\":\"70\",\"option_id\":\"628\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"272\",\"adjustment_id\":\"44\",\"product_id\":\"67\",\"option_id\":\"1145\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"273\",\"adjustment_id\":\"44\",\"product_id\":\"69\",\"option_id\":\"1144\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"274\",\"adjustment_id\":\"44\",\"product_id\":\"74\",\"option_id\":\"1143\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:11:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (211, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"41\",\"date\":\"2022-05-17 15:19:00\",\"reference_no\":\"2022\\/05\\/0038\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Red Strip&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"255\",\"adjustment_id\":\"41\",\"product_id\":\"70\",\"option_id\":\"628\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"256\",\"adjustment_id\":\"41\",\"product_id\":\"72\",\"option_id\":\"654\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"257\",\"adjustment_id\":\"41\",\"product_id\":\"73\",\"option_id\":\"664\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"258\",\"adjustment_id\":\"41\",\"product_id\":\"76\",\"option_id\":\"709\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"259\",\"adjustment_id\":\"41\",\"product_id\":\"78\",\"option_id\":\"735\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:11:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (212, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"40\",\"date\":\"2022-05-16 18:26:00\",\"reference_no\":\"2022\\/05\\/0037\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Maroon and Maroon Stripe&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"251\",\"adjustment_id\":\"40\",\"product_id\":\"67\",\"option_id\":\"577\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"252\",\"adjustment_id\":\"40\",\"product_id\":\"74\",\"option_id\":\"666\",\"quantity\":\"14.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"253\",\"adjustment_id\":\"40\",\"product_id\":\"72\",\"option_id\":\"649\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"254\",\"adjustment_id\":\"40\",\"product_id\":\"73\",\"option_id\":\"658\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:11:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (213, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"39\",\"date\":\"2022-05-16 18:23:00\",\"reference_no\":\"2022\\/05\\/0036\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Mixed Grey Plain&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"246\",\"adjustment_id\":\"39\",\"product_id\":\"69\",\"option_id\":\"607\",\"quantity\":\"18.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"247\",\"adjustment_id\":\"39\",\"product_id\":\"71\",\"option_id\":\"633\",\"quantity\":\"21.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"248\",\"adjustment_id\":\"39\",\"product_id\":\"74\",\"option_id\":\"669\",\"quantity\":\"19.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:11:40');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (214, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"51\",\"date\":\"2022-06-01 20:57:00\",\"reference_no\":\"2022\\/06\\/0048\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Dark Navy&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"312\",\"adjustment_id\":\"51\",\"product_id\":\"67\",\"option_id\":\"587\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:12:45');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (215, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"52\",\"date\":\"2022-06-01 20:57:00\",\"reference_no\":\"2022\\/06\\/0049\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Maroon&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"313\",\"adjustment_id\":\"52\",\"product_id\":\"79\",\"option_id\":\"737\",\"quantity\":\"7.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null},{\"id\":\"314\",\"adjustment_id\":\"52\",\"product_id\":\"81\",\"option_id\":\"763\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":null,\"product_name\":null,\"image\":null,\"details\":null,\"variant\":null}]}', '2022-06-06 01:12:46');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (216, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"89\",\"code\":\"11110121\",\"name\":\"ADULT TSHIRTS\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"290.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"-1.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"34750754\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"2\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-06 23:31:46');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (217, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"90\",\"code\":\"11110122\",\"name\":\"KIDS TSHIRTS\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"240.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"4\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"-2.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"27447770\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-06 23:41:43');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (218, 'Product is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"85\",\"code\":\"11111402\",\"name\":\"MARVINS\",\"unit\":\"4\",\"cost\":\"0.0000\",\"price\":\"100.0000\",\"alert_quantity\":\"5.0000\",\"image\":\"no_image.png\",\"category_id\":\"5\",\"subcategory_id\":null,\"cf1\":\"\",\"cf2\":\"\",\"cf3\":\"\",\"cf4\":\"\",\"cf5\":\"\",\"cf6\":\"\",\"quantity\":\"286.0000\",\"tax_rate\":\"1\",\"track_quantity\":\"1\",\"details\":\"\",\"warehouse\":null,\"barcode_symbology\":\"code128\",\"file\":\"\",\"product_details\":\"\",\"tax_method\":\"1\",\"type\":\"standard\",\"supplier1\":\"0\",\"supplier1price\":null,\"supplier2\":null,\"supplier2price\":null,\"supplier3\":null,\"supplier3price\":null,\"supplier4\":null,\"supplier4price\":null,\"supplier5\":null,\"supplier5price\":null,\"promotion\":null,\"promo_price\":null,\"start_date\":null,\"end_date\":null,\"supplier1_part_no\":\"\",\"supplier2_part_no\":null,\"supplier3_part_no\":null,\"supplier4_part_no\":null,\"supplier5_part_no\":null,\"sale_unit\":\"4\",\"purchase_unit\":\"4\",\"brand\":\"0\",\"slug\":\"marvins\",\"featured\":null,\"weight\":\"0.0000\",\"hsn_code\":null,\"views\":\"0\",\"hide\":\"0\",\"second_name\":\"\",\"hide_pos\":\"0\"}}', '2022-06-09 00:22:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (219, 'Sale is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"308\",\"date\":\"2022-06-23 08:34:00\",\"reference_no\":\"SALE2022\\/06\\/0128\",\"customer_id\":\"38\",\"customer\":\"UZURI INSTITUTE\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;120 pcs&nbsp; Size 36&lt;&sol;p&gt;&lt;p&gt;120 pcs Size 38&lt;&sol;p&gt;\",\"staff_note\":\"\",\"total\":\"192000.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"192000.0000\",\"sale_status\":\"pending\",\"payment_status\":\"pending\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"320\",\"pos\":\"0\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"bc8125d312981046b4598dbd46b6c414b4aadc81450ce568c8b14cf3b11c445e\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":null}', '2022-06-24 12:00:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (220, 'Sale is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"321\",\"date\":\"2022-06-29 14:22:08\",\"reference_no\":\"SALE\\/POS2022\\/06\\/0180\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"181.8200\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"18.1800\",\"order_tax_id\":\"1\",\"order_tax\":\"0.0000\",\"total_tax\":\"18.1800\",\"shipping\":\"0.0000\",\"grand_total\":\"200.0000\",\"sale_status\":\"completed\",\"payment_status\":\"due\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"3\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"1\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"3184d1d61f261ce19b7ad741a6b75fc19015b0b58befe86bd8df14ab487ebf8a\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"576\",\"sale_id\":\"321\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":null,\"net_unit_price\":\"181.8200\",\"unit_price\":\"200.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"18.1800\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"200.0000\",\"serial_no\":\"\",\"real_unit_price\":\"200.0000\",\"sale_item_id\":null,\"product_unit_id\":null,\"product_unit_code\":null,\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-06-29 14:23:12');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (221, 'Sale is being deleted by kimems (User Id: 3)', '{\"model\":{\"id\":\"322\",\"date\":\"2022-06-29 14:25:08\",\"reference_no\":\"SALE\\/POS2022\\/06\\/0181\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"181.8200\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"18.1800\",\"order_tax_id\":\"2\",\"order_tax\":\"20.0000\",\"total_tax\":\"38.1800\",\"shipping\":\"0.0000\",\"grand_total\":\"220.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"3\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"1\",\"paid\":\"220.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"7c833455d9096c1c08d2f0af4b04c5e17c91c162c8555ebb27ae454df1ed36a0\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"577\",\"sale_id\":\"322\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":null,\"net_unit_price\":\"181.8200\",\"unit_price\":\"200.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"18.1800\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"200.0000\",\"serial_no\":\"\",\"real_unit_price\":\"200.0000\",\"sale_item_id\":null,\"product_unit_id\":null,\"product_unit_code\":null,\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-06-29 14:26:13');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (222, 'Purchase is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"53\",\"reference_no\":\"PO2022\\/07\\/0045\",\"date\":\"2022-07-07 05:30:00\",\"supplier_id\":\"8\",\"supplier\":\"Wall Street\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Test&lt;&sol;p&gt;\",\"total\":\"200000.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"order_discount\":\"0.0000\",\"total_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"200000.0000\",\"paid\":\"200000.0000\",\"status\":\"received\",\"payment_status\":\"paid\",\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"attachment\":\"0\",\"payment_term\":\"0\",\"due_date\":null,\"return_id\":null,\"surcharge\":\"0.0000\",\"return_purchase_ref\":null,\"purchase_id\":null,\"return_purchase_total\":\"0.0000\",\"cgst\":null,\"sgst\":null,\"igst\":null},\"items\":[{\"id\":\"835\",\"purchase_id\":\"53\",\"transfer_id\":null,\"product_id\":\"112\",\"product_code\":\"11111400\",\"product_name\":\"Thread\",\"option_id\":null,\"net_unit_cost\":\"200000.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"expiry\":null,\"subtotal\":\"200000.0000\",\"quantity_balance\":\"1.0000\",\"date\":\"2022-07-07\",\"status\":\"received\",\"unit_cost\":\"200000.0000\",\"real_unit_cost\":\"200000.0000\",\"quantity_received\":\"1.0000\",\"supplier_part_no\":null,\"purchase_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"base_unit_cost\":\"200000.0000\"}]}', '2022-07-10 18:37:14');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (223, 'Sale is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"461\",\"date\":\"2022-08-01 19:59:00\",\"reference_no\":\"SALE2022\\/08\\/0159\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"181.8200\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"18.1800\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"18.1800\",\"shipping\":\"0.0000\",\"grand_total\":\"200.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"200.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"c165568507c777f4a3446c0f7ea16f964344ce54d8134d6ee5f6e861cd6240e3\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"783\",\"sale_id\":\"461\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":null,\"net_unit_price\":\"181.8200\",\"unit_price\":\"200.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"18.1800\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"200.0000\",\"serial_no\":\"\",\"real_unit_price\":\"200.0000\",\"sale_item_id\":null,\"product_unit_id\":null,\"product_unit_code\":null,\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-08-01 23:01:07');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (224, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"121\",\"date\":\"2022-08-02 14:43:00\",\"reference_no\":\"2022\\/08\\/0118\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Ash Grey&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"620\",\"adjustment_id\":\"121\",\"product_id\":\"155\",\"option_id\":\"1802\",\"quantity\":\"5.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11111310\",\"product_name\":\"STRIPPED SHORTSLEEVE SIZE 40\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"ASH GREY\"},{\"id\":\"621\",\"adjustment_id\":\"121\",\"product_id\":\"148\",\"option_id\":\"1653\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11111309\",\"product_name\":\"STRIPPED SHORTSLEEVE SIZE 38\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"MAROON STRIPE WHITE\"}]}', '2022-08-02 17:48:32');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (225, 'Quantity adjustment is being deleted by kelvin (User Id: 8)', '{\"model\":{\"id\":\"120\",\"date\":\"2022-08-02 17:26:00\",\"reference_no\":\"2022\\/08\\/0117\",\"warehouse_id\":\"1\",\"note\":\"\",\"attachment\":null,\"created_by\":\"8\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"619\",\"adjustment_id\":\"120\",\"product_id\":\"155\",\"option_id\":\"1844\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11111310\",\"product_name\":\"STRIPPED SHORTSLEEVE SIZE 40\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"NAVY BLUE STRIPE WHITE\"}]}', '2022-08-05 13:40:26');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (226, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"499\",\"date\":\"2022-08-25 17:44:00\",\"reference_no\":\"SALE2022\\/08\\/0168\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"90.9000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"9.1000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"9.1000\",\"shipping\":\"0.0000\",\"grand_total\":\"100.0000\",\"sale_status\":\"pending\",\"payment_status\":\"due\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"2\",\"pos\":\"0\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"4278db6965e55e695bc4b64d14409f431204c1f55b43eefcd2417a8d97bf4ae3\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":null}', '2022-08-25 17:56:20');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (227, 'Expense is being deleted by kelvin (User Id: 8)', '{\"model\":{\"id\":\"98\",\"date\":\"0000-00-00 00:00:00\",\"reference\":\"2022\\/09\\/0074\",\"amount\":\"20000.0000\",\"note\":\"<p>workshop rent for the month of july<\\/p>\",\"created_by\":\"8\",\"attachment\":\"0\",\"category_id\":\"13\",\"warehouse_id\":\"1\"}}', '2022-09-01 20:08:19');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (228, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"524\",\"date\":\"2022-09-06 18:25:00\",\"reference_no\":\"SALE2022\\/09\\/0180\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"909.0900\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"90.9100\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"90.9100\",\"shipping\":\"0.0000\",\"grand_total\":\"1000.0000\",\"sale_status\":\"completed\",\"payment_status\":\"due\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":\"7\",\"updated_at\":\"2022-09-06 18:29:54\",\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"f15fb95f143a00f0ba45a7ec1ea1499e383542d2353ce290d1953981200646a1\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"868\",\"sale_id\":\"524\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":\"0\",\"net_unit_price\":\"909.0900\",\"unit_price\":\"1000.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"90.9100\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"1000.0000\",\"serial_no\":\"\",\"real_unit_price\":\"1000.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-09-06 18:30:38');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (229, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"546\",\"date\":\"2022-09-15 18:17:04\",\"reference_no\":\"SALE\\/POS2022\\/09\\/0340\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"570.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"0.0000\",\"order_tax_id\":\"0\",\"order_tax\":\"0.0000\",\"total_tax\":\"0.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"570.0000\",\"sale_status\":\"completed\",\"payment_status\":\"due\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"1\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":null,\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":\"0.0000\",\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"d897ccf64ec3cccbd4a4daefe035d1116fc5d0c8c8dfb66249d1d29670fb4b2e\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"894\",\"sale_id\":\"546\",\"product_id\":\"118\",\"product_code\":\"11110128\",\"product_name\":\"PLAIN SWEATER SIZE 32\",\"product_type\":\"standard\",\"option_id\":\"1240\",\"net_unit_price\":\"570.0000\",\"unit_price\":\"570.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"0.0000\",\"tax_rate_id\":\"1\",\"tax\":\"0\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"570.0000\",\"serial_no\":\"\",\"real_unit_price\":\"570.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":\"\",\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"NT\",\"tax_name\":\"No Tax\",\"tax_rate\":\"0.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"BEIGE\",\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":\"4\",\"base_unit_code\":\"Pc\"}]}', '2022-09-16 08:29:51');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (230, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"554\",\"date\":\"2022-09-17 18:28:00\",\"reference_no\":\"SALE2022\\/09\\/0195\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"590.9100\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"59.0900\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"59.0900\",\"shipping\":\"0.0000\",\"grand_total\":\"650.0000\",\"sale_status\":\"completed\",\"payment_status\":\"pending\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"54bede11b247f1dadbf1bc4883a53dc8afe02c51056a16559a179276a9dfa847\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"903\",\"sale_id\":\"554\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":\"0\",\"net_unit_price\":\"590.9100\",\"unit_price\":\"650.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"59.0900\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"650.0000\",\"serial_no\":\"\",\"real_unit_price\":\"650.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-09-17 18:29:15');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (231, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"156\",\"date\":\"2022-10-04 12:19:00\",\"reference_no\":\"2022\\/10\\/0153\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Navy Blue Stripe White&lt;&sol;p&gt;&lt;p&gt;29&sol;9&sol;2022&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"748\",\"adjustment_id\":\"156\",\"product_id\":\"134\",\"option_id\":\"1486\",\"quantity\":\"15.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11111204\",\"product_name\":\"STRIPPED LONGSLEEVE SIZE 28\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"NAVY BLUE STRIPE WHITE\"},{\"id\":\"749\",\"adjustment_id\":\"156\",\"product_id\":\"136\",\"option_id\":\"1510\",\"quantity\":\"32.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11111206\",\"product_name\":\"STRIPPED LONGSLEEVE SIZE 32\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"NAVY BLUE STRIPE WHITE\"}]}', '2022-10-04 12:29:06');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (232, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"155\",\"date\":\"2022-10-04 12:16:00\",\"reference_no\":\"2022\\/10\\/0152\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Navy Blue Stripe White&lt;&sol;p&gt;&lt;p&gt;28&sol;9&sol;2022&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"750\",\"adjustment_id\":\"155\",\"product_id\":\"134\",\"option_id\":\"1486\",\"quantity\":\"35.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11111204\",\"product_name\":\"STRIPPED LONGSLEEVE SIZE 28\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"NAVY BLUE STRIPE WHITE\"},{\"id\":\"751\",\"adjustment_id\":\"155\",\"product_id\":\"136\",\"option_id\":\"1510\",\"quantity\":\"50.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11111206\",\"product_name\":\"STRIPPED LONGSLEEVE SIZE 32\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"NAVY BLUE STRIPE WHITE\"}]}', '2022-10-04 12:29:10');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (233, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"154\",\"date\":\"2022-10-04 12:15:00\",\"reference_no\":\"2022\\/10\\/0151\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Navy Blue Dark&lt;&sol;p&gt;&lt;p&gt;28&sol;9&sol;2022&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"752\",\"adjustment_id\":\"154\",\"product_id\":\"115\",\"option_id\":\"1196\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110125\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"NAVY BLUE DARK\"}]}', '2022-10-04 12:29:14');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (234, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"153\",\"date\":\"2022-10-04 12:14:00\",\"reference_no\":\"2022\\/10\\/0150\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Green Plain&lt;&sol;p&gt;&lt;p&gt;28&sol;9&sol;2022&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"753\",\"adjustment_id\":\"153\",\"product_id\":\"117\",\"option_id\":\"1222\",\"quantity\":\"20.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110127\",\"product_name\":\"PLAIN SWEATER SIZE 30\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"GREEN\"}]}', '2022-10-04 12:29:18');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (235, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"152\",\"date\":\"2022-10-04 12:12:00\",\"reference_no\":\"2022\\/10\\/0149\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Green Plain&lt;&sol;p&gt;&lt;p&gt;28&sol;9&sol;2022&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"754\",\"adjustment_id\":\"152\",\"product_id\":\"115\",\"option_id\":\"1188\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110125\",\"product_name\":\"PLAIN SWEATER SIZE 26\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"GREEN\"}]}', '2022-10-04 12:29:21');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (236, 'Quantity adjustment is being deleted by kelvin (User Id: 8)', '{\"model\":{\"id\":\"157\",\"date\":\"2022-10-04 12:30:00\",\"reference_no\":\"2022\\/10\\/0154\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Red Stripe White&lt;&sol;p&gt;&lt;p&gt;30&sol;9&sol;2022&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"770\",\"adjustment_id\":\"157\",\"product_id\":\"136\",\"option_id\":\"1504\",\"quantity\":\"10.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11111206\",\"product_name\":\"STRIPPED LONGSLEEVE SIZE 32\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED STRIPE WHITE\"},{\"id\":\"771\",\"adjustment_id\":\"157\",\"product_id\":\"137\",\"option_id\":\"1516\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11111207\",\"product_name\":\"STRIPPED LONGSLEEVE SIZE 34\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED STRIPE WHITE\"},{\"id\":\"772\",\"adjustment_id\":\"157\",\"product_id\":\"138\",\"option_id\":\"1528\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11111208\",\"product_name\":\"STRIPPED LONGSLEEVE SIZE 36\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED STRIPE WHITE\"},{\"id\":\"773\",\"adjustment_id\":\"157\",\"product_id\":\"139\",\"option_id\":\"1540\",\"quantity\":\"3.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11111209\",\"product_name\":\"STRIPPED LONGSLEEVE SIZE 38\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"RED STRIPE WHITE\"}]}', '2022-10-30 20:12:54');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (237, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"734\",\"date\":\"2022-11-10 17:54:00\",\"reference_no\":\"SALE2022\\/11\\/0305\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"4800.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"480.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"480.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"5280.0000\",\"sale_status\":\"pending\",\"payment_status\":\"due\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"48\",\"pos\":\"0\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"312ddfc4c3969d4866ad24176fe7c65546b3a06465c50940ff008f60f6c8719e\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":null}', '2022-11-10 18:14:50');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (238, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"766\",\"date\":\"2022-11-20 14:50:00\",\"reference_no\":\"SALE2022\\/11\\/0331\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"7818.2600\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"781.7400\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"781.7400\",\"shipping\":\"0.0000\",\"grand_total\":\"8600.0000\",\"sale_status\":\"completed\",\"payment_status\":\"due\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"86\",\"pos\":\"0\",\"paid\":\"6200.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"cdcee94658e9ef4bb28cb8d90060a976be2b0a8e1bf95730c4dbd0f2d7292905\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"1217\",\"sale_id\":\"766\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":\"0\",\"net_unit_price\":\"90.9100\",\"unit_price\":\"100.0000\",\"quantity\":\"86.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"781.7400\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"8600.0000\",\"serial_no\":\"\",\"real_unit_price\":\"100.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"86.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2022-11-20 15:12:55');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (239, 'Expense is being deleted by kelvin (User Id: 8)', '{\"model\":{\"id\":\"116\",\"date\":\"0000-00-00 00:00:00\",\"reference\":\"SAMPLES\",\"amount\":\"2580.0000\",\"note\":\"<p>samples were purchased for marketing<\\/p>\",\"created_by\":\"8\",\"attachment\":\"0\",\"category_id\":\"12\",\"warehouse_id\":\"1\"}}', '2022-11-28 23:36:43');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (240, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"822\",\"date\":\"2022-12-06 18:22:00\",\"reference_no\":\"SALE2022\\/12\\/0378\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"2072.9000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"207.1000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"207.1000\",\"shipping\":\"0.0000\",\"grand_total\":\"2280.0000\",\"sale_status\":\"pending\",\"payment_status\":\"due\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"38\",\"pos\":\"0\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"44e7723b3a8f8a0377c4822be2f4a5e265a12f56d32a7bd37589155660221b2f\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":null}', '2022-12-06 18:41:43');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (241, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"1331\",\"date\":\"2023-01-31 23:08:00\",\"reference_no\":\"SALE2023\\/01\\/0529\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"2918.1800\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"291.8200\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"291.8200\",\"shipping\":\"0.0000\",\"grand_total\":\"3210.0000\",\"sale_status\":\"completed\",\"payment_status\":\"due\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":\"7\",\"updated_at\":\"2023-01-31 23:12:56\",\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"bb7715f329b875176a198a9b5f930096c958036ec664e6f19aa1b71d2d1948c5\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"1936\",\"sale_id\":\"1331\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":\"0\",\"net_unit_price\":\"2918.1800\",\"unit_price\":\"3210.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"291.8200\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"3210.0000\",\"serial_no\":\"\",\"real_unit_price\":\"3210.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2023-01-31 23:16:45');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (242, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"1475\",\"date\":\"2023-02-07 18:50:00\",\"reference_no\":\"SALE2023\\/02\\/0548\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"3036.3600\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"303.6400\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"303.6400\",\"shipping\":\"0.0000\",\"grand_total\":\"3340.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"3340.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"bc945c57015b27f19446fd176b3e131e421445c7abcb46aebc8badb1055dea80\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"2106\",\"sale_id\":\"1475\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":\"0\",\"net_unit_price\":\"3036.3600\",\"unit_price\":\"3340.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"303.6400\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"3340.0000\",\"serial_no\":\"\",\"real_unit_price\":\"3340.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2023-02-08 18:58:56');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (243, 'Expense is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"421\",\"date\":\"2023-02-09 17:42:00\",\"reference\":\"rider\",\"amount\":\"500.0000\",\"note\":\"<p>paid to rider<\\/p>\",\"created_by\":\"7\",\"attachment\":\"0\",\"category_id\":\"14\",\"warehouse_id\":\"0\"}}', '2023-02-09 18:35:29');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (244, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"1595\",\"date\":\"2023-02-22 18:18:00\",\"reference_no\":\"SALE2023\\/02\\/0579\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"2054.5500\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"205.4500\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"205.4500\",\"shipping\":\"0.0000\",\"grand_total\":\"2260.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"2260.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"8bda1596871c42de4e9106576e74451521d11cd227b8e66897e4ae0a5b380dfb\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"2244\",\"sale_id\":\"1595\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":\"0\",\"net_unit_price\":\"2054.5500\",\"unit_price\":\"2260.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"205.4500\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"2260.0000\",\"serial_no\":\"\",\"real_unit_price\":\"2260.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2023-02-22 18:20:39');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (245, 'Expense is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"481\",\"date\":\"2023-03-01 18:06:00\",\"reference\":\"salary\",\"amount\":\"1.0000\",\"note\":\"<p>paid fundi wa kuweka label<\\/p>\",\"created_by\":\"7\",\"attachment\":\"0\",\"category_id\":\"14\",\"warehouse_id\":\"0\"}}', '2023-03-01 18:16:18');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (246, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"1665\",\"date\":\"2023-03-13 18:01:00\",\"reference_no\":\"SALE2023\\/03\\/0609\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"1654.5500\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"165.4500\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"165.4500\",\"shipping\":\"0.0000\",\"grand_total\":\"1820.0000\",\"sale_status\":\"completed\",\"payment_status\":\"due\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"00aa757c45e8a6c729441f22dfef92942e782e7e7b730c1fe69da78de969668b\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"2322\",\"sale_id\":\"1665\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":\"0\",\"net_unit_price\":\"1654.5500\",\"unit_price\":\"1820.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"165.4500\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"1820.0000\",\"serial_no\":\"\",\"real_unit_price\":\"1820.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2023-03-13 18:34:00');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (247, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"1664\",\"date\":\"2023-03-13 17:58:00\",\"reference_no\":\"SALE2023\\/03\\/0608\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"1000.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"100.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"100.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"1100.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"1100.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"c354a91c28e3d799a22a9ee6b7e4b284dbd20f8124ae33e79b5494a58645d1bc\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"2321\",\"sale_id\":\"1664\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":\"0\",\"net_unit_price\":\"1000.0000\",\"unit_price\":\"1100.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"100.0000\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"1100.0000\",\"serial_no\":\"\",\"real_unit_price\":\"1100.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2023-03-13 18:34:10');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (248, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"1674\",\"date\":\"2023-03-18 12:55:00\",\"reference_no\":\"SALE2023\\/03\\/0618\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"409.0900\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"40.9100\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"40.9100\",\"shipping\":\"0.0000\",\"grand_total\":\"450.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"450.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"af58edb991ce785b2b1eb1586b67fdeb5a5f986be0cf6e986702087e58c44e07\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"2331\",\"sale_id\":\"1674\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":\"0\",\"net_unit_price\":\"409.0900\",\"unit_price\":\"450.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"40.9100\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"450.0000\",\"serial_no\":\"\",\"real_unit_price\":\"450.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2023-03-20 13:06:10');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (249, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"1692\",\"date\":\"2023-03-21 17:41:00\",\"reference_no\":\"SALE2023\\/03\\/0623\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"154.5500\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"15.4500\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"15.4500\",\"shipping\":\"0.0000\",\"grand_total\":\"170.0000\",\"sale_status\":\"completed\",\"payment_status\":\"due\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"0.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"53e2abecaa92debb92d0939441b8065e9968111a50059efc83d51c595de0ef98\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"2351\",\"sale_id\":\"1692\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":\"0\",\"net_unit_price\":\"154.5500\",\"unit_price\":\"170.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"15.4500\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"170.0000\",\"serial_no\":\"\",\"real_unit_price\":\"170.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2023-03-21 17:53:08');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (250, 'Sale is being deleted by christine (User Id: 7)', '{\"model\":{\"id\":\"1691\",\"date\":\"2023-03-21 17:40:00\",\"reference_no\":\"SALE2023\\/03\\/0622\",\"customer_id\":\"1\",\"customer\":\"Walk-in Customer\",\"biller_id\":\"3\",\"biller\":\"Tech-Firm Knits\",\"warehouse_id\":\"1\",\"note\":\"\",\"staff_note\":\"\",\"total\":\"1100.0000\",\"product_discount\":\"0.0000\",\"order_discount_id\":\"\",\"total_discount\":\"0.0000\",\"order_discount\":\"0.0000\",\"product_tax\":\"110.0000\",\"order_tax_id\":null,\"order_tax\":\"0.0000\",\"total_tax\":\"110.0000\",\"shipping\":\"0.0000\",\"grand_total\":\"1210.0000\",\"sale_status\":\"completed\",\"payment_status\":\"paid\",\"payment_term\":\"0\",\"due_date\":null,\"created_by\":\"7\",\"updated_by\":null,\"updated_at\":null,\"total_items\":\"1\",\"pos\":\"0\",\"paid\":\"1210.0000\",\"return_id\":null,\"surcharge\":\"0.0000\",\"attachment\":\"0\",\"return_sale_ref\":null,\"sale_id\":null,\"return_sale_total\":\"0.0000\",\"rounding\":null,\"suspend_note\":null,\"api\":\"0\",\"shop\":\"0\",\"address_id\":null,\"reserve_id\":null,\"hash\":\"170e8c0d81d11ab0402ce9c44a0e29cefda92dd6d138e03fb76928cbd0d445d4\",\"manual_payment\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"payment_method\":null},\"items\":[{\"id\":\"2350\",\"sale_id\":\"1691\",\"product_id\":\"100\",\"product_code\":\"11110120\",\"product_name\":\"Embroidery Logo\",\"product_type\":\"service\",\"option_id\":\"0\",\"net_unit_price\":\"1100.0000\",\"unit_price\":\"1210.0000\",\"quantity\":\"1.0000\",\"warehouse_id\":\"1\",\"item_tax\":\"110.0000\",\"tax_rate_id\":\"2\",\"tax\":\"10%\",\"discount\":\"0\",\"item_discount\":\"0.0000\",\"subtotal\":\"1210.0000\",\"serial_no\":\"\",\"real_unit_price\":\"1210.0000\",\"sale_item_id\":null,\"product_unit_id\":\"4\",\"product_unit_code\":\"Pc\",\"unit_quantity\":\"1.0000\",\"comment\":null,\"gst\":null,\"cgst\":null,\"sgst\":null,\"igst\":null,\"tax_code\":\"VAT10\",\"tax_name\":\"VAT @10%\",\"tax_rate\":\"10.0000\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":null,\"hsn_code\":null,\"second_name\":\"\",\"base_unit_id\":null,\"base_unit_code\":null}]}', '2023-03-21 17:53:15');
INSERT INTO `sma_logs` (`id`, `detail`, `model`, `date`) VALUES (251, 'Quantity adjustment is being deleted by charles (User Id: 5)', '{\"model\":{\"id\":\"162\",\"date\":\"2023-04-07 14:35:00\",\"reference_no\":\"2023\\/04\\/0159\",\"warehouse_id\":\"1\",\"note\":\"&lt;p&gt;Stock Retake Balancing&lt;&sol;p&gt;\",\"attachment\":null,\"created_by\":\"5\",\"updated_by\":null,\"updated_at\":null,\"count_id\":null},\"items\":[{\"id\":\"798\",\"adjustment_id\":\"162\",\"product_id\":\"113\",\"option_id\":\"1161\",\"quantity\":\"6.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110123\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"ASH GREY\"},{\"id\":\"799\",\"adjustment_id\":\"162\",\"product_id\":\"113\",\"option_id\":\"1154\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110123\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"GREEN\"},{\"id\":\"800\",\"adjustment_id\":\"162\",\"product_id\":\"113\",\"option_id\":\"1153\",\"quantity\":\"2.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"subtraction\",\"product_code\":\"11110123\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"MAROON\"},{\"id\":\"801\",\"adjustment_id\":\"162\",\"product_id\":\"113\",\"option_id\":\"1162\",\"quantity\":\"9.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110123\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"NAVY BLUE DARK\"},{\"id\":\"802\",\"adjustment_id\":\"162\",\"product_id\":\"113\",\"option_id\":\"1163\",\"quantity\":\"4.0000\",\"warehouse_id\":\"1\",\"serial_no\":\"\",\"type\":\"addition\",\"product_code\":\"11110123\",\"product_name\":\"PLAIN SWEATER SIZE 22\",\"image\":\"no_image.png\",\"details\":\"\",\"variant\":\"NAVY BLUE LIGHT\"}]}', '2023-04-07 14:53:50');


#
# TABLE STRUCTURE FOR: sma_migrations
#

DROP TABLE IF EXISTS `sma_migrations`;

CREATE TABLE `sma_migrations` (
  `version` bigint(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_migrations` (`version`) VALUES ('315');


#
# TABLE STRUCTURE FOR: sma_notifications
#

DROP TABLE IF EXISTS `sma_notifications`;

CREATE TABLE `sma_notifications` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `comment` text NOT NULL,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `from_date` datetime DEFAULT NULL,
  `till_date` datetime DEFAULT NULL,
  `scope` tinyint(1) NOT NULL DEFAULT 3,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_order_ref
#

DROP TABLE IF EXISTS `sma_order_ref`;

CREATE TABLE `sma_order_ref` (
  `ref_id` int(11) NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `so` int(11) NOT NULL DEFAULT 1,
  `qu` int(11) NOT NULL DEFAULT 1,
  `po` int(11) NOT NULL DEFAULT 1,
  `to` int(11) NOT NULL DEFAULT 1,
  `pos` int(11) NOT NULL DEFAULT 1,
  `do` int(11) NOT NULL DEFAULT 1,
  `pay` int(11) NOT NULL DEFAULT 1,
  `re` int(11) NOT NULL DEFAULT 1,
  `rep` int(11) NOT NULL DEFAULT 1,
  `ex` int(11) NOT NULL DEFAULT 1,
  `ppay` int(11) NOT NULL DEFAULT 1,
  `qa` int(11) DEFAULT 1,
  PRIMARY KEY (`ref_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_order_ref` (`ref_id`, `date`, `so`, `qu`, `po`, `to`, `pos`, `do`, `pay`, `re`, `rep`, `ex`, `ppay`, `qa`) VALUES (1, '2015-03-01', 646, 2, 60, 1, 1067, 3, 1335, 1, 1, 153, 48, 169);


#
# TABLE STRUCTURE FOR: sma_pages
#

DROP TABLE IF EXISTS `sma_pages`;

CREATE TABLE `sma_pages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(15) NOT NULL,
  `title` varchar(60) NOT NULL,
  `description` varchar(180) NOT NULL,
  `slug` varchar(55) DEFAULT NULL,
  `body` text NOT NULL,
  `active` tinyint(1) NOT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `order_no` tinyint(4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_payments
#

DROP TABLE IF EXISTS `sma_payments`;

CREATE TABLE `sma_payments` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NULL DEFAULT current_timestamp(),
  `sale_id` int(11) DEFAULT NULL,
  `return_id` int(11) DEFAULT NULL,
  `purchase_id` int(11) DEFAULT NULL,
  `reference_no` varchar(50) NOT 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,4) NOT NULL,
  `currency` varchar(3) DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `type` varchar(20) NOT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `pos_paid` decimal(25,4) DEFAULT 0.0000,
  `pos_balance` decimal(25,4) DEFAULT 0.0000,
  `approval_code` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1422 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (13, '2022-05-05 09:16:26', 20, NULL, NULL, 'IPAY2022/05/0011', NULL, 'cash', '', '', '', '', '', '', '980.0000', NULL, 3, NULL, 'received', '', '1000.0000', '20.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (14, '2022-05-05 13:55:28', 24, NULL, NULL, 'IPAY2022/05/0012', NULL, 'other', '', '', '', '', '', '', '520.0000', NULL, 6, NULL, 'received', '', '520.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (15, '2022-05-05 13:59:23', 27, NULL, NULL, 'IPAY2022/05/0013', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 6, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (16, '2022-05-05 14:36:00', 26, NULL, NULL, 'IPAY2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 6, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (17, '2022-05-05 14:38:00', 25, NULL, NULL, 'IPAY2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '460.0000', NULL, 6, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (18, '2022-05-05 14:40:00', 23, NULL, NULL, 'IPAY2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '2060.0000', NULL, 6, NULL, 'received', '', '2060.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (19, '2022-05-05 14:43:00', 22, NULL, NULL, 'IPAY2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '3050.0000', NULL, 6, NULL, 'received', '', '3050.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (20, '2022-05-05 14:48:00', 21, NULL, NULL, 'IPAY2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '420.0000', NULL, 6, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (21, '2022-05-05 14:49:00', 19, NULL, NULL, 'IPAY2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '1630.0000', NULL, 6, NULL, 'received', '', '1630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (22, '2022-05-05 14:52:00', 18, NULL, NULL, 'IPAY2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '920.0000', NULL, 6, NULL, 'received', '', '920.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (23, '2022-05-05 14:54:00', 17, NULL, NULL, 'IPAY2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '920.0000', NULL, 6, NULL, 'received', '', '920.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (24, '2022-05-05 14:58:00', 16, NULL, NULL, 'IPAY2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '1300.0000', NULL, 6, NULL, 'received', '', '1300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (25, '2022-05-05 15:03:00', 15, NULL, NULL, 'IPAY2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '1030.0000', NULL, 6, NULL, 'received', '', '1030.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (26, '2022-05-05 15:06:00', 14, NULL, NULL, 'IPAY2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '3760.0000', NULL, 6, NULL, 'received', '', '3760.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (27, '2022-05-05 16:06:02', 28, NULL, NULL, 'IPAY2022/05/0014', NULL, 'cash', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (28, '2022-05-05 16:07:45', 29, NULL, NULL, 'IPAY2022/05/0015', NULL, 'other', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (29, '2022-05-05 16:24:54', 30, NULL, NULL, 'IPAY2022/05/0016', NULL, 'other', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (30, '2022-05-05 17:24:08', 31, NULL, NULL, 'IPAY2022/05/0017', NULL, 'other', '', '', '', '', '', '', '5000.0000', NULL, 6, NULL, 'received', '', '5000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (31, '2022-05-05 18:28:34', 32, NULL, NULL, 'IPAY2022/05/0018', NULL, 'cash', '', '', '', '', '', '', '1990.0000', NULL, 6, NULL, 'received', '', '1990.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (32, '2022-05-06 11:52:59', 33, NULL, NULL, 'IPAY2022/05/0019', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 6, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (33, '2022-05-06 11:57:41', 34, NULL, NULL, 'IPAY2022/05/0020', NULL, 'other', '', '', '', '', '', '', '4890.0000', NULL, 6, NULL, 'received', '', '4890.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (34, '2022-05-06 16:08:12', 35, NULL, NULL, 'IPAY2022/05/0021', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 6, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (35, '2022-05-06 18:39:55', 36, NULL, NULL, 'IPAY2022/05/0022', NULL, 'other', '', '', '', '', '', '', '3160.0000', NULL, 6, NULL, 'received', '', '3160.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (36, '2022-05-07 18:52:14', 37, NULL, NULL, 'IPAY2022/05/0023', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 6, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (37, '2022-05-07 18:54:21', 38, NULL, NULL, 'IPAY2022/05/0024', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 6, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (38, '2022-05-07 18:57:48', 39, NULL, NULL, 'IPAY2022/05/0025', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 6, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (39, '2022-05-07 18:59:06', 40, NULL, NULL, 'IPAY2022/05/0026', NULL, 'cash', '', '', '', '', '', '', '1020.0000', NULL, 6, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (40, '2022-05-07 19:03:08', 41, NULL, NULL, 'IPAY2022/05/0027', NULL, 'cash', '', '', '', '', '', '', '840.0000', NULL, 6, NULL, 'received', '', '840.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (41, '2022-05-07 19:22:34', 42, NULL, NULL, 'IPAY2022/05/0028', NULL, 'cash', '', '', '', '', '', '', '14860.0000', NULL, 6, NULL, 'received', '', '14860.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (42, '2022-05-07 19:35:34', 43, NULL, NULL, 'IPAY2022/05/0029', NULL, 'cash', '', '', '', '', '', '', '2820.0000', NULL, 6, NULL, 'received', '', '2820.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (43, '2022-04-19 02:45:00', 44, NULL, NULL, 'IPAY2022/05/0030', NULL, 'cash', '', '', '', '', '', 'Visa', '450.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (44, '2022-04-19 16:00:00', 45, NULL, NULL, 'IPAY2022/05/0031', NULL, 'cash', '', '', '', '', '', 'Visa', '250.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (45, '2022-04-19 14:30:00', 46, NULL, NULL, 'IPAY2022/05/0032', NULL, 'cash', '', '', '', '', '', 'Visa', '750.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (46, '2022-04-19 14:35:00', 47, NULL, NULL, 'IPAY2022/05/0033', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (47, '2022-04-19 14:35:00', 48, NULL, NULL, 'IPAY2022/05/0034', NULL, 'cash', '', '', '', '', '', 'Visa', '50.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (48, '2022-04-19 14:35:00', 49, NULL, NULL, 'IPAY2022/05/0035', NULL, 'cash', '', '', '', '', '', 'Visa', '300.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (49, '2022-04-19 15:00:00', 50, NULL, NULL, 'IPAY2022/05/0036', NULL, 'cash', '', '', '', '', '', 'Visa', '1100.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (50, '2022-04-20 09:00:00', 51, NULL, NULL, 'IPAY2022/05/0037', NULL, 'cash', '', '', '', '', '', 'Visa', '300.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (51, '2022-04-20 08:05:00', 52, NULL, NULL, 'IPAY2022/05/0038', NULL, 'cash', '', '', '', '', '', 'Visa', '300.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (52, '2022-04-20 08:15:00', 53, NULL, NULL, 'IPAY2022/05/0039', NULL, 'cash', '', '', '', '', '', 'Visa', '200.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (53, '2022-04-20 08:40:00', 54, NULL, NULL, 'IPAY2022/05/0040', NULL, 'cash', '', '', '', '', '', 'Visa', '150.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (54, '2022-04-20 10:30:00', 55, NULL, NULL, 'IPAY2022/05/0041', NULL, 'cash', '', '', '', '', '', 'Visa', '150.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (55, '2022-04-20 14:35:00', 56, NULL, NULL, 'IPAY2022/05/0042', NULL, 'cash', '', '', '', '', '', 'Visa', '2400.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (56, '2022-04-20 15:05:00', 57, NULL, NULL, 'IPAY2022/05/0043', NULL, 'cash', '', '', '', '', '', 'Visa', '70.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (57, '2022-05-09 19:14:39', 58, NULL, NULL, 'IPAY2022/05/0044', NULL, 'cash', '', '', '', '', '', '', '1050.0000', NULL, 6, NULL, 'received', '', '1050.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (58, '2022-05-09 19:17:45', 59, NULL, NULL, 'IPAY2022/05/0045', NULL, 'cash', '', '', '', '', '', '', '5140.0000', NULL, 6, NULL, 'received', '', '5140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (59, '2022-05-09 19:27:41', 60, NULL, NULL, 'IPAY2022/05/0046', NULL, 'cash', '', '', '', '', '', '', '2350.0000', NULL, 6, NULL, 'received', '', '2350.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (60, '2022-05-10 15:07:43', 64, NULL, NULL, 'IPAY2022/05/0047', NULL, 'cash', '', '', '', '', '', '', '2400.0000', NULL, 6, NULL, 'received', '', '2400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (61, '2022-05-10 15:13:56', 65, NULL, NULL, 'IPAY2022/05/0048', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 6, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (62, '2022-05-10 15:15:07', 66, NULL, NULL, 'IPAY2022/05/0049', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 6, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (63, '2022-05-10 15:24:37', 68, NULL, NULL, 'IPAY2022/05/0050', NULL, 'cash', '', '', '', '', '', '', '1000.0000', NULL, 6, NULL, 'received', '', '1000.0000', '-620.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (64, '2022-05-10 15:25:38', 69, NULL, NULL, 'IPAY2022/05/0051', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 6, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (65, '2022-05-10 15:26:25', 70, NULL, NULL, 'IPAY2022/05/0052', NULL, 'other', '', '', '', '', '', '', '460.0000', NULL, 6, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (66, '2022-05-10 15:28:08', 71, NULL, NULL, 'IPAY2022/05/0053', NULL, 'cash', '', '', '', '', '', '', '590.0000', NULL, 6, NULL, 'received', '', '590.0000', '-40.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (67, '2022-05-10 15:39:00', 63, NULL, NULL, 'IPAY2022/05/0054', NULL, 'cash', '', '', '', '', '', 'Visa', '7490.0000', NULL, 6, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (68, '2022-05-10 16:40:00', 71, NULL, NULL, 'IPAY2022/05/0055', NULL, 'cash', '', '', '', '', '', 'Visa', '40.0000', NULL, 6, NULL, 'received', '', '40.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (69, '2022-05-10 18:19:00', NULL, NULL, 19, 'POP2022/05/0001', NULL, 'cash', '', '', '', '', '', 'Visa', '7974.0000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (70, '2022-05-10 19:18:27', 72, NULL, NULL, 'IPAY2022/05/0055', NULL, 'cash', '', '', '', '', '', '', '5570.0000', NULL, 6, NULL, 'received', '', '5570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (71, '2022-04-21 18:00:00', 73, NULL, NULL, 'IPAY2022/05/0056', NULL, 'cash', '', '', '', '', '', 'Visa', '3050.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (72, '2022-05-10 19:20:00', 74, NULL, NULL, 'IPAY2022/05/0057', NULL, 'cash', '', '', '', '', '', 'Visa', '1770.0000', NULL, 5, NULL, 'received', '<p>Collective total of marking for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (73, '2022-04-22 18:27:00', 75, NULL, NULL, 'IPAY2022/05/0058', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (74, '2022-05-10 19:29:00', 75, NULL, NULL, 'IPAY2022/05/0059', NULL, 'cash', '', '', '', '', '', 'Visa', '4740.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (75, '2022-05-10 19:32:00', 76, NULL, NULL, 'IPAY2022/05/0060', NULL, 'cash', '', '', '', '', '', 'Visa', '9900.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (76, '2022-04-24 19:47:00', 77, NULL, NULL, 'IPAY2022/05/0061', NULL, 'cash', '', '', '', '', '', 'Visa', '9020.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (77, '2022-04-25 19:49:00', 78, NULL, NULL, 'IPAY2022/05/0062', NULL, 'cash', '', '', '', '', '', 'Visa', '13630.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (78, '2022-04-26 19:50:00', 79, NULL, NULL, 'IPAY2022/05/0063', NULL, 'cash', '', '', '', '', '', 'Visa', '3975.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (79, '2022-04-27 19:52:00', 80, NULL, NULL, 'IPAY2022/05/0064', NULL, 'cash', '', '', '', '', '', 'Visa', '8200.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (80, '2022-04-29 20:00:00', 81, NULL, NULL, 'IPAY2022/05/0065', NULL, 'cash', '', '', '', '', '', 'Visa', '6940.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (81, '2022-04-30 20:26:00', 82, NULL, NULL, 'IPAY2022/05/0066', NULL, 'cash', '', '', '', '', '', 'Visa', '6190.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (82, '2022-05-11 15:34:32', 83, NULL, NULL, 'IPAY2022/05/0067', NULL, 'other', '', '', '', '', '', '', '980.0000', NULL, 6, NULL, 'received', '', '980.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (83, '2022-05-11 15:41:59', 84, NULL, NULL, 'IPAY2022/05/0068', NULL, 'cash', '', '', '', '', '', '', '1040.0000', NULL, 6, NULL, 'received', '', '1040.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (84, '2022-05-11 16:19:44', 86, NULL, NULL, 'IPAY2022/05/0069', NULL, 'other', '', '', '', '', '', '', '530.0000', NULL, 6, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (85, '2022-05-11 17:37:00', NULL, NULL, 22, 'POP2022/05/0002', NULL, 'cash', '', '', '', '', '', 'Visa', '50400.0000', NULL, 6, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (86, '2022-05-01 12:28:00', 87, NULL, NULL, 'IPAY2022/05/0070', NULL, 'cash', '', '', '', '', '', 'Visa', '200.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (87, '2022-05-02 12:29:00', 88, NULL, NULL, 'IPAY2022/05/0071', NULL, 'cash', '', '', '', '', '', 'Visa', '5600.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (88, '2022-05-03 12:31:00', 89, NULL, NULL, 'IPAY2022/05/0072', NULL, 'cash', '', '', '', '', '', 'Visa', '6700.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (89, '2022-05-12 12:32:00', 87, NULL, NULL, 'IPAY2022/05/0073', NULL, 'cash', '', '', '', '', '', 'Visa', '400.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (90, '2022-05-04 17:00:00', 90, NULL, NULL, 'IPAY2022/05/0074', NULL, 'cash', '', '', '', '', '', 'Visa', '7300.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (91, '2022-05-05 17:00:00', 91, NULL, NULL, 'IPAY2022/05/0075', NULL, 'cash', '', '', '', '', '', 'Visa', '1600.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (92, '2022-05-06 17:00:00', 92, NULL, NULL, 'IPAY2022/05/0076', NULL, 'cash', '', '', '', '', '', 'Visa', '1350.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (93, '2022-05-07 17:00:00', 93, NULL, NULL, 'IPAY2022/05/0077', NULL, 'cash', '', '', '', '', '', 'Visa', '7530.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (95, '2022-05-09 17:00:00', 95, NULL, NULL, 'IPAY2022/05/0079', NULL, 'cash', '', '', '', '', '', 'Visa', '5810.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (97, '2022-05-12 18:00:46', 97, NULL, NULL, 'IPAY2022/05/0080', NULL, 'cash', '', '', '', '', '', '', '290.0000', NULL, 7, NULL, 'received', '', '290.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (98, '2022-05-12 18:03:59', 98, NULL, NULL, 'IPAY2022/05/0081', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (99, '2022-05-12 18:06:45', 99, NULL, NULL, 'IPAY2022/05/0082', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (100, '2022-05-12 18:09:22', 100, NULL, NULL, 'IPAY2022/05/0083', NULL, 'other', '', '', '', '', '', '', '1000.0000', NULL, 7, NULL, 'received', '', '1000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (101, '2022-05-12 18:12:51', 101, NULL, NULL, 'IPAY2022/05/0084', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (102, '2022-05-12 18:14:40', 102, NULL, NULL, 'IPAY2022/05/0085', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (103, '2022-05-12 18:16:34', 103, NULL, NULL, 'IPAY2022/05/0086', NULL, 'other', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (104, '2022-05-12 18:43:05', 104, NULL, NULL, 'IPAY2022/05/0087', NULL, 'other', '', '', '', '', '', '', '6460.0000', NULL, 7, NULL, 'received', '', '6460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (105, '2022-05-13 12:42:33', 105, NULL, NULL, 'IPAY2022/05/0088', NULL, 'other', '', '', '', '', '', '', '4390.0000', NULL, 7, NULL, 'received', '', '4390.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (106, '2022-05-13 12:45:22', 106, NULL, NULL, 'IPAY2022/05/0089', NULL, 'cash', '', '', '', '', '', '', '2340.0000', NULL, 7, NULL, 'received', '', '2340.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (107, '2022-05-13 16:02:36', 107, NULL, NULL, 'IPAY2022/05/0090', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (108, '2022-05-13 17:23:00', 108, NULL, NULL, 'IPAY2022/05/0091', NULL, 'cash', '', '', '', '', '', 'Visa', '2500.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (109, '2022-05-12 17:25:00', 110, NULL, NULL, 'IPAY2022/05/0092', NULL, 'cash', '', '', '', '', '', 'Visa', '2200.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (110, '2022-05-14 15:03:48', 112, NULL, NULL, 'IPAY2022/05/0093', NULL, 'other', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (111, '2022-05-14 15:20:58', 113, NULL, NULL, 'IPAY2022/05/0094', NULL, 'other', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (112, '2022-05-14 18:21:04', 114, NULL, NULL, 'IPAY2022/05/0095', NULL, 'other', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (113, '2022-05-14 18:46:57', 115, NULL, NULL, 'IPAY2022/05/0096', NULL, 'other', '', '', '', '', '', '', '1530.0000', NULL, 7, NULL, 'received', '', '1530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (114, '2022-05-14 20:21:00', 109, NULL, NULL, 'IPAY2022/05/0097', NULL, 'cash', '', '', '', '', '', 'Visa', '5700.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (115, '2022-05-14 20:28:00', 111, NULL, NULL, 'IPAY2022/05/0098', NULL, 'cash', '', '', '', '', '', 'Visa', '2160.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (116, '2022-05-14 20:33:00', 62, NULL, NULL, 'IPAY2022/05/0099', NULL, 'cash', '', '', '', '', '', 'Visa', '3330.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (117, '2022-05-14 20:38:00', 116, NULL, NULL, 'IPAY2022/05/0100', NULL, 'cash', '', '', '', '', '', 'Visa', '9800.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (118, '2022-05-10 20:48:00', 62, NULL, NULL, 'IPAY2022/05/0101', NULL, 'cash', '', '', '', '', '', 'Visa', '3500.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (119, '2022-05-15 10:17:00', NULL, NULL, 28, 'POP2022/05/0004', NULL, 'cash', '', '', '', '', '', 'Visa', '800.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (120, '2022-05-15 10:39:00', NULL, NULL, 30, 'POP2022/05/0005', NULL, 'cash', '', '', '', '', '', 'Visa', '1200.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (121, '2022-05-09 18:30:00', NULL, NULL, 29, 'POP2022/05/0006', NULL, 'cash', '', '', '', '', '', 'Visa', '2258.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (122, '2022-05-15 10:46:00', NULL, NULL, 31, 'POP2022/05/0007', NULL, 'cash', '', '', '', '', '', 'Visa', '4516.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (123, '2022-05-15 11:03:00', NULL, NULL, 33, 'POP2022/05/0008', NULL, 'cash', '', '', '', '', '', 'Visa', '51240.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (124, '2022-05-15 11:38:00', NULL, NULL, 32, 'POP2022/05/0009', NULL, 'cash', '', '', '', '', '', 'Visa', '1840.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (125, '2022-05-15 11:49:00', NULL, NULL, 26, 'POP2022/05/0010', NULL, 'cash', '', '', '', '', '', 'Visa', '1620.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (126, '2022-05-15 18:55:00', 117, NULL, NULL, 'IPAY2022/05/0102', NULL, 'cash', '', '', '', '', '', 'Visa', '2100.0000', NULL, 5, NULL, 'received', '<p>Via Mpesa</p>', '2100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (127, '2022-05-15 19:01:00', 117, NULL, NULL, 'IPAY2022/05/0102', NULL, 'cash', '', '', '', '', '', 'Visa', '490.0000', NULL, 5, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (128, '2022-05-15 19:12:00', 119, NULL, NULL, 'IPAY2022/05/0102', NULL, 'cash', '', '', '', '', '', 'Visa', '1250.0000', NULL, 5, NULL, 'received', '<p>Collective total  for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (129, '2022-05-16 17:34:00', 120, NULL, NULL, 'IPAY2022/05/0103', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (130, '2022-05-16 17:35:54', 121, NULL, NULL, 'IPAY2022/05/0104', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (131, '2022-05-16 18:49:04', 122, NULL, NULL, 'IPAY2022/05/0105', NULL, 'cash', '', '', '', '', '', '', '1300.0000', NULL, 7, NULL, 'received', '', '1300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (132, '2022-05-16 18:07:00', 123, NULL, NULL, 'IPAY2022/05/0106', NULL, 'cash', '', '', '', '', '', 'Visa', '3910.0000', NULL, 5, NULL, 'received', '<p>Collective embroidery works for the day</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (133, '2022-05-16 18:10:00', 62, NULL, NULL, 'IPAY2022/05/0107', NULL, 'cash', '', '', '', '', '', 'Visa', '7470.0000', NULL, 5, NULL, 'received', '<p>Mercy Pemas</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (134, '2022-05-16 18:22:00', NULL, NULL, 34, 'POP2022/05/0011', NULL, 'cash', '', '', '', '', '', 'Visa', '800.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (135, '2022-05-17 11:52:19', 124, NULL, NULL, 'IPAY2022/05/0108', NULL, 'other', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (136, '2022-05-17 13:50:53', 125, NULL, NULL, 'IPAY2022/05/0109', NULL, 'other', '', '', '', '', '', '', '950.0000', NULL, 7, NULL, 'received', '', '950.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (137, '2022-05-17 19:23:21', 126, NULL, NULL, 'IPAY2022/05/0110', NULL, 'cash', '', '', '', '', '', '', '2110.0000', NULL, 7, NULL, 'received', '', '2110.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (138, '2022-05-18 14:43:46', 127, NULL, NULL, 'IPAY2022/05/0111', NULL, 'other', '', '', '', '', '', '', '1740.0000', NULL, 7, NULL, 'received', '', '1740.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (139, '2022-05-18 15:28:02', 129, NULL, NULL, 'IPAY2022/05/0112', NULL, 'other', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (140, '2022-05-18 12:27:00', 128, NULL, NULL, 'IPAY2022/05/0113', NULL, 'cash', '', '', '', '', '', 'Visa', '1770.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (141, '2022-05-18 12:31:00', NULL, NULL, 35, 'POP2022/05/0012', NULL, 'cash', '', '', '', '', '', 'Visa', '39850.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (142, '2022-05-18 15:47:29', 131, NULL, NULL, 'IPAY2022/05/0114', NULL, 'other', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (143, '2022-05-18 16:03:11', 132, NULL, NULL, 'IPAY2022/05/0115', NULL, 'cash', '', '', '', '', '', '', '1710.0000', NULL, 7, NULL, 'received', '', '1710.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (144, '2022-05-18 17:07:48', 133, NULL, NULL, 'IPAY2022/05/0116', NULL, 'cash', '', '', '', '', '', '', '1050.0000', NULL, 7, NULL, 'received', '', '1050.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (145, '2022-05-18 19:18:00', 130, NULL, NULL, 'IPAY2022/05/0117', NULL, 'cash', '', '', '', '', '', 'Visa', '200.0000', NULL, 5, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (146, '2022-05-18 20:31:00', 134, NULL, NULL, 'IPAY2022/05/0117', NULL, 'cash', '', '', '', '', '', 'Visa', '2160.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (147, '2022-05-19 17:49:19', 135, NULL, NULL, 'IPAY2022/05/0118', NULL, 'cash', '', '', '', '', '', '', '2780.0000', NULL, 5, NULL, 'received', '', '2780.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (148, '2022-05-19 17:52:15', 136, NULL, NULL, 'IPAY2022/05/0119', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 5, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (149, '2022-05-19 17:53:06', 137, NULL, NULL, 'IPAY2022/05/0120', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 5, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (150, '2022-05-19 18:13:50', 138, NULL, NULL, 'IPAY2022/05/0121', NULL, 'cash', '', '', '', '', '', '', '6000.0000', NULL, 5, NULL, 'received', '', '6000.0000', '-5580.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (151, '2022-05-19 17:00:00', 138, NULL, NULL, 'IPAY2022/05/0122', NULL, 'cash', '', '', '', '', '', 'Visa', '5580.0000', NULL, 5, NULL, 'received', '', '5580.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (152, '2022-05-19 17:00:00', 139, NULL, NULL, 'IPAY2022/05/0122', NULL, 'cash', '', '', '', '', '', 'Visa', '1100.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (153, '2022-05-21 13:09:00', 140, NULL, NULL, 'IPAY2022/05/0123', NULL, 'cash', '', '', '', '', '', 'Visa', '1340.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (154, '2022-05-19 13:56:00', 68, NULL, NULL, 'IPAY2022/05/0124', NULL, 'cash', '', '', '', '', '', 'Visa', '620.0000', NULL, 5, NULL, 'received', '<p>Wambua</p>', '620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (155, '2022-05-21 13:57:00', 67, NULL, NULL, 'IPAY2022/05/0124', NULL, 'cash', '', '', '', '', '', 'Visa', '1710.0000', NULL, 5, NULL, 'received', '<p>Carlo</p>', '1710.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (156, '2022-05-21 17:41:25', 141, NULL, NULL, 'IPAY2022/05/0124', NULL, 'cash', '', '', '', '', '', '', '2160.0000', NULL, 7, NULL, 'received', '', '2160.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (157, '2022-05-21 17:44:59', 142, NULL, NULL, 'IPAY2022/05/0125', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (158, '2022-05-21 18:04:31', 143, NULL, NULL, 'IPAY2022/05/0126', NULL, 'other', '', '', '', '', '', '', '4110.0000', NULL, 7, NULL, 'received', '', '4110.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (159, '2022-05-23 15:05:16', 144, NULL, NULL, 'IPAY2022/05/0127', NULL, 'other', '', '', '', '', '', '', '1030.0000', NULL, 7, NULL, 'received', '', '1030.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (160, '2022-05-23 15:13:59', 145, NULL, NULL, 'IPAY2022/05/0128', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (161, '2022-05-23 15:17:26', 146, NULL, NULL, 'IPAY2022/05/0129', NULL, 'cash', '', '', '', '', '', '', '1240.0000', NULL, 7, NULL, 'received', '', '1240.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (162, '2022-05-23 15:27:26', 147, NULL, NULL, 'IPAY2022/05/0130', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (163, '2022-05-23 17:47:53', 148, NULL, NULL, 'IPAY2022/05/0131', NULL, 'other', '', '', '', '', '', '', '420.0000', NULL, 7, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (164, '2022-05-24 09:25:31', 149, NULL, NULL, 'IPAY2022/05/0132', NULL, 'other', '', '', '', '', '', '', '6500.0000', NULL, 7, NULL, 'received', '', '6500.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (165, '2022-05-24 14:11:00', 150, NULL, NULL, 'IPAY2022/05/0133', NULL, 'cash', '', '', '', '', '', 'Visa', '1230.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (166, '2022-05-24 14:12:00', 111, NULL, NULL, 'IPAY2022/05/0134', NULL, 'cash', '', '', '', '', '', 'Visa', '1500.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (167, '2022-05-23 14:14:00', 140, NULL, NULL, 'IPAY2022/05/0135', NULL, 'cash', '', '', '', '', '', 'Visa', '4000.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (168, '2022-05-24 17:26:49', 151, NULL, NULL, 'IPAY2022/05/0136', NULL, 'cash', '', '', '', '', '', '', '8730.0000', NULL, 5, NULL, 'received', '', '8730.0000', '-29890.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (169, '2022-05-18 14:33:00', 111, NULL, NULL, 'IPAY2022/05/0137', NULL, 'cash', '', '', '', '', '', 'Visa', '360.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (170, '2022-05-24 14:59:00', 152, NULL, NULL, 'IPAY2022/05/0138', NULL, 'cash', '', '', '', '', '', 'Visa', '280.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (171, '2022-05-23 15:14:00', NULL, NULL, 36, 'POP2022/05/0013', NULL, 'cash', '', '', '', '', '', 'Visa', '23936.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (172, '2022-05-24 15:15:00', 152, NULL, NULL, 'IPAY2022/05/0139', NULL, 'cash', '', '', '', '', '', 'Visa', '50.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (173, '2022-05-25 17:14:11', 154, NULL, NULL, 'IPAY2022/05/0140', NULL, 'other', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (174, '2022-05-26 12:51:04', 155, NULL, NULL, 'IPAY2022/05/0141', NULL, 'cash', '', '', '', '', '', '', '2590.0000', NULL, 7, NULL, 'received', '', '2590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (176, '2022-05-27 17:50:23', 157, NULL, NULL, 'IPAY2022/05/0143', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (177, '2022-05-26 16:57:00', 160, NULL, NULL, 'IPAY2022/05/0144', NULL, 'cash', '', '', '', '', '', 'Visa', '150.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (178, '2022-05-26 17:01:00', NULL, NULL, 37, 'POP2022/05/0014', NULL, 'cash', '', '', '', '', '', 'Visa', '540.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (179, '2022-05-26 17:08:00', 111, NULL, NULL, 'IPAY2022/05/0145', NULL, 'cash', '', '', '', '', '', 'Visa', '3840.0000', NULL, 5, 'ebc2fbf9e856df36b960ac434c151aa0.png', 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (180, '2022-05-27 17:17:00', 162, NULL, NULL, 'IPAY2022/05/0146', NULL, 'cash', '', '', '', '', '', 'Visa', '2050.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (181, '2022-05-24 17:33:00', 164, NULL, NULL, 'IPAY2022/05/0147', NULL, 'cash', '', '', '', '', '', 'Visa', '550.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (182, '2022-05-27 17:46:00', 153, NULL, NULL, 'IPAY2022/05/0148', NULL, 'cash', '', '', '', '', '', 'Visa', '8000.0000', NULL, 5, NULL, 'received', '', '8000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (183, '2022-05-29 17:45:24', 166, NULL, NULL, 'IPAY2022/05/0148', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (184, '2022-05-29 17:57:24', 167, NULL, NULL, 'IPAY2022/05/0149', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (192, '2022-05-28 10:30:00', 175, NULL, NULL, 'IPAY2022/05/0157', NULL, 'cash', '', '', '', '', '', 'Visa', '2500.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (195, '2022-05-30 12:04:17', 178, NULL, NULL, 'IPAY2022/05/0160', NULL, 'Mpesa', '', '', '', '', '', '', '620.0000', NULL, 7, NULL, 'received', '', '620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (197, '2022-05-26 10:43:00', 150, NULL, NULL, 'IPAY2022/05/0162', NULL, 'cash', '', '', '', '', '', 'Visa', '2100.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (198, '2022-05-28 10:47:00', 151, NULL, NULL, 'IPAY2022/05/0163', NULL, 'cash', '', '', '', '', '', 'Visa', '28000.0000', NULL, 5, NULL, 'received', '', '28000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (199, '2022-05-28 10:54:00', 179, NULL, NULL, 'IPAY2022/05/0163', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '2520.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (200, '2022-05-29 11:05:00', 165, NULL, NULL, 'IPAY2022/05/0164', NULL, 'cash', '', '', '', '', '', 'Visa', '5600.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (201, '2022-05-30 14:17:13', 181, NULL, NULL, 'IPAY2022/05/0165', NULL, 'Mpesa', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (202, '2022-05-30 12:45:00', 182, NULL, NULL, 'IPAY2022/05/0166', NULL, 'cash', '', '', '', '', '', 'Visa', '650.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (203, '2022-05-30 12:46:00', 183, NULL, NULL, 'IPAY2022/05/0167', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '1750.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (204, '2022-05-31 18:00:41', 185, NULL, NULL, 'IPAY2022/05/0168', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (205, '2022-05-31 18:01:58', 186, NULL, NULL, 'IPAY2022/05/0169', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (206, '2022-05-31 18:03:29', 187, NULL, NULL, 'IPAY2022/05/0170', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (207, '2022-06-01 08:47:31', 188, NULL, NULL, 'IPAY2022/06/0171', NULL, 'Mpesa', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (208, '2022-06-01 08:57:41', 189, NULL, NULL, 'IPAY2022/06/0172', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (209, '2022-06-01 09:01:10', 190, NULL, NULL, 'IPAY2022/06/0173', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (210, '2022-06-01 09:06:49', 191, NULL, NULL, 'IPAY2022/06/0174', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (211, '2022-06-01 09:09:53', 192, NULL, NULL, 'IPAY2022/06/0175', NULL, 'Mpesa', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (212, '2022-06-01 09:13:42', 193, NULL, NULL, 'IPAY2022/06/0176', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (213, '2022-06-01 09:22:13', 194, NULL, NULL, 'IPAY2022/06/0177', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (214, '2022-06-01 09:28:15', 195, NULL, NULL, 'IPAY2022/06/0178', NULL, 'Mpesa', '', '', '', '', '', '', '3020.0000', NULL, 7, NULL, 'received', '', '3020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (215, '2022-06-01 09:33:31', 196, NULL, NULL, 'IPAY2022/06/0179', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (216, '2022-06-01 09:45:46', 197, NULL, NULL, 'IPAY2022/06/0180', NULL, 'Mpesa', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (217, '2022-06-01 10:20:00', 85, NULL, NULL, 'IPAY2022/06/0181', NULL, 'cash', '', '', '', '', '', 'Visa', '2040.0000', NULL, 8, NULL, 'received', '', '2040.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (218, '2022-05-31 13:10:00', 201, NULL, NULL, 'IPAY2022/06/0181', NULL, 'cash', '', '', '', '', '', 'Visa', '2020.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (219, '2022-06-01 17:19:20', 204, NULL, NULL, 'IPAY2022/06/0182', NULL, 'cash', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (220, '2022-06-01 17:20:50', 205, NULL, NULL, 'IPAY2022/06/0183', NULL, 'Mpesa', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (221, '2022-06-01 17:22:31', 206, NULL, NULL, 'IPAY2022/06/0184', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (222, '2022-06-01 17:23:47', 207, NULL, NULL, 'IPAY2022/06/0185', NULL, 'Mpesa', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (223, '2022-06-01 15:05:00', 128, NULL, NULL, 'IPAY2022/06/0186', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '180.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (224, '2022-06-02 17:29:28', 208, NULL, NULL, 'IPAY2022/06/0187', NULL, 'Mpesa', '', '', '', '', '', '', '580.0000', NULL, 7, NULL, 'received', '', '580.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (225, '2022-06-02 18:55:02', 209, NULL, NULL, 'IPAY2022/06/0188', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (226, '2022-06-03 10:36:55', 210, NULL, NULL, 'IPAY2022/06/0189', NULL, 'Mpesa', '', '', '', '', '', '', '3840.0000', NULL, 7, NULL, 'received', '', '3840.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (227, '2022-06-03 10:37:58', 211, NULL, NULL, 'IPAY2022/06/0190', NULL, 'Mpesa', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (228, '2022-06-04 18:30:20', 212, NULL, NULL, 'IPAY2022/06/0191', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (229, '2022-06-04 18:31:37', 213, NULL, NULL, 'IPAY2022/06/0192', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (230, '2022-06-01 15:05:00', 214, NULL, NULL, 'IPAY2022/06/0193', NULL, 'cash', '', '', '', '', '', 'Visa', '1150.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (231, '2022-06-01 21:29:00', 215, NULL, NULL, 'IPAY2022/06/0194', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '250.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (232, '2022-06-02 21:36:00', 217, NULL, NULL, 'IPAY2022/06/0195', NULL, 'cash', '', '', '', '', '', 'Visa', '1250.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (233, '2022-06-02 21:43:00', NULL, NULL, 39, 'POP2022/06/0015', NULL, 'cash', '', '', '', '', '', 'Visa', '1620.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (234, '2022-06-01 21:44:00', NULL, NULL, 38, 'POP2022/06/0016', NULL, 'cash', '', '', '', '', '', 'Visa', '1200.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (235, '2022-06-02 21:47:00', 216, NULL, NULL, 'IPAY2022/06/0196', NULL, 'cash', '', '', '', '', '', 'Visa', '600.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (236, '2022-06-03 22:06:00', 218, NULL, NULL, 'IPAY2022/06/0197', NULL, 'cash', '', '', '', '', '', 'Visa', '1150.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (237, '2022-06-03 22:08:00', 219, NULL, NULL, 'IPAY2022/06/0198', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '4300.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (238, '2022-06-04 22:19:00', 220, NULL, NULL, 'IPAY2022/06/0199', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '1500.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (239, '2022-06-04 22:21:00', 222, NULL, NULL, 'IPAY2022/06/0200', NULL, 'cash', '', '', '', '', '', 'Visa', '1600.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (240, '2022-06-04 22:27:00', NULL, NULL, 40, 'POP2022/06/0017', NULL, 'cash', '', '', '', '', '', 'Visa', '1710.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (241, '2022-06-04 22:32:00', NULL, NULL, 41, 'POP2022/06/0018', NULL, 'cash', '', '', '', '', '', 'Visa', '37800.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (242, '2022-06-06 18:02:11', 223, NULL, NULL, 'IPAY2022/06/0201', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (243, '2022-06-06 18:06:07', 224, NULL, NULL, 'IPAY2022/06/0202', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (244, '2022-06-06 18:09:51', 225, NULL, NULL, 'IPAY2022/06/0203', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (245, '2022-06-06 18:12:13', 226, NULL, NULL, 'IPAY2022/06/0204', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (246, '2022-06-06 21:45:00', 227, NULL, NULL, 'IPAY2022/06/0205', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '500.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (247, '2022-06-06 21:52:00', 228, NULL, NULL, 'IPAY2022/06/0206', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (248, '2022-06-07 18:35:00', 233, NULL, NULL, 'IPAY2022/06/0207', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (249, '2022-06-07 18:35:52', 234, NULL, NULL, 'IPAY2022/06/0208', NULL, 'Mpesa', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (250, '2022-06-07 18:39:58', 236, NULL, NULL, 'IPAY2022/06/0209', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (251, '2022-06-07 18:43:13', 237, NULL, NULL, 'IPAY2022/06/0210', NULL, 'Mpesa', '', '', '', '', '', '', '1090.0000', NULL, 7, NULL, 'received', '', '1090.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (252, '2022-06-08 17:52:50', 239, NULL, NULL, 'IPAY2022/06/0211', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '590.0000', '20.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (253, '2022-06-08 18:04:14', 240, NULL, NULL, 'IPAY2022/06/0212', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (254, '2022-06-07 21:14:00', NULL, NULL, 42, 'POP2022/06/0019', NULL, 'cash', '', '', '', '', '', 'Visa', '61596.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (255, '2022-06-07 21:42:00', 241, NULL, NULL, 'IPAY2022/06/0213', NULL, 'cash', '', '', '', '', '', 'Visa', '650.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (256, '2022-06-08 21:55:00', 244, NULL, NULL, 'IPAY2022/06/0214', NULL, 'cash', '', '', '', '', '', 'Visa', '300.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (257, '2022-06-08 22:08:00', NULL, NULL, 43, 'POP2022/06/0020', NULL, 'cash', '', '', '', '', '', 'Visa', '110.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (258, '2022-06-09 17:30:24', 247, NULL, NULL, 'IPAY2022/06/0215', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (259, '2022-06-09 20:24:00', 243, NULL, NULL, 'IPAY2022/06/0216', NULL, 'cash', '', '', '', '', '', 'Visa', '700.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (260, '2022-06-09 20:28:00', 248, NULL, NULL, 'IPAY2022/06/0217', NULL, 'cash', '', '', '', '', '', 'Visa', '310.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (261, '2022-06-09 20:36:00', 250, NULL, NULL, 'IPAY2022/06/0218', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (262, '2022-06-10 17:56:51', 251, NULL, NULL, 'IPAY2022/06/0219', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (263, '2022-06-10 17:58:14', 252, NULL, NULL, 'IPAY2022/06/0220', NULL, 'Mpesa', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (264, '2022-06-10 18:08:58', 253, NULL, NULL, 'IPAY2022/06/0221', NULL, 'Mpesa', '', '', '', '', '', '', '6220.0000', NULL, 7, NULL, 'received', '', '6220.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (265, '2022-06-10 23:25:55', 254, NULL, NULL, 'IPAY2022/06/0222', NULL, 'cash', '', '', '', '', '', '', '10000.0000', NULL, 5, NULL, 'received', 'Given a deposit of 10k on 3rd June', '10000.0000', '-21500.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (266, '2022-06-11 16:48:06', 255, NULL, NULL, 'IPAY2022/06/0223', NULL, 'cash', '', '', '', '', '', '', '5640.0000', NULL, 7, NULL, 'received', '', '5640.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (267, '2022-06-11 16:49:36', 256, NULL, NULL, 'IPAY2022/06/0224', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (268, '2022-06-11 16:50:55', 257, NULL, NULL, 'IPAY2022/06/0225', NULL, 'Mpesa', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (269, '2022-06-10 14:52:00', 254, NULL, NULL, 'IPAY2022/06/0226', NULL, 'cash', '', '', '', '', '', 'Visa', '21500.0000', NULL, 5, NULL, 'received', '', '21500.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (270, '2022-06-08 14:55:00', 202, NULL, NULL, 'IPAY2022/06/0226', NULL, 'cash', '', '', '', '', '', 'Visa', '2100.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (271, '2022-06-08 09:45:00', 228, NULL, NULL, 'IPAY2022/06/0227', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '3720.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (272, '2022-06-10 15:04:00', 242, NULL, NULL, 'IPAY2022/06/0228', NULL, 'cash', '', '', '', '', '', 'Visa', '1500.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (273, '2022-06-10 15:05:00', 231, NULL, NULL, 'IPAY2022/06/0229', NULL, 'cash', '', '', '', '', '', 'Visa', '2100.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (274, '2022-06-11 15:31:00', 265, NULL, NULL, 'IPAY2022/06/0230', NULL, 'cash', '', '', '', '', '', 'Visa', '600.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (275, '2022-06-10 15:32:00', 266, NULL, NULL, 'IPAY2022/06/0231', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '3210.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (276, '2022-06-11 15:52:00', NULL, NULL, 42, 'POP2022/06/0021', NULL, 'cash', '', '', '', '', '', 'Visa', '39969.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (277, '2022-06-13 17:30:31', 267, NULL, NULL, 'IPAY2022/06/0232', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (278, '2022-06-13 17:34:53', 268, NULL, NULL, 'IPAY2022/06/0233', NULL, 'cash', '', '', '', '', '', '', '800.0000', NULL, 7, NULL, 'received', '', '800.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (279, '2022-06-13 17:16:00', NULL, NULL, 44, 'POP2022/06/0022', NULL, 'cash', '', '', '', '', '', 'Visa', '5100.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (280, '2022-06-10 17:17:00', NULL, NULL, 43, 'POP2022/06/0023', NULL, 'cash', '', '', '', '', '', 'Visa', '1070.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (281, '2022-06-10 17:20:00', NULL, NULL, 45, 'POP2022/06/0024', NULL, 'cash', '', '', '', '', '', 'Visa', '1500.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (282, '2022-06-11 17:23:00', 245, NULL, NULL, 'IPAY2022/06/0234', NULL, 'cash', '', '', '', '', '', 'Visa', '1000.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (283, '2022-06-11 17:29:00', 269, NULL, NULL, 'IPAY2022/06/0235', NULL, 'cash', '', '', '', '', '', 'Visa', '1450.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (284, '2022-06-13 17:38:00', 270, NULL, NULL, 'IPAY2022/06/0236', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (285, '2022-06-13 17:39:00', 271, NULL, NULL, 'IPAY2022/06/0237', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (286, '2022-06-13 20:54:00', 140, NULL, NULL, 'IPAY2022/06/0238', NULL, 'cash', '', '', '', '', '', 'Visa', '2900.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (287, '2022-06-13 21:11:00', 163, NULL, NULL, 'IPAY2022/06/0239', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (288, '2022-06-14 18:28:41', 275, NULL, NULL, 'IPAY2022/06/0240', NULL, 'cash', '', '', '', '', '', '', '420.0000', NULL, 7, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (289, '2022-06-13 20:22:00', 276, NULL, NULL, 'IPAY2022/06/0241', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '760.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (290, '2022-06-14 20:32:00', 278, NULL, NULL, 'IPAY2022/06/0242', NULL, 'cash', '', '', '', '', '', 'Visa', '190.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (291, '2022-06-14 20:38:00', 280, NULL, NULL, 'IPAY2022/06/0243', NULL, 'cash', '', '', '', '', '', 'Visa', '0.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (292, '2022-06-14 20:40:00', NULL, NULL, 46, 'POP2022/06/0025', NULL, 'cash', '', '', '', '', '', 'Visa', '600.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (293, '2022-06-15 19:11:00', 282, NULL, NULL, 'IPAY2022/06/0244', NULL, 'cash', '', '', '', '', '', 'Visa', '400.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (294, '2022-06-15 19:16:00', 271, NULL, NULL, 'IPAY2022/06/0245', NULL, 'cash', '', '', '', '', '', 'Visa', '700.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (295, '2022-06-15 19:17:00', 281, NULL, NULL, 'IPAY2022/06/0246', NULL, 'cash', '', '', '', '', '', 'Visa', '150.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (296, '2022-06-14 20:00:00', 283, NULL, NULL, 'IPAY2022/06/0247', NULL, 'cash', '', '', '', '', '', 'Visa', '150.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (297, '2022-06-15 20:07:00', 221, NULL, NULL, 'IPAY2022/06/0248', NULL, 'cash', '', '', '', '', '', 'Visa', '600.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (298, '2022-06-15 20:24:00', 284, NULL, NULL, 'IPAY2022/06/0249', NULL, 'cash', '', '', '', '', '', 'Visa', '4000.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (299, '2022-06-15 21:04:00', 277, NULL, NULL, 'IPAY2022/06/0250', NULL, 'cash', '', '', '', '', '', 'Visa', '12960.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (300, '2022-06-15 21:05:00', 279, NULL, NULL, 'IPAY2022/06/0251', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '560.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (301, '2022-06-16 17:33:23', 289, NULL, NULL, 'IPAY2022/06/0252', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (302, '2022-06-16 17:43:29', 290, NULL, NULL, 'IPAY2022/06/0253', NULL, 'cash', '', '', '', '', '', '', '1890.0000', NULL, 7, NULL, 'received', '', '1890.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (303, '2022-06-17 18:12:58', 291, NULL, NULL, 'IPAY2022/06/0254', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (304, '0000-00-00 00:00:00', 159, NULL, NULL, 'IPAY2022/06/0255', NULL, 'cash', '', '', '', '', '', 'Visa', '2400.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (305, '2022-06-16 18:53:00', 292, NULL, NULL, 'IPAY2022/06/0256', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '1260.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (306, '2022-06-17 18:58:00', NULL, NULL, 47, 'POP2022/06/0026', NULL, 'cash', '', '', '', '', '', 'Visa', '540.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (307, '2022-06-17 19:14:00', NULL, NULL, 48, 'POP2022/06/0027', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '18931.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (308, '2022-06-17 19:15:00', 294, NULL, NULL, 'IPAY2022/06/0257', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '700.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (309, '2022-06-18 16:48:22', 298, NULL, NULL, 'IPAY2022/06/0258', NULL, 'Mpesa', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (310, '2022-06-18 16:51:20', 299, NULL, NULL, 'IPAY2022/06/0259', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (311, '2022-06-18 16:52:31', 300, NULL, NULL, 'IPAY2022/06/0260', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (312, '2022-06-20 17:46:08', 301, NULL, NULL, 'IPAY2022/06/0261', NULL, 'cash', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (313, '2022-06-18 17:20:00', 303, NULL, NULL, 'IPAY2022/06/0262', NULL, 'cash', '', '', '', '', '', 'Visa', '400.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (314, '2022-06-22 17:24:00', NULL, NULL, 49, 'POP2022/06/0028', NULL, 'cash', '', '', '', '', '', 'Visa', '220.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (315, '2022-06-21 17:33:00', NULL, NULL, 50, 'POP2022/06/0029', NULL, 'cash', '', '', '', '', '', 'Visa', '1320.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (316, '2022-06-21 17:35:00', NULL, NULL, 51, 'POP2022/06/0030', NULL, 'cash', '', '', '', '', '', 'Visa', '19350.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (317, '2022-06-23 18:01:55', 307, NULL, NULL, 'IPAY2022/06/0263', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (318, '2022-06-24 15:36:53', 310, NULL, NULL, 'IPAY2022/06/0264', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (319, '2022-06-24 18:45:00', 296, NULL, NULL, 'IPAY2022/06/0265', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '200.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (320, '2022-06-24 18:45:00', 297, NULL, NULL, 'IPAY2022/06/0266', NULL, 'cash', '', '', '', '', '', 'Visa', '200.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (321, '2022-06-25 14:33:23', 313, NULL, NULL, 'IPAY2022/06/0267', NULL, 'Mpesa', '', '', '', '', '', '', '2220.0000', NULL, 7, NULL, 'received', '', '2220.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (322, '2022-06-27 18:01:32', 314, NULL, NULL, 'IPAY2022/06/0268', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (323, '2022-06-27 18:14:37', 315, NULL, NULL, 'IPAY2022/06/0269', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (324, '2022-06-27 18:51:00', 317, NULL, NULL, 'IPAY2022/06/0270', NULL, 'cash', '', '', '', '', '', 'Visa', '2940.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (325, '2022-06-27 19:09:00', 229, NULL, NULL, 'IPAY2022/06/0271', NULL, 'cash', '', '', '', '', '', 'Visa', '3840.0000', NULL, 5, NULL, 'received', '<p>Cleared By Kelvin</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (326, '2022-06-27 19:13:00', 180, NULL, NULL, 'IPAY2022/06/0272', NULL, 'cash', '', '', '', '', '', 'Visa', '1440.0000', NULL, 5, NULL, 'received', '<p>Cleared By Kelvin</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (327, '2022-06-27 19:16:00', 288, NULL, NULL, 'IPAY2022/06/0273', NULL, 'cash', '', '', '', '', '', 'Visa', '240.0000', NULL, 5, NULL, 'received', '<p>Cleared By Kelvin</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (328, '2022-06-27 19:17:00', 158, NULL, NULL, 'IPAY2022/06/0274', NULL, 'cash', '', '', '', '', '', 'Visa', '5640.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (329, '2022-06-27 19:18:00', 163, NULL, NULL, 'IPAY2022/06/0275', NULL, 'cash', '', '', '', '', '', 'Visa', '840.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (330, '2022-06-27 19:19:00', 295, NULL, NULL, 'IPAY2022/06/0276', NULL, 'cash', '', '', '', '', '', 'Visa', '2800.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (331, '2022-06-27 19:20:00', 250, NULL, NULL, 'IPAY2022/06/0277', NULL, 'cash', '', '', '', '', '', 'Visa', '3760.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (332, '2022-06-27 19:21:00', 246, NULL, NULL, 'IPAY2022/06/0278', NULL, 'cash', '', '', '', '', '', 'Visa', '4320.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (333, '2022-06-04 19:23:00', 318, NULL, NULL, 'IPAY2022/06/0279', NULL, 'cash', '', '', '', '', '', 'Visa', '4800.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (334, '2022-06-28 16:15:40', 319, NULL, NULL, 'IPAY2022/06/0280', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (336, '2022-06-29 19:53:00', 324, NULL, NULL, 'IPAY2022/06/0282', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (337, '2022-06-30 20:03:00', NULL, NULL, 52, 'POP2022/06/0031', NULL, 'cash', '', '', '', '', '', 'Visa', '22750.0000', NULL, 5, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (338, '2022-06-30 23:22:10', 328, NULL, NULL, 'IPAY2022/06/0283', NULL, 'cash', '', '', '', '', '', '', '10000.0000', NULL, 5, NULL, 'received', '', '10000.0000', '-14710.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (339, '2022-06-29 20:25:00', 328, NULL, NULL, 'IPAY2022/06/0284', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '10000.0000', NULL, 5, NULL, 'received', '', '10000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (340, '2022-07-02 18:31:06', 329, NULL, NULL, 'IPAY2022/07/0284', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (341, '2022-07-02 18:32:59', 330, NULL, NULL, 'IPAY2022/07/0285', NULL, 'cash', '', '', '', '', '', '', '1050.0000', NULL, 7, NULL, 'received', '', '1050.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (342, '2022-07-02 18:34:46', 331, NULL, NULL, 'IPAY2022/07/0286', NULL, 'cash', '', '', '', '', '', '', '950.0000', NULL, 7, NULL, 'received', '', '950.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (343, '2022-07-02 18:36:20', 332, NULL, NULL, 'IPAY2022/07/0287', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (344, '2022-07-04 18:08:30', 333, NULL, NULL, 'IPAY2022/07/0288', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (345, '2022-07-04 18:12:21', 334, NULL, NULL, 'IPAY2022/07/0289', NULL, 'cash', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (346, '2022-07-01 20:48:00', 335, NULL, NULL, 'IPAY2022/07/0290', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (347, '2022-07-05 17:52:12', 338, NULL, NULL, 'IPAY2022/07/0291', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (348, '2022-07-05 17:54:06', 339, NULL, NULL, 'IPAY2022/07/0292', NULL, 'cash', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (349, '2022-07-05 17:55:41', 340, NULL, NULL, 'IPAY2022/07/0293', NULL, 'cash', '', '', '', '', '', '', '1260.0000', NULL, 7, NULL, 'received', '', '1260.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (350, '2022-07-05 18:33:00', 151, NULL, NULL, 'IPAY2022/07/0294', NULL, 'cash', '', '', '', '', '', 'Visa', '1220.0000', NULL, 5, NULL, 'received', '', '1220.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (351, '2022-07-05 19:09:00', 258, NULL, NULL, 'IPAY2022/07/0294', NULL, 'cash', '', '', '', '', '', 'Visa', '4360.0000', NULL, 5, NULL, 'received', '', '4360.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (352, '2022-07-05 19:12:00', 341, NULL, NULL, 'IPAY2022/07/0294', NULL, 'cash', '', '', '', '', '', 'Visa', '4460.0000', NULL, 5, NULL, 'received', '', '4460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (353, '2022-07-05 19:15:00', 270, NULL, NULL, 'IPAY2022/07/0294', NULL, 'cash', '', '', '', '', '', 'Visa', '350.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (354, '2022-05-24 09:10:00', 342, NULL, NULL, 'IPAY2022/07/0295', NULL, 'cash', '', '', '', '', '', 'Visa', '730.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (355, '2022-06-24 13:15:00', 343, NULL, NULL, 'IPAY2022/07/0296', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '50.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (356, '2022-07-06 17:54:45', 344, NULL, NULL, 'IPAY2022/07/0297', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (357, '2022-07-06 17:56:56', 345, NULL, NULL, 'IPAY2022/07/0298', NULL, 'Mpesa', '', '', '', '', '', '', '300.0000', NULL, 7, NULL, 'received', '', '300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (358, '2022-07-07 18:30:19', 346, NULL, NULL, 'IPAY2022/07/0299', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (359, '2022-07-07 18:32:27', 347, NULL, NULL, 'IPAY2022/07/0300', NULL, 'cash', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (360, '2022-07-07 18:51:35', 349, NULL, NULL, 'IPAY2022/07/0301', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (361, '2022-07-08 18:09:10', 350, NULL, NULL, 'IPAY2022/07/0302', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (362, '2022-07-08 18:11:33', 351, NULL, NULL, 'IPAY2022/07/0303', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (363, '2022-07-08 18:13:03', 352, NULL, NULL, 'IPAY2022/07/0304', NULL, 'cash', '', '', '', '', '', '', '400.0000', NULL, 7, NULL, 'received', '', '400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (364, '2022-07-08 18:14:11', 353, NULL, NULL, 'IPAY2022/07/0305', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (365, '2022-07-08 18:15:20', 354, NULL, NULL, 'IPAY2022/07/0306', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (367, '2022-07-02 14:35:00', 355, NULL, NULL, 'IPAY2022/07/0307', NULL, 'cash', '', '', '', '', '', 'Visa', '700.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (368, '2022-07-04 16:00:00', 357, NULL, NULL, 'IPAY2022/07/0308', NULL, 'cash', '', '', '', '', '', 'Visa', '600.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (369, '2022-07-05 16:10:00', 358, NULL, NULL, 'IPAY2022/07/0309', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '150.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (370, '2022-07-05 16:15:00', 356, NULL, NULL, 'IPAY2022/07/0310', NULL, 'cash', '', '', '', '', '', 'Visa', '2700.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (371, '2022-07-06 16:30:00', 361, NULL, NULL, 'IPAY2022/07/0311', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '500.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (372, '2022-07-07 16:45:00', 363, NULL, NULL, 'IPAY2022/07/0312', NULL, 'cash', '', '', '', '', '', 'Visa', '600.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (373, '2022-07-07 16:50:00', 364, NULL, NULL, 'IPAY2022/07/0313', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '1940.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (374, '2022-07-08 17:00:00', 365, NULL, NULL, 'IPAY2022/07/0314', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '2100.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (375, '2022-07-09 17:00:00', 366, NULL, NULL, 'IPAY2022/07/0315', NULL, 'cash', '', '', '', '', '', 'Visa', '1730.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (376, '2022-07-11 10:42:49', 367, NULL, NULL, 'IPAY2022/07/0316', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (377, '2022-07-11 10:44:25', 368, NULL, NULL, 'IPAY2022/07/0317', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (378, '2022-07-11 10:46:06', 369, NULL, NULL, 'IPAY2022/07/0318', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (379, '2022-07-11 10:47:33', 370, NULL, NULL, 'IPAY2022/07/0319', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (380, '2022-07-11 10:56:07', 371, NULL, NULL, 'IPAY2022/07/0320', NULL, 'cash', '', '', '', '', '', '', '1110.0000', NULL, 7, NULL, 'received', '', '1110.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (381, '2022-07-11 10:59:44', 372, NULL, NULL, 'IPAY2022/07/0321', NULL, 'cash', '', '', '', '', '', '', '300.0000', NULL, 7, NULL, 'received', '', '300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (382, '2022-07-11 11:01:23', 373, NULL, NULL, 'IPAY2022/07/0322', NULL, 'cash', '', '', '', '', '', '', '400.0000', NULL, 7, NULL, 'received', '', '400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (383, '2022-07-11 11:02:51', 374, NULL, NULL, 'IPAY2022/07/0323', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (384, '2022-07-11 11:04:11', 375, NULL, NULL, 'IPAY2022/07/0324', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (385, '2022-07-11 11:08:51', 376, NULL, NULL, 'IPAY2022/07/0325', NULL, 'cash', '', '', '', '', '', '', '840.0000', NULL, 7, NULL, 'received', '', '840.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (386, '2022-07-11 11:10:21', 377, NULL, NULL, 'IPAY2022/07/0326', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (387, '2022-07-11 17:37:19', 378, NULL, NULL, 'IPAY2022/07/0327', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (388, '2022-07-11 17:41:31', 379, NULL, NULL, 'IPAY2022/07/0328', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (389, '2022-07-11 17:42:45', 380, NULL, NULL, 'IPAY2022/07/0329', NULL, 'Mpesa', '', '', '', '', '', '', '840.0000', NULL, 7, NULL, 'received', '', '840.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (390, '2022-07-11 17:54:49', 381, NULL, NULL, 'IPAY2022/07/0330', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (391, '2022-07-11 17:56:36', 382, NULL, NULL, 'IPAY2022/07/0331', NULL, 'Mpesa', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (392, '2022-07-11 17:57:33', 383, NULL, NULL, 'IPAY2022/07/0332', NULL, 'Mpesa', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (393, '2022-07-11 17:59:08', 384, NULL, NULL, 'IPAY2022/07/0333', NULL, 'cash', '', '', '', '', '', '', '1110.0000', NULL, 7, NULL, 'received', '', '1110.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (394, '2022-07-11 18:00:42', 385, NULL, NULL, 'IPAY2022/07/0334', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (395, '2022-07-11 18:01:57', 386, NULL, NULL, 'IPAY2022/07/0335', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (396, '2022-07-11 18:03:17', 387, NULL, NULL, 'IPAY2022/07/0336', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (397, '2022-07-11 18:09:38', 388, NULL, NULL, 'IPAY2022/07/0337', NULL, 'Mpesa', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (398, '2022-07-11 18:11:06', 389, NULL, NULL, 'IPAY2022/07/0338', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (399, '2022-07-11 18:11:55', 390, NULL, NULL, 'IPAY2022/07/0339', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (400, '2022-07-11 18:12:58', 391, NULL, NULL, 'IPAY2022/07/0340', NULL, 'Mpesa', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (401, '2022-07-11 18:14:03', 392, NULL, NULL, 'IPAY2022/07/0341', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (402, '2022-07-11 18:16:12', 393, NULL, NULL, 'IPAY2022/07/0342', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (403, '2022-07-12 18:08:30', 394, NULL, NULL, 'IPAY2022/07/0343', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (404, '2022-07-12 18:13:39', 396, NULL, NULL, 'IPAY2022/07/0344', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (405, '2022-07-12 18:15:55', 397, NULL, NULL, 'IPAY2022/07/0345', NULL, 'cash', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (406, '2022-07-12 18:17:30', 398, NULL, NULL, 'IPAY2022/07/0346', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (407, '2022-07-12 18:18:48', 399, NULL, NULL, 'IPAY2022/07/0347', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (408, '2022-07-12 18:20:39', 400, NULL, NULL, 'IPAY2022/07/0348', NULL, 'Mpesa', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (409, '2022-07-12 18:24:41', 401, NULL, NULL, 'IPAY2022/07/0349', NULL, 'Mpesa', '', '', '', '', '', '', '880.0000', NULL, 7, NULL, 'received', '', '880.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (410, '2022-07-12 18:25:49', 402, NULL, NULL, 'IPAY2022/07/0350', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (411, '2022-07-12 18:27:15', 403, NULL, NULL, 'IPAY2022/07/0351', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (412, '2022-07-12 18:31:15', 404, NULL, NULL, 'IPAY2022/07/0352', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (413, '2022-07-12 18:46:24', 405, NULL, NULL, 'IPAY2022/07/0353', NULL, 'Mpesa', '', '', '', '', '', '', '400.0000', NULL, 7, NULL, 'received', '', '400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (414, '2022-07-13 18:56:14', 407, NULL, NULL, 'IPAY2022/07/0354', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (415, '2022-07-13 18:57:51', 408, NULL, NULL, 'IPAY2022/07/0355', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (416, '2022-07-13 19:05:00', 410, NULL, NULL, 'IPAY2022/07/0356', NULL, 'cash', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (417, '2022-07-13 19:06:42', 411, NULL, NULL, 'IPAY2022/07/0357', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (418, '2022-07-13 19:08:52', 412, NULL, NULL, 'IPAY2022/07/0358', NULL, 'cash', '', '', '', '', '', '', '4230.0000', NULL, 7, NULL, 'received', '', '4230.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (419, '2022-07-13 19:11:40', 413, NULL, NULL, 'IPAY2022/07/0359', NULL, 'Mpesa', '', '', '', '', '', '', '1780.0000', NULL, 7, NULL, 'received', '', '1780.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (420, '2022-07-13 19:13:08', 414, NULL, NULL, 'IPAY2022/07/0360', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (421, '2022-07-13 19:16:31', 415, NULL, NULL, 'IPAY2022/07/0361', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (422, '2022-07-14 18:58:45', 416, NULL, NULL, 'IPAY2022/07/0362', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (423, '2022-07-14 19:01:26', 417, NULL, NULL, 'IPAY2022/07/0363', NULL, 'Mpesa', '', '', '', '', '', '', '2000.0000', NULL, 7, NULL, 'received', '', '2000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (424, '2022-07-14 19:02:36', 418, NULL, NULL, 'IPAY2022/07/0364', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (425, '2022-07-14 19:05:46', 419, NULL, NULL, 'IPAY2022/07/0365', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (426, '2022-07-15 17:44:33', 420, NULL, NULL, 'IPAY2022/07/0366', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (427, '2022-07-15 17:47:01', 421, NULL, NULL, 'IPAY2022/07/0367', NULL, 'Mpesa', '', '', '', '', '', '', '1080.0000', NULL, 7, NULL, 'received', '', '1080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (428, '2022-07-15 17:49:09', 422, NULL, NULL, 'IPAY2022/07/0368', NULL, 'Mpesa', '', '', '', '', '', '', '1080.0000', NULL, 7, NULL, 'received', '', '1080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (429, '2022-07-16 17:21:51', 423, NULL, NULL, 'IPAY2022/07/0369', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (430, '2022-07-16 17:33:00', 424, NULL, NULL, 'IPAY2022/07/0370', NULL, 'Mpesa', '', '', '', '', '', '', '2080.0000', NULL, 7, NULL, 'received', '', '2080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (431, '2022-07-16 18:21:04', 425, NULL, NULL, 'IPAY2022/07/0371', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (432, '2022-07-16 21:24:08', 426, NULL, NULL, 'IPAY2022/07/0372', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (433, '2022-07-16 21:25:40', 427, NULL, NULL, 'IPAY2022/07/0373', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (434, '2022-07-16 21:26:52', 428, NULL, NULL, 'IPAY2022/07/0374', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (435, '2022-07-16 21:27:56', 429, NULL, NULL, 'IPAY2022/07/0375', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (436, '2022-07-16 21:29:16', 430, NULL, NULL, 'IPAY2022/07/0376', NULL, 'Mpesa', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (437, '2022-07-16 21:30:26', 431, NULL, NULL, 'IPAY2022/07/0377', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (438, '2022-07-16 21:31:47', 432, NULL, NULL, 'IPAY2022/07/0378', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (439, '2022-07-16 21:32:43', 433, NULL, NULL, 'IPAY2022/07/0379', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (440, '2022-07-18 16:44:01', 434, NULL, NULL, 'IPAY2022/07/0380', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (441, '2022-07-18 17:48:46', 435, NULL, NULL, 'IPAY2022/07/0381', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (442, '2022-07-20 08:57:21', 436, NULL, NULL, 'IPAY2022/07/0382', NULL, 'cash', '', '', '', '', '', '', '3210.0000', NULL, 7, NULL, 'received', '', '3210.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (443, '2022-07-20 20:46:24', 437, NULL, NULL, 'IPAY2022/07/0383', NULL, 'cash', '', '', '', '', '', '', '5570.0000', NULL, 7, NULL, 'received', '', '5570.0000', '-640.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (444, '2022-07-21 17:29:32', 438, NULL, NULL, 'IPAY2022/07/0384', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (445, '2022-07-22 15:19:34', 440, NULL, NULL, 'IPAY2022/07/0385', NULL, 'cash', '', '', '', '', '', '', '2740.0000', NULL, 7, NULL, 'received', '', '2740.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (446, '2022-07-11 14:59:00', 441, NULL, NULL, 'IPAY2022/07/0386', NULL, 'cash', '', '', '', '', '', 'Visa', '2050.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (447, '2022-07-11 15:00:00', 442, NULL, NULL, 'IPAY2022/07/0387', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '1150.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (448, '2022-07-12 15:03:00', 443, NULL, NULL, 'IPAY2022/07/0388', NULL, 'cash', '', '', '', '', '', 'Visa', '2280.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (449, '2022-07-23 16:04:06', 445, NULL, NULL, 'IPAY2022/07/0389', NULL, 'Mpesa', '', '', '', '', '', '', '1890.0000', NULL, 7, NULL, 'received', '', '1890.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (450, '2022-07-26 17:19:24', 447, NULL, NULL, 'IPAY2022/07/0390', NULL, 'Mpesa', '', '', '', '', '', '', '290.0000', NULL, 7, NULL, 'received', '', '290.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (451, '2022-07-26 18:35:18', 448, NULL, NULL, 'IPAY2022/07/0391', NULL, 'Mpesa', '', '', '', '', '', '', '290.0000', NULL, 7, NULL, 'received', '', '290.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (452, '2022-07-27 17:16:25', 449, NULL, NULL, 'IPAY2022/07/0392', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (453, '2022-07-28 17:27:58', 450, NULL, NULL, 'IPAY2022/07/0393', NULL, 'cash', '', '', '', '', '', '', '400.0000', NULL, 7, NULL, 'received', '', '400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (454, '2022-07-29 17:11:07', 452, NULL, NULL, 'IPAY2022/07/0394', NULL, 'cash', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (455, '2022-07-29 17:12:38', 453, NULL, NULL, 'IPAY2022/07/0395', NULL, 'cash', '', '', '', '', '', '', '580.0000', NULL, 7, NULL, 'received', '', '580.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (456, '2022-07-30 15:48:33', 454, NULL, NULL, 'IPAY2022/07/0396', NULL, 'Mpesa', '', '', '', '', '', '', '2040.0000', NULL, 7, NULL, 'received', '', '2040.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (458, '2022-08-01 20:05:00', 462, NULL, NULL, 'IPAY2022/08/0398', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '370.0000', NULL, 5, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (459, '2022-08-03 11:41:58', 463, NULL, NULL, 'IPAY2022/08/0399', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (460, '2022-08-03 17:39:59', 464, NULL, NULL, 'IPAY2022/08/0400', NULL, 'cash', '', '', '', '', '', '', '240.0000', NULL, 7, NULL, 'received', '', '240.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (461, '2022-08-03 17:43:50', 465, NULL, NULL, 'IPAY2022/08/0401', NULL, 'cash', '', '', '', '', '', '', '580.0000', NULL, 7, NULL, 'received', '', '580.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (462, '2022-08-05 14:11:00', NULL, NULL, 54, 'POP2022/08/0033', NULL, 'cash', '', '', '', '', '', 'Visa', '18900.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (463, '2022-08-05 14:25:00', NULL, NULL, 55, 'POP2022/08/0034', NULL, 'cash', '', '', '', '', '', 'Visa', '540.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (464, '2022-08-05 19:21:00', 62, NULL, NULL, 'IPAY2022/08/0402', NULL, 'cash', '', '', '', '', '', 'Visa', '1840.0000', NULL, 8, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (465, '2022-08-05 19:35:00', NULL, NULL, 57, 'POP2022/08/0035', NULL, 'cash', '', '', '', '', '', 'Visa', '20798.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (466, '2022-08-05 19:36:00', NULL, NULL, 56, 'POP2022/08/0036', NULL, 'cash', '', '', '', '', '', 'Visa', '110.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (467, '2022-08-06 15:51:16', 468, NULL, NULL, 'IPAY2022/08/0403', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (468, '2022-08-06 15:52:04', 469, NULL, NULL, 'IPAY2022/08/0404', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (469, '2022-08-07 14:47:00', NULL, NULL, 59, 'POP2022/08/0037', NULL, 'cash', '', '', '', '', '', 'Visa', '19000.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (470, '2022-08-07 14:48:00', NULL, NULL, 58, 'POP2022/08/0038', NULL, 'cash', '', '', '', '', '', 'Visa', '12453.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (471, '2022-08-07 14:49:00', NULL, NULL, 60, 'POP2022/08/0039', NULL, 'cash', '', '', '', '', '', 'Visa', '49559.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (472, '2022-08-11 14:02:08', 470, NULL, NULL, 'IPAY2022/08/0405', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (473, '2022-08-11 14:04:48', 471, NULL, NULL, 'IPAY2022/08/0406', NULL, 'cash', '', '', '', '', '', '', '2560.0000', NULL, 7, NULL, 'received', '', '2560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (474, '2022-08-11 17:00:53', 472, NULL, NULL, 'IPAY2022/08/0407', NULL, 'Mpesa', '', '', '', '', '', '', '580.0000', NULL, 7, NULL, 'received', '', '580.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (475, '2022-08-11 17:10:04', 473, NULL, NULL, 'IPAY2022/08/0408', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (476, '2022-08-11 17:24:14', 474, NULL, NULL, 'IPAY2022/08/0409', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (477, '2022-08-12 17:38:45', 475, NULL, NULL, 'IPAY2022/08/0410', NULL, 'cash', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (478, '2022-08-12 17:40:17', 476, NULL, NULL, 'IPAY2022/08/0411', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (479, '2022-08-13 17:23:07', 477, NULL, NULL, 'IPAY2022/08/0412', NULL, 'Mpesa', '', '', '', '', '', '', '1280.0000', NULL, 7, NULL, 'received', '', '1280.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (480, '2022-08-17 13:08:43', 478, NULL, NULL, 'IPAY2022/08/0413', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (481, '2022-08-17 13:11:20', 479, NULL, NULL, 'IPAY2022/08/0414', NULL, 'cash', '', '', '', '', '', '', '1570.0000', NULL, 7, NULL, 'received', '', '1570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (482, '2022-08-17 13:12:42', 480, NULL, NULL, 'IPAY2022/08/0415', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (483, '2022-08-17 13:19:10', 481, NULL, NULL, 'IPAY2022/08/0416', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (484, '2022-08-18 16:03:04', 482, NULL, NULL, 'IPAY2022/08/0417', NULL, 'cash', '', '', '', '', '', '', '1400.0000', NULL, 7, NULL, 'received', '', '1400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (485, '2022-08-18 16:04:13', 483, NULL, NULL, 'IPAY2022/08/0418', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (486, '2022-08-19 10:10:27', 484, NULL, NULL, 'IPAY2022/08/0419', NULL, 'Mpesa', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (487, '2022-08-20 16:18:15', 485, NULL, NULL, 'IPAY2022/08/0420', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (488, '2022-08-20 17:41:49', 486, NULL, NULL, 'IPAY2022/08/0421', NULL, 'cash', '', '', '', '', '', '', '2610.0000', NULL, 7, NULL, 'received', '', '2610.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (489, '2022-08-22 18:03:35', 488, NULL, NULL, 'IPAY2022/08/0422', NULL, 'cash', '', '', '', '', '', 'Visa', '200.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (490, '2022-08-23 16:45:14', 489, NULL, NULL, 'IPAY2022/08/0423', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (491, '2022-08-23 17:56:48', 490, NULL, NULL, 'IPAY2022/08/0424', NULL, 'cash', '', '', '', '', '', 'Visa', '380.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (492, '2022-08-24 15:32:06', 491, NULL, NULL, 'IPAY2022/08/0425', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (493, '2022-08-24 15:34:46', 492, NULL, NULL, 'IPAY2022/08/0426', NULL, 'Mpesa', '', '', '', '', '', '', '1030.0000', NULL, 7, NULL, 'received', '', '1030.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (494, '2022-08-24 18:02:46', 494, NULL, NULL, 'IPAY2022/08/0427', NULL, 'cash', '', '', '', '', '', 'Visa', '1890.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (495, '2022-08-25 16:29:06', 496, NULL, NULL, 'IPAY2022/08/0428', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (496, '2022-08-25 17:15:00', 497, NULL, NULL, 'IPAY2022/08/0429', NULL, 'cash', '', '', '', '', '', 'Visa', '480.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (497, '2022-08-26 09:57:46', 500, NULL, NULL, 'IPAY2022/08/0430', NULL, 'cash', '', '', '', '', '', '', '1090.0000', NULL, 7, NULL, 'received', '', '1090.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (498, '2022-08-26 16:59:27', 501, NULL, NULL, 'IPAY2022/08/0431', NULL, 'cash', '', '', '', '', '', '', '960.0000', NULL, 7, NULL, 'received', '', '960.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (499, '2022-08-26 18:01:00', 502, NULL, NULL, 'IPAY2022/08/0432', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '690.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (500, '2022-08-27 12:51:39', 504, NULL, NULL, 'IPAY2022/08/0433', NULL, 'cash', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (501, '2022-08-27 17:33:22', 506, NULL, NULL, 'IPAY2022/08/0434', NULL, 'Mpesa', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (502, '2022-08-27 17:54:55', 507, NULL, NULL, 'IPAY2022/08/0435', NULL, 'cash', '', '', '', '', '', '', '1350.0000', NULL, 7, NULL, 'received', '', '1350.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (503, '2022-08-27 17:59:11', 508, NULL, NULL, 'IPAY2022/08/0436', NULL, 'cash', '', '', '', '', '', '', '290.0000', NULL, 7, NULL, 'received', '', '290.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (504, '2022-08-27 18:57:00', 509, NULL, NULL, 'IPAY2022/08/0437', NULL, 'cash', '', '', '', '', '', 'Visa', '740.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (505, '2022-08-29 16:59:29', 510, NULL, NULL, 'IPAY2022/08/0438', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (506, '2022-08-29 18:00:00', 511, NULL, NULL, 'IPAY2022/08/0439', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (507, '2022-08-30 18:01:00', 512, NULL, NULL, 'IPAY2022/08/0440', NULL, 'cash', '', '', '', '', '', 'Visa', '830.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (508, '2022-09-01 15:16:53', 513, NULL, NULL, 'IPAY2022/09/0441', NULL, 'Mpesa', '', '', '', '', '', '', '1660.0000', NULL, 7, NULL, 'received', '', '1660.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (509, '2022-09-01 16:05:48', 514, NULL, NULL, 'IPAY2022/09/0442', NULL, 'Mpesa', '', '', '', '', '', '', '1000.0000', NULL, 7, NULL, 'received', '', '1000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (510, '2022-09-01 18:06:00', 515, NULL, NULL, 'IPAY2022/09/0443', NULL, 'cash', '', '', '', '', '', 'Visa', '1090.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (511, '2022-09-01 19:35:00', NULL, NULL, 59, 'POP2022/09/0040', NULL, 'cash', '', '', '', '', '', 'Visa', '1840.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (512, '2022-09-02 15:30:57', 516, NULL, NULL, 'IPAY2022/09/0444', NULL, 'Mpesa', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (513, '2022-09-03 11:13:00', NULL, NULL, 62, 'POP2022/09/0041', NULL, 'cash', '', '', '', '', '', 'Visa', '31240.0000', NULL, 7, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (514, '2022-09-03 11:15:00', NULL, NULL, 61, 'POP2022/09/0042', NULL, 'cash', '', '', '', '', '', 'Visa', '1920.0000', NULL, 7, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (515, '2022-09-03 14:40:30', 518, NULL, NULL, 'IPAY2022/09/0445', NULL, 'Mpesa', '', '', '', '', '', '', '1340.0000', NULL, 7, NULL, 'received', '', '1340.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (516, '2022-09-03 18:08:00', 519, NULL, NULL, 'IPAY2022/09/0446', NULL, 'cash', '', '', '', '', '', 'Visa', '1850.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (517, '2022-09-05 18:02:00', 522, NULL, NULL, 'IPAY2022/09/0447', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (518, '2022-09-06 18:31:00', 525, NULL, NULL, 'IPAY2022/09/0448', NULL, 'cash', '', '', '', '', '', 'Visa', '1000.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (519, '2022-09-07 16:20:57', 527, NULL, NULL, 'IPAY2022/09/0449', NULL, 'Mpesa', '', '', '', '', '', '', '990.0000', NULL, 7, NULL, 'received', '', '990.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (520, '2022-09-07 17:59:00', 529, NULL, NULL, 'IPAY2022/09/0450', NULL, 'cash', '', '', '', '', '', 'Visa', '500.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (521, '2022-09-08 17:53:00', 531, NULL, NULL, 'IPAY2022/09/0451', NULL, 'cash', '', '', '', '', '', 'Visa', '300.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (522, '2022-09-09 14:45:12', 533, NULL, NULL, 'IPAY2022/09/0452', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (523, '2022-09-09 17:47:03', 534, NULL, NULL, 'IPAY2022/09/0453', NULL, 'cash', '', '', '', '', '', '', '310.0000', NULL, 7, NULL, 'received', '', '310.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (524, '2022-09-09 18:01:00', 535, NULL, NULL, 'IPAY2022/09/0454', NULL, 'cash', '', '', '', '', '', 'Visa', '1380.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (525, '2022-09-10 17:53:59', 537, NULL, NULL, 'IPAY2022/09/0455', NULL, 'Mpesa', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (526, '2022-09-10 17:54:57', 538, NULL, NULL, 'IPAY2022/09/0456', NULL, 'cash', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (527, '2022-09-10 18:08:00', 539, NULL, NULL, 'IPAY2022/09/0457', NULL, 'cash', '', '', '', '', '', 'Visa', '500.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (528, '2022-09-12 17:57:00', 540, NULL, NULL, 'IPAY2022/09/0458', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (529, '2022-09-12 18:11:24', 541, NULL, NULL, 'IPAY2022/09/0459', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (530, '2022-09-14 18:12:00', 542, NULL, NULL, 'IPAY2022/09/0460', NULL, 'cash', '', '', '', '', '', 'Visa', '90.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (531, '2022-09-14 21:50:00', NULL, NULL, 63, 'POP2022/09/0043', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '82320.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (532, '2022-09-15 11:05:15', 544, NULL, NULL, 'IPAY2022/09/0461', NULL, 'Mpesa', '', '', '', '', '', '', '3600.0000', NULL, 7, NULL, 'received', '', '3600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (533, '2022-09-15 16:55:57', 545, NULL, NULL, 'IPAY2022/09/0462', NULL, 'cash', '', '', '', '', '', '', '1110.0000', NULL, 7, NULL, 'received', '', '1110.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (534, '2022-09-16 08:30:48', 548, NULL, NULL, 'IPAY2022/09/0463', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (535, '2022-09-16 16:44:10', 549, NULL, NULL, 'IPAY2022/09/0464', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (536, '2022-09-16 18:05:00', 550, NULL, NULL, 'IPAY2022/09/0465', NULL, 'cash', '', '', '', '', '', 'Visa', '300.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (537, '2022-09-17 17:16:08', 551, NULL, NULL, 'IPAY2022/09/0466', NULL, 'Mpesa', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (538, '2022-09-17 17:17:53', 552, NULL, NULL, 'IPAY2022/09/0467', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (539, '2022-09-17 17:23:03', 553, NULL, NULL, 'IPAY2022/09/0468', NULL, 'cash', '', '', '', '', '', '', '1700.0000', NULL, 7, NULL, 'received', '', '1700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (540, '2022-09-17 18:31:00', 555, NULL, NULL, 'IPAY2022/09/0469', NULL, 'cash', '', '', '', '', '', 'Visa', '650.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (541, '2022-09-19 18:10:00', 556, NULL, NULL, 'IPAY2022/09/0470', NULL, 'cash', '', '', '', '', '', 'Visa', '200.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (542, '2022-09-21 17:18:31', 559, NULL, NULL, 'IPAY2022/09/0471', NULL, 'Mpesa', '', '', '', '', '', '', '700.0000', NULL, 7, NULL, 'received', '', '700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (543, '2022-09-21 17:51:00', 560, NULL, NULL, 'IPAY2022/09/0472', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '1060.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (544, '2022-09-21 17:53:00', 561, NULL, NULL, 'IPAY2022/09/0473', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '150.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (545, '2022-09-22 17:45:16', 562, NULL, NULL, 'IPAY2022/09/0474', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (546, '2022-09-22 17:45:54', 563, NULL, NULL, 'IPAY2022/09/0475', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (547, '2022-09-22 17:54:00', 564, NULL, NULL, 'IPAY2022/09/0476', NULL, 'cash', '', '', '', '', '', 'Visa', '400.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (548, '2022-09-23 09:23:24', 565, NULL, NULL, 'IPAY2022/09/0477', NULL, 'Mpesa', '', '', '', '', '', '', '85000.0000', NULL, 7, NULL, 'received', '', '85000.0000', '-7440.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (549, '2022-09-23 17:44:44', 566, NULL, NULL, 'IPAY2022/09/0478', NULL, 'cash', '', '', '', '', '', '', '1240.0000', NULL, 7, NULL, 'received', '', '1240.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (550, '2022-09-23 18:20:00', 567, NULL, NULL, 'IPAY2022/09/0479', NULL, 'cash', '', '', '', '', '', 'Visa', '450.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (551, '2022-09-24 18:39:21', 569, NULL, NULL, 'IPAY2022/09/0480', NULL, 'Mpesa', '', '', '', '', '', '', '420.0000', NULL, 7, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (552, '2022-09-24 18:40:06', 570, NULL, NULL, 'IPAY2022/09/0481', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (553, '2022-09-24 18:43:00', 571, NULL, NULL, 'IPAY2022/09/0482', NULL, 'cash', '', '', '', '', '', 'Visa', '1750.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (554, '2022-09-26 08:59:32', 573, NULL, NULL, 'IPAY2022/09/0483', NULL, 'Mpesa', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (555, '2022-09-26 17:34:12', 574, NULL, NULL, 'IPAY2022/09/0484', NULL, 'cash', '', '', '', '', '', '', '670.0000', NULL, 7, NULL, 'received', '', '670.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (556, '2022-09-26 17:35:12', 575, NULL, NULL, 'IPAY2022/09/0485', NULL, 'cash', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (557, '2022-09-26 18:52:00', 576, NULL, NULL, 'IPAY2022/09/0486', NULL, 'cash', '', '', '', '', '', 'Visa', '2110.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (558, '2022-09-27 17:24:47', 577, NULL, NULL, 'IPAY2022/09/0487', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (559, '2022-09-27 17:26:46', 578, NULL, NULL, 'IPAY2022/09/0488', NULL, 'Mpesa', '', '', '', '', '', '', '180.0000', NULL, 7, NULL, 'received', '', '180.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (560, '2022-09-27 18:03:00', 579, NULL, NULL, 'IPAY2022/09/0489', NULL, 'cash', '', '', '', '', '', 'Visa', '1660.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (561, '2022-09-27 18:12:17', 581, NULL, NULL, 'IPAY2022/09/0490', NULL, 'cash', '', '', '', '', '', '', '4845.0000', NULL, 7, NULL, 'received', '', '4845.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (562, '2022-09-28 18:34:00', 583, NULL, NULL, 'IPAY2022/09/0491', NULL, 'cash', '', '', '', '', '', 'Visa', '400.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (563, '2022-09-30 08:48:45', 586, NULL, NULL, 'IPAY2022/09/0492', NULL, 'Mpesa', '', '', '', '', '', '', '2000.0000', NULL, 7, NULL, 'received', '', '2000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (564, '2022-09-30 08:50:00', 587, NULL, NULL, 'IPAY2022/09/0493', NULL, 'cash', '', '', '', '', '', 'Visa', '450.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (565, '2022-09-30 15:58:38', 589, NULL, NULL, 'IPAY2022/09/0494', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (566, '2022-09-30 17:19:19', 590, NULL, NULL, 'IPAY2022/09/0495', NULL, 'cash', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (567, '2022-09-30 18:30:00', 591, NULL, NULL, 'IPAY2022/09/0496', NULL, 'cash', '', '', '', '', '', 'Visa', '3100.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (568, '2022-10-01 18:02:53', 595, NULL, NULL, 'IPAY2022/10/0497', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (569, '2022-10-01 18:04:40', 596, NULL, NULL, 'IPAY2022/10/0498', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (570, '2022-10-01 18:06:29', 597, NULL, NULL, 'IPAY2022/10/0499', NULL, 'Mpesa', '', '', '', '', '', '', '930.0000', NULL, 7, NULL, 'received', '', '930.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (571, '2022-10-01 18:17:00', 598, NULL, NULL, 'IPAY2022/10/0500', NULL, 'cash', '', '', '', '', '', 'Visa', '1080.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (572, '2022-10-03 16:09:59', 601, NULL, NULL, 'IPAY2022/10/0501', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (573, '2022-10-03 16:11:17', 602, NULL, NULL, 'IPAY2022/10/0502', NULL, 'Mpesa', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (574, '2022-10-03 17:45:00', 603, NULL, NULL, 'IPAY2022/10/0503', NULL, 'cash', '', '', '', '', '', 'Visa', '510.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (575, '2022-10-04 18:16:00', 605, NULL, NULL, 'IPAY2022/10/0504', NULL, 'cash', '', '', '', '', '', 'Visa', '380.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (576, '2022-10-05 14:00:11', 608, NULL, NULL, 'IPAY2022/10/0505', NULL, 'cash', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (577, '2022-10-05 14:02:22', 609, NULL, NULL, 'IPAY2022/10/0506', NULL, 'cash', '', '', '', '', '', '', '90.0000', NULL, 7, NULL, 'received', '', '90.0000', '-1910.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (578, '2022-10-05 17:48:54', 610, NULL, NULL, 'IPAY2022/10/0507', NULL, 'Mpesa', '', '', '', '', '', '', '6470.0000', NULL, 7, NULL, 'received', '', '6470.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (579, '2022-10-05 17:58:39', 611, NULL, NULL, 'IPAY2022/10/0508', NULL, 'cash', '', '', '', '', '', '', '1150.0000', NULL, 7, NULL, 'received', '', '1150.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (580, '2022-10-05 18:15:00', 612, NULL, NULL, 'IPAY2022/10/0509', NULL, 'cash', '', '', '', '', '', 'Visa', '560.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (581, '2022-10-06 17:14:57', 617, NULL, NULL, 'IPAY2022/10/0510', NULL, 'cash', '', '', '', '', '', '', '1680.0000', NULL, 7, NULL, 'received', '', '1680.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (582, '2022-10-06 17:16:39', 618, NULL, NULL, 'IPAY2022/10/0511', NULL, 'Mpesa', '', '', '', '', '', '', '2400.0000', NULL, 7, NULL, 'received', '', '2400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (583, '2022-10-06 18:02:00', 619, NULL, NULL, 'IPAY2022/10/0512', NULL, 'cash', '', '', '', '', '', 'Visa', '300.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (584, '2022-10-07 18:01:36', 621, NULL, NULL, 'IPAY2022/10/0513', NULL, 'cash', '', '', '', '', '', '', '420.0000', NULL, 7, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (585, '2022-10-07 18:05:00', 623, NULL, NULL, 'IPAY2022/10/0514', NULL, 'cash', '', '', '', '', '', 'Visa', '60.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (586, '2022-10-08 18:02:00', 629, NULL, NULL, 'IPAY2022/10/0515', NULL, 'cash', '', '', '', '', '', 'Visa', '1320.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (587, '2022-10-10 17:10:00', 630, NULL, NULL, 'IPAY2022/10/0516', NULL, 'cash', '', '', '', '', '', 'Visa', '720.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (588, '2022-10-11 16:29:39', 631, NULL, NULL, 'IPAY2022/10/0517', NULL, 'cash', '', '', '', '', '', '', '1000.0000', NULL, 7, NULL, 'received', '', '1000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (589, '2022-10-11 16:30:49', 632, NULL, NULL, 'IPAY2022/10/0518', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (590, '2022-10-11 18:05:00', 633, NULL, NULL, 'IPAY2022/10/0519', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '300.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (591, '2022-10-12 15:28:12', 635, NULL, NULL, 'IPAY2022/10/0520', NULL, 'cash', '', '', '', '', '', '', '2730.0000', NULL, 7, NULL, 'received', '', '2730.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (592, '2022-10-12 16:09:21', 636, NULL, NULL, 'IPAY2022/10/0521', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (593, '2022-10-12 17:54:00', 637, NULL, NULL, 'IPAY2022/10/0522', NULL, 'cash', '', '', '', '', '', 'Visa', '200.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (594, '2022-10-13 09:39:35', 638, NULL, NULL, 'IPAY2022/10/0523', NULL, 'Mpesa', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (595, '2022-10-13 18:01:37', 639, NULL, NULL, 'IPAY2022/10/0524', NULL, 'Mpesa', '', '', '', '', '', '', '14920.0000', NULL, 7, NULL, 'received', '', '14920.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (596, '2022-10-13 18:02:45', 640, NULL, NULL, 'IPAY2022/10/0525', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (597, '2022-10-13 18:15:00', 641, NULL, NULL, 'IPAY2022/10/0526', NULL, 'cash', '', '', '', '', '', 'Visa', '180.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (598, '2022-10-14 16:55:25', 644, NULL, NULL, 'IPAY2022/10/0527', NULL, 'Mpesa', '', '', '', '', '', '', '3090.0000', NULL, 7, NULL, 'received', '', '3090.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (599, '2022-10-14 17:25:01', 645, NULL, NULL, 'IPAY2022/10/0528', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (600, '2022-10-14 18:35:00', 646, NULL, NULL, 'IPAY2022/10/0529', NULL, 'cash', '', '', '', '', '', 'Visa', '1900.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (601, '2022-10-15 18:14:00', 648, NULL, NULL, 'IPAY2022/10/0530', NULL, 'cash', '', '', '', '', '', 'Visa', '840.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (602, '2022-10-17 17:52:03', 649, NULL, NULL, 'IPAY2022/10/0531', NULL, 'Mpesa', '', '', '', '', '', '', '1870.0000', NULL, 7, NULL, 'received', '', '1870.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (603, '2022-10-17 18:05:00', 650, NULL, NULL, 'IPAY2022/10/0532', NULL, 'cash', '', '', '', '', '', 'Visa', '250.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (604, '2022-10-18 18:16:11', 652, NULL, NULL, 'IPAY2022/10/0533', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (605, '2022-10-18 18:17:38', 653, NULL, NULL, 'IPAY2022/10/0534', NULL, 'Mpesa', '', '', '', '', '', '', '1690.0000', NULL, 7, NULL, 'received', '', '1690.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (606, '2022-10-18 18:18:58', 654, NULL, NULL, 'IPAY2022/10/0535', NULL, 'Mpesa', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (607, '2022-10-18 18:20:48', 655, NULL, NULL, 'IPAY2022/10/0536', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (608, '2022-10-18 18:23:00', 656, NULL, NULL, 'IPAY2022/10/0537', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '950.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (609, '2022-10-19 18:13:36', 657, NULL, NULL, 'IPAY2022/10/0538', NULL, 'Mpesa', '', '', '', '', '', '', '920.0000', NULL, 7, NULL, 'received', '', '920.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (610, '2022-10-19 18:16:00', 658, NULL, NULL, 'IPAY2022/10/0539', NULL, 'cash', '', '', '', '', '', 'Visa', '560.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (611, '2022-10-20 17:22:49', 660, NULL, NULL, 'IPAY2022/10/0540', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (612, '2022-10-20 17:24:39', 661, NULL, NULL, 'IPAY2022/10/0541', NULL, 'Mpesa', '', '', '', '', '', '', '3040.0000', NULL, 7, NULL, 'received', '', '3040.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (613, '2022-10-20 17:26:00', 662, NULL, NULL, 'IPAY2022/10/0542', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '430.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (614, '2022-10-22 17:07:15', 667, NULL, NULL, 'IPAY2022/10/0543', NULL, 'Mpesa', '', '', '', '', '', '', '3960.0000', NULL, 7, NULL, 'received', '', '3960.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (615, '2022-10-22 18:01:00', 668, NULL, NULL, 'IPAY2022/10/0544', NULL, 'cash', '', '', '', '', '', 'Visa', '570.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (616, '2022-10-24 17:55:32', 670, NULL, NULL, 'IPAY2022/10/0545', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (617, '2022-10-24 17:57:00', 671, NULL, NULL, 'IPAY2022/10/0546', NULL, 'cash', '', '', '', '', '', 'Visa', '150.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (618, '2022-10-25 18:02:40', 674, NULL, NULL, 'IPAY2022/10/0547', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (619, '2022-10-25 18:05:00', 675, NULL, NULL, 'IPAY2022/10/0548', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '100.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (620, '2022-10-26 17:46:00', 678, NULL, NULL, 'IPAY2022/10/0549', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '2160.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (621, '2022-10-27 18:05:09', 681, NULL, NULL, 'IPAY2022/10/0550', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (622, '2022-10-28 17:42:00', 684, NULL, NULL, 'IPAY2022/10/0551', NULL, 'cash', '', '', '', '', '', 'Visa', '250.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (623, '2022-10-28 17:44:00', 685, NULL, NULL, 'IPAY2022/10/0552', NULL, 'cash', '', '', '', '', '', 'Visa', '1400.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (624, '2022-10-29 18:01:58', 687, NULL, NULL, 'IPAY2022/10/0553', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (625, '2022-10-29 18:11:00', 688, NULL, NULL, 'IPAY2022/10/0554', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (626, '2022-10-30 21:44:00', NULL, NULL, 64, 'POP2022/10/0044', NULL, 'cash', '', '', '', '', '', 'Visa', '13500.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (627, '2022-10-30 21:59:00', NULL, NULL, 65, 'POP2022/10/0045', NULL, 'cash', '', '', '', '', '', 'Visa', '9975.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (628, '2022-10-31 08:36:27', 690, NULL, NULL, 'IPAY2022/10/0555', NULL, 'Mpesa', '', '', '', '', '', '', '110.0000', NULL, 7, NULL, 'received', '', '110.0000', '-520.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (629, '2022-10-31 08:41:15', 691, NULL, NULL, 'IPAY2022/10/0556', NULL, 'cash', '', '', '', '', '', '', '1150.0000', NULL, 7, NULL, 'received', '', '1150.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (630, '2022-11-01 18:18:00', 697, NULL, NULL, 'IPAY2022/11/0557', NULL, 'cash', '', '', '', '', '', 'Visa', '810.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (631, '2022-11-02 18:24:00', 702, NULL, NULL, 'IPAY2022/11/0558', NULL, 'cash', '', '', '', '', '', 'Visa', '1160.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (632, '2022-11-03 17:15:22', 705, NULL, NULL, 'IPAY2022/11/0559', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (633, '2022-11-03 17:16:16', 706, NULL, NULL, 'IPAY2022/11/0560', NULL, 'cash', '', '', '', '', '', '', '960.0000', NULL, 7, NULL, 'received', '', '960.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (634, '2022-11-03 17:22:00', 707, NULL, NULL, 'IPAY2022/11/0561', NULL, 'cash', '', '', '', '', '', 'Visa', '1200.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (635, '2022-11-05 08:44:00', 710, NULL, NULL, 'IPAY2022/11/0562', NULL, 'cash', '', '', '', '', '', 'Visa', '1720.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (636, '2022-11-05 17:47:10', 711, NULL, NULL, 'IPAY2022/11/0563', NULL, 'Mpesa', '', '', '', '', '', '', '2240.0000', NULL, 7, NULL, 'received', '', '2240.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (637, '2022-11-05 18:05:00', 712, NULL, NULL, 'IPAY2022/11/0564', NULL, 'cash', '', '', '', '', '', 'Visa', '420.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (638, '2022-11-07 13:03:56', 714, NULL, NULL, 'IPAY2022/11/0565', NULL, 'cash', '', '', '', '', '', '', '73380.0000', NULL, 7, NULL, 'received', '', '73380.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (639, '2022-11-07 13:09:07', 715, NULL, NULL, 'IPAY2022/11/0566', NULL, 'Mpesa', '', '', '', '', '', '', '5900.0000', NULL, 7, NULL, 'received', '', '5900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (640, '2022-11-07 18:15:52', 716, NULL, NULL, 'IPAY2022/11/0567', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (641, '2022-11-07 18:16:35', 717, NULL, NULL, 'IPAY2022/11/0568', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (642, '2022-11-07 18:24:00', 722, NULL, NULL, 'IPAY2022/11/0569', NULL, 'cash', '', '', '', '', '', 'Visa', '1340.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (643, '2022-11-08 18:08:07', 723, NULL, NULL, 'IPAY2022/11/0570', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (644, '2022-11-08 18:12:00', 724, NULL, NULL, 'IPAY2022/11/0571', NULL, 'cash', '', '', '', '', '', 'Visa', '770.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (645, '2022-11-09 19:38:17', 727, NULL, NULL, 'IPAY2022/11/0572', NULL, 'Mpesa', '', '', '', '', '', '', '1090.0000', NULL, 7, NULL, 'received', '', '1090.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (646, '2022-11-09 19:42:00', 728, NULL, NULL, 'IPAY2022/11/0573', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (647, '2022-11-11 17:58:00', 735, NULL, NULL, 'IPAY2022/11/0574', NULL, 'cash', '', '', '', '', '', 'Visa', '1540.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (648, '2022-11-12 18:26:02', 736, NULL, NULL, 'IPAY2022/11/0575', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (649, '2022-11-12 18:27:11', 737, NULL, NULL, 'IPAY2022/11/0576', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (650, '2022-11-14 17:40:15', 741, NULL, NULL, 'IPAY2022/11/0577', NULL, 'cash', '', '', '', '', '', '', '960.0000', NULL, 7, NULL, 'received', '', '960.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (651, '2022-11-14 17:49:00', 742, NULL, NULL, 'IPAY2022/11/0578', NULL, 'cash', '', '', '', '', '', 'Visa', '500.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (652, '2022-11-15 17:52:53', 744, NULL, NULL, 'IPAY2022/11/0579', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (653, '2022-11-16 18:03:14', 750, NULL, NULL, 'IPAY2022/11/0580', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (654, '2022-11-16 18:13:00', 756, NULL, NULL, 'IPAY2022/11/0581', NULL, 'cash', '', '', '', '', '', 'Visa', '2820.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (655, '2022-11-17 18:17:00', 761, NULL, NULL, 'IPAY2022/11/0582', NULL, 'cash', '', '', '', '', '', 'Visa', '100.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (656, '2022-11-18 18:06:00', 762, NULL, NULL, 'IPAY2022/11/0583', NULL, 'cash', '', '', '', '', '', 'Visa', '3830.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (657, '2022-11-19 18:12:00', 763, NULL, NULL, 'IPAY2022/11/0584', NULL, 'cash', '', '', '', '', '', 'Visa', '6100.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (658, '2022-11-20 14:50:00', 765, NULL, NULL, 'IPAY2022/11/0585', NULL, 'cash', '', '', '', '', '', 'Visa', '6200.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (660, '2022-11-23 18:16:00', 769, NULL, NULL, 'IPAY2022/11/0587', NULL, 'cash', '', '', '', '', '', 'Visa', '6000.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (661, '2022-11-24 18:25:00', 771, NULL, NULL, 'IPAY2022/11/0588', NULL, 'cash', '', '', '', '', '', 'Visa', '8160.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (662, '2022-11-25 18:33:00', 772, NULL, NULL, 'IPAY2022/11/0589', NULL, 'cash', '', '', '', '', '', 'Visa', '1950.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (663, '2022-11-26 17:39:00', 775, NULL, NULL, 'IPAY2022/11/0590', NULL, 'cash', '', '', '', '', '', 'Visa', '1320.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (664, '2022-11-26 18:03:00', 778, NULL, NULL, 'IPAY2022/11/0591', NULL, 'cash', '', '', '', '', '', 'Visa', '2400.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (665, '2022-11-28 18:07:37', 779, NULL, NULL, 'IPAY2022/11/0592', NULL, 'cash', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (666, '2022-11-28 18:12:40', 780, NULL, NULL, 'IPAY2022/11/0593', NULL, 'Mpesa', '', '', '', '', '', '', '4600.0000', NULL, 7, NULL, 'received', '', '4600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (667, '2022-11-28 18:16:00', 781, NULL, NULL, 'IPAY2022/11/0594', NULL, 'cash', '', '', '', '', '', 'Visa', '880.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (668, '2022-11-28 23:49:00', NULL, NULL, 66, 'POP2022/11/0046', NULL, 'cash', '', '', '', '', '', 'Visa', '28875.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (669, '2022-11-28 23:56:00', NULL, NULL, 67, 'POP2022/11/0047', NULL, 'cash', '', '', '', '', '', 'Visa', '18900.0000', NULL, 8, NULL, 'sent', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (670, '2022-11-29 18:15:28', 787, NULL, NULL, 'IPAY2022/11/0595', NULL, 'Mpesa', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (671, '2022-11-29 18:36:00', 789, NULL, NULL, 'IPAY2022/11/0596', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '2000.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (672, '2022-12-01 17:10:31', 791, NULL, NULL, 'IPAY2022/12/0597', NULL, 'Mpesa', '', '', '', '', '', '', '1300.0000', NULL, 7, NULL, 'received', '', '1300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (673, '2022-12-01 17:12:35', 792, NULL, NULL, 'IPAY2022/12/0598', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (674, '2022-12-01 17:15:00', 793, NULL, NULL, 'IPAY2022/12/0599', NULL, 'cash', '', '', '', '', '', 'Visa', '1240.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (675, '2022-12-02 18:27:02', 799, NULL, NULL, 'IPAY2022/12/0600', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (676, '2022-12-02 18:27:50', 800, NULL, NULL, 'IPAY2022/12/0601', NULL, 'cash', '', '', '', '', '', '', '450.0000', NULL, 7, NULL, 'received', '', '450.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (677, '2022-12-02 19:11:00', 801, NULL, NULL, 'IPAY2022/12/0602', NULL, 'cash', '', '', '', '', '', 'Visa', '200.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (678, '2022-12-03 18:21:00', 809, NULL, NULL, 'IPAY2022/12/0603', NULL, 'cash', '', '', '', '', '', 'Visa', '400.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (679, '2022-12-05 18:09:00', 810, NULL, NULL, 'IPAY2022/12/0604', NULL, 'cash', '', '', '', '', '', 'Visa', '400.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (680, '2022-12-06 18:11:00', 816, NULL, NULL, 'IPAY2022/12/0605', NULL, 'cash', '', '', '', '', '', 'Visa', '1280.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (681, '2022-12-07 18:46:00', 828, NULL, NULL, 'IPAY2022/12/0606', NULL, 'cash', '', '', '', '', '', 'Visa', '1100.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (682, '2022-12-08 18:09:00', 829, NULL, NULL, 'IPAY2022/12/0607', NULL, 'cash', '', '', '', '', '', 'Visa', '1900.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (683, '2022-12-09 17:20:22', 835, NULL, NULL, 'IPAY2022/12/0608', NULL, 'cash', '', '', '', '', '', '', '990.0000', NULL, 7, NULL, 'received', '', '990.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (684, '2022-12-09 17:51:00', 838, NULL, NULL, 'IPAY2022/12/0609', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '200.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (685, '2022-12-10 16:44:48', 839, NULL, NULL, 'IPAY2022/12/0610', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (686, '2022-12-10 16:50:46', 840, NULL, NULL, 'IPAY2022/12/0611', NULL, 'cash', '', '', '', '', '', '', '2920.0000', NULL, 7, NULL, 'received', '', '2920.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (687, '2022-12-10 18:21:00', 841, NULL, NULL, 'IPAY2022/12/0612', NULL, 'cash', '', '', '', '', '', 'Visa', '500.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (688, '2022-12-12 16:35:17', 843, NULL, NULL, 'IPAY2022/12/0613', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (689, '2022-12-12 18:04:00', 844, NULL, NULL, 'IPAY2022/12/0614', NULL, 'cash', '', '', '', '', '', 'Visa', '1600.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (690, '2022-12-13 17:11:31', 849, NULL, NULL, 'IPAY2022/12/0615', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (691, '2022-12-13 17:54:10', 850, NULL, NULL, 'IPAY2022/12/0616', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (692, '2022-12-13 18:54:00', 854, NULL, NULL, 'IPAY2022/12/0617', NULL, 'cash', '', '', '', '', '', 'Visa', '1170.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (693, '2022-12-14 17:33:28', 855, NULL, NULL, 'IPAY2022/12/0618', NULL, 'Mpesa', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (694, '2022-12-14 17:38:17', 856, NULL, NULL, 'IPAY2022/12/0619', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (695, '2022-12-14 18:28:00', 860, NULL, NULL, 'IPAY2022/12/0620', NULL, 'cash', '', '', '', '', '', 'Visa', '300.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (696, '2022-12-15 17:14:48', 861, NULL, NULL, 'IPAY2022/12/0621', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (697, '2022-12-15 18:16:19', 862, NULL, NULL, 'IPAY2022/12/0622', NULL, 'cash', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (698, '2022-12-15 18:32:00', 864, NULL, NULL, 'IPAY2022/12/0623', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '350.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (699, '2022-12-16 17:23:15', 865, NULL, NULL, 'IPAY2022/12/0624', NULL, 'Mpesa', '', '', '', '', '', '', '320.0000', NULL, 7, NULL, 'received', '', '320.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (700, '2022-12-16 18:41:00', 866, NULL, NULL, 'IPAY2022/12/0625', NULL, 'cash', '', '', '', '', '', 'Visa', '650.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (701, '2022-12-17 19:23:23', 868, NULL, NULL, 'IPAY2022/12/0626', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (702, '2022-12-17 19:44:00', 869, NULL, NULL, 'IPAY2022/12/0627', NULL, 'cash', '', '', '', '', '', 'Visa', '200.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (703, '2022-12-18 14:54:00', 870, NULL, NULL, 'IPAY2022/12/0628', NULL, 'cash', '', '', '', '', '', 'Visa', '1200.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (704, '2022-12-18 14:59:02', 871, NULL, NULL, 'IPAY2022/12/0629', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (705, '2022-12-19 19:25:37', 872, NULL, NULL, 'IPAY2022/12/0630', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (706, '2022-12-20 17:53:26', 873, NULL, NULL, 'IPAY2022/12/0631', NULL, 'cash', '', '', '', '', '', '', '870.0000', NULL, 7, NULL, 'received', '', '870.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (707, '2022-12-20 18:08:00', 874, NULL, NULL, 'IPAY2022/12/0632', NULL, 'cash', '', '', '', '', '', 'Visa', '6700.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (708, '2022-12-21 19:10:00', 889, NULL, NULL, 'IPAY2022/12/0633', NULL, 'cash', '', '', '', '', '', 'Visa', '300.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (709, '2022-12-22 18:38:00', 890, NULL, NULL, 'IPAY2022/12/0634', NULL, 'cash', '', '', '', '', '', 'Visa', '1700.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (710, '2022-12-10 10:00:00', 830, NULL, NULL, 'IPAY2022/12/0635', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '1700.0000', NULL, 7, NULL, 'received', '<p>via kcb till</p>', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (711, '2022-12-13 10:40:00', 63, NULL, NULL, 'IPAY2022/12/0636', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '540.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (712, '2022-05-23 10:50:00', 273, NULL, NULL, 'IPAY2022/12/0637', NULL, 'cash', '', '', '', '', '', 'Visa', '220.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (713, '2022-06-06 11:00:00', 288, NULL, NULL, 'IPAY2022/12/0638', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '40.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (714, '2022-08-15 07:10:00', 312, NULL, NULL, 'IPAY2022/12/0639', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '4500.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (715, '2022-12-23 18:40:53', 894, NULL, NULL, 'IPAY2022/12/0640', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (716, '2022-12-23 18:42:44', 895, NULL, NULL, 'IPAY2022/12/0641', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (717, '2022-12-23 18:55:00', 896, NULL, NULL, 'IPAY2022/12/0642', NULL, 'cash', '', '', '', '', '', 'Visa', '420.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (718, '2022-12-28 14:04:38', 901, NULL, NULL, 'IPAY2022/12/0643', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (719, '2022-12-24 14:05:00', 884, NULL, NULL, 'IPAY2022/12/0644', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '920.0000', NULL, 7, NULL, 'received', '', '920.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (720, '2022-12-28 14:08:00', 903, NULL, NULL, 'IPAY2022/12/0644', NULL, 'cash', '', '', '', '', '', 'Visa', '150.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (721, '2022-07-05 14:20:00', 360, NULL, NULL, 'IPAY2022/12/0645', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '180.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (722, '2022-07-13 14:20:00', 444, NULL, NULL, 'IPAY2022/12/0646', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '140.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (723, '2022-08-25 14:30:00', 487, NULL, NULL, 'IPAY2022/12/0647', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '140.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (724, '2022-08-27 14:30:00', 503, NULL, NULL, 'IPAY2022/12/0648', NULL, 'cash', '', '', '', '', '', 'Visa', '1500.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (725, '2022-09-06 14:35:00', 523, NULL, NULL, 'IPAY2022/12/0649', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '150.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (726, '2022-09-08 14:40:00', 530, NULL, NULL, 'IPAY2022/12/0650', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '200.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (727, '2022-09-23 14:40:00', 532, NULL, NULL, 'IPAY2022/12/0651', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '600.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (728, '2022-10-29 14:45:00', 536, NULL, NULL, 'IPAY2022/12/0652', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '120.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (729, '2022-09-15 14:45:00', 543, NULL, NULL, 'IPAY2022/12/0653', NULL, 'cash', '', '', '', '', '', 'Visa', '300.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (730, '2022-09-16 14:50:00', 547, NULL, NULL, 'IPAY2022/12/0654', NULL, 'cash', '', '', '', '', '', 'Visa', '40.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (731, '2022-09-26 14:55:00', 568, NULL, NULL, 'IPAY2022/12/0655', NULL, 'cash', '', '', '', '', '', 'Visa', '450.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (732, '2022-10-08 15:00:00', 584, NULL, NULL, 'IPAY2022/12/0656', NULL, 'cash', '', '', '', '', '', 'Visa', '200.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (733, '2022-10-06 15:00:00', 593, NULL, NULL, 'IPAY2022/12/0657', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '600.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (734, '2022-10-08 15:05:00', 594, NULL, NULL, 'IPAY2022/12/0658', NULL, 'cash', '', '', '', '', '', 'Visa', '250.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (735, '2022-12-28 17:08:00', 885, NULL, NULL, 'QLS1788O2H', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '2220.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (736, '2022-12-28 17:12:00', 886, NULL, NULL, 'QLS1788O2H', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '1980.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (737, '2022-12-28 17:13:00', 852, NULL, NULL, 'QLS1788O2H', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '110.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (738, '2022-12-23 17:15:00', 892, NULL, NULL, 'IPAY2022/12/0659', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '3600.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (739, '2022-12-16 17:15:00', 842, NULL, NULL, 'IPAY2022/12/0660', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '3700.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (740, '2022-12-16 17:15:00', 845, NULL, NULL, 'IPAY2022/12/0661', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '11300.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (741, '2022-12-10 17:25:00', 825, NULL, NULL, 'IPAY2022/12/0662', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '4160.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (742, '2022-12-28 17:50:17', 904, NULL, NULL, 'IPAY2022/12/0663', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (743, '2022-12-28 17:51:03', 905, NULL, NULL, 'IPAY2022/12/0664', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (744, '2022-12-28 18:22:00', 906, NULL, NULL, 'IPAY2022/12/0665', NULL, 'cash', '', '', '', '', '', 'Visa', '1300.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (745, '2022-12-29 14:58:09', 908, NULL, NULL, 'IPAY2022/12/0666', NULL, 'cash', '', '', '', '', '', '', '7140.0000', NULL, 7, NULL, 'received', '', '7140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (746, '2022-12-29 18:16:42', 909, NULL, NULL, 'IPAY2022/12/0667', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (747, '2022-12-29 18:41:00', 910, NULL, NULL, 'IPAY2022/12/0668', NULL, 'cash', '', '', '', '', '', 'Visa', '780.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (748, '2022-12-30 16:56:50', 918, NULL, NULL, 'IPAY2022/12/0669', NULL, 'Mpesa', '', '', '', '', '', '', '800.0000', NULL, 7, NULL, 'received', '', '800.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (749, '2022-12-30 16:57:55', 919, NULL, NULL, 'IPAY2022/12/0670', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (750, '2022-12-30 16:58:57', 920, NULL, NULL, 'IPAY2022/12/0671', NULL, 'cash', '', '', '', '', '', '', '850.0000', NULL, 7, NULL, 'received', '', '850.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (751, '2022-12-30 19:02:00', 921, NULL, NULL, 'IPAY2022/12/0672', NULL, 'cash', '', '', '', '', '', 'Visa', '2360.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (752, '2022-12-30 19:14:57', 922, NULL, NULL, 'IPAY2022/12/0673', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (753, '2022-12-30 18:20:00', 823, NULL, NULL, 'IPAY2022/12/0674', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '900.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (754, '2022-12-31 18:35:16', 923, NULL, NULL, 'IPAY2022/12/0675', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (755, '2022-12-31 18:42:00', 924, NULL, NULL, 'IPAY2022/12/0676', NULL, 'cash', '', '', '', '', '', 'Visa', '700.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (756, '2023-01-02 16:30:00', 927, NULL, NULL, 'IPAY2023/01/0677', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '300.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (757, '2023-01-02 16:35:00', 926, NULL, NULL, 'IPAY2023/01/0678', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '800.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (758, '2022-12-31 16:35:00', 925, NULL, NULL, 'IPAY2023/01/0679', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '250.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (759, '2023-01-02 17:43:00', 928, NULL, NULL, 'IPAY2023/01/0680', NULL, 'cash', '', '', '', '', '', 'Visa', '3930.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (760, '2023-01-03 13:35:48', 935, NULL, NULL, 'IPAY2023/01/0681', NULL, 'Mpesa', '', '', '', '', '', '', '450.0000', NULL, 7, NULL, 'received', '', '450.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (761, '2023-01-03 17:16:31', 936, NULL, NULL, 'IPAY2023/01/0682', NULL, 'Mpesa', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (762, '2023-01-03 18:20:00', 937, NULL, NULL, 'IPAY2023/01/0683', NULL, 'cash', '', '', '', '', '', 'Visa', '640.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (763, '2023-01-04 16:45:32', 941, NULL, NULL, 'IPAY2023/01/0684', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (764, '2023-01-04 16:46:44', 942, NULL, NULL, 'IPAY2023/01/0685', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (765, '2023-01-04 16:48:03', 943, NULL, NULL, 'IPAY2023/01/0686', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (766, '2023-01-04 16:49:43', 944, NULL, NULL, 'IPAY2023/01/0687', NULL, 'Mpesa', '', '', '', '', '', '', '1440.0000', NULL, 7, NULL, 'received', '', '1440.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (767, '2023-01-04 18:29:00', 945, NULL, NULL, 'IPAY2023/01/0688', NULL, 'cash', '', '', '', '', '', 'Visa', '840.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (768, '2023-01-04 18:46:10', 953, NULL, NULL, 'IPAY2023/01/0689', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (769, '2023-01-05 17:31:40', 954, NULL, NULL, 'IPAY2023/01/0690', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (770, '2023-01-05 17:32:58', 955, NULL, NULL, 'IPAY2023/01/0691', NULL, 'Mpesa', '', '', '', '', '', '', '1000.0000', NULL, 7, NULL, 'received', '', '1000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (771, '2023-01-05 17:35:06', 956, NULL, NULL, 'IPAY2023/01/0692', NULL, 'cash', '', '', '', '', '', '', '1060.0000', NULL, 7, NULL, 'received', '', '1060.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (772, '2023-01-05 17:36:09', 957, NULL, NULL, 'IPAY2023/01/0693', NULL, 'cash', '', '', '', '', '', '', '420.0000', NULL, 7, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (773, '2023-01-05 17:37:35', 958, NULL, NULL, 'IPAY2023/01/0694', NULL, 'Mpesa', '', '', '', '', '', '', '1000.0000', NULL, 7, NULL, 'received', '', '1000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (774, '2023-01-05 18:07:25', 959, NULL, NULL, 'IPAY2023/01/0695', NULL, 'Mpesa', '', '', '', '', '', '', '1570.0000', NULL, 7, NULL, 'received', '', '1570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (775, '2023-01-05 18:16:00', 960, NULL, NULL, 'IPAY2023/01/0696', NULL, 'cash', '', '', '', '', '', 'Visa', '200.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (776, '2023-01-06 18:30:29', 965, NULL, NULL, 'IPAY2023/01/0697', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '700.0000', '50.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (777, '2023-01-06 18:39:00', 966, NULL, NULL, 'IPAY2023/01/0698', NULL, 'cash', '', '', '', '', '', 'Visa', '170.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (778, '2023-01-06 18:59:23', 971, NULL, NULL, 'IPAY2023/01/0699', NULL, 'cash', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (779, '2023-01-07 16:34:58', 972, NULL, NULL, 'IPAY2023/01/0700', NULL, 'Mpesa', '', '', '', '', '', '', '1900.0000', NULL, 7, NULL, 'received', '', '1900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (780, '2023-01-07 16:56:09', 973, NULL, NULL, 'IPAY2023/01/0701', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (781, '2023-01-07 16:57:48', 974, NULL, NULL, 'IPAY2023/01/0702', NULL, 'Mpesa', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '560.0000', '30.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (782, '2023-01-07 17:31:03', 975, NULL, NULL, 'IPAY2023/01/0703', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (783, '2023-01-07 17:32:03', 976, NULL, NULL, 'IPAY2023/01/0704', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (784, '2023-01-07 17:34:25', 977, NULL, NULL, 'IPAY2023/01/0705', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (785, '2023-01-07 17:37:59', 978, NULL, NULL, 'IPAY2023/01/0706', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '560.0000', '20.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (786, '2023-01-07 18:14:00', 979, NULL, NULL, 'IPAY2023/01/0707', NULL, 'cash', '', '', '', '', '', 'Visa', '1930.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (787, '2023-01-09 18:12:28', 981, NULL, NULL, 'IPAY2023/01/0708', NULL, 'cash', '', '', '', '', '', '', '1050.0000', NULL, 7, NULL, 'received', '', '1050.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (788, '2023-01-09 18:13:40', 982, NULL, NULL, 'IPAY2023/01/0709', NULL, 'cash', '', '', '', '', '', '', '450.0000', NULL, 7, NULL, 'received', '', '450.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (789, '2023-01-09 18:14:49', 983, NULL, NULL, 'IPAY2023/01/0710', NULL, 'Mpesa', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (790, '2023-01-09 18:16:38', 984, NULL, NULL, 'IPAY2023/01/0711', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (791, '2023-01-09 18:21:19', 985, NULL, NULL, 'IPAY2023/01/0712', NULL, 'Mpesa', '', '', '', '', '', '', '10570.0000', NULL, 7, NULL, 'received', '', '10570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (792, '2023-01-09 18:51:00', 980, NULL, NULL, 'IPAY2023/01/0713', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '2040.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (793, '2023-01-10 18:48:41', 995, NULL, NULL, 'IPAY2023/01/0714', NULL, 'cash', '', '', '', '', '', '', '980.0000', NULL, 7, NULL, 'received', '', '980.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (794, '2023-01-10 18:50:15', 996, NULL, NULL, 'IPAY2023/01/0715', NULL, 'cash', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (795, '2023-01-10 19:11:16', 997, NULL, NULL, 'IPAY2023/01/0716', NULL, 'cash', '', '', '', '', '', '', '1050.0000', NULL, 7, NULL, 'received', '', '1050.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (796, '2023-01-11 21:31:15', 998, NULL, NULL, 'IPAY2023/01/0717', NULL, 'cash', '', '', '', '', '', '', '420.0000', NULL, 7, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (797, '2023-01-11 21:33:19', 999, NULL, NULL, 'IPAY2023/01/0718', NULL, 'Mpesa', '', '', '', '', '', '', '750.0000', NULL, 7, NULL, 'received', '', '750.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (798, '2023-01-11 21:34:32', 1000, NULL, NULL, 'IPAY2023/01/0719', NULL, 'Mpesa', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (799, '2023-01-11 21:36:36', 1001, NULL, NULL, 'IPAY2023/01/0720', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (800, '2023-01-11 21:41:47', 1002, NULL, NULL, 'IPAY2023/01/0721', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (801, '2023-01-11 22:01:00', 1003, NULL, NULL, 'IPAY2023/01/0722', NULL, 'cash', '', '', '', '', '', 'Visa', '9940.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (802, '2023-01-11 22:05:00', 1004, NULL, NULL, 'IPAY2023/01/0723', NULL, 'cash', '', '', '', '', '', 'Visa', '3010.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (803, '2023-01-12 17:37:57', 1015, NULL, NULL, 'IPAY2023/01/0724', NULL, 'Mpesa', '', '', '', '', '', '', '500.0000', NULL, 7, NULL, 'received', '', '500.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (804, '2023-01-16 18:37:20', 1016, NULL, NULL, 'IPAY2023/01/0725', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (805, '2023-01-16 19:22:59', 1017, NULL, NULL, 'IPAY2023/01/0726', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (806, '2023-01-16 19:24:11', 1018, NULL, NULL, 'IPAY2023/01/0727', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (807, '2023-01-16 19:25:31', 1019, NULL, NULL, 'IPAY2023/01/0728', NULL, 'cash', '', '', '', '', '', '', '1570.0000', NULL, 7, NULL, 'received', '', '1570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (808, '2023-01-16 19:26:20', 1020, NULL, NULL, 'IPAY2023/01/0729', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (809, '2023-01-16 19:27:09', 1021, NULL, NULL, 'IPAY2023/01/0730', NULL, 'cash', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (810, '2023-01-16 19:33:00', 1022, NULL, NULL, 'IPAY2023/01/0731', NULL, 'cash', '', '', '', '', '', 'Visa', '2370.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (811, '2023-01-17 18:24:47', 1028, NULL, NULL, 'IPAY2023/01/0732', NULL, 'cash', '', '', '', '', '', '', '1080.0000', NULL, 7, NULL, 'received', '', '1080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (812, '2023-01-17 18:26:57', 1030, NULL, NULL, 'IPAY2023/01/0733', NULL, 'Mpesa', '', '', '', '', '', '', '1080.0000', NULL, 7, NULL, 'received', '', '1080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (813, '2023-01-17 18:28:12', 1031, NULL, NULL, 'IPAY2023/01/0734', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (814, '2023-01-17 18:29:46', 1032, NULL, NULL, 'IPAY2023/01/0735', NULL, 'cash', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (815, '2023-01-17 18:30:36', 1033, NULL, NULL, 'IPAY2023/01/0736', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (816, '2023-01-17 18:31:33', 1034, NULL, NULL, 'IPAY2023/01/0737', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (817, '2023-01-17 18:33:51', 1035, NULL, NULL, 'IPAY2023/01/0738', NULL, 'Mpesa', '', '', '', '', '', '', '700.0000', NULL, 7, NULL, 'received', '', '700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (818, '2023-01-17 18:34:53', 1036, NULL, NULL, 'IPAY2023/01/0739', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (819, '2023-01-17 18:36:26', 1037, NULL, NULL, 'IPAY2023/01/0740', NULL, 'cash', '', '', '', '', '', '', '1900.0000', NULL, 7, NULL, 'received', '', '1900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (820, '2023-01-17 18:38:18', 1038, NULL, NULL, 'IPAY2023/01/0741', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '650.0000', '20.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (821, '2023-01-17 18:40:05', 1039, NULL, NULL, 'IPAY2023/01/0742', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (822, '2023-01-17 18:41:18', 1040, NULL, NULL, 'IPAY2023/01/0743', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (823, '2023-01-17 19:07:15', 1042, NULL, NULL, 'IPAY2023/01/0744', NULL, 'cash', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (824, '2023-01-17 19:08:21', 1043, NULL, NULL, 'IPAY2023/01/0745', NULL, 'cash', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '540.0000', '10.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (825, '2023-01-18 18:42:05', 1047, NULL, NULL, 'IPAY2023/01/0746', NULL, 'cash', '', '', '', '', '', '', '420.0000', NULL, 7, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (826, '2023-01-18 18:44:17', 1048, NULL, NULL, 'IPAY2023/01/0747', NULL, 'cash', '', '', '', '', '', '', '850.0000', NULL, 7, NULL, 'received', '', '850.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (827, '2023-01-18 18:48:41', 1049, NULL, NULL, 'IPAY2023/01/0748', NULL, 'Mpesa', '', '', '', '', '', '', '750.0000', NULL, 7, NULL, 'received', '', '750.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (828, '2023-01-18 18:50:22', 1050, NULL, NULL, 'IPAY2023/01/0749', NULL, 'Mpesa', '', '', '', '', '', '', '550.0000', NULL, 7, NULL, 'received', '', '550.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (829, '2023-01-18 18:53:08', 1051, NULL, NULL, 'IPAY2023/01/0750', NULL, 'cash', '', '', '', '', '', '', '1780.0000', NULL, 7, NULL, 'received', '', '1780.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (830, '2023-01-18 18:56:00', 1044, NULL, NULL, 'IPAY2023/01/0751', NULL, 'cash', '', '', '', '', '', 'Visa', '2190.0000', NULL, 7, NULL, 'received', '', '2190.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (831, '2023-01-18 18:58:00', 1045, NULL, NULL, 'IPAY2023/01/0751', NULL, 'cash', '', '', '', '', '', 'Visa', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (832, '2023-01-18 19:09:00', 1053, NULL, NULL, 'IPAY2023/01/0751', NULL, 'cash', '', '', '', '', '', 'Visa', '2400.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (833, '2023-01-19 19:25:54', 1055, NULL, NULL, 'IPAY2023/01/0752', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (834, '2023-01-19 19:34:26', 1056, NULL, NULL, 'IPAY2023/01/0753', NULL, 'cash', '', '', '', '', '', '', '300.0000', NULL, 7, NULL, 'received', '', '300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (835, '2023-01-19 19:36:30', 1058, NULL, NULL, 'IPAY2023/01/0754', NULL, 'Mpesa', '', '', '', '', '', '', '1510.0000', NULL, 7, NULL, 'received', '', '1510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (836, '2023-01-19 19:56:14', 1059, NULL, NULL, 'IPAY2023/01/0755', NULL, 'cash', '', '', '', '', '', '', '500.0000', NULL, 7, NULL, 'received', '', '500.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (837, '2023-01-19 19:57:26', 1060, NULL, NULL, 'IPAY2023/01/0756', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (838, '2023-01-19 19:58:29', 1061, NULL, NULL, 'IPAY2023/01/0757', NULL, 'cash', '', '', '', '', '', '', '420.0000', NULL, 7, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (839, '2023-01-19 20:00:48', 1062, NULL, NULL, 'IPAY2023/01/0758', NULL, 'cash', '', '', '', '', '', '', '1190.0000', NULL, 7, NULL, 'received', '', '1190.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (840, '2023-01-19 20:02:05', 1063, NULL, NULL, 'IPAY2023/01/0759', NULL, 'cash', '', '', '', '', '', '', '1050.0000', NULL, 7, NULL, 'received', '', '1050.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (841, '2023-01-19 20:02:54', 1064, NULL, NULL, 'IPAY2023/01/0760', NULL, 'Mpesa', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (842, '2023-01-19 20:03:55', 1065, NULL, NULL, 'IPAY2023/01/0761', NULL, 'cash', '', '', '', '', '', '', '1080.0000', NULL, 7, NULL, 'received', '', '1080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (843, '2023-01-19 20:05:05', 1066, NULL, NULL, 'IPAY2023/01/0762', NULL, 'Mpesa', '', '', '', '', '', '', '1950.0000', NULL, 7, NULL, 'received', '', '1950.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (844, '2023-01-19 20:05:47', 1067, NULL, NULL, 'IPAY2023/01/0763', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (845, '2023-01-19 20:06:42', 1068, NULL, NULL, 'IPAY2023/01/0764', NULL, 'cash', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (846, '2023-01-19 20:07:27', 1069, NULL, NULL, 'IPAY2023/01/0765', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (847, '2023-01-19 20:14:00', 1071, NULL, NULL, 'IPAY2023/01/0766', NULL, 'cash', '', '', '', '', '', 'Visa', '6830.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (848, '2023-01-22 22:50:19', 1073, NULL, NULL, 'IPAY2023/01/0767', NULL, 'Mpesa', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (849, '2023-01-22 22:52:59', 1074, NULL, NULL, 'IPAY2023/01/0768', NULL, 'Mpesa', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (850, '2023-01-22 22:59:58', 1075, NULL, NULL, 'IPAY2023/01/0769', NULL, 'cash', '', '', '', '', '', '', '2000.0000', NULL, 7, NULL, 'received', '', '2009.0000', '9.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (851, '2023-01-22 23:01:57', 1076, NULL, NULL, 'IPAY2023/01/0770', NULL, 'Mpesa', '', '', '', '', '', '', '1530.0000', NULL, 7, NULL, 'received', '', '1530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (852, '2023-01-22 23:02:55', 1077, NULL, NULL, 'IPAY2023/01/0771', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (853, '2023-01-22 23:03:47', 1078, NULL, NULL, 'IPAY2023/01/0772', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (854, '2023-01-22 23:05:02', 1079, NULL, NULL, 'IPAY2023/01/0773', NULL, 'cash', '', '', '', '', '', '', '1000.0000', NULL, 7, NULL, 'received', '', '1000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (855, '2023-01-22 23:09:08', 1080, NULL, NULL, 'IPAY2023/01/0774', NULL, 'Mpesa', '', '', '', '', '', '', '4600.0000', NULL, 7, NULL, 'received', '', '4600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (856, '2023-01-22 23:10:39', 1081, NULL, NULL, 'IPAY2023/01/0775', NULL, 'cash', '', '', '', '', '', '', '980.0000', NULL, 7, NULL, 'received', '', '980.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (857, '2023-01-22 23:11:49', 1082, NULL, NULL, 'IPAY2023/01/0776', NULL, 'cash', '', '', '', '', '', '', '610.0000', NULL, 7, NULL, 'received', '', '610.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (858, '2023-01-22 23:12:45', 1083, NULL, NULL, 'IPAY2023/01/0777', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (859, '2023-01-22 23:15:07', 1084, NULL, NULL, 'IPAY2023/01/0778', NULL, 'cash', '', '', '', '', '', '', '1330.0000', NULL, 7, NULL, 'received', '', '1330.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (860, '2023-01-22 23:16:14', 1085, NULL, NULL, 'IPAY2023/01/0779', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (861, '2023-01-22 23:18:29', 1086, NULL, NULL, 'IPAY2023/01/0780', NULL, 'cash', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (862, '2023-01-22 23:19:23', 1087, NULL, NULL, 'IPAY2023/01/0781', NULL, 'cash', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (863, '2023-01-22 23:21:42', 1088, NULL, NULL, 'IPAY2023/01/0782', NULL, 'Mpesa', '', '', '', '', '', '', '840.0000', NULL, 7, NULL, 'received', '', '840.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (864, '2023-01-22 23:23:12', 1089, NULL, NULL, 'IPAY2023/01/0783', NULL, 'Mpesa', '', '', '', '', '', '', '920.0000', NULL, 7, NULL, 'received', '', '920.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (865, '2023-01-22 23:24:53', 1090, NULL, NULL, 'IPAY2023/01/0784', NULL, 'Mpesa', '', '', '', '', '', '', '2820.0000', NULL, 7, NULL, 'received', '', '2820.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (866, '2023-01-22 23:25:54', 1091, NULL, NULL, 'IPAY2023/01/0785', NULL, 'Mpesa', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (867, '2023-01-22 23:26:50', 1092, NULL, NULL, 'IPAY2023/01/0786', NULL, 'cash', '', '', '', '', '', '', '700.0000', NULL, 7, NULL, 'received', '', '700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (868, '2023-01-22 23:27:47', 1093, NULL, NULL, 'IPAY2023/01/0787', NULL, 'cash', '', '', '', '', '', '', '750.0000', NULL, 7, NULL, 'received', '', '750.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (869, '2023-01-22 23:29:25', 1094, NULL, NULL, 'IPAY2023/01/0788', NULL, 'cash', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (870, '2023-01-22 23:37:43', 1095, NULL, NULL, 'IPAY2023/01/0789', NULL, 'cash', '', '', '', '', '', '', '2190.0000', NULL, 7, NULL, 'received', '', '2190.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (871, '2023-01-22 23:38:49', 1096, NULL, NULL, 'IPAY2023/01/0790', NULL, 'cash', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (872, '2023-01-22 23:42:30', 1097, NULL, NULL, 'IPAY2023/01/0791', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (873, '2023-01-22 23:43:37', 1098, NULL, NULL, 'IPAY2023/01/0792', NULL, 'Mpesa', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (874, '2023-01-22 23:44:36', 1099, NULL, NULL, 'IPAY2023/01/0793', NULL, 'Mpesa', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (875, '2023-01-22 23:45:29', 1100, NULL, NULL, 'IPAY2023/01/0794', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (876, '2023-01-22 23:48:13', 1101, NULL, NULL, 'IPAY2023/01/0795', NULL, 'cash', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (877, '2023-01-22 23:48:58', 1102, NULL, NULL, 'IPAY2023/01/0796', NULL, 'cash', '', '', '', '', '', '', '400.0000', NULL, 7, NULL, 'received', '', '400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (878, '2023-01-22 23:49:57', 1103, NULL, NULL, 'IPAY2023/01/0797', NULL, 'Mpesa', '', '', '', '', '', '', '1060.0000', NULL, 7, NULL, 'received', '', '1060.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (879, '2023-01-22 23:51:12', 1104, NULL, NULL, 'IPAY2023/01/0798', NULL, 'Mpesa', '', '', '', '', '', '', '910.0000', NULL, 7, NULL, 'received', '', '910.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (880, '2023-01-22 23:51:59', 1105, NULL, NULL, 'IPAY2023/01/0799', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (881, '2023-01-22 23:53:04', 1106, NULL, NULL, 'IPAY2023/01/0800', NULL, 'cash', '', '', '', '', '', '', '1000.0000', NULL, 7, NULL, 'received', '', '1000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (882, '2023-01-22 23:54:15', 1107, NULL, NULL, 'IPAY2023/01/0801', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (883, '2023-01-22 23:54:58', 1108, NULL, NULL, 'IPAY2023/01/0802', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (884, '2023-01-22 23:55:47', 1109, NULL, NULL, 'IPAY2023/01/0803', NULL, 'cash', '', '', '', '', '', '', '1200.0000', NULL, 7, NULL, 'received', '', '1200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (885, '2023-01-22 23:58:32', 1110, NULL, NULL, 'IPAY2023/01/0804', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (886, '2023-01-22 23:59:48', 1111, NULL, NULL, 'IPAY2023/01/0805', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (887, '2023-01-23 00:00:52', 1112, NULL, NULL, 'IPAY2023/01/0806', NULL, 'cash', '', '', '', '', '', '', '700.0000', NULL, 7, NULL, 'received', '', '700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (888, '2023-01-23 00:02:41', 1113, NULL, NULL, 'IPAY2023/01/0807', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (889, '2023-01-23 00:03:37', 1114, NULL, NULL, 'IPAY2023/01/0808', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (890, '2023-01-23 00:04:54', 1115, NULL, NULL, 'IPAY2023/01/0809', NULL, 'Mpesa', '', '', '', '', '', '', '1440.0000', NULL, 7, NULL, 'received', '', '1440.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (891, '2023-01-23 00:06:07', 1116, NULL, NULL, 'IPAY2023/01/0810', NULL, 'Mpesa', '', '', '', '', '', '', '1300.0000', NULL, 7, NULL, 'received', '', '1300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (892, '2023-01-23 00:06:44', 1117, NULL, NULL, 'IPAY2023/01/0811', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (893, '2023-01-23 00:09:38', 1119, NULL, NULL, 'IPAY2023/01/0812', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (894, '2023-01-23 00:10:28', 1120, NULL, NULL, 'IPAY2023/01/0813', NULL, 'cash', '', '', '', '', '', '', '700.0000', NULL, 7, NULL, 'received', '', '700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (895, '2023-01-23 00:11:13', 1121, NULL, NULL, 'IPAY2023/01/0814', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '659.0000', '9.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (896, '2023-01-23 00:12:32', 1122, NULL, NULL, 'IPAY2023/01/0815', NULL, 'Mpesa', '', '', '', '', '', '', '1120.0000', NULL, 7, NULL, 'received', '', '1120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (897, '2023-01-23 00:13:21', 1123, NULL, NULL, 'IPAY2023/01/0816', NULL, 'cash', '', '', '', '', '', '', '970.0000', NULL, 7, NULL, 'received', '', '970.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (898, '2023-01-23 00:14:38', 1124, NULL, NULL, 'IPAY2023/01/0817', NULL, 'Mpesa', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (899, '2023-01-23 00:15:24', 1125, NULL, NULL, 'IPAY2023/01/0818', NULL, 'Mpesa', '', '', '', '', '', '', '850.0000', NULL, 7, NULL, 'received', '', '859.0000', '9.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (900, '2023-01-23 00:17:14', 1126, NULL, NULL, 'IPAY2023/01/0819', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (901, '2023-01-23 00:23:50', 1129, NULL, NULL, 'IPAY2023/01/0820', NULL, 'Mpesa', '', '', '', '', '', '', '1050.0000', NULL, 7, NULL, 'received', '', '1050.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (902, '2023-01-23 00:25:24', 1130, NULL, NULL, 'IPAY2023/01/0821', NULL, 'Mpesa', '', '', '', '', '', '', '1100.0000', NULL, 7, NULL, 'received', '', '1100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (903, '2023-01-23 00:27:09', 1131, NULL, NULL, 'IPAY2023/01/0822', NULL, 'cash', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (904, '2023-01-23 00:28:19', 1132, NULL, NULL, 'IPAY2023/01/0823', NULL, 'cash', '', '', '', '', '', '', '1470.0000', NULL, 7, NULL, 'received', '', '1470.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (905, '2023-01-23 00:29:05', 1133, NULL, NULL, 'IPAY2023/01/0824', NULL, 'Mpesa', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (906, '2023-01-23 00:29:50', 1134, NULL, NULL, 'IPAY2023/01/0825', NULL, 'cash', '', '', '', '', '', '', '920.0000', NULL, 7, NULL, 'received', '', '920.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (907, '2023-01-23 22:07:55', 1135, NULL, NULL, 'IPAY2023/01/0826', NULL, 'Mpesa', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (908, '2023-01-23 22:09:11', 1136, NULL, NULL, 'IPAY2023/01/0827', NULL, 'Mpesa', '', '', '', '', '', '', '1950.0000', NULL, 7, NULL, 'received', '', '1959.0000', '9.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (909, '2023-01-23 22:10:24', 1137, NULL, NULL, 'IPAY2023/01/0828', NULL, 'cash', '', '', '', '', '', '', '1010.0000', NULL, 7, NULL, 'received', '', '1010.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (910, '2023-01-23 22:11:05', 1138, NULL, NULL, 'IPAY2023/01/0829', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (911, '2023-01-23 22:11:54', 1139, NULL, NULL, 'IPAY2023/01/0830', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (912, '2023-01-23 22:12:56', 1140, NULL, NULL, 'IPAY2023/01/0831', NULL, 'cash', '', '', '', '', '', '', '1200.0000', NULL, 7, NULL, 'received', '', '1200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (913, '2023-01-23 22:13:45', 1141, NULL, NULL, 'IPAY2023/01/0832', NULL, 'Mpesa', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '950.0000', '50.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (914, '2023-01-23 22:14:34', 1142, NULL, NULL, 'IPAY2023/01/0833', NULL, 'Mpesa', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (915, '2023-01-23 22:15:19', 1143, NULL, NULL, 'IPAY2023/01/0834', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (916, '2023-01-23 22:16:47', 1144, NULL, NULL, 'IPAY2023/01/0835', NULL, 'cash', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (917, '2023-01-23 22:18:06', 1145, NULL, NULL, 'IPAY2023/01/0836', NULL, 'Mpesa', '', '', '', '', '', '', '1150.0000', NULL, 7, NULL, 'received', '', '1150.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (918, '2023-01-23 22:20:44', 1146, NULL, NULL, 'IPAY2023/01/0837', NULL, 'Mpesa', '', '', '', '', '', '', '1060.0000', NULL, 7, NULL, 'received', '', '1060.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (919, '2023-01-23 22:21:31', 1147, NULL, NULL, 'IPAY2023/01/0838', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (920, '2023-01-23 22:22:30', 1148, NULL, NULL, 'IPAY2023/01/0839', NULL, 'cash', '', '', '', '', '', '', '940.0000', NULL, 7, NULL, 'received', '', '940.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (921, '2023-01-23 22:26:31', 1149, NULL, NULL, 'IPAY2023/01/0840', NULL, 'cash', '', '', '', '', '', '', '300.0000', NULL, 7, NULL, 'received', '', '300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (922, '2023-01-23 22:27:42', 1150, NULL, NULL, 'IPAY2023/01/0841', NULL, 'cash', '', '', '', '', '', '', '700.0000', NULL, 7, NULL, 'received', '', '700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (923, '2023-01-23 22:30:14', 1152, NULL, NULL, 'IPAY2023/01/0842', NULL, 'cash', '', '', '', '', '', '', '420.0000', NULL, 7, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (924, '2023-01-23 22:31:11', 1153, NULL, NULL, 'IPAY2023/01/0843', NULL, 'cash', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (925, '2023-01-23 22:31:52', 1154, NULL, NULL, 'IPAY2023/01/0844', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (926, '2023-01-23 22:32:35', 1155, NULL, NULL, 'IPAY2023/01/0845', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (927, '2023-01-23 22:33:16', 1156, NULL, NULL, 'IPAY2023/01/0846', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (928, '2023-01-23 22:36:21', 1159, NULL, NULL, 'IPAY2023/01/0847', NULL, 'Mpesa', '', '', '', '', '', '', '2330.0000', NULL, 7, NULL, 'received', '', '2330.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (929, '2023-01-23 22:36:58', 1160, NULL, NULL, 'IPAY2023/01/0848', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (930, '2023-01-23 22:38:18', 1161, NULL, NULL, 'IPAY2023/01/0849', NULL, 'Mpesa', '', '', '', '', '', '', '1010.0000', NULL, 7, NULL, 'received', '', '1010.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (931, '2023-01-24 18:08:32', 1162, NULL, NULL, 'IPAY2023/01/0850', NULL, 'Mpesa', '', '', '', '', '', '', '3770.0000', NULL, 7, NULL, 'received', '', '3770.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (932, '2023-01-24 18:09:39', 1163, NULL, NULL, 'IPAY2023/01/0851', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (933, '2023-01-24 18:11:06', 1164, NULL, NULL, 'IPAY2023/01/0852', NULL, 'Mpesa', '', '', '', '', '', '', '1740.0000', NULL, 7, NULL, 'received', '', '1740.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (934, '2023-01-24 18:12:02', 1165, NULL, NULL, 'IPAY2023/01/0853', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (935, '2023-01-24 18:13:10', 1166, NULL, NULL, 'IPAY2023/01/0854', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (936, '2023-01-24 18:13:49', 1167, NULL, NULL, 'IPAY2023/01/0855', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (937, '2023-01-24 18:21:59', 1168, NULL, NULL, 'IPAY2023/01/0856', NULL, 'Mpesa', '', '', '', '', '', '', '2330.0000', NULL, 7, NULL, 'received', '', '2330.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (938, '2023-01-24 18:27:05', 1169, NULL, NULL, 'IPAY2023/01/0857', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (939, '2023-01-24 18:48:19', 1171, NULL, NULL, 'IPAY2023/01/0858', NULL, 'Mpesa', '', '', '', '', '', '', '2940.0000', NULL, 7, NULL, 'received', '', '2940.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (940, '2023-01-25 22:28:25', 1172, NULL, NULL, 'IPAY2023/01/0859', NULL, 'Mpesa', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (941, '2023-01-25 22:53:21', 1173, NULL, NULL, 'IPAY2023/01/0860', NULL, 'Mpesa', '', '', '', '', '', '', '1770.0000', NULL, 7, NULL, 'received', '', '1770.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (942, '2023-01-25 23:26:15', 1174, NULL, NULL, 'IPAY2023/01/0861', NULL, 'Mpesa', '', '', '', '', '', '', '1770.0000', NULL, 7, NULL, 'received', '', '1770.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (943, '2023-01-25 23:27:09', 1175, NULL, NULL, 'IPAY2023/01/0862', NULL, 'Mpesa', '', '', '', '', '', '', '750.0000', NULL, 7, NULL, 'received', '', '750.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (944, '2023-01-25 23:27:45', 1176, NULL, NULL, 'IPAY2023/01/0863', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (945, '2023-01-25 23:28:38', 1177, NULL, NULL, 'IPAY2023/01/0864', NULL, 'cash', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (946, '2023-01-25 23:29:41', 1178, NULL, NULL, 'IPAY2023/01/0865', NULL, 'cash', '', '', '', '', '', '', '1070.0000', NULL, 7, NULL, 'received', '', '1070.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (947, '2023-01-25 23:30:31', 1179, NULL, NULL, 'IPAY2023/01/0866', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (948, '2023-01-25 23:31:45', 1180, NULL, NULL, 'IPAY2023/01/0867', NULL, 'Mpesa', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (949, '2023-01-25 23:32:28', 1181, NULL, NULL, 'IPAY2023/01/0868', NULL, 'cash', '', '', '', '', '', '', '1200.0000', NULL, 7, NULL, 'received', '', '1200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (950, '2023-01-25 23:35:17', 1184, NULL, NULL, 'IPAY2023/01/0869', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (951, '2023-01-25 23:35:59', 1185, NULL, NULL, 'IPAY2023/01/0870', NULL, 'cash', '', '', '', '', '', '', '850.0000', NULL, 7, NULL, 'received', '', '850.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (952, '2023-01-25 23:36:48', 1186, NULL, NULL, 'IPAY2023/01/0871', NULL, 'cash', '', '', '', '', '', '', '620.0000', NULL, 7, NULL, 'received', '', '620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (953, '2023-01-25 23:40:31', 1187, NULL, NULL, 'IPAY2023/01/0872', NULL, 'cash', '', '', '', '', '', '', '10000.0000', NULL, 7, NULL, 'received', '', '10000.0000', '-4950.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (954, '2023-01-25 23:42:34', 1188, NULL, NULL, 'IPAY2023/01/0873', NULL, 'cash', '', '', '', '', '', '', '1100.0000', NULL, 7, NULL, 'received', '', '1100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (955, '2023-01-25 23:43:19', 1189, NULL, NULL, 'IPAY2023/01/0874', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (956, '2023-01-25 23:46:48', 1191, NULL, NULL, 'IPAY2023/01/0875', NULL, 'Mpesa', '', '', '', '', '', '', '1240.0000', NULL, 7, NULL, 'received', '', '1240.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (957, '2023-01-26 21:44:10', 1193, NULL, NULL, 'IPAY2023/01/0876', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (958, '2023-01-26 21:45:04', 1194, NULL, NULL, 'IPAY2023/01/0877', NULL, 'cash', '', '', '', '', '', '', '750.0000', NULL, 7, NULL, 'received', '', '750.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (959, '2023-01-26 21:45:53', 1195, NULL, NULL, 'IPAY2023/01/0878', NULL, 'Mpesa', '', '', '', '', '', '', '450.0000', NULL, 7, NULL, 'received', '', '450.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (960, '2023-01-26 21:46:45', 1196, NULL, NULL, 'IPAY2023/01/0879', NULL, 'Mpesa', '', '', '', '', '', '', '420.0000', NULL, 7, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (961, '2023-01-26 21:47:25', 1197, NULL, NULL, 'IPAY2023/01/0880', NULL, 'Mpesa', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (962, '2023-01-26 21:48:09', 1198, NULL, NULL, 'IPAY2023/01/0881', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (963, '2023-01-26 21:53:46', 1200, NULL, NULL, 'IPAY2023/01/0882', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (964, '2023-01-26 21:54:58', 1201, NULL, NULL, 'IPAY2023/01/0883', NULL, 'cash', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (965, '2023-01-26 21:56:07', 1202, NULL, NULL, 'IPAY2023/01/0884', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (966, '2023-01-26 21:57:49', 1203, NULL, NULL, 'IPAY2023/01/0885', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (967, '2023-01-26 22:01:16', 1204, NULL, NULL, 'IPAY2023/01/0886', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (968, '2023-01-26 22:03:04', 1205, NULL, NULL, 'IPAY2023/01/0887', NULL, 'Mpesa', '', '', '', '', '', '', '6480.0000', NULL, 7, NULL, 'received', '', '6480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (969, '2023-01-26 22:04:53', 1206, NULL, NULL, 'IPAY2023/01/0888', NULL, 'Mpesa', '', '', '', '', '', '', '3630.0000', NULL, 7, NULL, 'received', '', '3630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (970, '2023-01-26 22:09:24', 1208, NULL, NULL, 'IPAY2023/01/0889', NULL, 'Mpesa', '', '', '', '', '', '', '1170.0000', NULL, 7, NULL, 'received', '', '1170.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (971, '2023-01-26 22:13:01', 1211, NULL, NULL, 'IPAY2023/01/0890', NULL, 'cash', '', '', '', '', '', '', '1110.0000', NULL, 7, NULL, 'received', '', '1110.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (972, '2023-01-26 22:14:22', 1212, NULL, NULL, 'IPAY2023/01/0891', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (973, '2023-01-27 23:01:17', 1213, NULL, NULL, 'IPAY2023/01/0892', NULL, 'Mpesa', '', '', '', '', '', '', '850.0000', NULL, 7, NULL, 'received', '', '850.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (974, '2023-01-27 23:02:38', 1214, NULL, NULL, 'IPAY2023/01/0893', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (975, '2023-01-27 23:04:50', 1215, NULL, NULL, 'IPAY2023/01/0894', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (976, '2023-01-27 23:05:59', 1216, NULL, NULL, 'IPAY2023/01/0895', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (977, '2023-01-27 23:07:18', 1217, NULL, NULL, 'IPAY2023/01/0896', NULL, 'cash', '', '', '', '', '', '', '300.0000', NULL, 7, NULL, 'received', '', '300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (978, '2023-01-27 23:08:12', 1218, NULL, NULL, 'IPAY2023/01/0897', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (979, '2023-01-27 23:09:08', 1219, NULL, NULL, 'IPAY2023/01/0898', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (980, '2023-01-27 23:10:08', 1220, NULL, NULL, 'IPAY2023/01/0899', NULL, 'cash', '', '', '', '', '', '', '700.0000', NULL, 7, NULL, 'received', '', '700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (981, '2023-01-27 23:11:08', 1221, NULL, NULL, 'IPAY2023/01/0900', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (982, '2023-01-27 23:13:40', 1223, NULL, NULL, 'IPAY2023/01/0901', NULL, 'Mpesa', '', '', '', '', '', '', '800.0000', NULL, 7, NULL, 'received', '', '800.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (983, '2023-01-27 23:14:46', 1224, NULL, NULL, 'IPAY2023/01/0902', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (984, '2023-01-27 23:15:49', 1225, NULL, NULL, 'IPAY2023/01/0903', NULL, 'Mpesa', '', '', '', '', '', '', '1080.0000', NULL, 7, NULL, 'received', '', '1080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (985, '2023-01-27 23:16:58', 1226, NULL, NULL, 'IPAY2023/01/0904', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (986, '2023-01-27 23:18:05', 1227, NULL, NULL, 'IPAY2023/01/0905', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (987, '2023-01-27 23:20:20', 1229, NULL, NULL, 'IPAY2023/01/0906', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (988, '2023-01-27 23:21:34', 1230, NULL, NULL, 'IPAY2023/01/0907', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (989, '2023-01-27 23:31:00', 1187, NULL, NULL, 'IPAY2023/01/0908', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '4950.0000', NULL, 7, NULL, 'received', '', '4950.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (990, '2023-01-27 23:31:00', 1210, NULL, NULL, 'IPAY2023/01/0908', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '1190.0000', NULL, 7, NULL, 'received', '', '1190.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (991, '2023-01-28 21:53:03', 1231, NULL, NULL, 'IPAY2023/01/0908', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (992, '2023-01-28 21:57:50', 1233, NULL, NULL, 'IPAY2023/01/0909', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (993, '2023-01-28 21:59:22', 1234, NULL, NULL, 'IPAY2023/01/0910', NULL, 'Mpesa', '', '', '', '', '', '', '1400.0000', NULL, 7, NULL, 'received', '', '1400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (994, '2023-01-28 22:01:48', 1235, NULL, NULL, 'IPAY2023/01/0911', NULL, 'Mpesa', '', '', '', '', '', '', '2020.0000', NULL, 7, NULL, 'received', '', '2020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (995, '2023-01-28 22:04:33', 1236, NULL, NULL, 'IPAY2023/01/0912', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (996, '2023-01-28 22:06:19', 1237, NULL, NULL, 'IPAY2023/01/0913', NULL, 'cash', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (997, '2023-01-28 22:07:17', 1238, NULL, NULL, 'IPAY2023/01/0914', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (998, '2023-01-28 22:10:10', 1239, NULL, NULL, 'IPAY2023/01/0915', NULL, 'Mpesa', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (999, '2023-01-28 22:13:44', 1240, NULL, NULL, 'IPAY2023/01/0916', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1000, '2023-01-28 22:15:39', 1241, NULL, NULL, 'IPAY2023/01/0917', NULL, 'Mpesa', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1001, '2023-01-28 22:17:08', 1242, NULL, NULL, 'IPAY2023/01/0918', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1002, '2023-01-28 22:19:28', 1243, NULL, NULL, 'IPAY2023/01/0919', NULL, 'Mpesa', '', '', '', '', '', '', '700.0000', NULL, 7, NULL, 'received', '', '700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1003, '2023-01-28 22:20:51', 1244, NULL, NULL, 'IPAY2023/01/0920', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1004, '2023-01-28 22:21:38', 1245, NULL, NULL, 'IPAY2023/01/0921', NULL, 'cash', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1005, '2023-01-28 22:28:21', 1246, NULL, NULL, 'IPAY2023/01/0922', NULL, 'cash', '', '', '', '', '', '', '1120.0000', NULL, 7, NULL, 'received', '', '1120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1006, '2023-01-28 22:30:29', 1247, NULL, NULL, 'IPAY2023/01/0923', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1007, '2023-01-28 22:33:31', 1248, NULL, NULL, 'IPAY2023/01/0924', NULL, 'Mpesa', '', '', '', '', '', '', '1560.0000', NULL, 7, NULL, 'received', '', '1560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1008, '2023-01-28 22:34:31', 1249, NULL, NULL, 'IPAY2023/01/0925', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1009, '2023-01-28 22:35:54', 1250, NULL, NULL, 'IPAY2023/01/0926', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '650.0000', '20.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1010, '2023-01-28 22:39:21', 1252, NULL, NULL, 'IPAY2023/01/0927', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1011, '2023-01-28 22:41:52', 1253, NULL, NULL, 'IPAY2023/01/0928', NULL, 'Mpesa', '', '', '', '', '', '', '4790.0000', NULL, 7, NULL, 'received', '', '4790.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1012, '2023-01-28 22:43:44', 1254, NULL, NULL, 'IPAY2023/01/0929', NULL, 'Mpesa', '', '', '', '', '', '', '1060.0000', NULL, 7, NULL, 'received', '', '1060.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1013, '2023-01-28 22:46:42', 1255, NULL, NULL, 'IPAY2023/01/0930', NULL, 'cash', '', '', '', '', '', '', '1670.0000', NULL, 7, NULL, 'received', '', '1670.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1014, '2023-01-28 22:49:02', 1256, NULL, NULL, 'IPAY2023/01/0931', NULL, 'cash', '', '', '', '', '', '', '4200.0000', NULL, 7, NULL, 'received', '', '4200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1015, '2023-01-28 22:51:13', 1257, NULL, NULL, 'IPAY2023/01/0932', NULL, 'cash', '', '', '', '', '', '', '1300.0000', NULL, 7, NULL, 'received', '', '1300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1016, '2023-01-28 22:52:40', 1258, NULL, NULL, 'IPAY2023/01/0933', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1017, '2023-01-28 22:54:44', 1259, NULL, NULL, 'IPAY2023/01/0934', NULL, 'Mpesa', '', '', '', '', '', '', '1040.0000', NULL, 7, NULL, 'received', '', '1040.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1018, '2023-01-28 22:55:51', 1260, NULL, NULL, 'IPAY2023/01/0935', NULL, 'cash', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1019, '2023-01-28 22:57:03', 1261, NULL, NULL, 'IPAY2023/01/0936', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1020, '2023-01-28 22:57:58', 1262, NULL, NULL, 'IPAY2023/01/0937', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1021, '2023-01-28 22:59:00', 1263, NULL, NULL, 'IPAY2023/01/0938', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '3100.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1022, '2023-01-29 22:04:37', 1265, NULL, NULL, 'IPAY2023/01/0939', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1023, '2023-01-29 22:08:27', 1266, NULL, NULL, 'IPAY2023/01/0940', NULL, 'cash', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1024, '2023-01-29 22:10:37', 1267, NULL, NULL, 'IPAY2023/01/0941', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1025, '2023-01-29 22:12:44', 1268, NULL, NULL, 'IPAY2023/01/0942', NULL, 'cash', '', '', '', '', '', '', '1700.0000', NULL, 7, NULL, 'received', '', '1700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1026, '2023-01-29 22:14:22', 1269, NULL, NULL, 'IPAY2023/01/0943', NULL, 'cash', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1027, '2023-01-29 22:15:15', 1270, NULL, NULL, 'IPAY2023/01/0944', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1028, '2023-01-29 22:21:30', 1271, NULL, NULL, 'IPAY2023/01/0945', NULL, 'Mpesa', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1029, '2023-01-29 22:23:57', 1272, NULL, NULL, 'IPAY2023/01/0946', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1030, '2023-01-29 22:25:15', 1273, NULL, NULL, 'IPAY2023/01/0947', NULL, 'cash', '', '', '', '', '', '', '1300.0000', NULL, 7, NULL, 'received', '', '1300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1031, '2023-01-29 22:26:27', 1274, NULL, NULL, 'IPAY2023/01/0948', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1032, '2023-01-29 22:27:43', 1275, NULL, NULL, 'IPAY2023/01/0949', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1033, '2023-01-29 22:29:49', 1277, NULL, NULL, 'IPAY2023/01/0950', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1034, '2023-01-29 22:33:50', 1279, NULL, NULL, 'IPAY2023/01/0951', NULL, 'cash', '', '', '', '', '', '', '6050.0000', NULL, 7, NULL, 'received', '', '6050.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1035, '2023-01-29 22:34:46', 1280, NULL, NULL, 'IPAY2023/01/0952', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1036, '2023-01-29 22:35:34', 1281, NULL, NULL, 'IPAY2023/01/0953', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1037, '2023-01-29 22:37:36', 1282, NULL, NULL, 'IPAY2023/01/0954', NULL, 'cash', '', '', '', '', '', '', '5580.0000', NULL, 7, NULL, 'received', '', '5580.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1038, '2023-01-29 22:39:21', 1283, NULL, NULL, 'IPAY2023/01/0955', NULL, 'Mpesa', '', '', '', '', '', '', '1460.0000', NULL, 7, NULL, 'received', '', '1460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1039, '2023-01-29 22:41:20', 1284, NULL, NULL, 'IPAY2023/01/0956', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1040, '2023-01-29 22:42:00', 1285, NULL, NULL, 'IPAY2023/01/0957', NULL, 'cash', '', '', '', '', '', 'Visa', '1300.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1041, '2023-01-29 22:53:00', 1207, NULL, NULL, 'IPAY2023/01/0958', NULL, 'cash', '', '', '', '', '', 'Visa', '2620.0000', NULL, 7, NULL, 'received', '', '2620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1042, '2023-01-30 22:32:57', 1293, NULL, NULL, 'IPAY2023/01/0958', NULL, 'cash', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1043, '2023-01-30 22:34:32', 1294, NULL, NULL, 'IPAY2023/01/0959', NULL, 'Mpesa', '', '', '', '', '', '', '5850.0000', NULL, 7, NULL, 'received', '', '5850.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1044, '2023-01-30 22:36:28', 1295, NULL, NULL, 'IPAY2023/01/0960', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1045, '2023-01-30 22:37:42', 1296, NULL, NULL, 'IPAY2023/01/0961', NULL, 'Mpesa', '', '', '', '', '', '', '1400.0000', NULL, 7, NULL, 'received', '', '1400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1046, '2023-01-30 22:40:57', 1297, NULL, NULL, 'IPAY2023/01/0962', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1047, '2023-01-30 22:44:58', 1298, NULL, NULL, 'IPAY2023/01/0963', NULL, 'Mpesa', '', '', '', '', '', '', '1570.0000', NULL, 7, NULL, 'received', '', '1570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1048, '2023-01-30 22:46:01', 1299, NULL, NULL, 'IPAY2023/01/0964', NULL, 'Mpesa', '', '', '', '', '', '', '980.0000', NULL, 7, NULL, 'received', '', '980.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1049, '2023-01-30 22:47:11', 1300, NULL, NULL, 'IPAY2023/01/0965', NULL, 'cash', '', '', '', '', '', '', '1240.0000', NULL, 7, NULL, 'received', '', '1240.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1050, '2023-01-30 22:48:24', 1301, NULL, NULL, 'IPAY2023/01/0966', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1051, '2023-01-30 22:49:22', 1302, NULL, NULL, 'IPAY2023/01/0967', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1052, '2023-01-30 22:50:35', 1303, NULL, NULL, 'IPAY2023/01/0968', NULL, 'Mpesa', '', '', '', '', '', '', '1260.0000', NULL, 7, NULL, 'received', '', '1260.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1053, '2023-01-30 22:51:59', 1304, NULL, NULL, 'IPAY2023/01/0969', NULL, 'Mpesa', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1054, '2023-01-30 22:52:54', 1305, NULL, NULL, 'IPAY2023/01/0970', NULL, 'cash', '', '', '', '', '', '', '670.0000', NULL, 7, NULL, 'received', '', '670.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1055, '2023-01-30 22:53:52', 1306, NULL, NULL, 'IPAY2023/01/0971', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1056, '2023-01-30 22:59:00', 1307, NULL, NULL, 'IPAY2023/01/0972', NULL, 'cash', '', '', '', '', '', 'Visa', '1400.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1057, '2023-01-31 21:50:37', 1310, NULL, NULL, 'IPAY2023/01/0973', NULL, 'Mpesa', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1058, '2023-01-31 21:51:53', 1311, NULL, NULL, 'IPAY2023/01/0974', NULL, 'Mpesa', '', '', '', '', '', '', '1200.0000', NULL, 7, NULL, 'received', '', '1200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1059, '2023-01-31 21:52:59', 1312, NULL, NULL, 'IPAY2023/01/0975', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1060, '2023-01-31 22:10:33', 1313, NULL, NULL, 'IPAY2023/01/0976', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1061, '2023-01-31 22:11:29', 1314, NULL, NULL, 'IPAY2023/01/0977', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1062, '2023-01-31 22:13:15', 1316, NULL, NULL, 'IPAY2023/01/0978', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1063, '2023-01-31 22:14:21', 1317, NULL, NULL, 'IPAY2023/01/0979', NULL, 'Mpesa', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1064, '2023-01-31 22:15:21', 1318, NULL, NULL, 'IPAY2023/01/0980', NULL, 'Mpesa', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1065, '2023-01-31 22:18:48', 1319, NULL, NULL, 'IPAY2023/01/0981', NULL, 'Mpesa', '', '', '', '', '', '', '1510.0000', NULL, 7, NULL, 'received', '', '1510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1066, '2023-01-31 22:19:42', 1320, NULL, NULL, 'IPAY2023/01/0982', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1067, '2023-01-31 22:21:23', 1321, NULL, NULL, 'IPAY2023/01/0983', NULL, 'cash', '', '', '', '', '', '', '1160.0000', NULL, 7, NULL, 'received', '', '1160.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1068, '2023-01-31 22:23:23', 1322, NULL, NULL, 'IPAY2023/01/0984', NULL, 'cash', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1069, '2023-01-31 22:24:27', 1323, NULL, NULL, 'IPAY2023/01/0985', NULL, 'Mpesa', '', '', '', '', '', '', '1260.0000', NULL, 7, NULL, 'received', '', '1260.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1070, '2023-01-31 22:25:15', 1324, NULL, NULL, 'IPAY2023/01/0986', NULL, 'Mpesa', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1071, '2023-01-31 22:26:18', 1325, NULL, NULL, 'IPAY2023/01/0987', NULL, 'Mpesa', '', '', '', '', '', '', '620.0000', NULL, 7, NULL, 'received', '', '620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1072, '2023-01-31 22:28:39', 1326, NULL, NULL, 'IPAY2023/01/0988', NULL, 'cash', '', '', '', '', '', '', '970.0000', NULL, 7, NULL, 'received', '', '970.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1073, '2023-01-31 22:34:48', 1327, NULL, NULL, 'IPAY2023/01/0989', NULL, 'Mpesa', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1074, '2023-01-31 22:38:38', 1328, NULL, NULL, 'IPAY2023/01/0990', NULL, 'cash', '', '', '', '', '', '', '960.0000', NULL, 7, NULL, 'received', '', '960.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1075, '2023-01-31 22:39:53', 1329, NULL, NULL, 'IPAY2023/01/0991', NULL, 'cash', '', '', '', '', '', '', '450.0000', NULL, 7, NULL, 'received', '', '450.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1076, '2023-01-31 22:41:07', 1330, NULL, NULL, 'IPAY2023/01/0992', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1077, '2023-01-31 23:16:00', 1332, NULL, NULL, 'IPAY2023/01/0993', NULL, 'cash', '', '', '', '', '', 'Visa', '3210.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1078, '2023-02-02 21:42:36', 1334, NULL, NULL, 'IPAY2023/02/0994', NULL, 'Mpesa', '', '', '', '', '', '', '6090.0000', NULL, 7, NULL, 'received', '', '6090.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1079, '2023-02-02 21:46:56', 1335, NULL, NULL, 'IPAY2023/02/0995', NULL, 'Mpesa', '', '', '', '', '', '', '1610.0000', NULL, 7, NULL, 'received', '', '1610.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1080, '2023-02-02 21:49:27', 1336, NULL, NULL, 'IPAY2023/02/0996', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1081, '2023-02-02 21:52:23', 1337, NULL, NULL, 'IPAY2023/02/0997', NULL, 'Mpesa', '', '', '', '', '', '', '1800.0000', NULL, 7, NULL, 'received', '', '1800.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1082, '2023-02-02 21:55:08', 1338, NULL, NULL, 'IPAY2023/02/0998', NULL, 'Mpesa', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1083, '2023-02-02 21:56:30', 1339, NULL, NULL, 'IPAY2023/02/0999', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1084, '2023-02-02 21:58:22', 1340, NULL, NULL, 'IPAY2023/02/1000', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1085, '2023-02-02 22:04:30', 1341, NULL, NULL, 'IPAY2023/02/1001', NULL, 'Mpesa', '', '', '', '', '', '', '1260.0000', NULL, 7, NULL, 'received', '', '1260.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1086, '2023-02-02 22:06:26', 1342, NULL, NULL, 'IPAY2023/02/1002', NULL, 'Mpesa', '', '', '', '', '', '', '1040.0000', NULL, 7, NULL, 'received', '', '1040.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1087, '2023-02-02 22:08:08', 1343, NULL, NULL, 'IPAY2023/02/1003', NULL, 'cash', '', '', '', '', '', '', '1490.0000', NULL, 7, NULL, 'received', '', '1490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1088, '2023-02-02 22:09:07', 1344, NULL, NULL, 'IPAY2023/02/1004', NULL, 'cash', '', '', '', '', '', '', '620.0000', NULL, 7, NULL, 'received', '', '620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1089, '2023-02-02 22:09:52', 1345, NULL, NULL, 'IPAY2023/02/1005', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1090, '2023-02-02 22:13:42', 1346, NULL, NULL, 'IPAY2023/02/1006', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1091, '2023-02-02 22:17:58', 1347, NULL, NULL, 'IPAY2023/02/1007', NULL, 'cash', '', '', '', '', '', '', '1810.0000', NULL, 7, NULL, 'received', '', '1810.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1092, '2023-02-02 22:18:46', 1348, NULL, NULL, 'IPAY2023/02/1008', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1093, '2023-02-02 22:19:40', 1349, NULL, NULL, 'IPAY2023/02/1009', NULL, 'Mpesa', '', '', '', '', '', '', '1200.0000', NULL, 7, NULL, 'received', '', '1200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1094, '2023-02-02 22:20:28', 1350, NULL, NULL, 'IPAY2023/02/1010', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1095, '2023-02-02 22:21:17', 1351, NULL, NULL, 'IPAY2023/02/1011', NULL, 'Mpesa', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1440.0000', '300.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1096, '2023-02-02 22:22:34', 1352, NULL, NULL, 'IPAY2023/02/1012', NULL, 'cash', '', '', '', '', '', '', '940.0000', NULL, 7, NULL, 'received', '', '940.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1097, '2023-02-02 22:23:14', 1353, NULL, NULL, 'IPAY2023/02/1013', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1098, '2023-02-02 22:24:40', 1354, NULL, NULL, 'IPAY2023/02/1014', NULL, 'Mpesa', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1099, '2023-02-02 22:27:59', 1355, NULL, NULL, 'IPAY2023/02/1015', NULL, 'cash', '', '', '', '', '', '', '2760.0000', NULL, 7, NULL, 'received', '', '2760.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1100, '2023-02-02 22:34:00', 1356, NULL, NULL, 'IPAY2023/02/1016', NULL, 'cash', '', '', '', '', '', 'Visa', '3890.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1101, '2023-02-03 21:37:31', 1359, NULL, NULL, 'IPAY2023/02/1017', NULL, 'Mpesa', '', '', '', '', '', '', '1170.0000', NULL, 7, NULL, 'received', '', '1170.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1102, '2023-02-03 21:48:11', 1360, NULL, NULL, 'IPAY2023/02/1018', NULL, 'cash', '', '', '', '', '', '', '8300.0000', NULL, 7, NULL, 'received', '', '8300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1103, '2023-02-03 21:51:07', 1361, NULL, NULL, 'IPAY2023/02/1019', NULL, 'Mpesa', '', '', '', '', '', '', '2400.0000', NULL, 7, NULL, 'received', '', '2400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1104, '2023-02-03 21:56:46', 1362, NULL, NULL, 'IPAY2023/02/1020', NULL, 'cash', '', '', '', '', '', '', '1690.0000', NULL, 7, NULL, 'received', '', '1690.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1105, '2023-02-03 21:57:43', 1363, NULL, NULL, 'IPAY2023/02/1021', NULL, 'Mpesa', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1106, '2023-02-03 21:58:38', 1364, NULL, NULL, 'IPAY2023/02/1022', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1107, '2023-02-03 22:01:15', 1365, NULL, NULL, 'IPAY2023/02/1023', NULL, 'Mpesa', '', '', '', '', '', '', '3480.0000', NULL, 7, NULL, 'received', '', '3480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1108, '2023-02-03 22:02:52', 1366, NULL, NULL, 'IPAY2023/02/1024', NULL, 'Mpesa', '', '', '', '', '', '', '1120.0000', NULL, 7, NULL, 'received', '', '1120.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1109, '2023-02-03 22:06:40', 1368, NULL, NULL, 'IPAY2023/02/1025', NULL, 'Mpesa', '', '', '', '', '', '', '1260.0000', NULL, 7, NULL, 'received', '', '1260.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1110, '2023-02-03 22:08:02', 1369, NULL, NULL, 'IPAY2023/02/1026', NULL, 'cash', '', '', '', '', '', '', '700.0000', NULL, 7, NULL, 'received', '', '700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1111, '2023-02-03 22:08:48', 1370, NULL, NULL, 'IPAY2023/02/1027', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1112, '2023-02-03 22:09:32', 1371, NULL, NULL, 'IPAY2023/02/1028', NULL, 'cash', '', '', '', '', '', '', '300.0000', NULL, 7, NULL, 'received', '', '300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1113, '2023-02-03 22:10:17', 1372, NULL, NULL, 'IPAY2023/02/1029', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1114, '2023-02-03 22:17:00', 1374, NULL, NULL, 'IPAY2023/02/1030', NULL, 'cash', '', '', '', '', '', 'Visa', '8150.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1115, '2023-02-06 18:41:45', 1381, NULL, NULL, 'IPAY2023/02/1031', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1116, '2023-02-06 18:59:29', 1382, NULL, NULL, 'IPAY2023/02/1032', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1117, '2023-02-06 19:06:32', 1383, NULL, NULL, 'IPAY2023/02/1033', NULL, 'Mpesa', '', '', '', '', '', '', '620.0000', NULL, 7, NULL, 'received', '', '620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1118, '2023-02-06 19:08:45', 1384, NULL, NULL, 'IPAY2023/02/1034', NULL, 'cash', '', '', '', '', '', '', '2300.0000', NULL, 7, NULL, 'received', '', '2300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1119, '2023-02-07 10:19:00', 1373, NULL, NULL, 'IPAY2023/02/1035', NULL, 'cash', '', '', '', '', '', 'Visa', '3000.0000', NULL, 7, NULL, 'received', '', '3000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1120, '2023-02-07 10:21:50', 1385, NULL, NULL, 'IPAY2023/02/1035', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1121, '2023-02-07 10:24:02', 1386, NULL, NULL, 'IPAY2023/02/1036', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1122, '2023-02-07 10:26:17', 1387, NULL, NULL, 'IPAY2023/02/1037', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1123, '2023-02-07 10:27:43', 1388, NULL, NULL, 'IPAY2023/02/1038', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1124, '2023-02-07 10:29:20', 1389, NULL, NULL, 'IPAY2023/02/1039', NULL, 'Mpesa', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1125, '2023-02-07 10:31:22', 1390, NULL, NULL, 'IPAY2023/02/1040', NULL, 'cash', '', '', '', '', '', '', '620.0000', NULL, 7, NULL, 'received', '', '620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1126, '2023-02-07 10:40:24', 1391, NULL, NULL, 'IPAY2023/02/1041', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1127, '2023-02-07 10:42:09', 1392, NULL, NULL, 'IPAY2023/02/1042', NULL, 'Mpesa', '', '', '', '', '', '', '1800.0000', NULL, 7, NULL, 'received', '', '1800.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1128, '2023-02-07 10:44:01', 1393, NULL, NULL, 'IPAY2023/02/1043', NULL, 'Mpesa', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1129, '2023-02-07 10:47:13', 1394, NULL, NULL, 'IPAY2023/02/1044', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1130, '2023-02-07 10:49:49', 1395, NULL, NULL, 'IPAY2023/02/1045', NULL, 'cash', '', '', '', '', '', '', '1300.0000', NULL, 7, NULL, 'received', '', '1300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1131, '2023-02-07 10:59:05', 1396, NULL, NULL, 'IPAY2023/02/1046', NULL, 'cash', '', '', '', '', '', '', '1770.0000', NULL, 7, NULL, 'received', '', '1770.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1132, '2023-02-07 11:01:05', 1397, NULL, NULL, 'IPAY2023/02/1047', NULL, 'Mpesa', '', '', '', '', '', '', '3900.0000', NULL, 7, NULL, 'received', '', '3900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1133, '2023-02-07 11:04:02', 1398, NULL, NULL, 'IPAY2023/02/1048', NULL, 'Mpesa', '', '', '', '', '', '', '1800.0000', NULL, 7, NULL, 'received', '', '1800.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1134, '2023-02-07 11:06:18', 1399, NULL, NULL, 'IPAY2023/02/1049', NULL, 'Mpesa', '', '', '', '', '', '', '2950.0000', NULL, 7, NULL, 'received', '', '2950.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1135, '2023-02-07 11:10:49', 1400, NULL, NULL, 'IPAY2023/02/1050', NULL, 'Mpesa', '', '', '', '', '', '', '2950.0000', NULL, 7, NULL, 'received', '', '2950.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1136, '2023-02-07 11:14:17', 1401, NULL, NULL, 'IPAY2023/02/1051', NULL, 'Mpesa', '', '', '', '', '', '', '1300.0000', NULL, 7, NULL, 'received', '', '1300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1137, '2023-02-07 11:17:06', 1402, NULL, NULL, 'IPAY2023/02/1052', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1138, '2023-02-07 11:18:16', 1403, NULL, NULL, 'IPAY2023/02/1053', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1139, '2023-02-07 11:30:03', 1404, NULL, NULL, 'IPAY2023/02/1054', NULL, 'cash', '', '', '', '', '', '', '1530.0000', NULL, 7, NULL, 'received', '', '1530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1140, '2023-02-07 11:34:13', 1405, NULL, NULL, 'IPAY2023/02/1055', NULL, 'cash', '', '', '', '', '', '', '1620.0000', NULL, 7, NULL, 'received', '', '1620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1141, '2023-02-07 11:35:43', 1406, NULL, NULL, 'IPAY2023/02/1056', NULL, 'cash', '', '', '', '', '', '', '1060.0000', NULL, 7, NULL, 'received', '', '1060.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1142, '2023-02-07 11:37:22', 1407, NULL, NULL, 'IPAY2023/02/1057', NULL, 'cash', '', '', '', '', '', '', '960.0000', NULL, 7, NULL, 'received', '', '960.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1143, '2023-02-07 11:38:50', 1408, NULL, NULL, 'IPAY2023/02/1058', NULL, 'cash', '', '', '', '', '', '', '1620.0000', NULL, 7, NULL, 'received', '', '1620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1144, '2023-02-07 11:40:43', 1409, NULL, NULL, 'IPAY2023/02/1059', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1145, '2023-02-07 11:44:52', 1410, NULL, NULL, 'IPAY2023/02/1060', NULL, 'cash', '', '', '', '', '', '', '700.0000', NULL, 7, NULL, 'received', '', '700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1146, '2023-02-07 11:46:22', 1411, NULL, NULL, 'IPAY2023/02/1061', NULL, 'cash', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1147, '2023-02-07 11:50:24', 1412, NULL, NULL, 'IPAY2023/02/1062', NULL, 'Mpesa', '', '', '', '', '', '', '1380.0000', NULL, 7, NULL, 'received', '', '1380.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1148, '2023-02-07 11:58:17', 1413, NULL, NULL, 'IPAY2023/02/1063', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1149, '2023-02-07 12:00:32', 1414, NULL, NULL, 'IPAY2023/02/1064', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1150, '2023-02-07 12:02:27', 1415, NULL, NULL, 'IPAY2023/02/1065', NULL, 'Mpesa', '', '', '', '', '', '', '1840.0000', NULL, 7, NULL, 'received', '', '1840.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1151, '2023-02-07 12:04:36', 1416, NULL, NULL, 'IPAY2023/02/1066', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1152, '2023-02-07 12:06:10', 1417, NULL, NULL, 'IPAY2023/02/1067', NULL, 'Mpesa', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1153, '2023-02-07 12:07:22', 1418, NULL, NULL, 'IPAY2023/02/1068', NULL, 'Mpesa', '', '', '', '', '', '', '1800.0000', NULL, 7, NULL, 'received', '', '1800.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1154, '2023-02-07 12:08:32', 1419, NULL, NULL, 'IPAY2023/02/1069', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1155, '2023-02-07 12:13:54', 1420, NULL, NULL, 'IPAY2023/02/1070', NULL, 'cash', '', '', '', '', '', '', '620.0000', NULL, 7, NULL, 'received', '', '620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1156, '2023-02-07 12:15:43', 1421, NULL, NULL, 'IPAY2023/02/1071', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1157, '2023-02-07 12:16:55', 1422, NULL, NULL, 'IPAY2023/02/1072', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1158, '2023-02-07 12:18:27', 1423, NULL, NULL, 'IPAY2023/02/1073', NULL, 'Mpesa', '', '', '', '', '', '', '3900.0000', NULL, 7, NULL, 'received', '', '3900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1159, '2023-02-07 12:19:53', 1424, NULL, NULL, 'IPAY2023/02/1074', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1160, '2023-02-07 18:33:50', 1425, NULL, NULL, 'IPAY2023/02/1075', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1161, '2023-02-07 18:35:06', 1426, NULL, NULL, 'IPAY2023/02/1076', NULL, 'cash', '', '', '', '', '', '', '620.0000', NULL, 7, NULL, 'received', '', '620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1162, '2023-02-07 18:36:49', 1427, NULL, NULL, 'IPAY2023/02/1077', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1163, '2023-02-07 18:38:41', 1428, NULL, NULL, 'IPAY2023/02/1078', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1164, '2023-02-07 18:41:15', 1429, NULL, NULL, 'IPAY2023/02/1079', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1165, '2023-02-07 18:42:50', 1430, NULL, NULL, 'IPAY2023/02/1080', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1166, '2023-02-07 18:44:52', 1431, NULL, NULL, 'IPAY2023/02/1081', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1167, '2023-02-07 18:46:21', 1432, NULL, NULL, 'IPAY2023/02/1082', NULL, 'cash', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1168, '2023-02-07 18:48:02', 1433, NULL, NULL, 'IPAY2023/02/1083', NULL, 'cash', '', '', '', '', '', '', '1800.0000', NULL, 7, NULL, 'received', '', '1800.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1169, '2023-02-07 18:50:51', 1434, NULL, NULL, 'IPAY2023/02/1084', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1170, '2023-02-07 18:53:40', 1435, NULL, NULL, 'IPAY2023/02/1085', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '-30.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1171, '2023-02-07 18:59:30', 1436, NULL, NULL, 'IPAY2023/02/1086', NULL, 'Mpesa', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1172, '2023-02-07 19:02:09', 1437, NULL, NULL, 'IPAY2023/02/1087', NULL, 'Mpesa', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1173, '2023-02-07 19:03:44', 1438, NULL, NULL, 'IPAY2023/02/1088', NULL, 'Mpesa', '', '', '', '', '', '', '1080.0000', NULL, 7, NULL, 'received', '', '1080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1174, '2023-02-07 19:04:58', 1439, NULL, NULL, 'IPAY2023/02/1089', NULL, 'Mpesa', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1175, '2023-02-07 19:06:02', 1440, NULL, NULL, 'IPAY2023/02/1090', NULL, 'Mpesa', '', '', '', '', '', '', '1080.0000', NULL, 7, NULL, 'received', '', '1080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1176, '2023-02-07 19:07:03', 1441, NULL, NULL, 'IPAY2023/02/1091', NULL, 'Mpesa', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1177, '2023-02-07 19:08:05', 1442, NULL, NULL, 'IPAY2023/02/1092', NULL, 'Mpesa', '', '', '', '', '', '', '1080.0000', NULL, 7, NULL, 'received', '', '1080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1178, '2023-02-07 19:09:36', 1443, NULL, NULL, 'IPAY2023/02/1093', NULL, 'Mpesa', '', '', '', '', '', '', '1710.0000', NULL, 7, NULL, 'received', '', '1710.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1179, '2023-02-07 19:10:47', 1444, NULL, NULL, 'IPAY2023/02/1094', NULL, 'Mpesa', '', '', '', '', '', '', '1080.0000', NULL, 7, NULL, 'received', '', '1080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1180, '2023-02-07 19:11:56', 1445, NULL, NULL, 'IPAY2023/02/1095', NULL, 'Mpesa', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1181, '2023-02-07 19:14:00', 1446, NULL, NULL, 'IPAY2023/02/1096', NULL, 'Mpesa', '', '', '', '', '', 'Visa', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1182, '2023-02-07 19:17:45', 1447, NULL, NULL, 'IPAY2023/02/1096', NULL, 'Mpesa', '', '', '', '', '', '', '670.0000', NULL, 7, NULL, 'received', '', '670.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1183, '2023-02-07 19:19:01', 1448, NULL, NULL, 'IPAY2023/02/1097', NULL, 'Mpesa', '', '', '', '', '', '', '670.0000', NULL, 7, NULL, 'received', '', '670.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1184, '2023-02-07 19:20:27', 1449, NULL, NULL, 'IPAY2023/02/1098', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1185, '2023-02-07 19:21:49', 1450, NULL, NULL, 'IPAY2023/02/1099', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1186, '2023-02-08 17:21:45', 1451, NULL, NULL, 'IPAY2023/02/1100', NULL, 'Mpesa', '', '', '', '', '', '', '1710.0000', NULL, 7, NULL, 'received', '', '1710.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1187, '2023-02-08 17:23:12', 1452, NULL, NULL, 'IPAY2023/02/1101', NULL, 'Mpesa', '', '', '', '', '', '', '1800.0000', NULL, 7, NULL, 'received', '', '1800.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1188, '2023-02-08 17:24:44', 1453, NULL, NULL, 'IPAY2023/02/1102', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1189, '2023-02-08 17:29:17', 1454, NULL, NULL, 'IPAY2023/02/1103', NULL, 'cash', '', '', '', '', '', '', '620.0000', NULL, 7, NULL, 'received', '', '620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1190, '2023-02-08 17:30:18', 1455, NULL, NULL, 'IPAY2023/02/1104', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1191, '2023-02-08 17:31:58', 1456, NULL, NULL, 'IPAY2023/02/1105', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1192, '2023-02-08 17:35:54', 1457, NULL, NULL, 'IPAY2023/02/1106', NULL, 'Mpesa', '', '', '', '', '', '', '1260.0000', NULL, 7, NULL, 'received', '', '1260.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1193, '2023-02-08 17:40:05', 1458, NULL, NULL, 'IPAY2023/02/1107', NULL, 'cash', '', '', '', '', '', '', '1020.0000', NULL, 7, NULL, 'received', '', '1020.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1194, '2023-02-08 17:40:56', 1459, NULL, NULL, 'IPAY2023/02/1108', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1195, '2023-02-08 17:41:53', 1460, NULL, NULL, 'IPAY2023/02/1109', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1196, '2023-02-08 17:45:24', 1461, NULL, NULL, 'IPAY2023/02/1110', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1197, '2023-02-08 17:46:12', 1462, NULL, NULL, 'IPAY2023/02/1111', NULL, 'cash', '', '', '', '', '', '', '3000.0000', NULL, 7, NULL, 'received', '', '3000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1198, '2023-02-08 17:47:02', 1463, NULL, NULL, 'IPAY2023/02/1112', NULL, 'cash', '', '', '', '', '', '', '1200.0000', NULL, 7, NULL, 'received', '', '1200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1199, '2023-02-08 17:47:54', 1464, NULL, NULL, 'IPAY2023/02/1113', NULL, 'cash', '', '', '', '', '', '', '1200.0000', NULL, 7, NULL, 'received', '', '1200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1200, '2023-02-08 17:48:35', 1465, NULL, NULL, 'IPAY2023/02/1114', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1201, '2023-02-08 17:49:45', 1466, NULL, NULL, 'IPAY2023/02/1115', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1202, '2023-02-08 18:10:00', 1380, NULL, NULL, 'IPAY2023/02/1116', NULL, 'cash', '', '', '', '', '', 'Visa', '300.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1203, '2023-02-08 18:10:00', 1379, NULL, NULL, 'IPAY2023/02/1117', NULL, 'cash', '', '', '', '', '', 'Visa', '720.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1204, '2023-02-08 18:11:00', 1378, NULL, NULL, 'IPAY2023/02/1118', NULL, 'cash', '', '', '', '', '', 'Visa', '1020.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1205, '2023-02-08 18:12:00', 1377, NULL, NULL, 'IPAY2023/02/1119', NULL, 'cash', '', '', '', '', '', 'Visa', '140.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1206, '2023-02-08 18:18:05', 1467, NULL, NULL, 'IPAY2023/02/1120', NULL, 'cash', '', '', '', '', '', '', '1650.0000', NULL, 7, NULL, 'received', '', '1650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1207, '2023-02-08 18:20:16', 1468, NULL, NULL, 'IPAY2023/02/1121', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1208, '2023-02-04 18:40:00', 1469, NULL, NULL, 'IPAY2023/02/1122', NULL, 'cash', '', '', '', '', '', 'Visa', '9590.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1209, '2023-02-05 18:45:00', 1471, NULL, NULL, 'IPAY2023/02/1123', NULL, 'cash', '', '', '', '', '', 'Visa', '3250.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1210, '2023-02-06 18:45:00', 1473, NULL, NULL, 'IPAY2023/02/1124', NULL, 'cash', '', '', '', '', '', 'Visa', '8070.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1212, '2023-02-01 18:55:00', 1476, NULL, NULL, 'IPAY2023/02/1126', NULL, 'cash', '', '', '', '', '', 'Visa', '5840.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1213, '2023-02-01 18:55:00', 1477, NULL, NULL, 'IPAY2023/02/1127', NULL, 'cash', '', '', '', '', '', 'Visa', '2770.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1214, '2023-02-07 19:00:00', 1479, NULL, NULL, 'IPAY2023/02/1128', NULL, 'cash', '', '', '', '', '', 'Visa', '3340.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1215, '2023-02-08 19:28:22', 1481, NULL, NULL, 'IPAY2023/02/1129', NULL, 'Mpesa', '', '', '', '', '', '', '3390.0000', NULL, 7, NULL, 'received', '', '3390.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1216, '2022-09-23 11:11:00', 309, NULL, NULL, 'IPAY2023/02/1130', NULL, 'Cheque', 'CHQ006613', '', '', '', '', 'Visa', '165000.0000', NULL, 5, NULL, 'received', '', '165000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1217, '2023-01-08 16:15:00', 1482, NULL, NULL, 'IPAY2023/02/1130', NULL, 'cash', '', '', '', '', '', 'Visa', '4930.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1218, '2023-02-08 16:30:00', 1484, NULL, NULL, 'IPAY2023/02/1131', NULL, 'cash', '', '', '', '', '', 'Visa', '4930.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1219, '2023-02-09 17:23:37', 1485, NULL, NULL, 'IPAY2023/02/1132', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1220, '2023-02-09 17:25:30', 1486, NULL, NULL, 'IPAY2023/02/1133', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1221, '2023-02-09 17:27:22', 1487, NULL, NULL, 'IPAY2023/02/1134', NULL, 'Mpesa', '', '', '', '', '', '', '580.0000', NULL, 7, NULL, 'received', '', '580.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1222, '2023-02-09 17:30:52', 1488, NULL, NULL, 'IPAY2023/02/1135', NULL, 'Mpesa', '', '', '', '', '', '', '4830.0000', NULL, 7, NULL, 'received', '', '4830.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1223, '2023-02-09 17:33:11', 1489, NULL, NULL, 'IPAY2023/02/1136', NULL, 'cash', '', '', '', '', '', '', '1680.0000', NULL, 7, NULL, 'received', '', '1680.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1224, '2023-02-09 17:35:08', 1490, NULL, NULL, 'IPAY2023/02/1137', NULL, 'Mpesa', '', '', '', '', '', '', '450.0000', NULL, 7, NULL, 'received', '', '450.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1225, '2023-02-09 17:37:42', 1491, NULL, NULL, 'IPAY2023/02/1138', NULL, 'Mpesa', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1226, '2023-02-09 18:34:05', 1492, NULL, NULL, 'IPAY2023/02/1139', NULL, 'cash', '', '', '', '', '', '', '1620.0000', NULL, 7, NULL, 'received', '', '1620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1227, '2023-02-09 18:45:00', 1493, NULL, NULL, 'IPAY2023/02/1140', NULL, 'cash', '', '', '', '', '', 'Visa', '2240.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1228, '2023-02-10 18:12:07', 1495, NULL, NULL, 'IPAY2023/02/1141', NULL, 'Mpesa', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1229, '2023-02-10 18:13:16', 1496, NULL, NULL, 'IPAY2023/02/1142', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1230, '2023-02-10 18:14:27', 1497, NULL, NULL, 'IPAY2023/02/1143', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1231, '2023-02-10 18:16:14', 1498, NULL, NULL, 'IPAY2023/02/1144', NULL, 'Mpesa', '', '', '', '', '', '', '850.0000', NULL, 7, NULL, 'received', '', '850.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1232, '2023-02-10 18:18:18', 1499, NULL, NULL, 'IPAY2023/02/1145', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1233, '2023-02-10 18:22:22', 1500, NULL, NULL, 'IPAY2023/02/1146', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1234, '2023-02-10 18:23:53', 1501, NULL, NULL, 'IPAY2023/02/1147', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1235, '2023-02-10 18:28:27', 1502, NULL, NULL, 'IPAY2023/02/1148', NULL, 'Mpesa', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1236, '2023-02-10 18:31:00', 1503, NULL, NULL, 'IPAY2023/02/1149', NULL, 'Mpesa', '', '', '', '', '', '', '850.0000', NULL, 7, NULL, 'received', '', '850.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1237, '2023-02-10 19:03:17', 1504, NULL, NULL, 'IPAY2023/02/1150', NULL, 'cash', '', '', '', '', '', '', '700.0000', NULL, 7, NULL, 'received', '', '700.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1238, '2023-02-10 19:07:00', 1505, NULL, NULL, 'IPAY2023/02/1151', NULL, 'cash', '', '', '', '', '', 'Visa', '2120.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1239, '2023-02-11 19:14:12', 1507, NULL, NULL, 'IPAY2023/02/1152', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1240, '2023-02-11 19:16:54', 1508, NULL, NULL, 'IPAY2023/02/1153', NULL, 'cash', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1241, '2023-02-11 19:18:20', 1509, NULL, NULL, 'IPAY2023/02/1154', NULL, 'cash', '', '', '', '', '', '', '1080.0000', NULL, 7, NULL, 'received', '', '1080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1242, '2023-02-11 19:19:36', 1510, NULL, NULL, 'IPAY2023/02/1155', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1243, '2023-02-11 19:20:25', 1511, NULL, NULL, 'IPAY2023/02/1156', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1244, '2023-02-11 19:22:23', 1512, NULL, NULL, 'IPAY2023/02/1157', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1245, '2023-02-11 19:23:38', 1513, NULL, NULL, 'IPAY2023/02/1158', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1246, '2023-02-11 19:24:28', 1514, NULL, NULL, 'IPAY2023/02/1159', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1247, '2023-02-11 19:27:00', 1515, NULL, NULL, 'IPAY2023/02/1160', NULL, 'cash', '', '', '', '', '', 'Visa', '2180.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1248, '2023-02-12 16:51:06', 1517, NULL, NULL, 'IPAY2023/02/1161', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1249, '2023-02-12 16:53:09', 1518, NULL, NULL, 'IPAY2023/02/1162', NULL, 'Mpesa', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1250, '2023-02-12 16:59:04', 1519, NULL, NULL, 'IPAY2023/02/1163', NULL, 'Mpesa', '', '', '', '', '', '', '460.0000', NULL, 7, NULL, 'received', '', '460.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1251, '2023-02-12 17:00:17', 1520, NULL, NULL, 'IPAY2023/02/1164', NULL, 'Mpesa', '', '', '', '', '', '', '1030.0000', NULL, 7, NULL, 'received', '', '1030.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1252, '2023-02-12 17:03:55', 1521, NULL, NULL, 'IPAY2023/02/1165', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1253, '2023-02-12 17:05:00', 1522, NULL, NULL, 'IPAY2023/02/1166', NULL, 'cash', '', '', '', '', '', 'Visa', '700.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1254, '2023-02-13 18:47:02', 1524, NULL, NULL, 'IPAY2023/02/1167', NULL, 'Mpesa', '', '', '', '', '', '', '1030.0000', NULL, 7, NULL, 'received', '', '1030.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1255, '2023-02-13 18:49:24', 1525, NULL, NULL, 'IPAY2023/02/1168', NULL, 'Mpesa', '', '', '', '', '', '', '2310.0000', NULL, 7, NULL, 'received', '', '2310.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1256, '2023-02-13 18:53:24', 1526, NULL, NULL, 'IPAY2023/02/1169', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1257, '2023-02-13 18:54:34', 1527, NULL, NULL, 'IPAY2023/02/1170', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1258, '2023-02-13 18:57:03', 1528, NULL, NULL, 'IPAY2023/02/1171', NULL, 'Mpesa', '', '', '', '', '', '', '1890.0000', NULL, 7, NULL, 'received', '', '1890.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1259, '2023-02-13 18:59:25', 1529, NULL, NULL, 'IPAY2023/02/1172', NULL, 'Mpesa', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1260, '2023-02-13 19:00:18', 1530, NULL, NULL, 'IPAY2023/02/1173', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1261, '2023-02-13 19:01:32', 1531, NULL, NULL, 'IPAY2023/02/1174', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1262, '2023-02-13 19:02:37', 1532, NULL, NULL, 'IPAY2023/02/1175', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1263, '2023-02-13 19:04:37', 1533, NULL, NULL, 'IPAY2023/02/1176', NULL, 'cash', '', '', '', '', '', '', '6440.0000', NULL, 7, NULL, 'received', '', '6440.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1264, '2023-02-13 19:05:36', 1534, NULL, NULL, 'IPAY2023/02/1177', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1265, '2023-02-13 19:06:29', 1535, NULL, NULL, 'IPAY2023/02/1178', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1266, '2023-02-13 19:07:11', 1536, NULL, NULL, 'IPAY2023/02/1179', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1267, '2023-02-13 19:28:00', 1537, NULL, NULL, 'IPAY2023/02/1180', NULL, 'cash', '', '', '', '', '', 'Visa', '2680.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1268, '2023-02-14 18:17:57', 1538, NULL, NULL, 'IPAY2023/02/1181', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1269, '2023-02-14 18:18:56', 1539, NULL, NULL, 'IPAY2023/02/1182', NULL, 'cash', '', '', '', '', '', '', '1950.0000', NULL, 7, NULL, 'received', '', '1950.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1270, '2023-02-14 18:21:05', 1540, NULL, NULL, 'IPAY2023/02/1183', NULL, 'cash', '', '', '', '', '', '', '2250.0000', NULL, 7, NULL, 'received', '', '2250.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1271, '2023-02-14 18:21:52', 1541, NULL, NULL, 'IPAY2023/02/1184', NULL, 'Mpesa', '', '', '', '', '', '', '1950.0000', NULL, 7, NULL, 'received', '', '1950.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1272, '2023-02-14 18:23:37', 1542, NULL, NULL, 'IPAY2023/02/1185', NULL, 'Mpesa', '', '', '', '', '', '', '1080.0000', NULL, 7, NULL, 'received', '', '1080.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1273, '2023-02-14 18:24:19', 1543, NULL, NULL, 'IPAY2023/02/1186', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1274, '2023-02-14 18:37:00', 1544, NULL, NULL, 'IPAY2023/02/1187', NULL, 'cash', '', '', '', '', '', 'Visa', '1940.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1275, '2023-02-14 18:54:57', 1546, NULL, NULL, 'IPAY2023/02/1188', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1276, '2023-02-15 18:41:11', 1547, NULL, NULL, 'IPAY2023/02/1189', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1277, '2023-02-15 19:04:00', 1548, NULL, NULL, 'IPAY2023/02/1190', NULL, 'cash', '', '', '', '', '', 'Visa', '2030.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1278, '2023-02-16 18:42:35', 1550, NULL, NULL, 'IPAY2023/02/1191', NULL, 'cash', '', '', '', '', '', '', '1650.0000', NULL, 7, NULL, 'received', '', '1650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1279, '2023-02-16 18:50:27', 1551, NULL, NULL, 'IPAY2023/02/1192', NULL, 'Mpesa', '', '', '', '', '', '', '1620.0000', NULL, 7, NULL, 'received', '', '1620.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1280, '2023-02-16 18:51:49', 1552, NULL, NULL, 'IPAY2023/02/1193', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1281, '2023-02-16 18:52:57', 1553, NULL, NULL, 'IPAY2023/02/1194', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1282, '2023-02-16 18:54:12', 1554, NULL, NULL, 'IPAY2023/02/1195', NULL, 'Mpesa', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1283, '2023-02-16 18:55:02', 1555, NULL, NULL, 'IPAY2023/02/1196', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1284, '2023-02-16 18:56:41', 1556, NULL, NULL, 'IPAY2023/02/1197', NULL, 'Mpesa', '', '', '', '', '', '', '3550.0000', NULL, 7, NULL, 'received', '', '3550.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1285, '2023-02-16 19:09:00', 1557, NULL, NULL, 'IPAY2023/02/1198', NULL, 'cash', '', '', '', '', '', 'Visa', '1320.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1286, '2023-02-17 19:00:36', 1559, NULL, NULL, 'IPAY2023/02/1199', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1287, '2023-02-17 19:01:34', 1560, NULL, NULL, 'IPAY2023/02/1200', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1288, '2023-02-17 19:03:18', 1561, NULL, NULL, 'IPAY2023/02/1201', NULL, 'cash', '', '', '', '', '', '', '960.0000', NULL, 7, NULL, 'received', '', '960.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1289, '2023-02-17 19:05:53', 1562, NULL, NULL, 'IPAY2023/02/1202', NULL, 'Mpesa', '', '', '', '', '', '', '1200.0000', NULL, 7, NULL, 'received', '', '1200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1290, '2023-02-17 19:11:00', 1563, NULL, NULL, 'IPAY2023/02/1203', NULL, 'cash', '', '', '', '', '', 'Visa', '1910.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1291, '2023-02-18 18:11:59', 1564, NULL, NULL, 'IPAY2023/02/1204', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1292, '2023-02-18 18:14:09', 1565, NULL, NULL, 'IPAY2023/02/1205', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1293, '2023-02-18 18:15:17', 1566, NULL, NULL, 'IPAY2023/02/1206', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1294, '2023-02-18 18:20:25', 1567, NULL, NULL, 'IPAY2023/02/1207', NULL, 'Mpesa', '', '', '', '', '', '', '4320.0000', NULL, 7, NULL, 'received', '', '4320.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1295, '2023-02-18 18:21:44', 1568, NULL, NULL, 'IPAY2023/02/1208', NULL, 'Mpesa', '', '', '', '', '', '', '2040.0000', NULL, 7, NULL, 'received', '', '2040.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1296, '2023-02-18 18:23:37', 1569, NULL, NULL, 'IPAY2023/02/1209', NULL, 'cash', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1297, '2023-02-18 18:24:41', 1570, NULL, NULL, 'IPAY2023/02/1210', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1298, '2023-02-18 18:25:43', 1571, NULL, NULL, 'IPAY2023/02/1211', NULL, 'Mpesa', '', '', '', '', '', '', '450.0000', NULL, 7, NULL, 'received', '', '450.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1299, '2023-02-18 19:06:00', 1572, NULL, NULL, 'IPAY2023/02/1212', NULL, 'cash', '', '', '', '', '', 'Visa', '1350.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1300, '2023-02-20 18:48:18', 1574, NULL, NULL, 'IPAY2023/02/1213', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1301, '2023-02-20 18:50:09', 1575, NULL, NULL, 'IPAY2023/02/1214', NULL, 'cash', '', '', '', '', '', '', '1190.0000', NULL, 7, NULL, 'received', '', '1190.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1302, '2023-02-20 18:52:54', 1576, NULL, NULL, 'IPAY2023/02/1215', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1303, '2023-02-20 18:54:07', 1577, NULL, NULL, 'IPAY2023/02/1216', NULL, 'cash', '', '', '', '', '', '', '300.0000', NULL, 7, NULL, 'received', '', '300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1304, '2023-02-20 19:22:00', 1578, NULL, NULL, 'IPAY2023/02/1217', NULL, 'cash', '', '', '', '', '', 'Visa', '540.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1305, '2023-02-21 18:46:05', 1580, NULL, NULL, 'IPAY2023/02/1218', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1306, '2023-02-21 18:47:04', 1581, NULL, NULL, 'IPAY2023/02/1219', NULL, 'cash', '', '', '', '', '', '', '1060.0000', NULL, 7, NULL, 'received', '', '1060.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1307, '2023-02-21 18:48:26', 1582, NULL, NULL, 'IPAY2023/02/1220', NULL, 'cash', '', '', '', '', '', '', '1060.0000', NULL, 7, NULL, 'received', '', '1060.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1308, '2023-02-21 18:49:40', 1583, NULL, NULL, 'IPAY2023/02/1221', NULL, 'Mpesa', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1309, '2023-02-21 18:51:11', 1584, NULL, NULL, 'IPAY2023/02/1222', NULL, 'cash', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1310, '2023-02-21 18:52:05', 1585, NULL, NULL, 'IPAY2023/02/1223', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1311, '2023-02-21 18:52:58', 1586, NULL, NULL, 'IPAY2023/02/1224', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1312, '2023-02-21 19:06:00', 1587, NULL, NULL, 'IPAY2023/02/1225', NULL, 'cash', '', '', '', '', '', 'Visa', '940.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1313, '2023-02-21 19:22:22', 1589, NULL, NULL, 'IPAY2023/02/1226', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1314, '2023-02-22 17:42:34', 1590, NULL, NULL, 'IPAY2023/02/1227', NULL, 'Mpesa', '', '', '', '', '', '', '3780.0000', NULL, 7, NULL, 'received', '', '3780.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1315, '2023-02-22 17:43:38', 1591, NULL, NULL, 'IPAY2023/02/1228', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1316, '2023-02-22 17:44:23', 1592, NULL, NULL, 'IPAY2023/02/1229', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1317, '2023-02-22 17:45:24', 1593, NULL, NULL, 'IPAY2023/02/1230', NULL, 'cash', '', '', '', '', '', '', '420.0000', NULL, 7, NULL, 'received', '', '420.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1318, '2023-02-22 18:07:52', 1594, NULL, NULL, 'IPAY2023/02/1231', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1320, '2023-02-22 18:20:00', 1596, NULL, NULL, 'IPAY2023/02/1233', NULL, 'cash', '', '', '', '', '', 'Visa', '2560.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1321, '2023-02-23 18:17:50', 1597, NULL, NULL, 'IPAY2023/02/1234', NULL, 'Mpesa', '', '', '', '', '', '', '1530.0000', NULL, 7, NULL, 'received', '', '1530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1322, '2023-02-23 18:24:15', 1598, NULL, NULL, 'IPAY2023/02/1235', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1323, '2023-02-23 18:26:20', 1599, NULL, NULL, 'IPAY2023/02/1236', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1324, '2023-02-23 18:28:20', 1600, NULL, NULL, 'IPAY2023/02/1237', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1325, '2023-02-23 18:31:00', 1601, NULL, NULL, 'IPAY2023/02/1238', NULL, 'cash', '', '', '', '', '', 'Visa', '1090.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1326, '2023-02-24 17:58:36', 1603, NULL, NULL, 'IPAY2023/02/1239', NULL, 'cash', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1327, '2023-02-24 17:59:46', 1604, NULL, NULL, 'IPAY2023/02/1240', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1328, '2023-02-24 18:02:02', 1605, NULL, NULL, 'IPAY2023/02/1241', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1329, '2023-02-24 18:04:04', 1606, NULL, NULL, 'IPAY2023/02/1242', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1330, '2023-02-24 18:16:00', 1607, NULL, NULL, 'IPAY2023/02/1243', NULL, 'cash', '', '', '', '', '', 'Visa', '2500.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1331, '2023-02-25 18:26:54', 1609, NULL, NULL, 'IPAY2023/02/1244', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1332, '2023-02-25 18:29:50', 1610, NULL, NULL, 'IPAY2023/02/1245', NULL, 'Mpesa', '', '', '', '', '', '', '3710.0000', NULL, 7, NULL, 'received', '', '3710.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1333, '2023-02-25 18:31:04', 1611, NULL, NULL, 'IPAY2023/02/1246', NULL, 'Mpesa', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1334, '2023-02-25 18:32:25', 1612, NULL, NULL, 'IPAY2023/02/1247', NULL, 'cash', '', '', '', '', '', '', '900.0000', NULL, 7, NULL, 'received', '', '900.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1335, '2023-02-25 18:33:17', 1613, NULL, NULL, 'IPAY2023/02/1248', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1336, '2023-02-25 18:33:59', 1614, NULL, NULL, 'IPAY2023/02/1249', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1337, '2023-02-25 18:37:00', 1615, NULL, NULL, 'IPAY2023/02/1250', NULL, 'cash', '', '', '', '', '', 'Visa', '1360.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1338, '2023-02-27 18:58:35', 1616, NULL, NULL, 'IPAY2023/02/1251', NULL, 'cash', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1339, '2023-02-27 19:00:00', 1617, NULL, NULL, 'IPAY2023/02/1252', NULL, 'cash', '', '', '', '', '', 'Visa', '420.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1340, '2023-02-28 17:47:01', 1619, NULL, NULL, 'IPAY2023/02/1253', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1341, '2023-02-28 18:05:00', 1620, NULL, NULL, 'IPAY2023/02/1254', NULL, 'cash', '', '', '', '', '', 'Visa', '420.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1342, '2023-03-02 19:00:28', 1623, NULL, NULL, 'IPAY2023/03/1255', NULL, 'Mpesa', '', '', '', '', '', '', '2490.0000', NULL, 7, NULL, 'received', '', '2490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1343, '2023-03-02 19:01:29', 1624, NULL, NULL, 'IPAY2023/03/1256', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1344, '2023-03-02 19:02:24', 1625, NULL, NULL, 'IPAY2023/03/1257', NULL, 'Mpesa', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1345, '2023-03-02 19:03:00', 1626, NULL, NULL, 'IPAY2023/03/1258', NULL, 'cash', '', '', '', '', '', 'Visa', '260.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1346, '2023-03-03 18:51:34', 1628, NULL, NULL, 'IPAY2023/03/1259', NULL, 'cash', '', '', '', '', '', '', '630.0000', NULL, 7, NULL, 'received', '', '630.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1347, '2023-03-03 18:52:45', 1629, NULL, NULL, 'IPAY2023/03/1260', NULL, 'cash', '', '', '', '', '', '', '1200.0000', NULL, 7, NULL, 'received', '', '1200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1348, '2023-03-03 18:53:43', 1630, NULL, NULL, 'IPAY2023/03/1261', NULL, 'Mpesa', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1349, '2023-03-03 19:00:00', 1631, NULL, NULL, 'IPAY2023/03/1262', NULL, 'cash', '', '', '', '', '', 'Visa', '370.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1350, '2023-03-06 17:04:42', 1633, NULL, NULL, 'IPAY2023/03/1263', NULL, 'cash', '', '', '', '', '', '', '840.0000', NULL, 7, NULL, 'received', '', '840.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1351, '2023-03-06 17:06:57', 1634, NULL, NULL, 'IPAY2023/03/1264', NULL, 'Mpesa', '', '', '', '', '', '', '560.0000', NULL, 7, NULL, 'received', '', '560.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1352, '2023-03-06 17:08:08', 1635, NULL, NULL, 'IPAY2023/03/1265', NULL, 'Mpesa', '', '', '', '', '', '', '300.0000', NULL, 7, NULL, 'received', '', '300.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1353, '2023-03-04 17:15:00', 1636, NULL, NULL, 'IPAY2023/03/1266', NULL, 'cash', '', '', '', '', '', 'Visa', '6000.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1354, '2023-03-06 18:16:09', 1638, NULL, NULL, 'IPAY2023/03/1267', NULL, 'Mpesa', '', '', '', '', '', '', '9650.0000', NULL, 7, NULL, 'received', '', '9650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1355, '2023-03-05 18:25:00', 1639, NULL, NULL, 'IPAY2023/03/1268', NULL, 'cash', '', '', '', '', '', 'Visa', '1100.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1356, '2023-03-06 18:27:00', 1640, NULL, NULL, 'IPAY2023/03/1269', NULL, 'cash', '', '', '', '', '', 'Visa', '550.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1357, '2023-03-07 17:57:00', 1642, NULL, NULL, 'IPAY2023/03/1270', NULL, 'cash', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1358, '2023-03-07 18:06:00', 1643, NULL, NULL, 'IPAY2023/03/1271', NULL, 'cash', '', '', '', '', '', 'Visa', '150.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1359, '2023-03-08 17:13:04', 1645, NULL, NULL, 'IPAY2023/03/1272', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1360, '2023-03-08 17:14:48', 1646, NULL, NULL, 'IPAY2023/03/1273', NULL, 'Mpesa', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1361, '2023-03-08 17:16:11', 1647, NULL, NULL, 'IPAY2023/03/1274', NULL, 'cash', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1362, '2023-03-08 17:18:11', 1648, NULL, NULL, 'IPAY2023/03/1275', NULL, 'cash', '', '', '', '', '', '', '1200.0000', NULL, 7, NULL, 'received', '', '1200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1363, '2023-03-08 17:49:00', 1649, NULL, NULL, 'IPAY2023/03/1276', NULL, 'cash', '', '', '', '', '', 'Visa', '1640.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1364, '2023-03-09 16:55:04', 1650, NULL, NULL, 'IPAY2023/03/1277', NULL, 'Mpesa', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1365, '2023-03-09 16:57:10', 1651, NULL, NULL, 'IPAY2023/03/1278', NULL, 'Mpesa', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1366, '2023-03-09 18:00:00', 1652, NULL, NULL, 'IPAY2023/03/1279', NULL, 'cash', '', '', '', '', '', 'Visa', '420.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1367, '2023-03-10 17:46:16', 1654, NULL, NULL, 'IPAY2023/03/1280', NULL, 'Mpesa', '', '', '', '', '', '', '510.0000', NULL, 7, NULL, 'received', '', '510.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1368, '2023-03-10 17:48:00', 1655, NULL, NULL, 'IPAY2023/03/1281', NULL, 'cash', '', '', '', '', '', 'Visa', '420.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1369, '2023-03-11 17:59:59', 1656, NULL, NULL, 'IPAY2023/03/1282', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1370, '2023-03-11 18:02:27', 1657, NULL, NULL, 'IPAY2023/03/1283', NULL, 'Mpesa', '', '', '', '', '', '', '800.0000', NULL, 7, NULL, 'received', '', '800.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1371, '2023-03-11 18:05:14', 1658, NULL, NULL, 'IPAY2023/03/1284', NULL, 'Mpesa', '', '', '', '', '', '', '1960.0000', NULL, 7, NULL, 'received', '', '1960.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1372, '2023-03-11 18:06:12', 1659, NULL, NULL, 'IPAY2023/03/1285', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1373, '2023-03-11 18:19:00', 1660, NULL, NULL, 'IPAY2023/03/1286', NULL, 'cash', '', '', '', '', '', 'Visa', '50.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1374, '2023-03-13 17:50:40', 1662, NULL, NULL, 'IPAY2023/03/1287', NULL, 'cash', '', '', '', '', '', '', '480.0000', NULL, 7, NULL, 'received', '', '480.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1375, '2023-03-13 17:52:01', 1663, NULL, NULL, 'IPAY2023/03/1288', NULL, 'cash', '', '', '', '', '', '', '1140.0000', NULL, 7, NULL, 'received', '', '1140.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1377, '2023-03-13 18:36:00', 1666, NULL, NULL, 'IPAY2023/03/1290', NULL, 'cash', '', '', '', '', '', 'Visa', '1460.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1378, '2023-03-14 18:06:00', 1668, NULL, NULL, 'IPAY2023/03/1291', NULL, 'cash', '', '', '', '', '', 'Visa', '250.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1379, '2023-03-15 12:45:00', 1670, NULL, NULL, 'IPAY2023/03/1292', NULL, 'cash', '', '', '', '', '', 'Visa', '950.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1380, '2023-03-17 12:50:00', 1672, NULL, NULL, 'IPAY2023/03/1293', NULL, 'cash', '', '', '', '', '', 'Visa', '1250.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1382, '2023-03-18 12:55:00', 1675, NULL, NULL, 'IPAY2023/03/1295', NULL, 'cash', '', '', '', '', '', 'Visa', '5070.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1383, '2023-03-20 13:25:40', 1676, NULL, NULL, 'IPAY2023/03/1296', NULL, 'Mpesa', '', '', '', '', '', '', '530.0000', NULL, 7, NULL, 'received', '', '530.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1384, '2023-03-20 13:27:05', 1677, NULL, NULL, 'IPAY2023/03/1297', NULL, 'Mpesa', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1385, '2023-03-20 13:29:02', 1678, NULL, NULL, 'IPAY2023/03/1298', NULL, 'cash', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1386, '2023-03-20 13:30:47', 1679, NULL, NULL, 'IPAY2023/03/1299', NULL, 'Mpesa', '', '', '', '', '', '', '5600.0000', NULL, 7, NULL, 'received', '', '5600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1387, '2023-03-20 13:31:55', 1680, NULL, NULL, 'IPAY2023/03/1300', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1388, '2023-03-20 13:33:31', 1681, NULL, NULL, 'IPAY2023/03/1301', NULL, 'Mpesa', '', '', '', '', '', '', '650.0000', NULL, 7, NULL, 'received', '', '650.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1389, '2023-03-20 16:28:40', 1682, NULL, NULL, 'IPAY2023/03/1302', NULL, 'cash', '', '', '', '', '', '', '500.0000', NULL, 7, NULL, 'received', '', '500.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1390, '2023-03-20 16:29:39', 1683, NULL, NULL, 'IPAY2023/03/1303', NULL, 'Mpesa', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1391, '2023-03-20 16:30:48', 1684, NULL, NULL, 'IPAY2023/03/1304', NULL, 'cash', '', '', '', '', '', '', '450.0000', NULL, 7, NULL, 'received', '', '450.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1392, '2023-03-20 16:31:44', 1685, NULL, NULL, 'IPAY2023/03/1305', NULL, 'Mpesa', '', '', '', '', '', '', '540.0000', NULL, 7, NULL, 'received', '', '540.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1393, '2023-03-20 16:49:00', 1686, NULL, NULL, 'IPAY2023/03/1306', NULL, 'cash', '', '', '', '', '', 'Visa', '1460.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1394, '2023-03-21 16:09:02', 1688, NULL, NULL, 'IPAY2023/03/1307', NULL, 'cash', '', '', '', '', '', '', '400.0000', NULL, 7, NULL, 'received', '', '400.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1395, '2023-03-21 16:10:35', 1689, NULL, NULL, 'IPAY2023/03/1308', NULL, 'Mpesa', '', '', '', '', '', '', '200.0000', NULL, 7, NULL, 'received', '', '200.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1396, '2023-03-21 17:38:59', 1690, NULL, NULL, 'IPAY2023/03/1309', NULL, 'Mpesa', '', '', '', '', '', '', '2490.0000', NULL, 7, NULL, 'received', '', '2490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1398, '2023-03-21 17:53:00', 1693, NULL, NULL, 'IPAY2023/03/1311', NULL, 'cash', '', '', '', '', '', 'Visa', '1330.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1399, '2023-03-22 17:27:04', 1695, NULL, NULL, 'IPAY2023/03/1312', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1400, '2023-03-22 17:28:18', 1696, NULL, NULL, 'IPAY2023/03/1313', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1401, '2023-03-22 17:29:26', 1697, NULL, NULL, 'IPAY2023/03/1314', NULL, 'Mpesa', '', '', '', '', '', '', '100.0000', NULL, 7, NULL, 'received', '', '100.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1402, '2023-03-22 08:55:00', 1698, NULL, NULL, 'IPAY2023/03/1315', NULL, 'cash', '', '', '', '', '', 'Visa', '720.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1403, '2023-03-23 18:05:00', 1706, NULL, NULL, 'IPAY2023/03/1316', NULL, 'cash', '', '', '', '', '', 'Visa', '440.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1404, '2023-03-25 18:15:09', 1708, NULL, NULL, 'IPAY2023/03/1317', NULL, 'Mpesa', '', '', '', '', '', '', '1890.0000', NULL, 7, NULL, 'received', '', '1890.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1405, '2023-03-25 18:25:00', 1709, NULL, NULL, 'IPAY2023/03/1318', NULL, 'cash', '', '', '', '', '', 'Visa', '450.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1406, '2023-03-28 18:06:00', 1710, NULL, NULL, 'IPAY2023/03/1319', NULL, 'cash', '', '', '', '', '', 'Visa', '420.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1407, '2023-03-29 16:15:00', 1712, NULL, NULL, 'IPAY2023/03/1320', NULL, 'cash', '', '', '', '', '', 'Visa', '550.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1408, '2023-03-31 16:32:48', 1714, NULL, NULL, 'IPAY2023/03/1321', NULL, 'cash', '', '', '', '', '', '', '1160.0000', NULL, 7, NULL, 'received', '', '1160.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1409, '2023-03-31 16:34:58', 1715, NULL, NULL, 'IPAY2023/03/1322', NULL, 'cash', '', '', '', '', '', '', '600.0000', NULL, 7, NULL, 'received', '', '600.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1410, '2023-03-31 16:37:09', 1716, NULL, NULL, 'IPAY2023/03/1323', NULL, 'cash', '', '', '', '', '', '', '590.0000', NULL, 7, NULL, 'received', '', '590.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1411, '2023-03-31 17:53:00', 1717, NULL, NULL, 'IPAY2023/03/1324', NULL, 'cash', '', '', '', '', '', 'Visa', '120.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1412, '2023-03-31 18:05:55', 1719, NULL, NULL, 'IPAY2023/03/1325', NULL, 'Mpesa', '', '', '', '', '', '', '450.0000', NULL, 7, NULL, 'received', '', '450.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1413, '2023-04-01 18:05:19', 1720, NULL, NULL, 'IPAY2023/04/1326', NULL, 'cash', '', '', '', '', '', '', '1570.0000', NULL, 7, NULL, 'received', '', '1570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1414, '2023-04-01 18:11:00', 1721, NULL, NULL, 'IPAY2023/04/1327', NULL, 'cash', '', '', '', '', '', 'Visa', '70.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1415, '2023-04-03 17:55:04', 1723, NULL, NULL, 'IPAY2023/04/1328', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1416, '2023-04-03 17:56:46', 1724, NULL, NULL, 'IPAY2023/04/1329', NULL, 'Mpesa', '', '', '', '', '', '', '3000.0000', NULL, 7, NULL, 'received', '', '3000.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1417, '2023-04-04 08:25:00', 1726, NULL, NULL, 'IPAY2023/04/1330', NULL, 'cash', '', '', '', '', '', 'Visa', '220.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1418, '2023-04-06 17:34:43', 1727, NULL, NULL, 'IPAY2023/04/1331', NULL, 'cash', '', '', '', '', '', '', '490.0000', NULL, 7, NULL, 'received', '', '490.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1419, '2023-04-06 17:41:00', 1728, NULL, NULL, 'IPAY2023/04/1332', NULL, 'cash', '', '', '', '', '', 'Visa', '460.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1420, '2023-04-07 16:05:57', 1730, NULL, NULL, 'IPAY2023/04/1333', NULL, 'Mpesa', '', '', '', '', '', '', '570.0000', NULL, 7, NULL, 'received', '', '570.0000', '0.0000', NULL);
INSERT INTO `sma_payments` (`id`, `date`, `sale_id`, `return_id`, `purchase_id`, `reference_no`, `transaction_id`, `paid_by`, `cheque_no`, `cc_no`, `cc_holder`, `cc_month`, `cc_year`, `cc_type`, `amount`, `currency`, `created_by`, `attachment`, `type`, `note`, `pos_paid`, `pos_balance`, `approval_code`) VALUES (1421, '2023-04-07 16:42:00', 1731, NULL, NULL, 'IPAY2023/04/1334', NULL, 'cash', '', '', '', '', '', 'Visa', '120.0000', NULL, 7, NULL, 'received', '', '0.0000', '0.0000', NULL);


#
# TABLE STRUCTURE FOR: sma_paypal
#

DROP TABLE IF EXISTS `sma_paypal`;

CREATE TABLE `sma_paypal` (
  `id` int(11) NOT NULL,
  `active` tinyint(4) NOT NULL,
  `account_email` varchar(255) NOT NULL,
  `paypal_currency` varchar(3) NOT NULL DEFAULT 'USD',
  `fixed_charges` decimal(25,4) NOT NULL DEFAULT 2.0000,
  `extra_charges_my` decimal(25,4) NOT NULL DEFAULT 3.9000,
  `extra_charges_other` decimal(25,4) NOT NULL DEFAULT 4.4000,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_paypal` (`id`, `active`, `account_email`, `paypal_currency`, `fixed_charges`, `extra_charges_my`, `extra_charges_other`) VALUES (1, 1, 'mypaypal@paypal.com', 'USD', '0.0000', '0.0000', '0.0000');


#
# TABLE STRUCTURE FOR: sma_permissions
#

DROP TABLE IF EXISTS `sma_permissions`;

CREATE TABLE `sma_permissions` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `group_id` int(11) NOT NULL,
  `products-index` tinyint(1) DEFAULT 0,
  `products-add` tinyint(1) DEFAULT 0,
  `products-edit` tinyint(1) DEFAULT 0,
  `products-delete` tinyint(1) DEFAULT 0,
  `products-cost` tinyint(1) DEFAULT 0,
  `products-price` tinyint(1) DEFAULT 0,
  `quotes-index` tinyint(1) DEFAULT 0,
  `quotes-add` tinyint(1) DEFAULT 0,
  `quotes-edit` tinyint(1) DEFAULT 0,
  `quotes-pdf` tinyint(1) DEFAULT 0,
  `quotes-email` tinyint(1) DEFAULT 0,
  `quotes-delete` tinyint(1) DEFAULT 0,
  `sales-index` tinyint(1) DEFAULT 0,
  `sales-add` tinyint(1) DEFAULT 0,
  `sales-edit` tinyint(1) DEFAULT 0,
  `sales-pdf` tinyint(1) DEFAULT 0,
  `sales-email` tinyint(1) DEFAULT 0,
  `sales-delete` tinyint(1) DEFAULT 0,
  `purchases-index` tinyint(1) DEFAULT 0,
  `purchases-add` tinyint(1) DEFAULT 0,
  `purchases-edit` tinyint(1) DEFAULT 0,
  `purchases-pdf` tinyint(1) DEFAULT 0,
  `purchases-email` tinyint(1) DEFAULT 0,
  `purchases-delete` tinyint(1) DEFAULT 0,
  `transfers-index` tinyint(1) DEFAULT 0,
  `transfers-add` tinyint(1) DEFAULT 0,
  `transfers-edit` tinyint(1) DEFAULT 0,
  `transfers-pdf` tinyint(1) DEFAULT 0,
  `transfers-email` tinyint(1) DEFAULT 0,
  `transfers-delete` tinyint(1) DEFAULT 0,
  `customers-index` tinyint(1) DEFAULT 0,
  `customers-add` tinyint(1) DEFAULT 0,
  `customers-edit` tinyint(1) DEFAULT 0,
  `customers-delete` tinyint(1) DEFAULT 0,
  `suppliers-index` tinyint(1) DEFAULT 0,
  `suppliers-add` tinyint(1) DEFAULT 0,
  `suppliers-edit` tinyint(1) DEFAULT 0,
  `suppliers-delete` tinyint(1) DEFAULT 0,
  `sales-deliveries` tinyint(1) DEFAULT 0,
  `sales-add_delivery` tinyint(1) DEFAULT 0,
  `sales-edit_delivery` tinyint(1) DEFAULT 0,
  `sales-delete_delivery` tinyint(1) DEFAULT 0,
  `sales-email_delivery` tinyint(1) DEFAULT 0,
  `sales-pdf_delivery` tinyint(1) DEFAULT 0,
  `sales-gift_cards` tinyint(1) DEFAULT 0,
  `sales-add_gift_card` tinyint(1) DEFAULT 0,
  `sales-edit_gift_card` tinyint(1) DEFAULT 0,
  `sales-delete_gift_card` tinyint(1) DEFAULT 0,
  `pos-index` tinyint(1) DEFAULT 0,
  `sales-return_sales` tinyint(1) DEFAULT 0,
  `reports-index` tinyint(1) DEFAULT 0,
  `reports-warehouse_stock` tinyint(1) DEFAULT 0,
  `reports-quantity_alerts` tinyint(1) DEFAULT 0,
  `reports-expiry_alerts` tinyint(1) DEFAULT 0,
  `reports-products` tinyint(1) DEFAULT 0,
  `reports-daily_sales` tinyint(1) DEFAULT 0,
  `reports-monthly_sales` tinyint(1) DEFAULT 0,
  `reports-sales` tinyint(1) DEFAULT 0,
  `reports-payments` tinyint(1) DEFAULT 0,
  `reports-purchases` tinyint(1) DEFAULT 0,
  `reports-profit_loss` tinyint(1) DEFAULT 0,
  `reports-customers` tinyint(1) DEFAULT 0,
  `reports-suppliers` tinyint(1) DEFAULT 0,
  `reports-staff` tinyint(1) DEFAULT 0,
  `reports-register` tinyint(1) DEFAULT 0,
  `sales-payments` tinyint(1) DEFAULT 0,
  `purchases-payments` tinyint(1) DEFAULT 0,
  `purchases-expenses` tinyint(1) DEFAULT 0,
  `products-adjustments` tinyint(1) NOT NULL DEFAULT 0,
  `bulk_actions` tinyint(1) NOT NULL DEFAULT 0,
  `customers-deposits` tinyint(1) NOT NULL DEFAULT 0,
  `customers-delete_deposit` tinyint(1) NOT NULL DEFAULT 0,
  `products-barcode` tinyint(1) NOT NULL DEFAULT 0,
  `purchases-return_purchases` tinyint(1) NOT NULL DEFAULT 0,
  `reports-expenses` tinyint(1) NOT NULL DEFAULT 0,
  `reports-daily_purchases` tinyint(1) DEFAULT 0,
  `reports-monthly_purchases` tinyint(1) DEFAULT 0,
  `products-stock_count` tinyint(1) DEFAULT 0,
  `edit_price` tinyint(1) DEFAULT 0,
  `returns-index` tinyint(1) DEFAULT 0,
  `returns-add` tinyint(1) DEFAULT 0,
  `returns-edit` tinyint(1) DEFAULT 0,
  `returns-delete` tinyint(1) DEFAULT 0,
  `returns-email` tinyint(1) DEFAULT 0,
  `returns-pdf` tinyint(1) DEFAULT 0,
  `reports-tax` tinyint(1) DEFAULT 0,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_permissions` (`id`, `group_id`, `products-index`, `products-add`, `products-edit`, `products-delete`, `products-cost`, `products-price`, `quotes-index`, `quotes-add`, `quotes-edit`, `quotes-pdf`, `quotes-email`, `quotes-delete`, `sales-index`, `sales-add`, `sales-edit`, `sales-pdf`, `sales-email`, `sales-delete`, `purchases-index`, `purchases-add`, `purchases-edit`, `purchases-pdf`, `purchases-email`, `purchases-delete`, `transfers-index`, `transfers-add`, `transfers-edit`, `transfers-pdf`, `transfers-email`, `transfers-delete`, `customers-index`, `customers-add`, `customers-edit`, `customers-delete`, `suppliers-index`, `suppliers-add`, `suppliers-edit`, `suppliers-delete`, `sales-deliveries`, `sales-add_delivery`, `sales-edit_delivery`, `sales-delete_delivery`, `sales-email_delivery`, `sales-pdf_delivery`, `sales-gift_cards`, `sales-add_gift_card`, `sales-edit_gift_card`, `sales-delete_gift_card`, `pos-index`, `sales-return_sales`, `reports-index`, `reports-warehouse_stock`, `reports-quantity_alerts`, `reports-expiry_alerts`, `reports-products`, `reports-daily_sales`, `reports-monthly_sales`, `reports-sales`, `reports-payments`, `reports-purchases`, `reports-profit_loss`, `reports-customers`, `reports-suppliers`, `reports-staff`, `reports-register`, `sales-payments`, `purchases-payments`, `purchases-expenses`, `products-adjustments`, `bulk_actions`, `customers-deposits`, `customers-delete_deposit`, `products-barcode`, `purchases-return_purchases`, `reports-expenses`, `reports-daily_purchases`, `reports-monthly_purchases`, `products-stock_count`, `edit_price`, `returns-index`, `returns-add`, `returns-edit`, `returns-delete`, `returns-email`, `returns-pdf`, `reports-tax`) VALUES (1, 5, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, 1, 1, NULL, 1, 1, 1, 1, NULL, NULL, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, NULL, 1, 1, 1, NULL, 1, 1, 1, NULL, NULL, 1, NULL, NULL, NULL, NULL, 1, NULL, 0, 0, 1, NULL, NULL, NULL, NULL, 1, NULL, NULL, 0, NULL, NULL, NULL, 0, 1, NULL, NULL, 1, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_permissions` (`id`, `group_id`, `products-index`, `products-add`, `products-edit`, `products-delete`, `products-cost`, `products-price`, `quotes-index`, `quotes-add`, `quotes-edit`, `quotes-pdf`, `quotes-email`, `quotes-delete`, `sales-index`, `sales-add`, `sales-edit`, `sales-pdf`, `sales-email`, `sales-delete`, `purchases-index`, `purchases-add`, `purchases-edit`, `purchases-pdf`, `purchases-email`, `purchases-delete`, `transfers-index`, `transfers-add`, `transfers-edit`, `transfers-pdf`, `transfers-email`, `transfers-delete`, `customers-index`, `customers-add`, `customers-edit`, `customers-delete`, `suppliers-index`, `suppliers-add`, `suppliers-edit`, `suppliers-delete`, `sales-deliveries`, `sales-add_delivery`, `sales-edit_delivery`, `sales-delete_delivery`, `sales-email_delivery`, `sales-pdf_delivery`, `sales-gift_cards`, `sales-add_gift_card`, `sales-edit_gift_card`, `sales-delete_gift_card`, `pos-index`, `sales-return_sales`, `reports-index`, `reports-warehouse_stock`, `reports-quantity_alerts`, `reports-expiry_alerts`, `reports-products`, `reports-daily_sales`, `reports-monthly_sales`, `reports-sales`, `reports-payments`, `reports-purchases`, `reports-profit_loss`, `reports-customers`, `reports-suppliers`, `reports-staff`, `reports-register`, `sales-payments`, `purchases-payments`, `purchases-expenses`, `products-adjustments`, `bulk_actions`, `customers-deposits`, `customers-delete_deposit`, `products-barcode`, `purchases-return_purchases`, `reports-expenses`, `reports-daily_purchases`, `reports-monthly_purchases`, `products-stock_count`, `edit_price`, `returns-index`, `returns-add`, `returns-edit`, `returns-delete`, `returns-email`, `returns-pdf`, `reports-tax`) VALUES (2, 6, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_permissions` (`id`, `group_id`, `products-index`, `products-add`, `products-edit`, `products-delete`, `products-cost`, `products-price`, `quotes-index`, `quotes-add`, `quotes-edit`, `quotes-pdf`, `quotes-email`, `quotes-delete`, `sales-index`, `sales-add`, `sales-edit`, `sales-pdf`, `sales-email`, `sales-delete`, `purchases-index`, `purchases-add`, `purchases-edit`, `purchases-pdf`, `purchases-email`, `purchases-delete`, `transfers-index`, `transfers-add`, `transfers-edit`, `transfers-pdf`, `transfers-email`, `transfers-delete`, `customers-index`, `customers-add`, `customers-edit`, `customers-delete`, `suppliers-index`, `suppliers-add`, `suppliers-edit`, `suppliers-delete`, `sales-deliveries`, `sales-add_delivery`, `sales-edit_delivery`, `sales-delete_delivery`, `sales-email_delivery`, `sales-pdf_delivery`, `sales-gift_cards`, `sales-add_gift_card`, `sales-edit_gift_card`, `sales-delete_gift_card`, `pos-index`, `sales-return_sales`, `reports-index`, `reports-warehouse_stock`, `reports-quantity_alerts`, `reports-expiry_alerts`, `reports-products`, `reports-daily_sales`, `reports-monthly_sales`, `reports-sales`, `reports-payments`, `reports-purchases`, `reports-profit_loss`, `reports-customers`, `reports-suppliers`, `reports-staff`, `reports-register`, `sales-payments`, `purchases-payments`, `purchases-expenses`, `products-adjustments`, `bulk_actions`, `customers-deposits`, `customers-delete_deposit`, `products-barcode`, `purchases-return_purchases`, `reports-expenses`, `reports-daily_purchases`, `reports-monthly_purchases`, `products-stock_count`, `edit_price`, `returns-index`, `returns-add`, `returns-edit`, `returns-delete`, `returns-email`, `returns-pdf`, `reports-tax`) VALUES (3, 7, 1, 1, 1, NULL, 1, 1, 1, 1, 1, 1, NULL, NULL, 1, 1, 1, 1, NULL, NULL, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1, 1, 1, NULL, 1, 1, 1, NULL, 1, 1, 1, NULL, NULL, 1, 1, NULL, NULL, NULL, 1, NULL, 0, 0, 1, NULL, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_pos_register
#

DROP TABLE IF EXISTS `sma_pos_register`;

CREATE TABLE `sma_pos_register` (
  `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,4) NOT NULL,
  `status` varchar(10) NOT NULL,
  `total_cash` decimal(25,4) DEFAULT NULL,
  `total_cheques` int(11) DEFAULT NULL,
  `total_cc_slips` int(11) DEFAULT NULL,
  `total_cash_submitted` decimal(25,4) DEFAULT NULL,
  `total_cheques_submitted` int(11) DEFAULT NULL,
  `total_cc_slips_submitted` int(11) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `closed_at` timestamp NULL DEFAULT NULL,
  `transfer_opened_bills` varchar(50) DEFAULT NULL,
  `closed_by` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_pos_register` (`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`) VALUES (1, '2021-11-16 23:36:08', 1, '0.0000', 'close', '760.0000', 0, 0, '760.0000', 0, 0, '', '2021-11-16 23:53:36', '0', 1);
INSERT INTO `sma_pos_register` (`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`) VALUES (2, '2021-11-17 00:09:37', 2, '0.0000', 'close', '940.0000', 0, 0, '940.0000', 0, 0, '', '2021-11-17 00:27:55', NULL, 1);
INSERT INTO `sma_pos_register` (`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`) VALUES (3, '2021-11-17 00:35:00', 3, '0.0000', 'close', '0.0000', 0, 0, '0.0000', 0, 0, '', '2021-11-17 01:54:18', NULL, 3);
INSERT INTO `sma_pos_register` (`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`) VALUES (4, '2021-11-17 01:38:24', 2, '10000.0000', 'close', '700.0000', 0, 0, '700.0000', 0, 0, '', '2021-11-17 01:54:31', NULL, 3);
INSERT INTO `sma_pos_register` (`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`) VALUES (5, '2021-11-17 01:50:56', 4, '0.0000', 'close', '180.0000', 0, 0, '180.0000', 0, 0, '', '2021-11-17 01:54:42', NULL, 3);
INSERT INTO `sma_pos_register` (`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`) VALUES (6, '2022-05-01 14:27:58', 3, '0.0000', 'open', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_pos_register` (`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`) VALUES (7, '2022-05-02 02:09:04', 5, '0.0000', 'open', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_pos_register` (`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`) VALUES (8, '2022-05-02 14:44:28', 6, '0.0000', 'close', '0.0000', 0, 0, '0.0000', 0, 0, '', '2022-05-04 16:29:00', '0', 6);
INSERT INTO `sma_pos_register` (`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`) VALUES (9, '2022-05-02 15:17:43', 7, '0.0000', 'open', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_pos_register` (`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`) VALUES (10, '2022-05-04 17:45:31', 6, '0.0000', 'open', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_pos_settings
#

DROP TABLE IF EXISTS `sma_pos_settings`;

CREATE TABLE `sma_pos_settings` (
  `pos_id` int(1) NOT NULL,
  `cat_limit` int(11) NOT NULL,
  `pro_limit` int(11) NOT NULL,
  `default_category` int(11) NOT NULL,
  `default_customer` int(11) NOT NULL,
  `default_biller` int(11) NOT NULL,
  `display_time` varchar(3) NOT NULL DEFAULT 'yes',
  `cf_title1` varchar(255) DEFAULT NULL,
  `cf_title2` varchar(255) DEFAULT NULL,
  `cf_value1` varchar(255) DEFAULT NULL,
  `cf_value2` varchar(255) DEFAULT NULL,
  `receipt_printer` varchar(55) DEFAULT NULL,
  `cash_drawer_codes` varchar(55) DEFAULT NULL,
  `focus_add_item` varchar(55) DEFAULT NULL,
  `add_manual_product` varchar(55) DEFAULT NULL,
  `customer_selection` varchar(55) DEFAULT NULL,
  `add_customer` varchar(55) DEFAULT NULL,
  `toggle_category_slider` varchar(55) DEFAULT NULL,
  `toggle_subcategory_slider` varchar(55) DEFAULT NULL,
  `cancel_sale` varchar(55) DEFAULT NULL,
  `suspend_sale` varchar(55) DEFAULT NULL,
  `print_items_list` 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,
  `keyboard` tinyint(1) NOT NULL,
  `pos_printers` varchar(255) DEFAULT NULL,
  `java_applet` tinyint(1) NOT NULL,
  `product_button_color` varchar(20) NOT NULL DEFAULT 'default',
  `tooltips` tinyint(1) DEFAULT 1,
  `paypal_pro` tinyint(1) DEFAULT 0,
  `stripe` tinyint(1) DEFAULT 0,
  `rounding` tinyint(1) DEFAULT 0,
  `char_per_line` tinyint(4) DEFAULT 42,
  `pin_code` varchar(20) DEFAULT NULL,
  `purchase_code` varchar(100) DEFAULT 'purchase_code',
  `envato_username` varchar(50) DEFAULT 'envato_username',
  `version` varchar(10) DEFAULT '3.4.47',
  `after_sale_page` tinyint(1) DEFAULT 0,
  `item_order` tinyint(1) DEFAULT 0,
  `authorize` tinyint(1) DEFAULT 0,
  `toggle_brands_slider` varchar(55) 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,
  `customer_details` tinyint(1) DEFAULT NULL,
  `local_printers` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`pos_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_pos_settings` (`pos_id`, `cat_limit`, `pro_limit`, `default_category`, `default_customer`, `default_biller`, `display_time`, `cf_title1`, `cf_title2`, `cf_value1`, `cf_value2`, `receipt_printer`, `cash_drawer_codes`, `focus_add_item`, `add_manual_product`, `customer_selection`, `add_customer`, `toggle_category_slider`, `toggle_subcategory_slider`, `cancel_sale`, `suspend_sale`, `print_items_list`, `finalize_sale`, `today_sale`, `open_hold_bills`, `close_register`, `keyboard`, `pos_printers`, `java_applet`, `product_button_color`, `tooltips`, `paypal_pro`, `stripe`, `rounding`, `char_per_line`, `pin_code`, `purchase_code`, `envato_username`, `version`, `after_sale_page`, `item_order`, `authorize`, `toggle_brands_slider`, `remote_printing`, `printer`, `order_printers`, `auto_print`, `customer_details`, `local_printers`) VALUES (1, 22, 40, 3, 1, 3, '1', '', '', '', '', NULL, 'x1C', 'Ctrl+F3', 'Ctrl+Shift+M', 'Ctrl+Shift+C', 'Ctrl+Shift+A', 'Ctrl+F11', 'Ctrl+F12', 'F4', 'F7', 'F9', 'F8', 'Ctrl+F1', 'Ctrl+F2', 'Ctrl+F10', 0, NULL, 0, 'default', 1, 0, 0, 0, 42, '12345', 'purchase_code', 'envato_username', '3.4.47', 0, 1, 0, '', 1, NULL, 'null', 0, 1, 1);


#
# TABLE STRUCTURE FOR: sma_price_groups
#

DROP TABLE IF EXISTS `sma_price_groups`;

CREATE TABLE `sma_price_groups` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_price_groups` (`id`, `name`) VALUES (1, 'Default');
INSERT INTO `sma_price_groups` (`id`, `name`) VALUES (2, 'Wholesale');


#
# TABLE STRUCTURE FOR: sma_printers
#

DROP TABLE IF EXISTS `sma_printers`;

CREATE TABLE `sma_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 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_product_photos
#

DROP TABLE IF EXISTS `sma_product_photos`;

CREATE TABLE `sma_product_photos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `photo` varchar(100) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_product_prices
#

DROP TABLE IF EXISTS `sma_product_prices`;

CREATE TABLE `sma_product_prices` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `price_group_id` int(11) NOT NULL,
  `price` decimal(25,4) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `product_id` (`product_id`),
  KEY `price_group_id` (`price_group_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_product_variants
#

DROP TABLE IF EXISTS `sma_product_variants`;

CREATE TABLE `sma_product_variants` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `name` varchar(55) NOT NULL,
  `cost` decimal(25,4) DEFAULT NULL,
  `price` decimal(25,4) DEFAULT NULL,
  `quantity` decimal(15,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `unique_product_id_name` (`product_id`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=2347 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (832, 86, 'AZURE', NULL, '0.0000', '47.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (833, 87, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (834, 87, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (835, 87, 'MAROON', NULL, '0.0000', '20.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (836, 87, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (837, 87, 'MIXED GREY', NULL, '0.0000', '17.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (838, 87, 'R/BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (839, 87, 'N/BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (840, 87, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (841, 87, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (842, 87, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (843, 87, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (844, 87, 'NAVY DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (845, 87, 'NAVY LIGHT', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (846, 87, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (847, 87, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (848, 87, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (849, 87, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (850, 87, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1152, 113, 'RED', NULL, '0.0000', '18.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1153, 113, 'MAROON', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1154, 113, 'GREEN', NULL, '0.0000', '19.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1155, 113, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1156, 113, 'BLACK', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1157, 113, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1158, 113, 'AZURE', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1159, 113, 'MIXED GREY', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1160, 113, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1161, 113, 'ASH GREY', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1162, 113, 'NAVY BLUE DARK', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1163, 113, 'NAVY BLUE LIGHT', NULL, '0.0000', '15.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1164, 113, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1165, 113, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1166, 113, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1167, 113, 'ROYAL BLUE', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1168, 113, 'KK BLUE', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1169, 114, 'RED', NULL, '0.0000', '18.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1170, 114, 'MAROON', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1171, 114, 'GREEN', NULL, '0.0000', '3.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1172, 114, 'BEIGE', NULL, '0.0000', '13.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1173, 114, 'MIXED GREY', NULL, '0.0000', '23.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1174, 114, 'BLACK', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1175, 114, 'AZURE', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1176, 114, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1177, 114, 'NDENGU', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1178, 114, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1179, 114, 'ASH GREY', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1180, 114, 'NAVY BLUE DARK', NULL, '0.0000', '21.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1181, 114, 'NAVY BLUE LIGHT', NULL, '0.0000', '13.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1182, 114, 'KK BLUE', NULL, '0.0000', '7.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1183, 114, 'ROYAL BLUE', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1184, 114, 'WINE   RED', NULL, '0.0000', '13.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1185, 114, 'CHOCOLATE BROWN', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1186, 115, 'RED', NULL, '0.0000', '9.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1187, 115, 'MAROON', NULL, '0.0000', '25.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1188, 115, 'GREEN', NULL, '0.0000', '25.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1189, 115, 'BEIGE', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1190, 115, 'MIXED GREY', NULL, '0.0000', '17.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1191, 115, 'BLACK', NULL, '0.0000', '12.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1192, 115, 'AZURE', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1193, 115, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1194, 115, 'NDENGU', NULL, '0.0000', '9.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1195, 115, 'ASH GREY', NULL, '0.0000', '14.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1196, 115, 'NAVY BLUE DARK', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1197, 115, 'NAVY BLUE LIGHT', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1198, 115, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1199, 115, 'WINE   RED', NULL, '0.0000', '24.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1200, 115, 'CHOCOLATE BROWN', NULL, '0.0000', '9.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1201, 115, 'ROYAL BLUE', NULL, '0.0000', '12.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1202, 115, 'KK BLUE', NULL, '0.0000', '8.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1203, 116, 'RED', NULL, '0.0000', '16.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1204, 116, 'MAROON', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1205, 116, 'GREEN', NULL, '0.0000', '16.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1206, 116, 'BEIGE', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1207, 116, 'MIXED GREY', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1208, 116, 'BLACK', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1209, 116, 'AZURE', NULL, '0.0000', '12.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1210, 116, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1211, 116, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1212, 116, 'ASH GREY', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1213, 116, 'NAVY BLUE DARK', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1214, 116, 'NAVY BLUE LIGHT', NULL, '0.0000', '15.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1215, 116, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1216, 116, 'WINE   RED', NULL, '0.0000', '19.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1217, 116, 'CHOCOLATE BROWN', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1218, 116, 'ROYAL BLUE', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1219, 116, 'KK BLUE', NULL, '0.0000', '8.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1220, 117, 'RED', NULL, '0.0000', '9.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1221, 117, 'MAROON', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1222, 117, 'GREEN', NULL, '0.0000', '27.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1223, 117, 'BEIGE', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1224, 117, 'MIXED GREY', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1225, 117, 'BLACK', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1226, 117, 'AZURE', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1227, 117, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1228, 117, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1229, 117, 'ASH GREY', NULL, '0.0000', '12.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1230, 117, 'NAVY BLUE DARK', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1231, 117, 'NAVY BLUE LIGHT', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1232, 117, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1233, 117, 'WINE   RED', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1234, 117, 'CHOCOLATE BROWN', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1235, 117, 'ROYAL BLUE', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1236, 117, 'KK BLUE', NULL, '0.0000', '34.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1237, 118, 'RED', NULL, '0.0000', '9.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1238, 118, 'MAROON', NULL, '0.0000', '27.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1239, 118, 'GREEN', NULL, '0.0000', '24.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1240, 118, 'BEIGE', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1241, 118, 'MIXED GREY', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1242, 118, 'BLACK', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1243, 118, 'AZURE', NULL, '0.0000', '3.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1244, 118, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1245, 118, 'NDENGU', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1246, 118, 'ASH GREY', NULL, '0.0000', '13.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1247, 118, 'NAVY BLUE DARK', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1248, 118, 'NAVY BLUE LIGHT', NULL, '0.0000', '14.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1249, 118, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1250, 118, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1251, 118, 'CHOCOLATE BROWN', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1252, 118, 'ROYAL BLUE', NULL, '0.0000', '19.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1253, 118, 'KK BLUE', NULL, '0.0000', '34.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1254, 119, 'RED', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1255, 119, 'MAROON', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1256, 119, 'GREEN', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1257, 119, 'BEIGE', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1258, 119, 'MIXED GREY', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1259, 119, 'BLACK', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1260, 119, 'AZURE', NULL, '0.0000', '15.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1261, 119, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1262, 119, 'NDENGU', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1263, 119, 'ASH GREY', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1264, 119, 'NAVY BLUE DARK', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1265, 119, 'NAVY BLUE LIGHT', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1266, 119, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1267, 119, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1268, 119, 'CHOCOLATE BROWN', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1269, 119, 'ROYAL BLUE', NULL, '0.0000', '9.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1270, 119, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1271, 120, 'RED', NULL, '0.0000', '15.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1272, 120, 'MAROON', NULL, '0.0000', '7.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1273, 120, 'GREEN', NULL, '0.0000', '9.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1274, 120, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1275, 120, 'MIXED GREY', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1276, 120, 'BLACK', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1277, 120, 'AZURE', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1278, 120, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1279, 120, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1280, 120, 'ASH GREY', NULL, '0.0000', '8.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1281, 120, 'NAVY BLUE DARK', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1282, 120, 'NAVY BLUE LIGHT', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1283, 120, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1284, 120, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1285, 120, 'CHOCOLATE BROWN', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1286, 120, 'ROYAL BLUE', NULL, '0.0000', '9.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1287, 120, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1288, 121, 'RED', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1289, 121, 'MAROON', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1290, 121, 'GREEN', NULL, '0.0000', '11.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1291, 121, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1292, 121, 'MIXED GREY', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1293, 121, 'BLACK', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1294, 121, 'AZURE', NULL, '0.0000', '7.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1295, 121, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1296, 121, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1297, 121, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1298, 121, 'NAVY BLUE DARK', NULL, '0.0000', '3.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1299, 121, 'NAVY BLUE LIGHT', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1300, 121, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1301, 121, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1302, 121, 'CHOCOLATE BROWN', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1303, 121, 'ROYAL BLUE', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1304, 121, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1305, 122, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1306, 122, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1307, 122, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1308, 122, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1309, 122, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1310, 122, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1311, 122, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1312, 122, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1313, 122, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1314, 122, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1315, 122, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1316, 122, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1317, 122, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1318, 122, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1319, 122, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1320, 122, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1321, 122, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1322, 123, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1323, 123, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1324, 123, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1325, 123, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1326, 123, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1327, 123, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1328, 123, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1329, 123, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1330, 123, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1331, 123, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1332, 123, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1333, 123, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1334, 123, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1335, 123, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1336, 123, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1337, 123, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1338, 123, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1339, 124, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1340, 124, 'MAROON', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1341, 124, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1342, 124, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1343, 124, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1344, 124, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1345, 124, 'AZURE', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1346, 124, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1347, 124, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1348, 124, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1349, 124, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1350, 124, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1351, 124, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1352, 124, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1353, 124, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1354, 124, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1355, 124, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1356, 126, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1357, 126, 'MAROON', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1358, 126, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1359, 126, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1360, 126, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1361, 126, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1362, 126, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1363, 126, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1364, 126, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1365, 126, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1366, 126, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1367, 126, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1368, 126, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1369, 126, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1370, 126, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1371, 126, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1372, 126, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1373, 127, 'RED', NULL, '0.0000', '3.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1374, 127, 'MAROON', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1375, 127, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1376, 127, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1377, 127, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1378, 127, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1379, 127, 'AZURE', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1380, 127, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1381, 127, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1382, 127, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1383, 127, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1384, 127, 'NAVY BLUE LIGHT', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1385, 127, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1386, 127, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1387, 127, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1388, 127, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1389, 127, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1390, 128, 'RED', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1391, 128, 'MAROON', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1392, 128, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1393, 128, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1394, 128, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1395, 128, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1396, 128, 'AZURE', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1397, 128, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1398, 128, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1399, 128, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1400, 128, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1401, 128, 'NAVY BLUE LIGHT', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1402, 128, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1403, 128, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1404, 128, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1405, 128, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1406, 128, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1407, 129, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1408, 129, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1409, 129, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1410, 129, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1411, 129, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1412, 129, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1413, 129, 'AZURE', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1414, 129, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1415, 129, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1416, 129, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1417, 129, 'NAVY BLUE DARK', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1418, 129, 'NAVY BLUE LIGHT', NULL, '0.0000', '7.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1419, 129, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1420, 129, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1421, 129, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1422, 129, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1423, 129, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1424, 130, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1425, 130, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1426, 130, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1427, 130, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1428, 130, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1429, 130, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1430, 130, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1431, 130, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1432, 130, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1433, 130, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1434, 130, 'NAVY BLUE DARK', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1435, 130, 'NAVY BLUE LIGHT', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1436, 130, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1437, 130, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1438, 130, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1439, 130, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1440, 130, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1441, 131, 'NDENGU STRIPE WHITE', NULL, '0.0000', '3.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1442, 131, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1444, 131, 'MAROON STRIPE WHITE', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1445, 131, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1446, 131, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1448, 131, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1449, 131, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1452, 131, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1453, 132, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1454, 132, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '7.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1455, 132, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1456, 132, 'RED STRIPE WHITE', NULL, '0.0000', '11.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1457, 132, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1458, 132, 'GREEN  WHITE STRIPED', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1459, 132, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1460, 132, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1461, 132, 'MAROON STRIPE WHITE', NULL, '0.0000', '11.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1462, 132, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1463, 132, 'PURPLE STRIPE WHITE', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1464, 132, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1465, 133, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1466, 133, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1467, 133, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1468, 133, 'RED STRIPE WHITE', NULL, '0.0000', '11.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1469, 133, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1470, 133, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1471, 133, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1472, 133, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1473, 133, 'MAROON STRIPE WHITE', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1474, 133, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1475, 133, 'PURPLE STRIPE WHITE', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1476, 133, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1477, 134, 'MIXED GREY STRIPE RED', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1478, 134, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1479, 134, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1480, 134, 'RED STRIPE WHITE', NULL, '0.0000', '8.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1481, 134, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1482, 134, 'GREEN  WHITE STRIPED', NULL, '0.0000', '7.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1483, 134, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1484, 134, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '3.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1485, 134, 'MAROON STRIPE WHITE', NULL, '0.0000', '23.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1486, 134, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1487, 134, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1488, 134, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1489, 135, 'MIXED GREY STRIPE RED', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1490, 135, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '3.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1491, 135, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1492, 135, 'RED STRIPE WHITE', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1493, 135, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '12.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1494, 135, 'GREEN  WHITE STRIPED', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1495, 135, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1496, 135, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1497, 135, 'MAROON STRIPE WHITE', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1498, 135, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1499, 135, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1500, 135, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1501, 136, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1502, 136, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1503, 136, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1504, 136, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1505, 136, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1506, 136, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1507, 136, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1508, 136, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1509, 136, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1510, 136, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1511, 136, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1512, 136, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1513, 137, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1514, 137, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1515, 137, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1516, 137, 'RED STRIPE WHITE', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1517, 137, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '7.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1518, 137, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1519, 137, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1520, 137, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1521, 137, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1522, 137, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1523, 137, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1524, 137, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1525, 138, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1526, 138, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1527, 138, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1528, 138, 'RED STRIPE WHITE', NULL, '0.0000', '3.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1529, 138, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1530, 138, 'GREEN  WHITE STRIPED', NULL, '0.0000', '3.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1531, 138, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1532, 138, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1533, 138, 'MAROON STRIPE WHITE', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1534, 138, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1535, 138, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1536, 138, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1537, 139, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1538, 139, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1539, 139, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1540, 139, 'RED STRIPE WHITE', NULL, '0.0000', '3.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1541, 139, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1542, 139, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1543, 139, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1544, 139, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1545, 139, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1546, 139, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1547, 139, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1548, 139, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1549, 140, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1550, 140, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1551, 140, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1552, 140, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1553, 140, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1554, 140, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1555, 140, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1556, 140, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1557, 140, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1558, 140, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1559, 140, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1560, 140, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1561, 141, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1562, 141, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1563, 141, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1564, 141, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1565, 141, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1566, 141, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1567, 141, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1568, 141, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1569, 141, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1570, 141, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1571, 141, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1572, 141, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1573, 142, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1574, 142, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1575, 142, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1576, 142, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1577, 142, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1578, 142, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1579, 142, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1580, 142, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1581, 142, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1582, 142, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1583, 142, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1584, 142, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1585, 143, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1586, 143, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1587, 143, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1588, 143, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1589, 143, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1590, 143, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1591, 143, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1592, 143, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1593, 143, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1594, 143, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1595, 143, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1596, 143, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1597, 144, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1598, 144, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1599, 144, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1600, 144, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1601, 144, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1602, 144, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1603, 144, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1604, 144, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1605, 144, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1606, 144, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1607, 144, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1608, 144, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1609, 145, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1610, 145, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1611, 145, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1612, 145, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1613, 145, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1614, 145, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1615, 145, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1616, 145, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1617, 145, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1618, 145, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1619, 145, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1620, 145, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1621, 146, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1622, 146, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1623, 146, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1624, 146, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1625, 146, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1626, 146, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1627, 146, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1628, 146, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1629, 146, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1630, 146, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1631, 146, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1632, 146, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1633, 147, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1634, 147, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1635, 147, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1636, 147, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1637, 147, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1638, 147, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1639, 147, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1640, 147, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1641, 147, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1642, 147, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1643, 147, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1644, 147, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1645, 148, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1646, 148, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1647, 148, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1648, 148, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1649, 148, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1650, 148, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1651, 148, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1652, 148, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1653, 148, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1654, 148, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1655, 148, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1656, 148, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1657, 125, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1658, 125, 'MAROON', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1659, 125, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1660, 125, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1661, 125, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1662, 125, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1663, 125, 'AZURE', NULL, '0.0000', '8.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1664, 125, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1665, 125, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1666, 125, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1667, 125, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1668, 125, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1669, 125, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1670, 125, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1671, 125, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1672, 125, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1673, 125, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1674, 149, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1675, 149, 'WHITE', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1676, 149, 'RED', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1677, 149, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1678, 149, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1679, 149, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1680, 149, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1681, 149, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1682, 149, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1683, 149, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1684, 149, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1685, 149, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1686, 149, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1687, 149, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1688, 149, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1689, 149, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1690, 149, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1691, 149, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1692, 150, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1693, 150, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1694, 150, 'WHITE', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1695, 150, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1696, 150, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1697, 150, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1698, 150, 'RED', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1699, 150, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1700, 150, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1701, 150, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1702, 150, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1703, 150, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1704, 150, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1705, 150, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1706, 150, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1707, 150, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1708, 150, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1709, 150, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1710, 150, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1711, 150, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1712, 149, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1713, 149, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1714, 151, 'BLACK', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1715, 151, 'WHITE', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1716, 151, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1717, 151, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1718, 151, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1719, 151, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1720, 151, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1721, 151, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1722, 151, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1723, 151, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1724, 151, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1725, 151, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1726, 151, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1727, 151, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1728, 151, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1729, 151, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1730, 151, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1731, 151, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1732, 151, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1733, 151, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1734, 152, 'BLACK', NULL, '0.0000', '8.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1735, 152, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1736, 152, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1737, 152, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1738, 152, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1739, 152, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1740, 152, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1741, 152, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1742, 152, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1743, 152, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1744, 152, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1745, 152, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1746, 152, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1747, 152, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1748, 152, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1749, 152, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1750, 152, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1751, 152, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1752, 152, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1753, 152, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1754, 153, 'RED', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1755, 153, 'MAROON', NULL, '0.0000', '75.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1756, 153, 'GREEN', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1757, 153, 'BEIGE', NULL, '0.0000', '29.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1758, 153, 'MIXED GREY', NULL, '0.0000', '3.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1759, 153, 'BLACK', NULL, '0.0000', '14.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1760, 153, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1761, 153, 'NDENGU', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1762, 153, 'ASH GREY', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1763, 153, 'NAVY BLUE DARK', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1764, 153, 'NAVY BLUE LIGHT', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1765, 153, 'PURPLE', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1766, 153, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1767, 153, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1768, 153, 'ROYAL BLUE', NULL, '0.0000', '35.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1769, 153, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1770, 153, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1771, 153, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1772, 153, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1773, 154, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1774, 154, 'GREEN', NULL, '0.0000', '49.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1775, 154, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1776, 154, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1777, 154, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1778, 154, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1779, 154, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1780, 154, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1781, 154, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1782, 154, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1783, 154, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1784, 154, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1785, 154, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1786, 154, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1787, 154, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1788, 154, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1789, 154, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1790, 154, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1791, 154, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1792, 154, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1793, 155, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1794, 155, 'MAROON', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1795, 155, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1796, 155, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1797, 155, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1798, 155, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1799, 155, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1800, 155, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1801, 155, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1802, 155, 'ASH GREY', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1803, 155, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1804, 155, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1805, 155, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1806, 155, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1807, 155, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1808, 155, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1809, 155, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1810, 155, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1811, 155, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1812, 155, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1813, 156, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1814, 156, 'MAROON', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1815, 156, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1816, 156, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1817, 156, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1818, 156, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1819, 156, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1820, 156, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1821, 156, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1822, 156, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1823, 156, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1824, 156, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1825, 156, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1826, 156, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1827, 156, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1828, 156, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1829, 156, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1830, 156, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1831, 156, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1832, 156, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1833, 155, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1834, 155, 'Black Stripe Sky Blue', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1835, 155, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1836, 155, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1837, 155, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1838, 155, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1839, 155, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1840, 155, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1841, 155, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1842, 155, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1843, 155, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1844, 155, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1845, 155, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1846, 147, 'Black Stripe Sky Blue', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1847, 148, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1848, 146, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1849, 157, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1850, 157, 'MAROON', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1851, 157, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1852, 157, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1853, 157, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1854, 157, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1855, 157, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1856, 157, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1857, 157, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1858, 157, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1859, 157, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1860, 157, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1861, 157, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1862, 157, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1863, 157, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1864, 157, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1865, 157, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1866, 157, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1867, 157, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1868, 157, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1869, 160, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1870, 160, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1871, 160, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1872, 160, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1873, 160, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1874, 160, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1875, 160, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1876, 160, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1877, 160, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1878, 160, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1879, 160, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1880, 160, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1881, 160, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1883, 131, 'MIXED GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1884, 132, 'MIXED GREY STRIPE WHITE', NULL, '0.0000', '23.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1885, 133, 'MIXED GREY STRIPE WHITE', NULL, '0.0000', '19.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1886, 134, 'MIXED GREY STRIPE WHITE', NULL, '0.0000', '4.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1887, 135, 'MIXED GREY STRIPE WHITE', NULL, '0.0000', '15.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1888, 161, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1889, 161, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1890, 161, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1891, 161, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1892, 161, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1893, 161, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1894, 161, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1895, 161, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1896, 161, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1897, 161, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1898, 161, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1899, 161, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1900, 161, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1901, 161, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1902, 161, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1903, 161, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1904, 161, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1905, 161, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1906, 161, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1907, 161, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1908, 161, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1909, 161, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1910, 161, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1911, 161, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1912, 161, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1913, 161, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1914, 161, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1915, 161, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1916, 161, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1917, 161, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1918, 161, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1919, 162, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1920, 162, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1921, 162, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1922, 162, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1923, 162, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1924, 162, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1925, 162, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1926, 162, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1927, 162, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1928, 162, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1929, 162, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1930, 162, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1931, 162, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1932, 162, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1933, 162, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1934, 162, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1935, 162, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1936, 162, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1937, 162, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1938, 162, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1939, 162, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1940, 162, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1941, 162, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1942, 162, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1943, 162, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1944, 162, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1945, 162, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1946, 162, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1947, 162, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1948, 162, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1949, 162, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1950, 162, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1951, 162, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1952, 163, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1953, 163, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1954, 163, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1955, 163, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1956, 163, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1957, 163, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1958, 163, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1959, 163, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1960, 163, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1961, 163, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1962, 163, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1963, 163, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1964, 163, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1965, 163, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1966, 163, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1967, 163, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1968, 163, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1969, 163, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '1.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1970, 163, 'MAROON STRIPE WHITE', NULL, '0.0000', '7.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1971, 163, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1972, 163, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1973, 163, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1974, 163, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1975, 163, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1976, 163, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1977, 163, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1978, 163, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1979, 163, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1980, 163, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1981, 163, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1982, 163, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1983, 163, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1984, 163, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1985, 164, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1986, 164, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1987, 164, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1988, 164, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1989, 164, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1990, 164, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1991, 164, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1992, 164, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1993, 164, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1994, 164, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1995, 164, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1996, 164, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1997, 164, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1998, 164, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (1999, 164, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2000, 164, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2001, 164, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2002, 164, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '5.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2003, 164, 'MAROON STRIPE WHITE', NULL, '0.0000', '9.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2004, 164, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2005, 164, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2006, 164, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2007, 164, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2008, 164, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2009, 164, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2010, 164, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2011, 164, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2012, 164, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2013, 164, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2014, 164, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2015, 164, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2016, 164, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2017, 164, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2018, 165, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2019, 165, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2020, 165, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2021, 165, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2022, 165, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2023, 165, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2024, 165, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2025, 165, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2026, 165, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2027, 165, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2028, 165, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2029, 165, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2030, 165, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2031, 165, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2032, 165, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2033, 165, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2034, 165, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2035, 165, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2036, 165, 'MAROON STRIPE WHITE', NULL, '0.0000', '7.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2037, 165, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2038, 165, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2039, 165, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2040, 165, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2041, 165, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2042, 165, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2043, 165, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2044, 165, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2045, 165, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2046, 165, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2047, 165, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2048, 165, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2049, 165, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2050, 165, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2051, 166, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2052, 166, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2053, 166, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2054, 166, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2055, 166, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2056, 166, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2057, 166, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2058, 166, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2059, 166, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2060, 166, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2061, 166, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2062, 166, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2063, 166, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2064, 166, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2065, 166, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2066, 166, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2067, 166, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2068, 166, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '3.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2069, 166, 'MAROON STRIPE WHITE', NULL, '0.0000', '7.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2070, 166, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2071, 166, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2072, 166, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2073, 166, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2074, 166, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2075, 166, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2076, 166, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2077, 166, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2078, 166, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2079, 166, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2080, 166, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2081, 166, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2082, 166, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2083, 166, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2084, 167, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2085, 167, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2086, 167, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2087, 167, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2088, 167, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2089, 167, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2090, 167, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2091, 167, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2092, 167, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2093, 167, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2094, 167, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2095, 167, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2096, 167, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2097, 167, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2098, 167, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2099, 167, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2100, 167, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2101, 167, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2102, 167, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2103, 167, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2104, 167, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2105, 167, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2106, 167, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2107, 167, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2108, 167, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2109, 167, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2110, 167, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2111, 167, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2112, 167, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2113, 167, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2114, 167, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2115, 167, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2116, 167, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2117, 168, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2118, 168, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2119, 168, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2120, 168, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2121, 168, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2122, 168, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2123, 168, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2124, 168, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2125, 168, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2126, 168, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2127, 168, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2128, 168, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2129, 168, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2130, 168, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2131, 168, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2132, 168, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2133, 168, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2134, 168, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2135, 168, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2136, 168, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2137, 168, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2138, 168, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2139, 168, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2140, 168, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2141, 168, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2142, 168, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2143, 168, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2144, 168, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2145, 168, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2146, 168, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2147, 168, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2148, 168, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2149, 168, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2150, 170, 'RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2151, 170, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2152, 170, 'GREEN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2153, 170, 'BEIGE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2154, 170, 'BLACK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2155, 170, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2156, 170, 'BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2157, 170, 'MIXED GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2158, 170, 'NDENGU', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2159, 170, 'ASH GREY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2160, 170, 'NAVY BLUE DARK', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2161, 170, 'NAVY BLUE LIGHT', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2162, 170, 'PURPLE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2163, 170, 'WINE   RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2164, 170, 'CHOCOLATE BROWN', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2165, 170, 'NDENGU STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2166, 170, 'PURPLE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2167, 170, 'NAVY BLUE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2168, 170, 'MAROON STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2169, 170, 'MIXED GREY STRIPE ROYAL WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2170, 170, 'GREY RED STRIPE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2171, 170, 'GREEN  WHITE STRIPED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2172, 170, 'ROYAL BLUE  STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2173, 170, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2174, 170, 'MIXED GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2175, 170, 'NAVY BLUE STRIPE SKY', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2176, 170, 'RED STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2177, 170, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2178, 170, 'ROYAL BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2179, 170, 'KK BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2180, 170, 'WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2181, 170, 'YELLOW', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2182, 170, 'BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2183, 136, 'black stripe white', NULL, '0.0000', '6.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2184, 137, 'black stripe white', NULL, '0.0000', '2.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2185, 138, 'black stripe white', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2186, 139, 'black stripe white', NULL, '0.0000', '10.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2187, 171, 'BLACK', NULL, '0.0000', NULL);
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2188, 171, 'MAROON', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2189, 171, 'AZURE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2190, 131, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2191, 131, 'GREEN STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2192, 131, 'NAVY STRIPED T BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2193, 131, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2194, 131, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2195, 131, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2196, 131, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2197, 131, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2198, 131, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2199, 131, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2200, 131, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2201, 132, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2202, 132, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2203, 132, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2204, 132, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2205, 132, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2206, 132, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2207, 132, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2208, 132, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2209, 132, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2210, 134, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2211, 134, 'GREY STRIPE RED', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2212, 134, 'GREEN STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2213, 134, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2214, 134, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2215, 134, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2216, 134, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2217, 134, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2218, 134, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2219, 134, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2220, 134, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2221, 133, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2222, 133, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2223, 133, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2224, 133, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2225, 133, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2226, 133, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2227, 133, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2228, 133, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2229, 135, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2230, 135, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2231, 135, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2232, 135, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2233, 135, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2234, 135, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2235, 135, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2236, 135, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2237, 136, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2238, 136, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2239, 136, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2240, 136, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2241, 136, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2242, 136, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2243, 136, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2244, 136, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2245, 137, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2246, 137, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2247, 137, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2248, 137, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2249, 137, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2250, 137, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2251, 137, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2252, 137, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2253, 138, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2254, 138, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2255, 138, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2256, 138, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2257, 138, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2258, 138, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2259, 138, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2260, 138, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2261, 139, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2262, 139, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2263, 139, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2264, 139, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2265, 139, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2266, 139, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2267, 139, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2268, 139, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2269, 140, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2270, 140, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2271, 140, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2272, 140, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2273, 140, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2274, 140, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2275, 140, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2276, 140, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2277, 140, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2278, 141, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2279, 141, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2280, 141, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2281, 141, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2282, 141, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2283, 141, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2284, 141, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2285, 141, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2286, 141, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2287, 142, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2288, 142, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2289, 142, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2290, 142, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2291, 142, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2292, 142, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2293, 142, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2294, 142, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2295, 142, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2296, 143, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2297, 143, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2298, 143, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2299, 143, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2300, 143, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2301, 143, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2302, 143, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2303, 143, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2304, 143, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2305, 144, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2306, 144, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2307, 144, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2308, 144, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2309, 144, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2310, 144, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2311, 144, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2312, 144, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2313, 144, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2314, 145, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2315, 145, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2316, 145, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2317, 145, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2318, 145, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2319, 145, 'Black Stripe Sky Blue', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2320, 145, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2321, 145, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2322, 145, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2323, 146, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2324, 146, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2325, 146, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2326, 146, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2327, 146, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2328, 146, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2329, 146, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2330, 146, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2331, 147, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2332, 147, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2333, 147, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2334, 147, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2335, 147, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2336, 147, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2337, 147, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2338, 147, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2339, 148, 'BLACK STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2340, 148, 'ASH GREY STRIPE MAROON WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2341, 148, 'ASH GREY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2342, 148, 'LIGHT NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2343, 148, 'LIGHT NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2344, 148, 'AZURE STRIPE WHITE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2345, 148, 'DARK NAVY STRIPE SKY BLUE', NULL, '0.0000', '0.0000');
INSERT INTO `sma_product_variants` (`id`, `product_id`, `name`, `cost`, `price`, `quantity`) VALUES (2346, 148, 'DARK NAVY STRIPE WHITE', NULL, '0.0000', '0.0000');


#
# TABLE STRUCTURE FOR: sma_products
#

DROP TABLE IF EXISTS `sma_products`;

CREATE TABLE `sma_products` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(50) NOT NULL,
  `name` varchar(255) NOT NULL,
  `unit` int(11) DEFAULT NULL,
  `cost` decimal(25,4) DEFAULT NULL,
  `price` decimal(25,4) NOT NULL,
  `alert_quantity` decimal(15,4) DEFAULT 20.0000,
  `image` varchar(255) DEFAULT 'no_image.png',
  `category_id` int(11) NOT NULL,
  `subcategory_id` int(11) DEFAULT NULL,
  `cf1` varchar(255) DEFAULT NULL,
  `cf2` varchar(255) DEFAULT NULL,
  `cf3` varchar(255) DEFAULT NULL,
  `cf4` varchar(255) DEFAULT NULL,
  `cf5` varchar(255) DEFAULT NULL,
  `cf6` varchar(255) DEFAULT NULL,
  `quantity` decimal(15,4) DEFAULT 0.0000,
  `tax_rate` int(11) DEFAULT NULL,
  `track_quantity` tinyint(1) DEFAULT 1,
  `details` varchar(1000) DEFAULT NULL,
  `warehouse` int(11) DEFAULT NULL,
  `barcode_symbology` varchar(55) NOT NULL DEFAULT 'code128',
  `file` varchar(100) DEFAULT NULL,
  `product_details` text DEFAULT NULL,
  `tax_method` tinyint(1) DEFAULT 0,
  `type` varchar(55) NOT NULL DEFAULT 'standard',
  `supplier1` int(11) DEFAULT NULL,
  `supplier1price` decimal(25,4) DEFAULT NULL,
  `supplier2` int(11) DEFAULT NULL,
  `supplier2price` decimal(25,4) DEFAULT NULL,
  `supplier3` int(11) DEFAULT NULL,
  `supplier3price` decimal(25,4) DEFAULT NULL,
  `supplier4` int(11) DEFAULT NULL,
  `supplier4price` decimal(25,4) DEFAULT NULL,
  `supplier5` int(11) DEFAULT NULL,
  `supplier5price` decimal(25,4) DEFAULT NULL,
  `promotion` tinyint(1) DEFAULT 0,
  `promo_price` decimal(25,4) DEFAULT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `supplier1_part_no` varchar(50) DEFAULT NULL,
  `supplier2_part_no` varchar(50) DEFAULT NULL,
  `supplier3_part_no` varchar(50) DEFAULT NULL,
  `supplier4_part_no` varchar(50) DEFAULT NULL,
  `supplier5_part_no` varchar(50) DEFAULT NULL,
  `sale_unit` int(11) DEFAULT NULL,
  `purchase_unit` int(11) DEFAULT NULL,
  `brand` int(11) DEFAULT NULL,
  `slug` varchar(55) DEFAULT NULL,
  `featured` tinyint(1) DEFAULT NULL,
  `weight` decimal(10,4) DEFAULT NULL,
  `hsn_code` int(11) DEFAULT NULL,
  `views` int(11) NOT NULL DEFAULT 0,
  `hide` tinyint(1) NOT NULL DEFAULT 0,
  `second_name` varchar(255) DEFAULT NULL,
  `hide_pos` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `code` (`code`),
  KEY `category_id` (`category_id`),
  KEY `id` (`id`),
  KEY `id_2` (`id`),
  KEY `category_id_2` (`category_id`),
  KEY `unit` (`unit`),
  KEY `brand` (`brand`)
) ENGINE=InnoDB AUTO_INCREMENT=172 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (86, '11111403', 'AZURE MARVINS', 4, '0.0000', '200.0000', '5.0000', 'no_image.png', 5, NULL, '', '', '', '', '', '', '47.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, '33793545', NULL, '0.0000', NULL, 1, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (87, '11111401', 'LEGWARMERS', 4, '0.0000', '200.0000', '5.0000', 'no_image.png', 6, NULL, '', '', '', '', '', '', '47.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, '54138138', NULL, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (100, '11110120', 'Embroidery Logo', NULL, NULL, '200.0000', '0.0000', 'no_image.png', 8, NULL, '', '', '', '', '', '', '0.0000', 2, 0, '', NULL, 'code128', '', '', 0, 'service', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 0, 0, 0, 'Embroidery-Logo', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (112, '11111400', 'Thread', 4, '0.0000', '0.0000', '0.0000', 'no_image.png', 10, NULL, '', '', '', '', '', '', '102.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 7, NULL, 8, NULL, 9, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', '', '', NULL, NULL, 4, 4, 0, 'thread', NULL, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (113, '11110123', 'PLAIN SWEATER SIZE 22', 4, '0.0000', '420.0000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '98.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-sweater-size-22', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (114, '11110124', 'PLAIN SWEATER SIZE 24', 4, '0.0000', '460.0000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '139.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-sweater-size-24', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (115, '11110125', 'PLAIN SWEATER SIZE 26', 4, '0.0000', '490.0000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '182.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-sweater-size-26', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (116, '11110126', 'PLAIN SWEATER SIZE 28', 4, '0.0000', '510.0000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '105.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-sweater-size-28', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (117, '11110127', 'PLAIN SWEATER SIZE 30', 4, '0.0000', '540.0000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '120.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-sweater-size-30', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (118, '11110128', 'PLAIN SWEATER SIZE 32', 4, '0.0000', '570.0000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '153.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-sweater-size-32', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (119, '11110129', 'PLAIN SWEATER SIZE 34', 4, '0.0000', '600.0000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '52.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-sweater-size-34', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (120, '11110131', 'PLAIN SWEATER SIZE 38', 4, '0.0000', '650.0000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '56.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-sweater-size-38', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (121, '11110130', 'PLAIN SWEATER SIZE 36', 4, '0.0000', '630.0000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '36.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 0, 0, 0, 'plain-sweater-size-036', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (122, '11111001', 'PLAIN SHORT SLEEVE SIZE 22', 4, '0.0000', '390.0000', '0.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-short-sleeve-size-22', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (123, '11111002', 'PLAIN SHORT SLEEVE SIZE 24', 4, '0.0000', '420.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-short-sleeve-size-24', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (124, '11111003', 'PLAIN SHORT SLEEVE SIZE 26', 4, '0.0000', '450.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '12.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-short-sleeve-size-26', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (125, '11111004', 'PLAIN SHORT SLEEVE SIZE 28', 4, '0.0000', '470.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '18.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-short-sleeve-size-28', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (126, '11111005', 'PLAIN SHORT SLEEVE SIZE 30', 4, '0.0000', '500.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '10.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-short-sleeve-size-30', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (127, '11111006', 'PLAIN SHORT SLEEVE SIZE 32', 4, '0.0000', '530.0000', '0.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '19.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-short-sleeve-size-32', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 4, '0.0000', '560.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '19.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-short-sleeve-size-34', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (129, '11111008', 'PLAIN SHORT SLEEVE SIZE 36', 4, '0.0000', '590.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '8.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-short-sleeve-size-36', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (130, '11111009', 'PLAIN SHORT SLEEVE SIZE 38', 4, '0.0000', '610.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '5.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-short-sleeve-size-38', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 4, '0.0000', '450.0000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '13.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-longsleeve-size-22', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 4, '0.0000', '480.0000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '59.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-longsleeve-size-24', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 4, '0.0000', '510.0000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '42.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-longsleeve-size-26', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 4, '0.0000', '530.0000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '46.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-longsleeve-size-28', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 4, '0.0000', '560.0000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '42.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-longsleeve-size-30', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 4, '0.0000', '590.0000', '0.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '16.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-longsleeve-size-32', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 4, '0.0000', '620.0000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '16.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-longsleeve-size-34', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 4, '0.0000', '650.0000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '15.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-longsleeve-size-36', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 4, '0.0000', '670.0000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', '15.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-longsleeve-size-38', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (140, '11111301', 'STRIPPED SHORTSLEEVE SIZE 22', 4, '0.0000', '410.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-shortsleeve-size-22', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (141, '11111302', 'STRIPPED SHORTSLEEVE SIZE 24', 4, '0.0000', '450.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-shortsleeve-size-24', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (142, '11111303', 'STRIPPED SHORTSLEEVE SIZE 26', 4, '0.0000', '470.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-shortsleeve-size-26', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (143, '11111304', 'STRIPPED SHORTSLEEVE SIZE 28', 4, '0.0000', '490.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-shortsleeve-size-28', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (144, '11111305', 'STRIPPED SHORTSLEEVE SIZE 30', 4, '0.0000', '520.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-shortsleeve-size-30', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (145, '11111306', 'STRIPPED SHORTSLEEVE SIZE 32', 4, '0.0000', '550.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-shortsleeve-size-32', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (146, '11111307', 'STRIPPED SHORTSLEEVE SIZE 34', 4, '0.0000', '580.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-shortsleeve-size-34', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (147, '11111308', 'STRIPPED SHORTSLEEVE SIZE 36', 4, '0.0000', '610.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '1.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-shortsleeve-size-36', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (148, '11111309', 'STRIPPED SHORTSLEEVE SIZE 38', 4, '0.0000', '630.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-shortsleeve-size-38', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (149, '11110121', 'ADULT T-SHIRT X-LARGE', 4, '0.0000', '290.0000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'adult-t-shirt-x-large', 1, '0.0000', NULL, 19, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (150, '11110122', 'ADULT T-SHIRTS LARGE', 4, '0.0000', '290.0000', '0.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '5.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'adult-t-shirts-large', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (151, '11110119', 'KIDS T-SHIRTS', 4, '0.0000', '240.0000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '1.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'kids-t-shirts', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (152, '11110118', 'ADULT T-SHIRT SMALL', 4, '0.0000', '290.0000', '5.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '8.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'adult-t-shirt-small', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (153, '11111402', 'MARVINS', 4, '0.0000', '100.0000', '10.0000', 'no_image.png', 5, NULL, '', '', '', '', '', '', '171.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'marvins', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (154, '11100126', 'POLO T-SHIRTS', 4, '0.0000', '0.0000', '10.0000', 'no_image.png', 4, NULL, '', '', '', '', '', '', '49.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'polo-t-shirts', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (155, '11111310', 'STRIPPED SHORTSLEEVE SIZE 40', 4, '0.0000', '730.0000', '2.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', NULL, 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-shortsleeve-size-40', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (156, '11110312', 'PLAIN SWEATER SIZE 40', 4, '0.0000', '750.0000', '5.0000', 'no_image.png', 3, NULL, '', '', '', '', '', '', NULL, 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-sweater-size-40', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (157, '11111010', 'PLAIN SHORT SLEEVE SIZE 40', 4, '0.0000', '710.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', '4.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'plain-short-sleeve-size-40', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (158, '11111500', 'DUST COAT', 4, '0.0000', '750.0000', '5.0000', 'no_image.png', 11, NULL, '', '', '', '', '', '', NULL, 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'dust-coat', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (159, '11111501', 'AAPRONS', 4, '0.0000', '900.0000', '5.0000', 'no_image.png', 11, NULL, '', '', '', '', '', '', NULL, 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'aaprons', 1, '0.0000', NULL, 1, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (160, '11111311', 'STRIPPED SHORTSLEEVE SIZE 42', 4, '0.0000', '830.0000', '5.0000', 'no_image.png', 9, NULL, '', '', '', '', '', '', NULL, 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'stripped-shortsleeve-size-42', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (161, '21111001', 'Tracksuit Size 22', 4, '0.0000', '850.0000', '0.0000', 'no_image.png', 12, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 2, 'tracksuit-size-20', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (162, '21111002', 'Tracksuit Size 22', 4, '0.0000', '850.0000', '0.0000', 'no_image.png', 12, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 2, 'tracksuit-size-22', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (163, '21111003', 'Tracksuit Size 24', 4, '0.0000', '850.0000', '0.0000', 'no_image.png', 12, NULL, '', '', '', '', '', '', '8.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 2, 'tracksuit-size-24', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (164, '21111004', 'Tracksuit Size 26', 4, '0.0000', '850.0000', '0.0000', 'no_image.png', 12, NULL, '', '', '', '', '', '', '14.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'tracksuit-size-26', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (165, '21111005', 'Tracksuit Size 28', 4, '0.0000', '900.0000', '0.0000', 'no_image.png', 12, NULL, '', '', '', '', '', '', '9.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'tracksuit-size-28', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (166, '21111006', 'Tracksuit Size 30', 4, '0.0000', '900.0000', '0.0000', 'no_image.png', 12, NULL, '', '', '', '', '', '', '10.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 2, 'tracksuit-size-30', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (167, '21111007', 'Tracksuit Size 32', 4, '0.0000', '950.0000', '0.0000', 'no_image.png', 12, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 2, 'tracksuit-size-32', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (168, '21111008', 'Tracksuit Size 34', 4, '0.0000', '950.0000', '0.0000', 'no_image.png', 12, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 2, 'tracksuit-size-34', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (169, '21111009', 'Tracksuit Size 36', 4, '0.0000', '1050.0000', '0.0000', 'no_image.png', 12, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'tracksuit-size-36', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (170, '21111010', 'Tracksuit Size 38', 4, '0.0000', '1050.0000', '0.0000', 'no_image.png', 12, NULL, '', '', '', '', '', '', '0.0000', 1, 1, '', NULL, 'code128', '', '', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 0, 'tracksuit-size-38', 1, '0.0000', NULL, 0, 0, '', 0);
INSERT INTO `sma_products` (`id`, `code`, `name`, `unit`, `cost`, `price`, `alert_quantity`, `image`, `category_id`, `subcategory_id`, `cf1`, `cf2`, `cf3`, `cf4`, `cf5`, `cf6`, `quantity`, `tax_rate`, `track_quantity`, `details`, `warehouse`, `barcode_symbology`, `file`, `product_details`, `tax_method`, `type`, `supplier1`, `supplier1price`, `supplier2`, `supplier2price`, `supplier3`, `supplier3price`, `supplier4`, `supplier4price`, `supplier5`, `supplier5price`, `promotion`, `promo_price`, `start_date`, `end_date`, `supplier1_part_no`, `supplier2_part_no`, `supplier3_part_no`, `supplier4_part_no`, `supplier5_part_no`, `sale_unit`, `purchase_unit`, `brand`, `slug`, `featured`, `weight`, `hsn_code`, `views`, `hide`, `second_name`, `hide_pos`) VALUES (171, '21111011', 'SCARFS', 4, '200.0000', '200.0000', '0.0000', 'no_image.png', 7, NULL, '', '', '', '', '', '', NULL, 1, 1, '', NULL, 'code128', '', '<p>scarfs</p>', 1, 'standard', 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '', NULL, NULL, NULL, NULL, 4, 4, 2, 'scarfs', NULL, '0.0000', NULL, 0, 0, '', 0);


#
# TABLE STRUCTURE FOR: sma_promos
#

DROP TABLE IF EXISTS `sma_promos`;

CREATE TABLE `sma_promos` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `product2buy` int(11) NOT NULL,
  `product2get` int(11) NOT NULL,
  `start_date` date DEFAULT NULL,
  `end_date` date DEFAULT NULL,
  `description` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_purchase_items
#

DROP TABLE IF EXISTS `sma_purchase_items`;

CREATE TABLE `sma_purchase_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `purchase_id` int(11) DEFAULT NULL,
  `transfer_id` int(11) DEFAULT NULL,
  `product_id` int(11) NOT NULL,
  `product_code` varchar(50) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `option_id` int(11) DEFAULT NULL,
  `net_unit_cost` decimal(25,4) NOT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `item_tax` decimal(25,4) DEFAULT NULL,
  `tax_rate_id` int(11) DEFAULT NULL,
  `tax` varchar(20) DEFAULT NULL,
  `discount` varchar(20) DEFAULT NULL,
  `item_discount` decimal(25,4) DEFAULT NULL,
  `expiry` date DEFAULT NULL,
  `subtotal` decimal(25,4) NOT NULL,
  `quantity_balance` decimal(15,4) DEFAULT 0.0000,
  `date` date NOT NULL,
  `status` varchar(50) NOT NULL,
  `unit_cost` decimal(25,4) DEFAULT NULL,
  `real_unit_cost` decimal(25,4) DEFAULT NULL,
  `quantity_received` decimal(15,4) DEFAULT NULL,
  `supplier_part_no` varchar(50) DEFAULT NULL,
  `purchase_item_id` int(11) DEFAULT NULL,
  `product_unit_id` int(11) DEFAULT NULL,
  `product_unit_code` varchar(10) DEFAULT NULL,
  `unit_quantity` decimal(15,4) NOT NULL,
  `gst` varchar(20) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  `base_unit_cost` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `purchase_id` (`purchase_id`),
  KEY `product_id` (`product_id`)
) ENGINE=InnoDB AUTO_INCREMENT=921 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (5, NULL, NULL, 4, '', '', 9, '0.0000', '0.0000', 1, '0.0000', NULL, NULL, NULL, NULL, NULL, '0.0000', '-1.0000', '0000-00-00', 'received', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (10, NULL, NULL, 6, '', '', NULL, '0.0000', '0.0000', 1, '0.0000', NULL, NULL, NULL, NULL, NULL, '0.0000', '1.0000', '0000-00-00', 'received', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (11, NULL, NULL, 12, '', '', NULL, '0.0000', '0.0000', 1, '0.0000', NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '0000-00-00', 'received', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (157, NULL, NULL, 22, '', '', 382, '0.0000', '0.0000', 1, '0.0000', NULL, NULL, NULL, NULL, NULL, '0.0000', '0.0000', '0000-00-00', 'received', NULL, NULL, NULL, NULL, NULL, NULL, NULL, '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (365, NULL, NULL, 70, '98884734', 'STRIPED SWEATER SIZE 24', 1057, '0.0000', '2.0000', 0, '0.0000', 1, '0.0000', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-10', 'received', '0.0000', NULL, '2.0000', NULL, NULL, NULL, NULL, '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (366, NULL, NULL, 72, '55828539', 'STRIPED SWEATER SIZE 26', 1058, '0.0000', '2.0000', 0, '0.0000', 1, '0.0000', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-10', 'received', '0.0000', NULL, '2.0000', NULL, NULL, NULL, NULL, '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (367, NULL, NULL, 73, '25224418', 'STIPED SWEATER SIZE 28', 1059, '0.0000', '2.0000', 0, '0.0000', 1, '0.0000', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-10', 'received', '0.0000', NULL, '2.0000', NULL, NULL, NULL, NULL, '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (368, NULL, NULL, 73, '25224418', 'STIPED SWEATER SIZE 28', 1060, '0.0000', '1.0000', 0, '0.0000', 1, '0.0000', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-10', 'received', '0.0000', NULL, '1.0000', NULL, NULL, NULL, NULL, '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (369, NULL, NULL, 76, '45799187', 'STRIPED SWEATER SIZE 30', 1061, '0.0000', '2.0000', 0, '0.0000', 1, '0.0000', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-10', 'received', '0.0000', NULL, '2.0000', NULL, NULL, NULL, NULL, '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (370, NULL, NULL, 78, '67901865', 'STRIPED SWEATER SIZE 32', 1062, '0.0000', '1.0000', 0, '0.0000', 1, '0.0000', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-10', 'received', '0.0000', NULL, '1.0000', NULL, NULL, NULL, NULL, '0.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (392, 19, NULL, 106, '12604248', 'UZI', NULL, '2258.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '2258.0000', '1.0000', '2022-05-10', 'received', '2258.0000', '2258.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '2258.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (393, 19, NULL, 105, '66561987', 'CANVAS MATERIAL', NULL, '1200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '1200.0000', '1.0000', '2022-05-10', 'received', '1200.0000', '1200.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '1200.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (394, 19, NULL, 106, '12604248', 'UZI', NULL, '2258.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '4516.0000', '2.0000', '2022-05-10', 'received', '2258.0000', '2258.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '2258.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (395, 22, NULL, 106, '12604248', 'UZI', NULL, '25200.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '50400.0000', '2.0000', '2022-05-11', 'received', '25200.0000', '25200.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '25200.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (417, 28, NULL, 106, '12604248', 'UZI', NULL, '800.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '800.0000', '1.0000', '2022-05-04', 'received', '800.0000', '800.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '800.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (418, NULL, NULL, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 1057, '0.0000', '-2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 4, 'Pc', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (419, NULL, NULL, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 1058, '0.0000', '-2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 4, 'Pc', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (420, NULL, NULL, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 1059, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (421, NULL, NULL, 74, '58505902', 'PLAIN SWEATER SIZE 28', 676, '0.0000', '-3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '-3.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-3.0000', NULL, NULL, 4, 'Pc', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (422, NULL, NULL, 84, '77194040', 'STRIPPED SWEATER SIZE 38', 815, '0.0000', '-4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '-4.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-4.0000', NULL, NULL, 4, 'Pc', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (423, NULL, NULL, 85, '57082232', 'MARVINS', 821, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '16.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (424, NULL, NULL, 85, '57082232', 'MARVINS', 822, '0.0000', '-30.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '24.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-30.0000', NULL, NULL, 4, 'Pc', '-30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (425, NULL, NULL, 85, '57082232', 'MARVINS', 820, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '31.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (426, NULL, NULL, 67, '55642863', 'PLAIN SWEATER SIZE 22', 586, '0.0000', '-6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-6.0000', NULL, NULL, 4, 'Pc', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (427, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 603, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '14.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (428, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 614, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '12.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (429, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 616, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (430, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 612, '0.0000', '-5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '13.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-5.0000', NULL, NULL, 4, 'Pc', '-5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (431, NULL, NULL, 71, '82610024', 'PLAIN SWEATER SIZE 26', 639, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (432, NULL, NULL, 71, '82610024', 'PLAIN SWEATER SIZE 26', 633, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '22.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (433, NULL, NULL, 71, '82610024', 'PLAIN SWEATER SIZE 26', 644, '0.0000', '-2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 4, 'Pc', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (434, NULL, NULL, 71, '82610024', 'PLAIN SWEATER SIZE 26', 632, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (435, NULL, NULL, 71, '82610024', 'PLAIN SWEATER SIZE 26', 640, '0.0000', '-3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '12.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-3.0000', NULL, NULL, 4, 'Pc', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (436, NULL, NULL, 74, '58505902', 'PLAIN SWEATER SIZE 28', 666, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '20.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (437, NULL, NULL, 74, '58505902', 'PLAIN SWEATER SIZE 28', 677, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (438, NULL, NULL, 74, '58505902', 'PLAIN SWEATER SIZE 28', 669, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '18.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (439, NULL, NULL, 74, '58505902', 'PLAIN SWEATER SIZE 28', 681, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (440, NULL, NULL, 74, '58505902', 'PLAIN SWEATER SIZE 28', 675, '0.0000', '-3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '15.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-3.0000', NULL, NULL, 4, 'Pc', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (441, NULL, NULL, 75, '99187154', 'PLAIN SWEATER SIZE 30', 683, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '29.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (442, NULL, NULL, 75, '99187154', 'PLAIN SWEATER SIZE 30', 693, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (443, NULL, NULL, 75, '99187154', 'PLAIN SWEATER SIZE 30', 687, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '23.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (444, NULL, NULL, 75, '99187154', 'PLAIN SWEATER SIZE 30', 699, '0.0000', '-2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '11.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 4, 'Pc', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (445, NULL, NULL, 77, '67466475', 'PLAIN SWEATER SIZE 32', 716, '0.0000', '-3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-3.0000', NULL, NULL, 4, 'Pc', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (446, NULL, NULL, 77, '67466475', 'PLAIN SWEATER SIZE 32', 710, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '18.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (447, NULL, NULL, 77, '67466475', 'PLAIN SWEATER SIZE 32', 711, '0.0000', '-3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '22.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-3.0000', NULL, NULL, 4, 'Pc', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (448, NULL, NULL, 79, '74949490', 'PLAIN SWEATER SIZE 34', 737, '0.0000', '-2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '20.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 4, 'Pc', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (449, NULL, NULL, 79, '74949490', 'PLAIN SWEATER SIZE 34', 741, '0.0000', '-2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '20.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 4, 'Pc', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (450, NULL, NULL, 81, '04922238', 'PLAIN SWEATER SIZE 36', 763, '0.0000', '-2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '30.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 4, 'Pc', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (451, NULL, NULL, 81, '04922238', 'PLAIN SWEATER SIZE 36', 774, '0.0000', '-3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-3.0000', NULL, NULL, 4, 'Pc', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (452, NULL, NULL, 83, '33727909', 'PLAIN SWEATER SIZE 38', 802, '0.0000', '-6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '-4.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-6.0000', NULL, NULL, 4, 'Pc', '-6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (453, NULL, NULL, 68, '93678803', 'STRIPPED  SWEATER SIZE 22', 596, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (454, NULL, NULL, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 623, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (455, NULL, NULL, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 624, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (456, NULL, NULL, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 645, '0.0000', '-4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-4.0000', NULL, NULL, 4, 'Pc', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (457, NULL, NULL, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 650, '0.0000', '-2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 4, 'Pc', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (458, NULL, NULL, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 660, '0.0000', '-3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-3.0000', NULL, NULL, 4, 'Pc', '-3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (459, NULL, NULL, 76, '45799187', 'STRIPPED SWEATER SIZE 30', 709, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (460, NULL, NULL, 76, '45799187', 'STRIPPED SWEATER SIZE 30', 703, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (461, NULL, NULL, 78, '67901865', 'STRIPPED SWEATER SIZE 32', 729, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (462, NULL, NULL, 80, '84932719', 'STRIPPED SWEATER SIZE 34', 759, '0.0000', '-4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-4.0000', NULL, NULL, 4, 'Pc', '-4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (463, NULL, NULL, 80, '84932719', 'STRIPPED SWEATER SIZE 34', 758, '0.0000', '-2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 4, 'Pc', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (464, NULL, NULL, 82, '35420143', 'STRIPPED SWEATER SIZE 36', 787, '0.0000', '-2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 4, 'Pc', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (465, NULL, NULL, 89, '34750754', 'ADULT TSHIRTS', 880, '0.0000', '-1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '-1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-1.0000', NULL, NULL, 4, 'Pc', '-1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (467, 30, NULL, 106, '12604248', 'UZI', NULL, '1200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '1200.0000', '1.0000', '2022-05-09', 'received', '1200.0000', '1200.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '1200.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (468, 31, NULL, 106, '12604248', 'UZI', NULL, '4516.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '4516.0000', '1.0000', '2022-05-10', 'received', '4516.0000', '4516.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '4516.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (470, 32, NULL, 106, '12604248', 'UZI', NULL, '220.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '220.0000', '1.0000', '2022-05-12', 'received', '220.0000', '220.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '220.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (471, 32, NULL, 106, '12604248', 'UZI', NULL, '1620.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '1620.0000', '1.0000', '2022-05-12', 'received', '1620.0000', '1620.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '1620.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (472, 33, NULL, 106, '12604248', 'UZI', NULL, '25200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '25200.0000', '1.0000', '2022-05-14', 'received', '25200.0000', '25200.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '25200.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (473, 33, NULL, 106, '12604248', 'UZI', NULL, '26040.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '26040.0000', '1.0000', '2022-05-14', 'received', '26040.0000', '26040.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '26040.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (474, NULL, NULL, 104, '33300347', 'PLAIN SLEEVLESS SWEATER SIZE 36', 1041, '0.0000', '-2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '-2.0000', NULL, NULL, 4, 'Pc', '-2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (475, 26, NULL, 106, '12604248', 'UZI', NULL, '270.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '1620.0000', '6.0000', '2022-05-07', 'received', '270.0000', '270.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, '270.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (476, 29, NULL, 106, '12604248', 'UZI', NULL, '2258.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '2258.0000', '1.0000', '2022-05-09', 'received', '2258.0000', '2258.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '2258.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (477, NULL, NULL, 67, '55642863', 'PLAIN SWEATER SIZE 22', 583, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-05-15', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (478, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 609, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-05-15', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (479, NULL, NULL, 71, '82610024', 'PLAIN SWEATER SIZE 26', 635, '0.0000', '19.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '17.0000', '2022-05-15', 'received', '0.0000', '0.0000', '19.0000', NULL, NULL, 4, 'Pc', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (480, NULL, NULL, 75, '99187154', 'PLAIN SWEATER SIZE 30', 689, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-15', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (481, NULL, NULL, 67, '55642863', 'PLAIN SWEATER SIZE 22', 576, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '24.0000', '2022-05-15', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (482, NULL, NULL, 71, '82610024', 'PLAIN SWEATER SIZE 26', 629, '0.0000', '18.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '17.0000', '2022-05-15', 'received', '0.0000', '0.0000', '18.0000', NULL, NULL, 4, 'Pc', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (483, NULL, NULL, 74, '58505902', 'PLAIN SWEATER SIZE 28', 665, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '24.0000', '2022-05-15', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (484, NULL, NULL, 75, '99187154', 'PLAIN SWEATER SIZE 30', 682, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '20.0000', '2022-05-15', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (485, NULL, NULL, 79, '74949490', 'PLAIN SWEATER SIZE 34', 736, '0.0000', '11.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '16.0000', '2022-05-15', 'received', '0.0000', '0.0000', '11.0000', NULL, NULL, 4, 'Pc', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (486, NULL, NULL, 81, '04922238', 'PLAIN SWEATER SIZE 36', 765, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-05-15', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (487, NULL, NULL, 83, '33727909', 'PLAIN SWEATER SIZE 38', 790, '0.0000', '14.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '14.0000', '2022-05-15', 'received', '0.0000', '0.0000', '14.0000', NULL, NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (488, NULL, NULL, 67, '55642863', 'PLAIN SWEATER SIZE 22', 578, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-05-15', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (489, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 605, '0.0000', '12.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '11.0000', '2022-05-15', 'received', '0.0000', '0.0000', '12.0000', NULL, NULL, 4, 'Pc', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (490, NULL, NULL, 71, '82610024', 'PLAIN SWEATER SIZE 26', 631, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-15', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (491, NULL, NULL, 74, '58505902', 'PLAIN SWEATER SIZE 28', 668, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-05-15', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (492, NULL, NULL, 79, '74949490', 'PLAIN SWEATER SIZE 34', 739, '0.0000', '14.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '12.0000', '2022-05-15', 'received', '0.0000', '0.0000', '14.0000', NULL, NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (493, NULL, NULL, 81, '04922238', 'PLAIN SWEATER SIZE 36', 764, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-05-15', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (494, NULL, NULL, 67, '55642863', 'PLAIN SWEATER SIZE 22', 577, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-15', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (495, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 604, '0.0000', '31.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '29.0000', '2022-05-15', 'received', '0.0000', '0.0000', '31.0000', NULL, NULL, 4, 'Pc', '31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (496, NULL, NULL, 71, '82610024', 'PLAIN SWEATER SIZE 26', 630, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-05-15', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (497, NULL, NULL, 83, '33727909', 'PLAIN SWEATER SIZE 38', 791, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '18.0000', '2022-05-15', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (498, NULL, NULL, 67, '55642863', 'PLAIN SWEATER SIZE 22', 592, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-05-15', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (499, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 617, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (500, NULL, NULL, 75, '99187154', 'PLAIN SWEATER SIZE 30', 698, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-05-15', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (501, NULL, NULL, 77, '67466475', 'PLAIN SWEATER SIZE 32', 725, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-05-15', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (502, NULL, NULL, 79, '74949490', 'PLAIN SWEATER SIZE 34', 752, '0.0000', '13.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '13.0000', '2022-05-15', 'received', '0.0000', '0.0000', '13.0000', NULL, NULL, 4, 'Pc', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (503, NULL, NULL, 81, '04922238', 'PLAIN SWEATER SIZE 36', 779, '0.0000', '15.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '15.0000', '2022-05-15', 'received', '0.0000', '0.0000', '15.0000', NULL, NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (504, NULL, NULL, 83, '33727909', 'PLAIN SWEATER SIZE 38', 806, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-05-15', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (505, NULL, NULL, 67, '55642863', 'PLAIN SWEATER SIZE 22', 587, '0.0000', '16.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '22.0000', '2022-05-15', 'received', '0.0000', '0.0000', '16.0000', NULL, NULL, 4, 'Pc', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (506, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 613, '0.0000', '14.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '15.0000', '2022-05-15', 'received', '0.0000', '0.0000', '14.0000', NULL, NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (507, NULL, NULL, 71, '82610024', 'PLAIN SWEATER SIZE 26', 638, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '19.0000', '2022-05-15', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (508, NULL, NULL, 75, '99187154', 'PLAIN SWEATER SIZE 30', 694, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-05-15', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (509, NULL, NULL, 77, '67466475', 'PLAIN SWEATER SIZE 32', 720, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-15', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (510, NULL, NULL, 79, '74949490', 'PLAIN SWEATER SIZE 34', 747, '0.0000', '12.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '12.0000', '2022-05-15', 'received', '0.0000', '0.0000', '12.0000', NULL, NULL, 4, 'Pc', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (511, NULL, NULL, 81, '04922238', 'PLAIN SWEATER SIZE 36', 773, '0.0000', '11.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-05-15', 'received', '0.0000', '0.0000', '11.0000', NULL, NULL, 4, 'Pc', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (512, NULL, NULL, 83, '33727909', 'PLAIN SWEATER SIZE 38', 801, '0.0000', '11.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '11.0000', '2022-05-15', 'received', '0.0000', '0.0000', '11.0000', NULL, NULL, 4, 'Pc', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (513, NULL, NULL, 67, '55642863', 'PLAIN SWEATER SIZE 22', 588, '0.0000', '11.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '11.0000', '2022-05-15', 'received', '0.0000', '0.0000', '11.0000', NULL, NULL, 4, 'Pc', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (514, NULL, NULL, 77, '67466475', 'PLAIN SWEATER SIZE 32', 721, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-05-15', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (515, NULL, NULL, 79, '74949490', 'PLAIN SWEATER SIZE 34', 749, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-05-15', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (516, NULL, NULL, 67, '55642863', 'PLAIN SWEATER SIZE 22', 580, '0.0000', '14.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-05-15', 'received', '0.0000', '0.0000', '14.0000', NULL, NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (517, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 607, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '15.0000', '2022-05-15', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (518, NULL, NULL, 77, '67466475', 'PLAIN SWEATER SIZE 32', 713, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '18.0000', '2022-05-15', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (519, NULL, NULL, 81, '04922238', 'PLAIN SWEATER SIZE 36', 766, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '18.0000', '2022-05-15', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (520, NULL, NULL, 83, '33727909', 'PLAIN SWEATER SIZE 38', 793, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-15', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (521, NULL, NULL, 68, '93678803', 'STRIPPED  SWEATER SIZE 22', 602, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (522, NULL, NULL, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 654, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (523, NULL, NULL, 80, '84932719', 'STRIPPED SWEATER SIZE 34', 762, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (524, NULL, NULL, 82, '35420143', 'STRIPPED SWEATER SIZE 36', 789, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (525, NULL, NULL, 84, '77194040', 'STRIPPED SWEATER SIZE 38', 816, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-05-15', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (526, NULL, NULL, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 649, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '23.0000', '2022-05-15', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (527, NULL, NULL, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 658, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '16.0000', '2022-05-15', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (528, NULL, NULL, 76, '45799187', 'STRIPPED SWEATER SIZE 30', 704, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-15', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (529, NULL, NULL, 78, '67901865', 'STRIPPED SWEATER SIZE 32', 731, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-15', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (530, NULL, NULL, 80, '84932719', 'STRIPPED SWEATER SIZE 34', 757, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (531, NULL, NULL, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 627, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-05-15', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (532, NULL, NULL, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 653, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (533, NULL, NULL, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 663, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-05-15', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (534, NULL, NULL, 76, '45799187', 'STRIPPED SWEATER SIZE 30', 705, '0.0000', '13.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '13.0000', '2022-05-15', 'received', '0.0000', '0.0000', '13.0000', NULL, NULL, 4, 'Pc', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (535, NULL, NULL, 78, '67901865', 'STRIPPED SWEATER SIZE 32', 734, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-05-15', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (536, NULL, NULL, 80, '84932719', 'STRIPPED SWEATER SIZE 34', 761, '0.0000', '15.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '15.0000', '2022-05-15', 'received', '0.0000', '0.0000', '15.0000', NULL, NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (537, NULL, NULL, 82, '35420143', 'STRIPPED SWEATER SIZE 36', 788, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '14.0000', '2022-05-15', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (538, NULL, NULL, 84, '77194040', 'STRIPPED SWEATER SIZE 38', 813, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-05-15', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (539, NULL, NULL, 68, '93678803', 'STRIPPED  SWEATER SIZE 22', 595, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (540, NULL, NULL, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 622, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-05-15', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (541, NULL, NULL, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 647, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-05-15', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (542, NULL, NULL, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 659, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (543, NULL, NULL, 78, '67901865', 'STRIPPED SWEATER SIZE 32', 730, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (544, NULL, NULL, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 1060, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (545, NULL, NULL, 76, '45799187', 'STRIPPED SWEATER SIZE 30', 1061, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (546, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 606, '0.0000', '18.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '18.0000', '2022-05-15', 'received', '0.0000', '0.0000', '18.0000', NULL, NULL, 4, 'Pc', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (547, NULL, NULL, 74, '58505902', 'PLAIN SWEATER SIZE 28', 667, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-05-15', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (548, NULL, NULL, 75, '99187154', 'PLAIN SWEATER SIZE 30', 685, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-05-15', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (549, NULL, NULL, 77, '67466475', 'PLAIN SWEATER SIZE 32', 712, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (550, NULL, NULL, 82, '35420143', 'STRIPPED SWEATER SIZE 36', 785, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-05-15', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (551, NULL, NULL, 74, '58505902', 'PLAIN SWEATER SIZE 28', 679, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-05-15', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (552, NULL, NULL, 75, '99187154', 'PLAIN SWEATER SIZE 30', 695, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-05-15', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (553, NULL, NULL, 68, '93678803', 'STRIPPED  SWEATER SIZE 22', 600, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (554, NULL, NULL, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 626, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-05-15', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (555, NULL, NULL, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 651, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (556, NULL, NULL, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 662, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-05-15', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (557, NULL, NULL, 76, '45799187', 'STRIPPED SWEATER SIZE 30', 707, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-05-15', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (558, NULL, NULL, 78, '67901865', 'STRIPPED SWEATER SIZE 32', 733, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-05-15', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (559, NULL, NULL, 68, '93678803', 'STRIPPED  SWEATER SIZE 22', 597, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-05-15', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (560, NULL, NULL, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 619, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-05-15', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (561, NULL, NULL, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 655, '0.0000', '23.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '23.0000', '2022-05-15', 'received', '0.0000', '0.0000', '23.0000', NULL, NULL, 4, 'Pc', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (562, NULL, NULL, 76, '45799187', 'STRIPPED SWEATER SIZE 30', 700, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-15', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (563, NULL, NULL, 80, '84932719', 'STRIPPED SWEATER SIZE 34', 753, '0.0000', '28.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '28.0000', '2022-05-15', 'received', '0.0000', '0.0000', '28.0000', NULL, NULL, 4, 'Pc', '28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (564, NULL, NULL, 82, '35420143', 'STRIPPED SWEATER SIZE 36', 780, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-05-15', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (565, NULL, NULL, 84, '77194040', 'STRIPPED SWEATER SIZE 38', 807, '0.0000', '22.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '22.0000', '2022-05-15', 'received', '0.0000', '0.0000', '22.0000', NULL, NULL, 4, 'Pc', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (566, NULL, NULL, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 661, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (567, NULL, NULL, 76, '45799187', 'STRIPPED SWEATER SIZE 30', 708, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-05-15', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (568, NULL, NULL, 102, '87507362', 'PLAIN SLEEVLESS SWEATER SIZE 34', 1008, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-05-15', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (569, NULL, NULL, 104, '33300347', 'PLAIN SLEEVLESS SWEATER SIZE 36', 1044, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (570, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 611, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-05-15', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (571, NULL, NULL, 71, '82610024', 'PLAIN SWEATER SIZE 26', 637, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-05-15', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (572, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 618, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (573, NULL, NULL, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 620, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-05-15', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (574, NULL, NULL, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 648, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-05-15', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (575, NULL, NULL, 77, '67466475', 'PLAIN SWEATER SIZE 32', 719, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-05-15', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (576, NULL, NULL, 79, '74949490', 'PLAIN SWEATER SIZE 34', 746, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (577, NULL, NULL, 89, '34750754', 'ADULT TSHIRTS', 869, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (578, NULL, NULL, 90, '27447770', 'KIDS TSHIRTS', 895, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (579, NULL, NULL, 89, '34750754', 'ADULT TSHIRTS', 879, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-15', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (580, NULL, NULL, 90, '27447770', 'KIDS TSHIRTS', 892, '0.0000', '17.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '-2.0000', '2022-05-15', 'received', '0.0000', '0.0000', '17.0000', NULL, NULL, 4, 'Pc', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (581, NULL, NULL, 85, '57082232', 'MARVINS', 819, '0.0000', '16.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '16.0000', '2022-05-15', 'received', '0.0000', '0.0000', '16.0000', NULL, NULL, 4, 'Pc', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (582, NULL, NULL, 85, '57082232', 'MARVINS', 817, '0.0000', '34.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '29.0000', '2022-05-15', 'received', '0.0000', '0.0000', '34.0000', NULL, NULL, 4, 'Pc', '34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (583, NULL, NULL, 85, '57082232', 'MARVINS', 824, '0.0000', '28.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '26.0000', '2022-05-15', 'received', '0.0000', '0.0000', '28.0000', NULL, NULL, 4, 'Pc', '28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (584, NULL, NULL, 85, '57082232', 'MARVINS', 818, '0.0000', '108.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '99.0000', '2022-05-15', 'received', '0.0000', '0.0000', '108.0000', NULL, NULL, 4, 'Pc', '108.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (585, NULL, NULL, 85, '57082232', 'MARVINS', 830, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (586, NULL, NULL, 85, '57082232', 'MARVINS', 831, '0.0000', '42.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '42.0000', '2022-05-15', 'received', '0.0000', '0.0000', '42.0000', NULL, NULL, 4, 'Pc', '42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (587, NULL, NULL, 85, '57082232', 'MARVINS', 825, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (588, NULL, NULL, 85, '57082232', 'MARVINS', 828, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-15', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (589, NULL, NULL, 86, '33793545', 'AZURE MARVINS', 832, '0.0000', '30.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '47.0000', '2022-05-15', 'received', '0.0000', '0.0000', '30.0000', NULL, NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (590, NULL, NULL, 101, '25205383', 'PLAIN SLEEVLESS SWEATER SIZE 32', 990, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-05-16', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (591, NULL, NULL, 102, '87507362', 'PLAIN SLEEVLESS SWEATER SIZE 34', 1007, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-05-16', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (592, NULL, NULL, 83, '33727909', 'PLAIN SWEATER SIZE 38', 792, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-05-16', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (593, NULL, NULL, 87, '54138138', 'LEGWARMERS', 835, '0.0000', '11.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '20.0000', '2022-05-16', 'received', '0.0000', '0.0000', '11.0000', NULL, NULL, 4, 'Pc', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (594, NULL, NULL, 94, '99601902', 'STRIPPED SLEEVELESS SWEATER SIZE 26 ', 940, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-16', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (595, NULL, NULL, 95, '94638829', 'STRIPPED SLEEVLESS SWEATER SIZE 28', 950, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-05-16', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (596, NULL, NULL, 99, '03515693', 'STRIPPED SLEEVLESS SWEATER SIZE 34', 980, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-05-16', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (597, NULL, NULL, 98, '84155321', 'STRIPPED SLEEVLESS SWEATER SIZE 32', 1128, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-05-16', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (598, NULL, NULL, 84, '77194040', 'STRIPPED SWEATER SIZE 38', 810, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-16', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (599, 34, NULL, 111, '22334466', 'UZI', NULL, '800.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '800.0000', '1.0000', '2022-05-16', 'received', '800.0000', '800.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '800.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (600, NULL, NULL, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 628, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-05-17', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (601, NULL, NULL, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 664, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-17', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (602, NULL, NULL, 78, '67901865', 'STRIPPED SWEATER SIZE 32', 735, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-17', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (603, 35, NULL, 111, '22334466', 'UZI', NULL, '19325.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '38650.0000', '2.0000', '2022-05-17', 'received', '19325.0000', '19325.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '19325.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (604, 35, NULL, 111, '22334466', 'UZI', NULL, '1200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '1200.0000', '1.0000', '2022-05-17', 'received', '1200.0000', '1200.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '1200.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (605, NULL, NULL, 67, '55642863', 'PLAIN SWEATER SIZE 22', 1145, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-18', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (606, NULL, NULL, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 1144, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-18', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (607, NULL, NULL, 74, '58505902', 'PLAIN SWEATER SIZE 28', 1143, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-18', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (608, NULL, NULL, 107, '57285449', 'PLAIN SWEATER SIZE 40', 1065, '0.0000', '13.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-05-21', 'received', '0.0000', '0.0000', '13.0000', NULL, NULL, 4, 'Pc', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (609, NULL, NULL, 108, '08702336', 'PLAIN SWEATER SIZE 42', 1081, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-05-21', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (610, 36, NULL, 112, '11234321', 'Thread', NULL, '11913.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '23826.0000', '2.0000', '2022-05-23', 'received', '11913.0000', '11913.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '11913.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (611, 36, NULL, 112, '11234321', 'Thread', NULL, '110.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '110.0000', '1.0000', '2022-05-23', 'received', '110.0000', '110.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '110.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (612, 37, NULL, 112, '11234321', 'Thread', NULL, '270.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '540.0000', '2.0000', '2022-05-26', 'received', '270.0000', '270.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '270.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (613, NULL, NULL, 74, '58505902', 'PLAIN SWEATER SIZE 28', 678, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-06-04', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (614, 38, NULL, 112, '11234321', 'Thread', NULL, '1200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '1200.0000', '1.0000', '2022-06-02', 'received', '1200.0000', '1200.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '1200.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (615, 39, NULL, 112, '11234321', 'Thread', NULL, '270.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '1620.0000', '6.0000', '2022-06-02', 'received', '270.0000', '270.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, '270.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (616, 40, NULL, 112, '11234321', 'Thread', NULL, '270.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '540.0000', '2.0000', '2022-06-04', 'received', '270.0000', '270.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '270.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (617, 40, NULL, 112, '11234321', 'Thread', NULL, '70.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '420.0000', '6.0000', '2022-06-04', 'received', '70.0000', '70.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, '70.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (618, 40, NULL, 112, '11234321', 'Thread', NULL, '70.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '420.0000', '6.0000', '2022-06-04', 'received', '70.0000', '70.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, '70.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (619, 40, NULL, 112, '11234321', 'Thread', NULL, '110.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '330.0000', '3.0000', '2022-06-04', 'received', '110.0000', '110.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, '110.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (620, 41, NULL, 112, '11234321', 'Thread', NULL, '18900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '18900.0000', '1.0000', '2022-06-04', 'received', '18900.0000', '18900.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '18900.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (621, 41, NULL, 112, '11234321', 'Thread', NULL, '18900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '18900.0000', '1.0000', '2022-06-04', 'received', '18900.0000', '18900.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '18900.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (622, NULL, NULL, 113, '11110123', 'PLAIN SWEATER SIZE 22', 1156, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-05', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (623, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1174, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-06-05', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (624, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1191, '0.0000', '17.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '12.0000', '2022-06-05', 'received', '0.0000', '0.0000', '17.0000', NULL, NULL, 4, 'Pc', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (625, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1225, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-06-05', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (626, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1242, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (627, NULL, NULL, 113, '11110123', 'PLAIN SWEATER SIZE 22', 1152, '0.0000', '29.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '18.0000', '2022-06-05', 'received', '0.0000', '0.0000', '29.0000', NULL, NULL, 4, 'Pc', '29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (628, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1169, '0.0000', '24.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '18.0000', '2022-06-05', 'received', '0.0000', '0.0000', '24.0000', NULL, NULL, 4, 'Pc', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (629, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1186, '0.0000', '23.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-06-05', 'received', '0.0000', '0.0000', '23.0000', NULL, NULL, 4, 'Pc', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (630, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1203, '0.0000', '24.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '16.0000', '2022-06-05', 'received', '0.0000', '0.0000', '24.0000', NULL, NULL, 4, 'Pc', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (631, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1220, '0.0000', '22.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-06-05', 'received', '0.0000', '0.0000', '22.0000', NULL, NULL, 4, 'Pc', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (632, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1237, '0.0000', '17.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-06-05', 'received', '0.0000', '0.0000', '17.0000', NULL, NULL, 4, 'Pc', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (633, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1254, '0.0000', '15.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '15.0000', NULL, NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (634, NULL, NULL, 121, '11110130', 'PLAIN SWEATER SIZE 36', 1288, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (635, NULL, NULL, 113, '11110123', 'PLAIN SWEATER SIZE 22', 1154, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '19.0000', '2022-06-05', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (636, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1171, '0.0000', '11.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-06-05', 'received', '0.0000', '0.0000', '11.0000', NULL, NULL, 4, 'Pc', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (637, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1188, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '25.0000', '2022-06-05', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (638, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1205, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '16.0000', '2022-06-05', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (639, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1256, '0.0000', '12.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-06-05', 'received', '0.0000', '0.0000', '12.0000', NULL, NULL, 4, 'Pc', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (640, NULL, NULL, 121, '11110130', 'PLAIN SWEATER SIZE 36', 1290, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '11.0000', '2022-06-05', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (641, NULL, NULL, 113, '11110123', 'PLAIN SWEATER SIZE 22', 1153, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-06-05', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (642, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1170, '0.0000', '28.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-05', 'received', '0.0000', '0.0000', '28.0000', NULL, NULL, 4, 'Pc', '28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (643, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1187, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '25.0000', '2022-06-05', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (644, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1204, '0.0000', '25.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '25.0000', NULL, NULL, 4, 'Pc', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (645, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1221, '0.0000', '30.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-06-05', 'received', '0.0000', '0.0000', '30.0000', NULL, NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (646, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1238, '0.0000', '22.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '27.0000', '2022-06-05', 'received', '0.0000', '0.0000', '22.0000', NULL, NULL, 4, 'Pc', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (647, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1255, '0.0000', '19.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '19.0000', NULL, NULL, 4, 'Pc', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (648, NULL, NULL, 121, '11110130', 'PLAIN SWEATER SIZE 36', 1289, '0.0000', '30.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-05', 'received', '0.0000', '0.0000', '30.0000', NULL, NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (649, NULL, NULL, 120, '11110131', 'PLAIN SWEATER SIZE 38', 1272, '0.0000', '18.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-06-05', 'received', '0.0000', '0.0000', '18.0000', NULL, NULL, 4, 'Pc', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (650, NULL, NULL, 113, '11110123', 'PLAIN SWEATER SIZE 22', 1159, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (651, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1173, '0.0000', '13.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '23.0000', '2022-06-05', 'received', '0.0000', '0.0000', '13.0000', NULL, NULL, 4, 'Pc', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (652, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1190, '0.0000', '22.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '17.0000', '2022-06-05', 'received', '0.0000', '0.0000', '22.0000', NULL, NULL, 4, 'Pc', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (653, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1207, '0.0000', '19.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '19.0000', NULL, NULL, 4, 'Pc', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (654, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1224, '0.0000', '19.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-06-05', 'received', '0.0000', '0.0000', '19.0000', NULL, NULL, 4, 'Pc', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (655, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1241, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-05', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (656, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1258, '0.0000', '19.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '19.0000', NULL, NULL, 4, 'Pc', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (657, NULL, NULL, 121, '11110130', 'PLAIN SWEATER SIZE 36', 1292, '0.0000', '15.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '15.0000', NULL, NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (658, NULL, NULL, 120, '11110131', 'PLAIN SWEATER SIZE 38', 1275, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-05', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (659, NULL, NULL, 113, '11110123', 'PLAIN SWEATER SIZE 22', 1162, '0.0000', '16.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-06-05', 'received', '0.0000', '0.0000', '16.0000', NULL, NULL, 4, 'Pc', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (660, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1180, '0.0000', '16.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '21.0000', '2022-06-05', 'received', '0.0000', '0.0000', '16.0000', NULL, NULL, 4, 'Pc', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (661, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1196, '0.0000', '18.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-06-05', 'received', '0.0000', '0.0000', '18.0000', NULL, NULL, 4, 'Pc', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (662, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1213, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-05', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (663, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1230, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (664, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1247, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (665, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1264, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (666, NULL, NULL, 121, '11110130', 'PLAIN SWEATER SIZE 36', 1298, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-06-05', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (667, NULL, NULL, 120, '11110131', 'PLAIN SWEATER SIZE 38', 1281, '0.0000', '11.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-05', 'received', '0.0000', '0.0000', '11.0000', NULL, NULL, 4, 'Pc', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (668, NULL, NULL, 113, '11110123', 'PLAIN SWEATER SIZE 22', 1163, '0.0000', '17.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '15.0000', '2022-06-05', 'received', '0.0000', '0.0000', '17.0000', NULL, NULL, 4, 'Pc', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (669, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1181, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '13.0000', '2022-06-05', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (670, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1197, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-06-05', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (671, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1214, '0.0000', '13.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '15.0000', '2022-06-05', 'received', '0.0000', '0.0000', '13.0000', NULL, NULL, 4, 'Pc', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (672, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1231, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (673, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1248, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '14.0000', '2022-06-05', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (674, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1265, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-05', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (675, NULL, NULL, 121, '11110130', 'PLAIN SWEATER SIZE 36', 1299, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (676, NULL, NULL, 120, '11110131', 'PLAIN SWEATER SIZE 38', 1282, '0.0000', '14.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '14.0000', NULL, NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (677, NULL, NULL, 113, '11110123', 'PLAIN SWEATER SIZE 22', 1167, '0.0000', '11.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-06-05', 'received', '0.0000', '0.0000', '11.0000', NULL, NULL, 4, 'Pc', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (678, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1183, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-05', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (679, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1201, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '12.0000', '2022-06-05', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (680, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1218, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-05', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (681, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1235, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-05', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (682, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1252, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '19.0000', '2022-06-05', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (683, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1269, '0.0000', '13.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-06-05', 'received', '0.0000', '0.0000', '13.0000', NULL, NULL, 4, 'Pc', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (684, NULL, NULL, 121, '11110130', 'PLAIN SWEATER SIZE 36', 1303, '0.0000', '14.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-06-05', 'received', '0.0000', '0.0000', '14.0000', NULL, NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (685, NULL, NULL, 120, '11110131', 'PLAIN SWEATER SIZE 38', 1286, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-06-05', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (686, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1172, '0.0000', '18.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '13.0000', '2022-06-06', 'received', '0.0000', '0.0000', '18.0000', NULL, NULL, 4, 'Pc', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (687, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1189, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (688, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1206, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-06', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (689, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1223, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-06-06', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (690, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1240, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (691, NULL, NULL, 113, '11110123', 'PLAIN SWEATER SIZE 22', 1168, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (692, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1182, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (693, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1219, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (694, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1179, '0.0000', '13.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '13.0000', NULL, NULL, 4, 'Pc', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (695, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1195, '0.0000', '12.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '14.0000', '2022-06-06', 'received', '0.0000', '0.0000', '12.0000', NULL, NULL, 4, 'Pc', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (696, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1212, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-06-06', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (697, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1229, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '12.0000', '2022-06-06', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (698, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1246, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '13.0000', '2022-06-06', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (699, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1263, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-06-06', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (700, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1177, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-06-06', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (701, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1194, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-06-06', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (702, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1216, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '19.0000', '2022-06-06', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (703, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1233, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-06-06', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (704, NULL, NULL, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 1457, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-06', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (705, NULL, NULL, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 1469, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-06', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (706, NULL, NULL, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 1481, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (707, NULL, NULL, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 1493, '0.0000', '13.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '12.0000', '2022-06-06', 'received', '0.0000', '0.0000', '13.0000', NULL, NULL, 4, 'Pc', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (708, NULL, NULL, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 1505, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-06-06', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (709, NULL, NULL, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 1517, '0.0000', '14.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-06-06', 'received', '0.0000', '0.0000', '14.0000', NULL, NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (710, NULL, NULL, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 1529, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-06-06', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (711, NULL, NULL, 139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 1541, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-06', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (712, NULL, NULL, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 1449, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (713, NULL, NULL, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 1468, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '11.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (714, NULL, NULL, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 1492, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (715, NULL, NULL, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 1504, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (716, NULL, NULL, 139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 1540, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-06-06', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (717, NULL, NULL, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 1441, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-06-06', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (718, NULL, NULL, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 1447, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-06', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (719, NULL, NULL, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 1458, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-06', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (720, NULL, NULL, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 1470, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (721, NULL, NULL, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 1482, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-06-06', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (722, NULL, NULL, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 1494, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-06', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (723, NULL, NULL, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 1506, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (724, NULL, NULL, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 1518, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (725, NULL, NULL, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 1530, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-06-06', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (726, NULL, NULL, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 1444, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-06-06', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (727, NULL, NULL, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 1461, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '11.0000', '2022-06-06', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (728, NULL, NULL, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 1473, '0.0000', '15.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-06-06', 'received', '0.0000', '0.0000', '15.0000', NULL, NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (729, NULL, NULL, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 1485, '0.0000', '16.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '23.0000', '2022-06-06', 'received', '0.0000', '0.0000', '16.0000', NULL, NULL, 4, 'Pc', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (730, NULL, NULL, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 1497, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-06', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (731, NULL, NULL, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 1509, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (732, NULL, NULL, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 1521, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (733, NULL, NULL, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 1443, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (734, NULL, NULL, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 1462, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (735, NULL, NULL, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 1474, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (736, NULL, NULL, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 1486, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (737, NULL, NULL, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 1498, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-06', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (738, NULL, NULL, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 1477, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (739, NULL, NULL, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 1489, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-06', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (740, NULL, NULL, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 1478, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (741, NULL, NULL, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 1490, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-06-06', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (742, NULL, NULL, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 1502, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (743, NULL, NULL, 127, '11111006', 'PLAIN SHORT SLEEVE SIZE 32', 1373, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-06-06', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (744, NULL, NULL, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 1390, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-06', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (745, NULL, NULL, 124, '11111003', 'PLAIN SHORT SLEEVE SIZE 26', 1345, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-06', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (746, NULL, NULL, 127, '11111006', 'PLAIN SHORT SLEEVE SIZE 32', 1379, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-06-06', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (747, NULL, NULL, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 1396, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-06-06', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (748, NULL, NULL, 129, '11111008', 'PLAIN SHORT SLEEVE SIZE 36', 1413, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (749, NULL, NULL, 125, '11111004', 'PLAIN SHORT SLEEVE SIZE 28', 1663, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-06-06', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (750, NULL, NULL, 113, '11110123', 'PLAIN SWEATER SIZE 22', 1158, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-06-06', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (751, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1175, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-06', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (752, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1192, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-06', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (753, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1209, '0.0000', '23.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '12.0000', '2022-06-06', 'received', '0.0000', '0.0000', '23.0000', NULL, NULL, 4, 'Pc', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (754, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1226, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (755, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1243, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-06-06', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (756, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1260, '0.0000', '27.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '15.0000', '2022-06-06', 'received', '0.0000', '0.0000', '27.0000', NULL, NULL, 4, 'Pc', '27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (757, NULL, NULL, 121, '11110130', 'PLAIN SWEATER SIZE 36', 1294, '0.0000', '14.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-06-06', 'received', '0.0000', '0.0000', '14.0000', NULL, NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (758, NULL, NULL, 120, '11110131', 'PLAIN SWEATER SIZE 38', 1277, '0.0000', '20.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-06', 'received', '0.0000', '0.0000', '20.0000', NULL, NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (759, NULL, NULL, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 1463, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-06', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (760, NULL, NULL, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 1475, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-06-06', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (761, NULL, NULL, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 1460, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (762, NULL, NULL, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 1472, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (763, NULL, NULL, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 1484, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-06-06', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (764, NULL, NULL, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 1496, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-06', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (765, NULL, NULL, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 1520, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-06-06', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (766, NULL, NULL, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 1532, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-06', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (767, NULL, NULL, 149, '11110121', 'ADULT T-SHIRT X-LARGE', 1675, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-07', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (768, NULL, NULL, 150, '11110122', 'ADULT T-SHIRTS LARGE', 1694, '0.0000', '19.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-06-07', 'received', '0.0000', '0.0000', '19.0000', NULL, NULL, 4, 'Pc', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (769, NULL, NULL, 152, '11110118', 'ADULT T-SHIRT SMALL', 1734, '0.0000', '21.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-06-07', 'received', '0.0000', '0.0000', '21.0000', NULL, NULL, 4, 'Pc', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (770, NULL, NULL, 149, '11110121', 'ADULT T-SHIRT X-LARGE', 1676, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-07', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (771, NULL, NULL, 150, '11110122', 'ADULT T-SHIRTS LARGE', 1698, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-07', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (772, NULL, NULL, 151, '11110119', 'KIDS T-SHIRTS', 1714, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-07', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (773, NULL, NULL, 151, '11110119', 'KIDS T-SHIRTS', 1715, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-07', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (774, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1259, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-07', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (775, NULL, NULL, 121, '11110130', 'PLAIN SWEATER SIZE 36', 1293, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-07', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (776, NULL, NULL, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 1516, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-07', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (777, NULL, NULL, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 1528, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-06-07', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (778, NULL, NULL, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 1533, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-07', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (779, NULL, NULL, 139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 1545, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-07', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (780, NULL, NULL, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 1454, '0.0000', '15.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-06-07', 'received', '0.0000', '0.0000', '15.0000', NULL, NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (781, NULL, NULL, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 1466, '0.0000', '15.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-07', 'received', '0.0000', '0.0000', '15.0000', NULL, NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (782, NULL, NULL, 113, '11110123', 'PLAIN SWEATER SIZE 22', 1166, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-07', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (783, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1185, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-06-07', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (784, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1200, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-06-07', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (785, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1217, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-07', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (786, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1234, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-07', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (787, NULL, NULL, 129, '11111008', 'PLAIN SHORT SLEEVE SIZE 36', 1417, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (788, NULL, NULL, 130, '11111009', 'PLAIN SHORT SLEEVE SIZE 38', 1434, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (790, NULL, NULL, 153, '11111402', 'MARVINS', 1762, '0.0000', '16.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-06-09', 'received', '0.0000', '0.0000', '16.0000', NULL, NULL, 4, 'Pc', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (791, NULL, NULL, 153, '11111402', 'MARVINS', 1768, '0.0000', '43.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '35.0000', '2022-06-09', 'received', '0.0000', '0.0000', '43.0000', NULL, NULL, 4, 'Pc', '43.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (792, NULL, NULL, 153, '11111402', 'MARVINS', 1761, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-09', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (793, NULL, NULL, 153, '11111402', 'MARVINS', 1767, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-09', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (794, NULL, NULL, 153, '11111402', 'MARVINS', 1765, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-09', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (795, NULL, NULL, 153, '11111402', 'MARVINS', 1756, '0.0000', '17.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-06-09', 'received', '0.0000', '0.0000', '17.0000', NULL, NULL, 4, 'Pc', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (796, NULL, NULL, 153, '11111402', 'MARVINS', 1755, '0.0000', '100.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '75.0000', '2022-06-09', 'received', '0.0000', '0.0000', '100.0000', NULL, NULL, 4, 'Pc', '100.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (797, NULL, NULL, 153, '11111402', 'MARVINS', 1757, '0.0000', '29.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '29.0000', '2022-06-09', 'received', '0.0000', '0.0000', '29.0000', NULL, NULL, 4, 'Pc', '29.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (798, NULL, NULL, 153, '11111402', 'MARVINS', 1759, '0.0000', '26.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '14.0000', '2022-06-09', 'received', '0.0000', '0.0000', '26.0000', NULL, NULL, 4, 'Pc', '26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (799, NULL, NULL, 153, '11111402', 'MARVINS', 1754, '0.0000', '30.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-06-09', 'received', '0.0000', '0.0000', '30.0000', NULL, NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (800, 43, NULL, 112, '11111400', 'Thread', NULL, '270.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '540.0000', '2.0000', '2022-06-08', 'received', '270.0000', '270.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '270.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (801, 43, NULL, 112, '11111400', 'Thread', NULL, '270.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '540.0000', '2.0000', '2022-06-08', 'received', '270.0000', '270.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '270.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (802, 43, NULL, 112, '11111400', 'Thread', NULL, '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '100.0000', '1.0000', '2022-06-08', 'received', '100.0000', '100.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '100.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (803, NULL, NULL, 153, '11111402', 'MARVINS', 1764, '0.0000', '15.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-10', 'received', '0.0000', '0.0000', '15.0000', NULL, NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (804, NULL, NULL, 153, '11111402', 'MARVINS', 1763, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-10', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (805, 42, NULL, 112, '11111400', 'Thread', NULL, '101565.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '101565.0000', '1.0000', '2022-06-07', 'received', '101565.0000', '101565.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '101565.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (806, 44, NULL, 112, '11111400', 'Thread', NULL, '1200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '1200.0000', '1.0000', '2022-06-10', 'received', '1200.0000', '1200.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '1200.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (807, 44, NULL, 112, '11111400', 'Thread', NULL, '300.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '300.0000', '1.0000', '2022-06-10', 'received', '300.0000', '300.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '300.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (808, 44, NULL, 112, '11111400', 'Thread', NULL, '300.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '1500.0000', '5.0000', '2022-06-10', 'received', '300.0000', '300.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, '300.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (809, 44, NULL, 112, '11111400', 'Thread', NULL, '300.0000', '7.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '2100.0000', '7.0000', '2022-06-10', 'received', '300.0000', '300.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, '300.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (810, 45, NULL, 112, '11111400', 'Thread', NULL, '1500.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '1500.0000', '1.0000', '2022-06-10', 'received', '1500.0000', '1500.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '1500.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (811, 46, NULL, 112, '11111400', 'Thread', NULL, '300.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '600.0000', '2.0000', '2022-06-14', 'received', '300.0000', '300.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '300.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (812, 47, NULL, 112, '11111400', 'Thread', NULL, '270.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '540.0000', '2.0000', '2022-06-17', 'received', '270.0000', '270.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '270.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (813, 48, NULL, 112, '11111400', 'Thread', NULL, '18931.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '18931.0000', '1.0000', '2022-06-17', 'received', '18931.0000', '18931.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '18931.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (814, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1222, '0.0000', '20.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '27.0000', '2022-06-18', 'received', '0.0000', '0.0000', '20.0000', NULL, NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (815, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1239, '0.0000', '20.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '24.0000', '2022-06-18', 'received', '0.0000', '0.0000', '20.0000', NULL, NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (816, NULL, NULL, 120, '11110131', 'PLAIN SWEATER SIZE 38', 1273, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-06-18', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (817, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1251, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-18', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (818, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1268, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-06-18', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (819, NULL, NULL, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 1456, '0.0000', '16.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '11.0000', '2022-06-18', 'received', '0.0000', '0.0000', '16.0000', NULL, NULL, 4, 'Pc', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (820, 49, NULL, 112, '11111400', 'Thread', NULL, '110.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '220.0000', '2.0000', '2022-06-20', 'received', '110.0000', '110.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '110.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (821, 50, NULL, 112, '11111400', 'Thread', NULL, '1320.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '1320.0000', '1.0000', '2022-06-21', 'received', '1320.0000', '1320.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '1320.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (822, 51, NULL, 112, '11111400', 'Thread', NULL, '19350.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '19350.0000', '1.0000', '2022-06-21', 'received', '19350.0000', '19350.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '19350.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (823, NULL, NULL, 154, '11100126', 'POLO T-SHIRTS', 1774, '0.0000', '408.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '49.0000', '2022-06-24', 'received', '0.0000', '0.0000', '408.0000', NULL, NULL, 4, 'Pc', '408.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (824, NULL, NULL, 155, '11111310', 'STRIPPED SHORTSLEEVE SIZE 40', 1794, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-24', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (825, NULL, NULL, 156, '11110312', 'PLAIN SWEATER SIZE 40', 1814, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-27', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (826, NULL, NULL, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 1480, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-06-27', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (827, NULL, NULL, 155, '11111310', 'STRIPPED SHORTSLEEVE SIZE 40', 1834, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-27', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (828, NULL, NULL, 148, '11111309', 'STRIPPED SHORTSLEEVE SIZE 38', 1847, '0.0000', '19.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-27', 'received', '0.0000', '0.0000', '19.0000', NULL, NULL, 4, 'Pc', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (829, NULL, NULL, 147, '11111308', 'STRIPPED SHORTSLEEVE SIZE 36', 1846, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-06-27', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (830, NULL, NULL, 146, '11111307', 'STRIPPED SHORTSLEEVE SIZE 34', 1848, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-06-27', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (831, 52, NULL, 112, '11111400', 'Thread', NULL, '22750.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '22750.0000', '1.0000', '2022-06-30', 'received', '22750.0000', '22750.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '22750.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (832, NULL, NULL, 157, '11111010', 'PLAIN SHORT SLEEVE SIZE 40', 1850, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-07-05', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (833, NULL, NULL, 159, '11111501', 'AAPRONS', NULL, '0.0000', '75.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-07-05', 'received', '0.0000', '0.0000', '75.0000', NULL, NULL, 4, 'Pc', '75.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (834, NULL, NULL, 158, '11111500', 'DUST COAT', NULL, '0.0000', '75.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-07-05', 'received', '0.0000', '0.0000', '75.0000', NULL, NULL, 4, 'Pc', '75.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (836, NULL, NULL, 120, '11110131', 'PLAIN SWEATER SIZE 38', 1271, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '15.0000', '2022-07-10', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (837, NULL, NULL, 116, '11110126', 'PLAIN SWEATER SIZE 28', 1208, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-07-10', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (838, NULL, NULL, 120, '11110131', 'PLAIN SWEATER SIZE 38', 1276, '0.0000', '2.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-07-10', 'received', '0.0000', '0.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (839, NULL, NULL, 155, '11111310', 'STRIPPED SHORTSLEEVE SIZE 40', 1844, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-02', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (840, NULL, NULL, 155, '11111310', 'STRIPPED SHORTSLEEVE SIZE 40', 1802, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-02', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (841, NULL, NULL, 148, '11111309', 'STRIPPED SHORTSLEEVE SIZE 38', 1653, '0.0000', '3.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-02', 'received', '0.0000', '0.0000', '3.0000', NULL, NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (847, 54, NULL, 112, '11111400', 'Thread', NULL, '18900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '18900.0000', '1.0000', '2022-07-18', 'received', '18900.0000', '18900.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '18900.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (848, 55, NULL, 112, '11111400', 'Thread', NULL, '270.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '540.0000', '2.0000', '2022-07-19', 'received', '270.0000', '270.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '270.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (849, 56, NULL, 112, '11111400', 'Thread', NULL, '110.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '110.0000', '1.0000', '2022-07-19', 'received', '110.0000', '110.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '110.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (850, 57, NULL, 112, '11111400', 'Thread', NULL, '2258.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '2258.0000', '1.0000', '2022-07-20', 'received', '2258.0000', '2258.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '2258.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (851, 57, NULL, 112, '11111400', 'Thread', NULL, '18540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '18540.0000', '1.0000', '2022-07-20', 'received', '18540.0000', '18540.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '18540.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (855, 58, NULL, 112, '11111400', 'Thread', NULL, '110.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '220.0000', '2.0000', '2022-07-27', 'received', '110.0000', '110.0000', '2.0000', NULL, NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, '110.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (856, 58, NULL, 112, '11111400', 'Thread', NULL, '5565.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '5565.0000', '1.0000', '2022-07-27', 'received', '5565.0000', '5565.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '5565.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (857, 58, NULL, 112, '11111400', 'Thread', NULL, '6668.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '6668.0000', '1.0000', '2022-07-27', 'received', '6668.0000', '6668.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '6668.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (859, 60, NULL, 112, '11111400', 'Thread', NULL, '49559.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '49559.0000', '1.0000', '2022-07-29', 'received', '49559.0000', '49559.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '49559.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (860, NULL, NULL, 160, '11111311', 'STRIPPED SHORTSLEEVE SIZE 42', 1875, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-05', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (861, NULL, NULL, 147, '11111308', 'STRIPPED SHORTSLEEVE SIZE 36', 1642, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-05', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (862, NULL, NULL, 148, '11111309', 'STRIPPED SHORTSLEEVE SIZE 38', 1654, '0.0000', '4.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-05', 'received', '0.0000', '0.0000', '4.0000', NULL, NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (863, NULL, NULL, 153, '11111402', 'MARVINS', 1758, '0.0000', '26.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-08-12', 'received', '0.0000', '0.0000', '26.0000', NULL, NULL, 4, 'Pc', '26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (864, NULL, NULL, 87, '11111401', 'LEGWARMERS', 837, '0.0000', '20.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '17.0000', '2022-08-12', 'received', '0.0000', '0.0000', '20.0000', NULL, NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (865, NULL, NULL, 114, '11110124', 'PLAIN SWEATER SIZE 24', 1184, '0.0000', '20.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '13.0000', '2022-08-12', 'received', '0.0000', '0.0000', '20.0000', NULL, NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (866, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1199, '0.0000', '20.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '24.0000', '2022-08-12', 'received', '0.0000', '0.0000', '20.0000', NULL, NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (867, NULL, NULL, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 1884, '0.0000', '25.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '23.0000', '2022-08-12', 'received', '0.0000', '0.0000', '25.0000', NULL, NULL, 4, 'Pc', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (868, NULL, NULL, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 1885, '0.0000', '21.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '19.0000', '2022-08-12', 'received', '0.0000', '0.0000', '21.0000', NULL, NULL, 4, 'Pc', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (869, NULL, NULL, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 1886, '0.0000', '15.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-08-12', 'received', '0.0000', '0.0000', '15.0000', NULL, NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (870, NULL, NULL, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 1887, '0.0000', '15.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '15.0000', '2022-08-12', 'received', '0.0000', '0.0000', '15.0000', NULL, NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (871, NULL, NULL, 163, '21111003', 'Tracksuit Size 24', 1970, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-08-19', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (872, NULL, NULL, 164, '21111004', 'Tracksuit Size 26', 2003, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '9.0000', '2022-08-19', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (873, NULL, NULL, 165, '21111005', 'Tracksuit Size 28', 2036, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-08-19', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (874, NULL, NULL, 166, '21111006', 'Tracksuit Size 30', 2069, '0.0000', '11.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-08-19', 'received', '0.0000', '0.0000', '11.0000', NULL, NULL, 4, 'Pc', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (875, NULL, NULL, 163, '21111003', 'Tracksuit Size 24', 1969, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2022-08-19', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (876, NULL, NULL, 164, '21111004', 'Tracksuit Size 26', 2002, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-08-19', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (877, NULL, NULL, 165, '21111005', 'Tracksuit Size 28', 2035, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-08-19', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (878, NULL, NULL, 166, '21111006', 'Tracksuit Size 30', 2068, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '3.0000', '2022-08-19', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (879, NULL, NULL, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 2183, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-08-25', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (880, NULL, NULL, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 2184, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '2.0000', '2022-08-25', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (881, NULL, NULL, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 2185, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-08-25', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (882, NULL, NULL, 139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 2186, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-08-25', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (883, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1257, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-08-25', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (884, NULL, NULL, 124, '11111003', 'PLAIN SHORT SLEEVE SIZE 26', 1340, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-08-25', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (885, NULL, NULL, 125, '11111004', 'PLAIN SHORT SLEEVE SIZE 28', 1658, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-08-25', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (886, NULL, NULL, 126, '11111005', 'PLAIN SHORT SLEEVE SIZE 30', 1357, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-08-25', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (887, NULL, NULL, 127, '11111006', 'PLAIN SHORT SLEEVE SIZE 32', 1374, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-08-25', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (888, NULL, NULL, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 1391, '0.0000', '10.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2022-08-25', 'received', '0.0000', '0.0000', '10.0000', NULL, NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (889, NULL, NULL, 120, '11110131', 'PLAIN SWEATER SIZE 38', 1280, '0.0000', '20.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-08-25', 'received', '0.0000', '0.0000', '20.0000', NULL, NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (892, 59, NULL, 112, '11111400', 'Thread', NULL, '19000.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '19000.0000', '1.0000', '2022-07-29', 'received', '19000.0000', '19000.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '19000.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (893, 59, NULL, 112, '11111400', 'Thread', NULL, '1840.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '1840.0000', '1.0000', '2022-07-29', 'received', '1840.0000', '1840.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '1840.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (894, 61, NULL, 112, '11111400', 'Thread', NULL, '120.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '720.0000', '6.0000', '2022-08-03', 'received', '120.0000', '120.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, '120.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (895, 61, NULL, 112, '11111400', 'Thread', NULL, '130.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '780.0000', '6.0000', '2022-08-03', 'received', '130.0000', '130.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, '130.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (896, 61, NULL, 112, '11111400', 'Thread', NULL, '70.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '420.0000', '6.0000', '2022-08-03', 'received', '70.0000', '70.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, '70.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (897, 62, NULL, 112, '11111400', 'Thread', NULL, '31240.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '31240.0000', '1.0000', '2022-08-05', 'received', '31240.0000', '31240.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '31240.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (898, NULL, NULL, 115, '11110125', 'PLAIN SWEATER SIZE 26', 1202, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '8.0000', '2022-09-01', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (899, NULL, NULL, 117, '11110127', 'PLAIN SWEATER SIZE 30', 1236, '0.0000', '9.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '34.0000', '2022-09-01', 'received', '0.0000', '0.0000', '9.0000', NULL, NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (900, NULL, NULL, 171, '21111011', 'SCARFS', 2187, '200.0000', '20.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '4000.0000', '0.0000', '2022-09-14', 'received', '200.0000', '200.0000', '20.0000', NULL, NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (901, 63, NULL, 112, '11111400', 'Thread', NULL, '37800.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '37800.0000', '1.0000', '2022-08-12', 'received', '37800.0000', '37800.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '37800.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (902, 63, NULL, 112, '11111400', 'Thread', NULL, '6720.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '6720.0000', '1.0000', '2022-08-12', 'received', '6720.0000', '6720.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '6720.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (903, 63, NULL, 112, '11111400', 'Thread', NULL, '18900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '18900.0000', '1.0000', '2022-08-12', 'received', '18900.0000', '18900.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '18900.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (904, 63, NULL, 112, '11111400', 'Thread', NULL, '18900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '18900.0000', '1.0000', '2022-08-12', 'received', '18900.0000', '18900.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '18900.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (905, NULL, NULL, 87, '11111401', 'LEGWARMERS', 845, '0.0000', '20.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '10.0000', '2022-09-14', 'received', '0.0000', '0.0000', '20.0000', NULL, NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (906, NULL, NULL, 127, '11111006', 'PLAIN SHORT SLEEVE SIZE 32', 1384, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-09-14', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (907, NULL, NULL, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 1401, '0.0000', '7.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-09-14', 'received', '0.0000', '0.0000', '7.0000', NULL, NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (908, NULL, NULL, 129, '11111008', 'PLAIN SHORT SLEEVE SIZE 36', 1418, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '7.0000', '2022-09-14', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (909, NULL, NULL, 130, '11111009', 'PLAIN SHORT SLEEVE SIZE 38', 1435, '0.0000', '5.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '5.0000', '2022-09-14', 'received', '0.0000', '0.0000', '5.0000', NULL, NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (910, NULL, NULL, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 1510, '0.0000', '32.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-02', 'received', '0.0000', '0.0000', '32.0000', NULL, NULL, 4, 'Pc', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (911, NULL, NULL, 120, '11110131', 'PLAIN SWEATER SIZE 38', 1285, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '0.0000', '2022-10-04', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (912, NULL, NULL, 121, '11110130', 'PLAIN SWEATER SIZE 36', 1302, '0.0000', '8.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '4.0000', '2022-10-30', 'received', '0.0000', '0.0000', '8.0000', NULL, NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (913, 64, NULL, 112, '11111400', 'Thread', NULL, '13500.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '13500.0000', '1.0000', '2022-08-12', 'received', '13500.0000', '13500.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '13500.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (914, 65, NULL, 112, '11111400', 'Thread', NULL, '9975.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '9975.0000', '1.0000', '2022-08-22', 'received', '9975.0000', '9975.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '9975.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (915, 66, NULL, 112, '11111400', 'Thread', NULL, '28875.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '28875.0000', '1.0000', '2022-09-15', 'received', '28875.0000', '28875.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '28875.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (916, 67, NULL, 112, '11111400', 'Thread', NULL, '18900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', NULL, '18900.0000', '1.0000', '2022-08-17', 'received', '18900.0000', '18900.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, '18900.0000');
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (917, NULL, NULL, 113, '11110123', 'PLAIN SWEATER SIZE 22', 1161, '0.0000', '6.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '6.0000', '2023-04-07', 'received', '0.0000', '0.0000', '6.0000', NULL, NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (918, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1253, '0.0000', '34.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '34.0000', '2023-04-07', 'received', '0.0000', '0.0000', '34.0000', NULL, NULL, 4, 'Pc', '34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (919, NULL, NULL, 118, '11110128', 'PLAIN SWEATER SIZE 32', 1245, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2023-04-07', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_purchase_items` (`id`, `purchase_id`, `transfer_id`, `product_id`, `product_code`, `product_name`, `option_id`, `net_unit_cost`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `expiry`, `subtotal`, `quantity_balance`, `date`, `status`, `unit_cost`, `real_unit_cost`, `quantity_received`, `supplier_part_no`, `purchase_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`, `base_unit_cost`) VALUES (920, NULL, NULL, 119, '11110129', 'PLAIN SWEATER SIZE 34', 1262, '0.0000', '1.0000', 1, '0.0000', 1, '0', NULL, NULL, NULL, '0.0000', '1.0000', '2023-04-07', 'received', '0.0000', '0.0000', '1.0000', NULL, NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_purchases
#

DROP TABLE IF EXISTS `sma_purchases`;

CREATE TABLE `sma_purchases` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `reference_no` varchar(55) NOT NULL,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `supplier_id` int(11) NOT NULL,
  `supplier` varchar(55) NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `note` varchar(1000) NOT NULL,
  `total` decimal(25,4) DEFAULT NULL,
  `product_discount` decimal(25,4) DEFAULT NULL,
  `order_discount_id` varchar(20) DEFAULT NULL,
  `order_discount` decimal(25,4) DEFAULT NULL,
  `total_discount` decimal(25,4) DEFAULT NULL,
  `product_tax` decimal(25,4) DEFAULT NULL,
  `order_tax_id` int(11) DEFAULT NULL,
  `order_tax` decimal(25,4) DEFAULT NULL,
  `total_tax` decimal(25,4) DEFAULT 0.0000,
  `shipping` decimal(25,4) DEFAULT 0.0000,
  `grand_total` decimal(25,4) NOT NULL,
  `paid` decimal(25,4) NOT NULL DEFAULT 0.0000,
  `status` varchar(55) DEFAULT '',
  `payment_status` varchar(20) DEFAULT 'pending',
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `payment_term` tinyint(4) DEFAULT NULL,
  `due_date` date DEFAULT NULL,
  `return_id` int(11) DEFAULT NULL,
  `surcharge` decimal(25,4) NOT NULL DEFAULT 0.0000,
  `return_purchase_ref` varchar(55) DEFAULT NULL,
  `purchase_id` int(11) DEFAULT NULL,
  `return_purchase_total` decimal(25,4) NOT NULL DEFAULT 0.0000,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (19, 'PO2022/05/0017', '2022-05-10 18:13:00', 8, 'Wall Street', 1, '', '7974.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7974.0000', '7974.0000', 'received', 'paid', 6, 6, '2022-05-11 17:17:06', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (22, '7/5/2022', '2022-05-11 17:19:00', 8, 'Wall Street', 1, '', '50400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50400.0000', '50400.0000', 'received', 'paid', 6, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (26, 'PO2022/05/0023', '2022-05-07 14:30:00', 11, 'sonny uzi embroidery', 1, '', '1620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1620.0000', '1620.0000', 'received', 'paid', 7, 5, '2022-05-15 14:49:58', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (28, 'Brown Chocolate', '2022-05-04 14:10:00', 8, 'Wall Street', 1, '', '800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '800.0000', '800.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (29, 'Safaricom Green, 1 Cone', '2022-05-09 10:17:00', 8, 'Wall Street', 1, '', '2258.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2258.0000', '2258.0000', 'received', 'paid', 5, 5, '2022-05-15 14:51:41', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (30, 'Canivas', '2022-05-09 14:35:00', 8, 'Wall Street', 1, '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1200.0000', '1200.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (31, 'Safaricom Green, 2 Cone', '2022-05-10 10:40:00', 8, 'Wall Street', 1, '', '4516.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4516.0000', '4516.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (32, 'Royal', '2022-05-12 18:30:00', 8, 'Wall Street', 1, '', '1840.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1840.0000', '1840.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (33, 'PO2022/05/0025', '2022-05-14 11:05:00', 8, 'Wall Street', 1, '&lt;p&gt;Mix Grey and Red&period; 1 Cone each&lt;&sol;p&gt;', '51240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '51240.0000', '51240.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (34, 'PO2022/05/0026', '2022-05-16 18:20:00', 8, 'Wall Street', 1, '&lt;p&gt;White Thread&lt;&sol;p&gt;', '800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '800.0000', '800.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (35, 'PO2022/05/0027', '2022-05-17 17:25:00', 8, 'Wall Street', 1, '&lt;p&gt;Maroon Yarn and Canivas&lt;&sol;p&gt;', '39850.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '39850.0000', '39850.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (36, 'PO2022/05/0028', '2022-05-23 15:03:00', 7, 'Spinners', 1, '&lt;p&gt;Robbin&comma; ksh 110&lt;&sol;p&gt;&lt;p&gt;Spinners Ksh 23&comma;826&lt;&sol;p&gt;', '23936.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '23936.0000', '23936.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (37, 'PO2022/05/0029', '2022-05-26 17:00:00', 8, 'Wall Street', 1, '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.0000', '540.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (38, 'PO2022/06/0030', '2022-06-02 21:38:00', 8, 'Wall Street', 1, '&lt;p&gt;Canivas&lt;&sol;p&gt;', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1200.0000', '1200.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (39, 'PO2022/06/0031', '2022-06-02 21:40:00', 8, 'Wall Street', 1, '&lt;p&gt;Uzi Royal&lt;&sol;p&gt;&lt;p&gt;White&lt;&sol;p&gt;&lt;p&gt;Golden&lt;&sol;p&gt;', '1620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1620.0000', '1620.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (40, 'PO2022/06/0032', '2022-06-04 22:23:00', 8, 'Wall Street', 1, '&lt;p&gt;2 grey&comma; 6 red&comma; 6 green&comma; 3 robbin&lt;&sol;p&gt;', '1710.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1710.0000', '1710.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (41, 'PO2022/06/0033', '2022-06-04 22:31:00', 24, 'Taji Knitters LTD', 1, '', '37800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37800.0000', '37800.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (42, 'PO2022/06/0034', '2022-06-07 21:07:00', 29, 'Supra Textiles LTD', 1, '&lt;p&gt;T-Shirt Material&lt;&sol;p&gt;', '101565.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '101565.0000', '101565.0000', 'received', 'paid', 5, 5, '2022-06-11 18:51:38', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (43, 'PO2022/06/0035', '2022-06-08 22:05:00', 8, 'Wall Street', 1, '&lt;p&gt;White&comma; Sky&comma; Red&lt;&sol;p&gt;', '1180.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1180.0000', '1180.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (44, 'PO2022/06/0036', '2022-06-10 17:13:00', 8, 'Wall Street', 1, '&lt;p&gt;Black&comma; White&comma; Navy&comma; and Canvas&lt;&sol;p&gt;', '5100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5100.0000', '5100.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (45, 'PO2022/06/0037', '2022-06-10 17:18:00', 8, 'Wall Street', 1, '&lt;p&gt;Tags&lt;&sol;p&gt;', '1500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1500.0000', '1500.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (46, 'PO2022/06/0038', '2022-06-14 20:39:00', 8, 'Wall Street', 1, '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '600.0000', '600.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (47, 'PO2022/06/0039', '2022-06-17 18:57:00', 8, 'Wall Street', 1, '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.0000', '540.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (48, 'PO2022/06/0040', '2022-06-17 19:11:00', 46, 'Midco Textiles ', 1, '&lt;p&gt;Collars for Uzuri T-Shirts&lt;&sol;p&gt;', '18931.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18931.0000', '18931.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (49, 'PO2022/06/0041', '2022-06-20 17:22:00', 8, 'Wall Street', 1, '', '220.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '220.0000', '220.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (50, 'PO2022/06/0042', '2022-06-21 17:31:00', 8, 'Wall Street', 1, '&lt;p&gt;Canivas &amp; Lining&lt;&sol;p&gt;', '1320.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1320.0000', '1320.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (51, 'PO2022/06/0043', '2022-06-21 17:34:00', 8, 'Wall Street', 1, '&lt;p&gt;Marron Thread&lt;&sol;p&gt;', '19350.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '19350.0000', '19350.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (52, 'PO2022/06/0044', '2022-06-30 20:00:00', 24, 'Taji Knitters LTD', 1, '&lt;p&gt;Overalls&lt;&sol;p&gt;', '22750.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '22750.0000', '22750.0000', 'received', 'paid', 5, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (54, 'PO2022/08/0046', '2022-07-18 17:15:00', 24, 'Taji Knitters LTD', 1, '&lt;p&gt;azure one sack&lt;&sol;p&gt;', '18900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '18900.0000', '18900.0000', 'received', 'paid', 8, 8, '2022-08-05 13:53:56', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (55, 'PO2022/08/0047', '2022-07-19 13:55:00', 11, 'sonny uzi embroidery', 1, '&lt;p&gt;EMBROIDERY THREAD ORANGE&lt;&sol;p&gt;', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '540.0000', '540.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (56, 'PO2022/08/0048', '2022-07-19 14:31:00', 6, 'Warehouse', 1, '&lt;p&gt;BOBYN THREAD WHITE&lt;&sol;p&gt;', '110.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '110.0000', '110.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (57, 'PO2022/08/0049', '2022-07-20 14:35:00', 8, 'Wall Street', 1, '&lt;p&gt;1 CONE WHITE &amp; 1 MIXED GREY SACK&lt;&sol;p&gt;', '20798.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '20798.0000', '20798.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (58, 'PO2022/08/0050', '2022-07-27 19:52:00', 8, 'Wall Street', 1, '&lt;p&gt;bobyn thread&comma;3 cones red&comma;3 cones light navy&lt;&sol;p&gt;', '12453.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '12453.0000', '12453.0000', 'received', 'paid', 8, 8, '2022-08-05 20:18:04', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (59, 'PO2022/08/0051', '2022-07-29 20:28:00', 24, 'Taji Knitters LTD', 1, '&lt;p&gt;mixed grey 2 sack&lt;&sol;p&gt;', '20840.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '20840.0000', '20840.0000', 'received', 'paid', 8, 8, '2022-09-01 19:34:50', '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (60, 'PO2022/08/0052', '2022-07-29 20:30:00', 7, 'Spinners', 1, '&lt;p&gt;3 bags maroon and one bag wine red&lt;&sol;p&gt;', '49559.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '49559.0000', '49559.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (61, 'PO2022/09/0053', '2022-08-03 20:39:00', 8, 'Wall Street', 1, '&lt;p&gt;black&comma;maroon&amp; grey bobby thread for ruiru workshop&lt;&sol;p&gt;', '1920.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '1920.0000', '1920.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (62, 'PO2022/09/0054', '2022-08-05 20:47:00', 8, 'Wall Street', 1, '&lt;p&gt;trucksuits material for navy blue and maroon&lt;&sol;p&gt;', '31240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '31240.0000', '31240.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (63, 'PO2022/09/0055', '2022-08-12 21:42:00', 24, 'Taji Knitters LTD', 1, '&lt;p&gt;navy blue &plus; biege &plus; black &plus; navy threads&lt;&sol;p&gt;', '82320.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '82320.0000', '82320.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (64, 'PO2022/10/0056', '2022-08-12 21:36:00', 8, 'Wall Street', 1, '&lt;p&gt;PURCHASED STEAM IRON BOX&lt;&sol;p&gt;', '13500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '13500.0000', '13500.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (65, 'PO2022/10/0057', '2022-08-22 21:55:00', 24, 'Taji Knitters LTD', 1, '&lt;p&gt;PURCHASED KK BLUE YARNS&lt;&sol;p&gt;', '9975.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '9975.0000', '9975.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (66, 'PO2022/11/0058', '2022-09-15 23:27:00', 24, 'Taji Knitters LTD', 1, '&lt;p&gt;royal blue yarn&lt;&sol;p&gt;', '28875.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '28875.0000', '28875.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_purchases` (`id`, `reference_no`, `date`, `supplier_id`, `supplier`, `warehouse_id`, `note`, `total`, `product_discount`, `order_discount_id`, `order_discount`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `paid`, `status`, `payment_status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `payment_term`, `due_date`, `return_id`, `surcharge`, `return_purchase_ref`, `purchase_id`, `return_purchase_total`, `cgst`, `sgst`, `igst`) VALUES (67, 'PO2022/11/0059', '2022-08-17 23:55:00', 8, 'Wall Street', 1, '&lt;p&gt;green yarn purchase&lt;&sol;p&gt;', '18900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '18900.0000', '18900.0000', 'received', 'paid', 8, NULL, NULL, '0', 0, NULL, NULL, '0.0000', NULL, NULL, '0.0000', NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_quote_items
#

DROP TABLE IF EXISTS `sma_quote_items`;

CREATE TABLE `sma_quote_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `quote_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `product_code` varchar(55) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `product_type` varchar(20) DEFAULT NULL,
  `option_id` int(11) DEFAULT NULL,
  `net_unit_price` decimal(25,4) NOT NULL,
  `unit_price` decimal(25,4) DEFAULT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `item_tax` decimal(25,4) DEFAULT NULL,
  `tax_rate_id` int(11) DEFAULT NULL,
  `tax` varchar(55) DEFAULT NULL,
  `discount` varchar(55) DEFAULT NULL,
  `item_discount` decimal(25,4) DEFAULT NULL,
  `subtotal` decimal(25,4) NOT NULL,
  `serial_no` varchar(255) DEFAULT NULL,
  `real_unit_price` decimal(25,4) DEFAULT NULL,
  `product_unit_id` int(11) DEFAULT NULL,
  `product_unit_code` varchar(10) DEFAULT NULL,
  `unit_quantity` decimal(15,4) NOT NULL,
  `gst` varchar(20) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `quote_id` (`quote_id`),
  KEY `product_id` (`product_id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_quote_items` (`id`, `quote_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `gst`, `cgst`, `sgst`, `igst`) VALUES (3, 2, 154, '11100126', 'POLO T-SHIRTS', 'standard', 0, '600.0000', '600.0000', '516.0000', 1, '0.0000', 1, '0', '', '0.0000', '309600.0000', NULL, '600.0000', 4, 'Pc', '516.0000', NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_quotes
#

DROP TABLE IF EXISTS `sma_quotes`;

CREATE TABLE `sma_quotes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `reference_no` varchar(55) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `customer` varchar(55) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `biller_id` int(11) NOT NULL,
  `biller` varchar(55) NOT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `internal_note` varchar(1000) DEFAULT NULL,
  `total` decimal(25,4) NOT NULL,
  `product_discount` decimal(25,4) DEFAULT 0.0000,
  `order_discount` decimal(25,4) DEFAULT NULL,
  `order_discount_id` varchar(20) DEFAULT NULL,
  `total_discount` decimal(25,4) DEFAULT 0.0000,
  `product_tax` decimal(25,4) DEFAULT 0.0000,
  `order_tax_id` int(11) DEFAULT NULL,
  `order_tax` decimal(25,4) DEFAULT NULL,
  `total_tax` decimal(25,4) DEFAULT NULL,
  `shipping` decimal(25,4) DEFAULT 0.0000,
  `grand_total` decimal(25,4) NOT NULL,
  `status` varchar(20) DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `attachment` varchar(55) DEFAULT NULL,
  `supplier_id` int(11) DEFAULT NULL,
  `supplier` varchar(55) DEFAULT NULL,
  `hash` varchar(255) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_quotes` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `warehouse_id`, `biller_id`, `biller`, `note`, `internal_note`, `total`, `product_discount`, `order_discount`, `order_discount_id`, `total_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `status`, `created_by`, `updated_by`, `updated_at`, `attachment`, `supplier_id`, `supplier`, `hash`, `cgst`, `sgst`, `igst`) VALUES (2, '2022-06-14 06:35:00', 'QUOTE2022/06/0001', 38, 'UZURI INSTITUTE', 1, 3, 'Tech-Firm Knits', '', NULL, '309600.0000', '0.0000', '0.0000', '', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '309600.0000', 'pending', 5, NULL, NULL, NULL, 0, NULL, '990c574d942c3a7243d121a7027cc9656918a5b01c938d70742343546ea5d195', NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_return_items
#

DROP TABLE IF EXISTS `sma_return_items`;

CREATE TABLE `sma_return_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `return_id` int(11) unsigned NOT NULL,
  `product_id` int(11) unsigned NOT NULL,
  `product_code` varchar(55) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `product_type` varchar(20) DEFAULT NULL,
  `option_id` int(11) DEFAULT NULL,
  `net_unit_price` decimal(25,4) NOT NULL,
  `unit_price` decimal(25,4) DEFAULT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `item_tax` decimal(25,4) DEFAULT NULL,
  `tax_rate_id` int(11) DEFAULT NULL,
  `tax` varchar(55) DEFAULT NULL,
  `discount` varchar(55) DEFAULT NULL,
  `item_discount` decimal(25,4) DEFAULT NULL,
  `subtotal` decimal(25,4) NOT NULL,
  `serial_no` varchar(255) DEFAULT NULL,
  `real_unit_price` decimal(25,4) DEFAULT NULL,
  `product_unit_id` int(11) DEFAULT NULL,
  `product_unit_code` varchar(10) DEFAULT NULL,
  `unit_quantity` decimal(15,4) NOT NULL,
  `comment` varchar(255) DEFAULT NULL,
  `gst` varchar(20) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `return_id` (`return_id`),
  KEY `product_id` (`product_id`),
  KEY `product_id_2` (`product_id`,`return_id`),
  KEY `return_id_2` (`return_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_returns
#

DROP TABLE IF EXISTS `sma_returns`;

CREATE TABLE `sma_returns` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `reference_no` varchar(55) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `customer` varchar(55) NOT NULL,
  `biller_id` int(11) NOT NULL,
  `biller` varchar(55) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `staff_note` varchar(1000) DEFAULT NULL,
  `total` decimal(25,4) NOT NULL,
  `product_discount` decimal(25,4) DEFAULT 0.0000,
  `order_discount_id` varchar(20) DEFAULT NULL,
  `total_discount` decimal(25,4) DEFAULT 0.0000,
  `order_discount` decimal(25,4) DEFAULT 0.0000,
  `product_tax` decimal(25,4) DEFAULT 0.0000,
  `order_tax_id` int(11) DEFAULT NULL,
  `order_tax` decimal(25,4) DEFAULT 0.0000,
  `total_tax` decimal(25,4) DEFAULT 0.0000,
  `grand_total` decimal(25,4) NOT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `total_items` smallint(6) DEFAULT NULL,
  `paid` decimal(25,4) DEFAULT 0.0000,
  `surcharge` decimal(25,4) NOT NULL DEFAULT 0.0000,
  `attachment` varchar(55) DEFAULT NULL,
  `hash` varchar(255) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  `shipping` decimal(25,4) DEFAULT 0.0000,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_sale_items
#

DROP TABLE IF EXISTS `sma_sale_items`;

CREATE TABLE `sma_sale_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `sale_id` int(11) unsigned NOT NULL,
  `product_id` int(11) unsigned NOT NULL,
  `product_code` varchar(55) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `product_type` varchar(20) DEFAULT NULL,
  `option_id` int(11) DEFAULT NULL,
  `net_unit_price` decimal(25,4) NOT NULL,
  `unit_price` decimal(25,4) DEFAULT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `item_tax` decimal(25,4) DEFAULT NULL,
  `tax_rate_id` int(11) DEFAULT NULL,
  `tax` varchar(55) DEFAULT NULL,
  `discount` varchar(55) DEFAULT NULL,
  `item_discount` decimal(25,4) DEFAULT NULL,
  `subtotal` decimal(25,4) NOT NULL,
  `serial_no` varchar(255) DEFAULT NULL,
  `real_unit_price` decimal(25,4) DEFAULT NULL,
  `sale_item_id` int(11) DEFAULT NULL,
  `product_unit_id` int(11) DEFAULT NULL,
  `product_unit_code` varchar(10) DEFAULT NULL,
  `unit_quantity` decimal(15,4) NOT NULL,
  `comment` varchar(255) DEFAULT NULL,
  `gst` varchar(20) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `sale_id` (`sale_id`),
  KEY `product_id` (`product_id`),
  KEY `product_id_2` (`product_id`,`sale_id`),
  KEY `sale_id_2` (`sale_id`,`product_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2395 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20, 14, 39, '30776567', 'PLAIN SWEATERS SIZE 38', 'standard', 133, '650.0000', '650.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3250.0000', '', '650.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21, 14, 29, '86352855', 'PLAIN SWEATER SIZE 28', 'standard', 320, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (22, 15, 26, '46051194', 'PLAIN SWEATER SIZE 26', 'standard', 197, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (23, 15, 30, '21946262', 'plain sweater size 30', 'standard', 93, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (24, 16, 22, '17968457', 'PLAIN SWEATER SIZE 22', 'standard', 382, '420.0000', '420.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '840.0000', '', '420.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (25, 16, 23, '37994160', 'PLAIN SWEATERS SIZE 24', 'standard', 139, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (26, 17, 23, '37994160', 'PLAIN SWEATERS SIZE 24', 'standard', 139, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (27, 18, 23, '37994160', 'PLAIN SWEATERS SIZE 24', 'standard', 139, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (28, 19, 23, '37994160', 'PLAIN SWEATERS SIZE 24', 'standard', 141, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (29, 19, 32, '64550743', 'PLAIN SWEATER SIZE 32', 'standard', 252, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (30, 19, 34, '60633359', 'PLAIN SWEATER SIZE 34', 'standard', 224, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (31, 20, 26, '46051194', 'PLAIN SWEATER SIZE 26', 'standard', 188, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (32, 21, 22, '17968457', 'PLAIN SWEATER SIZE 22', 'standard', 389, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (33, 22, 29, '86352855', 'PLAIN SWEATER SIZE 28', 'standard', 320, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (34, 22, 30, '21946262', 'plain sweater size 30', 'standard', 104, '540.0000', '540.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1620.0000', '', '540.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (35, 22, 23, '37994160', 'PLAIN SWEATERS SIZE 24', 'standard', 150, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (39, 24, 22, '17968457', 'PLAIN SWEATER SIZE 22', 'standard', 382, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (40, 24, 47, '10407222', ' MARVINS', 'standard', 327, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (41, 25, 23, '37994160', 'PLAIN SWEATERS SIZE 24', 'standard', 155, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (43, 27, 30, '21946262', 'plain sweater size 30', 'standard', 104, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (44, 26, 47, '10407222', ' MARVINS', 'standard', 333, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (48, 23, 36, '44501722', 'PLAIN SWEATER SIZE 36', 'standard', 170, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (49, 23, 63, '25517885', 'ADULTS TSHIRTS', 'standard', 557, '290.0000', '290.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '870.0000', '', '290.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (50, 23, 51, '67406358', 'PLAIN SLEEVLESS SWETER SIZE 34', 'standard', 420, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (51, 28, 51, '67406358', 'PLAIN SLEEVLESS SWETER SIZE 34', 'standard', 420, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (52, 29, 36, '44501722', 'PLAIN SWEATER SIZE 36', 'standard', 174, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (53, 30, 29, '86352855', 'PLAIN SWEATER SIZE 28', 'standard', 325, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (54, 31, 30, '21946262', 'plain sweater size 30', 'standard', 109, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (55, 31, 23, '37994160', 'PLAIN SWEATERS SIZE 24', 'standard', 155, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (56, 31, 26, '46051194', 'PLAIN SWEATER SIZE 26', 'standard', 202, '490.0000', '490.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1470.0000', '', '490.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (57, 31, 29, '86352855', 'PLAIN SWEATER SIZE 28', 'standard', 323, '510.0000', '510.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1530.0000', '', '510.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (58, 32, 30, '21946262', 'plain sweater size 30', 'standard', 93, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (59, 32, 63, '25517885', 'ADULTS TSHIRTS', 'standard', 557, '290.0000', '290.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1450.0000', '', '290.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (60, 33, 36, '44501722', 'PLAIN SWEATER SIZE 36', 'standard', 168, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (61, 34, 26, '46051194', 'PLAIN SWEATER SIZE 26', 'standard', 200, '490.0000', '490.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2940.0000', '', '490.0000', NULL, 4, 'Pc', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (62, 34, 37, '38548971', 'STRIPED SWEATER SIZE 36', 'standard', 162, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (63, 35, 47, '10407222', ' MARVINS', 'standard', 333, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (64, 36, 26, '46051194', 'PLAIN SWEATER SIZE 26', 'standard', 199, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (65, 36, 30, '21946262', 'plain sweater size 30', 'standard', 100, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (66, 36, 27, '47227051', 'STRIPED SWEATR SIZE 26', 'standard', 208, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (67, 36, 30, '21946262', 'plain sweater size 30', 'standard', 93, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (68, 36, 32, '64550743', 'PLAIN SWEATER SIZE 32', 'standard', 251, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (69, 37, 36, '44501722', 'PLAIN SWEATER SIZE 36', 'standard', 170, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (70, 38, 29, '86352855', 'PLAIN SWEATER SIZE 28', 'standard', 319, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (71, 39, 27, '47227051', 'STRIPED SWEATR SIZE 26', 'standard', 205, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (72, 40, 27, '47227051', 'STRIPED SWEATR SIZE 26', 'standard', 205, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (73, 41, 22, '17968457', 'PLAIN SWEATER SIZE 22', 'standard', 396, '420.0000', '420.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '840.0000', '', '420.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (74, 42, 28, '49512078', 'STRIPED SWEATER SIZE 28 ', 'standard', 222, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (75, 42, 24, '77317537', 'STRIPED SWEATER SIZE 22', 'standard', 282, '450.0000', '450.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '450.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (76, 42, 25, '68610048', 'STRIPED SWEATER SIZE 24', 'standard', 244, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (77, 42, 28, '49512078', 'STRIPED SWEATER SIZE 28 ', 'standard', 215, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (78, 42, 34, '60633359', 'PLAIN SWEATER SIZE 34', 'standard', 225, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (79, 42, 36, '44501722', 'PLAIN SWEATER SIZE 36', 'standard', 170, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (80, 42, 29, '86352855', 'PLAIN SWEATER SIZE 28', 'standard', 323, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (81, 42, 29, '86352855', 'PLAIN SWEATER SIZE 28', 'standard', 320, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (82, 42, 29, '86352855', 'PLAIN SWEATER SIZE 28', 'standard', 323, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (83, 42, 22, '17968457', 'PLAIN SWEATER SIZE 22', 'standard', 383, '420.0000', '420.0000', '20.0000', 1, '0.0000', 1, '0', '0', '0.0000', '8400.0000', '', '420.0000', NULL, 4, 'Pc', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (84, 42, 62, '17641369', 'KIDS TSHIRT', 'standard', 544, '240.0000', '240.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '240.0000', '', '240.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (85, 43, 22, '17968457', 'PLAIN SWEATER SIZE 22', 'standard', 389, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (86, 43, 27, '47227051', 'STRIPED SWEATR SIZE 26', 'standard', 208, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (87, 43, 24, '77317537', 'STRIPED SWEATER SIZE 22', 'standard', 282, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (88, 43, 25, '68610048', 'STRIPED SWEATER SIZE 24', 'standard', 244, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (89, 43, 24, '77317537', 'STRIPED SWEATER SIZE 22', 'standard', 287, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (90, 44, 60, '62157189', 'Embroidery Logo', 'service', 0, '225.0000', '225.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '225.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (91, 45, 60, '62157189', 'Embroidery Logo', 'service', 0, '250.0000', '250.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '250.0000', '', '250.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (92, 46, 60, '62157189', 'Embroidery Logo', 'service', 0, '150.0000', '150.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '750.0000', '', '150.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (93, 47, 61, '22328908', 'Embroidery marking', 'service', 0, '50.0000', '50.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '50.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (94, 48, 61, '22328908', 'Embroidery marking', 'service', NULL, '50.0000', '50.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '50.0000', '', '50.0000', NULL, NULL, NULL, '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (95, 49, 60, '62157189', 'Embroidery Logo', 'service', 0, '150.0000', '150.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '300.0000', '', '150.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (96, 50, 61, '22328908', 'Embroidery marking', 'service', NULL, '50.0000', '50.0000', '22.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1100.0000', '', '50.0000', NULL, NULL, NULL, '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (97, 51, 60, '62157189', 'Embroidery Logo', 'service', 0, '150.0000', '150.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '300.0000', '', '150.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (98, 52, 60, '62157189', 'Embroidery Logo', 'service', 0, '150.0000', '150.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '300.0000', '', '150.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (99, 53, 61, '22328908', 'Embroidery marking', 'service', NULL, '50.0000', '50.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '50.0000', NULL, NULL, NULL, '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (100, 54, 61, '22328908', 'Embroidery marking', 'service', NULL, '50.0000', '50.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '150.0000', '', '50.0000', NULL, NULL, NULL, '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (101, 55, 61, '22328908', 'Embroidery marking', 'service', NULL, '50.0000', '50.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '150.0000', '', '50.0000', NULL, NULL, NULL, '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (102, 56, 60, '62157189', 'Embroidery Logo', 'service', NULL, '200.0000', '200.0000', '12.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2400.0000', '', '200.0000', NULL, NULL, NULL, '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (103, 57, 61, '22328908', 'Embroidery marking', 'service', 0, '70.0000', '70.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '70.0000', '', '70.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (104, 58, 76, '45799187', 'STRIPED SWEATER SIZE 30', 'standard', 709, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (105, 58, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 632, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (106, 59, 81, '04922238', 'PLAIN SWEATER SIZE 36', 'standard', 774, '630.0000', '630.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1890.0000', '', '630.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (107, 59, 83, '33727909', 'PLAIN SWEATER SIZE 38', 'standard', 802, '650.0000', '650.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3250.0000', '', '650.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (108, 60, 81, '04922238', 'PLAIN SWEATER SIZE 36', 'standard', 763, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (109, 60, 74, '58505902', 'PLAIN SWEATER SIZE 28', 'standard', 681, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (110, 60, 83, '33727909', 'PLAIN SWEATER SIZE 38', 'standard', 802, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (111, 60, 76, '45799187', 'STRIPED SWEATER SIZE 30', 'standard', 703, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (118, 63, 67, '55642863', 'PLAIN SWEATER SIZE 22', 'standard', 586, '420.0000', '420.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2520.0000', '', '420.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (119, 63, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 612, '460.0000', '460.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2300.0000', '', '460.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (120, 63, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 640, '490.0000', '490.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1470.0000', '', '490.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (121, 63, 74, '58505902', 'PLAIN SWEATER SIZE 28', 'standard', 675, '510.0000', '510.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1530.0000', '', '510.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (122, 63, 75, '99187154', 'PLAIN SWEATER SIZE 30', 'standard', 699, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (128, 62, 100, '75028015', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '240.0000', 'rass', '60.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (129, 62, 100, '75028015', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '94.0000', 1, '0.0000', 1, '0', '0', '0.0000', '5640.0000', 'track logo', '60.0000', NULL, 4, 'Pc', '94.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (130, 62, 100, '75028015', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '59.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3540.0000', 'freece red', '60.0000', NULL, 4, 'Pc', '59.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (131, 62, 100, '75028015', 'Embroidery Logo', 'service', 0, '90.0000', '90.0000', '60.0000', 1, '0.0000', 1, '0', '0', '0.0000', '5400.0000', 'tshirts', '90.0000', NULL, 4, 'Pc', '60.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (132, 62, 100, '75028015', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '22.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1320.0000', 'nawiri   junior', '60.0000', NULL, 4, 'Pc', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (133, 64, 85, '57082232', 'MARVINS', 'standard', 822, '80.0000', '80.0000', '30.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2400.0000', '', '80.0000', NULL, 4, 'Pc', '30.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (134, 65, 75, '99187154', 'PLAIN SWEATER SIZE 30', 'standard', 687, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (135, 66, 77, '67466475', 'PLAIN SWEATER SIZE 32', 'standard', 716, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (136, 67, 74, '58505902', 'PLAIN SWEATER SIZE 28', 'standard', 669, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (137, 67, 79, '74949490', 'PLAIN SWEATER SIZE 34', 'standard', 741, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (141, 69, 81, '04922238', 'PLAIN SWEATER SIZE 36', 'standard', 763, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (142, 70, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 603, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (143, 71, 104, '33300347', 'PLAIN SLEEVLESS SWEATER SIZE 36', 'standard', 1041, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (144, 68, 74, '58505902', 'PLAIN SWEATER SIZE 28', 'standard', 666, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (145, 68, 75, '99187154', 'PLAIN SWEATER SIZE 30', 'standard', 683, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (146, 68, 77, '67466475', 'PLAIN SWEATER SIZE 32', 'standard', 711, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (147, 72, 100, '75028015', 'Embroidery Logo', 'service', 0, '5570.0000', '5570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '5570.0000', '', '5570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (148, 73, 100, '75028015', 'Embroidery Logo', 'service', 0, '3050.0000', '3050.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3050.0000', '', '3050.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (151, 74, 100, '75028015', 'Embroidery Logo', 'service', 0, '1770.0000', '1770.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1770.0000', '', '1770.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (152, 75, 100, '75028015', 'Embroidery Logo', 'service', 0, '4740.0000', '4740.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4740.0000', '', '4740.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (153, 76, 100, '75028015', 'Embroidery Logo', 'service', 0, '9900.0000', '9900.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '9900.0000', '', '9900.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (154, 77, 100, '75028015', 'Embroidery Logo', 'service', 0, '9020.0000', '9020.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '9020.0000', '', '9020.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (155, 78, 100, '75028015', 'Embroidery Logo', 'service', 0, '13630.0000', '13630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '13630.0000', '', '13630.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (156, 79, 100, '75028015', 'Embroidery Logo', 'service', 0, '3975.0000', '3975.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3975.0000', '', '3975.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (157, 80, 100, '75028015', 'Embroidery Logo', 'service', 0, '8200.0000', '8200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '8200.0000', '', '8200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (158, 81, 100, '75028015', 'Embroidery Logo', 'service', 0, '6940.0000', '6940.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '6940.0000', '', '6940.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (159, 82, 100, '75028015', 'Embroidery Logo', 'service', 0, '6190.0000', '6190.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '6190.0000', '', '6190.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (160, 83, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 644, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (161, 84, 68, '93678803', 'STRIPPED  SWEATER SIZE 22', 'standard', 596, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (162, 84, 104, '33300347', 'PLAIN SLEEVLESS SWEATER SIZE 36', 'standard', 1041, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '40', '40.0000', '590.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (163, 85, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 'standard', 645, '510.0000', '510.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2040.0000', '', '510.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (164, 86, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 'standard', 660, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (165, 87, 100, '75028015', 'Embroidery Logo', 'service', NULL, '200.0000', '200.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '200.0000', NULL, NULL, NULL, '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (166, 88, 100, '75028015', 'Embroidery Logo', 'service', NULL, '200.0000', '200.0000', '28.0000', 1, '0.0000', 1, '0', '0', '0.0000', '5600.0000', '', '200.0000', NULL, NULL, NULL, '28.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (167, 89, 100, '75028015', 'Embroidery Logo', 'service', 0, '6700.0000', '6700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '6700.0000', '', '6700.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (168, 90, 100, '75028015', 'Embroidery Logo', 'service', 0, '7300.0000', '7300.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '7300.0000', '', '7300.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (169, 91, 100, '75028015', 'Embroidery Logo', 'service', NULL, '200.0000', '200.0000', '8.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1600.0000', '', '200.0000', NULL, NULL, NULL, '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (170, 92, 100, '75028015', 'Embroidery Logo', 'service', 0, '1350.0000', '1350.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1350.0000', '', '1350.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (171, 93, 100, '75028015', 'Embroidery Logo', 'service', 0, '7530.0000', '7530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '7530.0000', '', '7530.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (173, 95, 100, '75028015', 'Embroidery Logo', 'service', 0, '5810.0000', '5810.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '5810.0000', '', '5810.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (177, 97, 89, '34750754', 'ADULT TSHIRTS', 'standard', 880, '290.0000', '290.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '290.0000', '', '290.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (178, 98, 74, '58505902', 'PLAIN SWEATER SIZE 28', 'standard', 677, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (179, 99, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 'standard', 623, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (180, 100, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 614, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (181, 100, 75, '99187154', 'PLAIN SWEATER SIZE 30', 'standard', 693, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (182, 101, 85, '57082232', 'MARVINS', 'standard', 821, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (183, 102, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 633, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (184, 103, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 616, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (191, 104, 80, '84932719', 'STRIPPED SWEATER SIZE 34', 'standard', 759, '620.0000', '620.0000', '4.0000', 1, '0.0000', 1, '0', '', '0.0000', '2480.0000', '', '620.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (192, 104, 82, '35420143', 'STRIPPED SWEATER SIZE 36', 'standard', 787, '650.0000', '650.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1300.0000', '', '650.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (193, 104, 84, '77194040', 'STRIPPED SWEATER SIZE 38', 'standard', 815, '670.0000', '670.0000', '4.0000', 1, '0.0000', 1, '0', '', '0.0000', '2680.0000', '', '670.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (194, 105, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 'standard', 650, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (195, 105, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 'standard', 624, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (196, 105, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 'standard', 660, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (197, 105, 78, '67901865', 'STRIPPED SWEATER SIZE 32', 'standard', 729, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (198, 105, 80, '84932719', 'STRIPPED SWEATER SIZE 34', 'standard', 758, '620.0000', '620.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1240.0000', '', '620.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (199, 106, 77, '67466475', 'PLAIN SWEATER SIZE 32', 'standard', 711, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (200, 106, 79, '74949490', 'PLAIN SWEATER SIZE 34', 'standard', 737, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (201, 107, 85, '57082232', 'MARVINS', 'standard', 820, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (203, 108, 100, '75028015', 'Embroidery Logo', 'service', 0, '2500.0000', '2500.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2500.0000', '', '2500.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (204, 109, 100, '75028015', 'Embroidery Logo', 'service', 0, '5700.0000', '5700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '5700.0000', '', '5700.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (205, 110, 100, '75028015', 'Embroidery Logo', 'service', NULL, '200.0000', '200.0000', '11.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2200.0000', '', '200.0000', NULL, NULL, NULL, '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (206, 111, 100, '75028015', 'Embroidery Logo', 'service', 0, '7860.0000', '7860.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '7860.0000', '', '7860.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (207, 112, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 639, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (208, 113, 77, '67466475', 'PLAIN SWEATER SIZE 32', 'standard', 710, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (209, 114, 77, '67466475', 'PLAIN SWEATER SIZE 32', 'standard', 716, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (210, 115, 74, '58505902', 'PLAIN SWEATER SIZE 28', 'standard', 676, '510.0000', '510.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '1530.0000', '', '510.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (211, 116, 100, '75028015', 'Embroidery Logo', 'service', 0, '2050.0000', '2050.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2050.0000', '', '2050.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (212, 116, 100, '75028015', 'Embroidery Logo', 'service', 0, '7750.0000', '7750.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '7750.0000', '', '7750.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (216, 117, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 614, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (217, 117, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 630, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (218, 117, 85, '57082232', 'MARVINS', 'standard', 818, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (219, 117, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 629, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (224, 119, 100, '75028015', 'Embroidery Logo', 'service', 0, '1250.0000', '1250.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1250.0000', '', '1250.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (225, 120, 85, '57082232', 'MARVINS', 'standard', 821, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (226, 121, 85, '57082232', 'MARVINS', 'standard', 818, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (227, 122, 83, '33727909', 'PLAIN SWEATER SIZE 38', 'standard', 792, '650.0000', '650.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1300.0000', '', '650.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (228, 123, 100, '75028015', 'Embroidery Logo', 'service', 0, '3910.0000', '3910.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3910.0000', '', '3910.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (229, 124, 79, '74949490', 'PLAIN SWEATER SIZE 34', 'standard', 749, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (230, 125, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 614, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (231, 125, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 639, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (232, 126, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 'standard', 623, '480.0000', '480.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '960.0000', '', '480.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (233, 126, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 'standard', 658, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (234, 126, 80, '84932719', 'STRIPPED SWEATER SIZE 34', 'standard', 757, '620.0000', '620.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '620.0000', '', '620.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (235, 96, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 'standard', 659, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (236, 96, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 'standard', 647, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (237, 96, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 'standard', 622, '480.0000', '480.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '960.0000', '', '480.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (238, 127, 75, '99187154', 'PLAIN SWEATER SIZE 30', 'standard', 698, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (239, 127, 79, '74949490', 'PLAIN SWEATER SIZE 34', 'standard', 739, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (240, 128, 100, '75028015', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '180.0000', '', '60.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (241, 128, 100, '75028015', 'Embroidery Logo', 'service', 0, '150.0000', '150.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '750.0000', '', '150.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (242, 128, 100, '75028015', 'Embroidery Logo', 'service', 0, '100.0000', '100.0000', '13.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1300.0000', '', '100.0000', NULL, 4, 'Pc', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (243, 128, 100, '75028015', 'Embroidery Logo', 'service', 0, '1070.0000', '1070.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1070.0000', '', '1070.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (244, 129, 83, '33727909', 'PLAIN SWEATER SIZE 38', 'standard', 791, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (245, 130, 85, '57082232', 'MARVINS', 'standard', 817, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (246, 131, 85, '57082232', 'MARVINS', 'standard', 824, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (247, 132, 77, '67466475', 'PLAIN SWEATER SIZE 32', 'standard', 720, '570.0000', '570.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '1710.0000', '', '570.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (248, 133, 74, '58505902', 'PLAIN SWEATER SIZE 28', 'standard', 669, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (249, 133, 75, '99187154', 'PLAIN SWEATER SIZE 30', 'standard', 687, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (250, 134, 100, '75028015', 'Embroidery Logo', 'service', 0, '2160.0000', '2160.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2160.0000', '', '2160.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (251, 134, 100, '75028015', 'Embroidery Logo', 'service', 0, '50.0000', '50.0000', '37.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1850.0000', '', '50.0000', NULL, 4, 'Pc', '37.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (252, 134, 100, '75028015', 'Embroidery Logo', 'service', 0, '70.0000', '70.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '70.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (253, 135, 67, '55642863', 'PLAIN SWEATER SIZE 22', 'standard', 577, '420.0000', '420.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '840.0000', '', '420.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (254, 135, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 604, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (255, 135, 74, '58505902', 'PLAIN SWEATER SIZE 28', 'standard', 666, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (256, 136, 90, '27447770', 'KIDS TSHIRTS', 'standard', 892, '240.0000', '240.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '240.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (257, 137, 85, '57082232', 'MARVINS', 'standard', 818, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (258, 138, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 'standard', 628, '480.0000', '480.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2400.0000', '', '480.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (259, 138, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 'standard', 654, '510.0000', '510.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2550.0000', '', '510.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (260, 138, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 'standard', 664, '530.0000', '530.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2650.0000', '', '530.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (261, 138, 76, '45799187', 'STRIPPED SWEATER SIZE 30', 'standard', 709, '560.0000', '560.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2800.0000', '', '560.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (262, 138, 78, '67901865', 'STRIPPED SWEATER SIZE 32', 'standard', 735, '590.0000', '590.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1180.0000', '', '590.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (263, 139, 100, '75028015', 'Embroidery Logo', 'service', 0, '1100.0000', '1100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1100.0000', '', '1100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (264, 140, 100, '75028015', 'Embroidery Logo', 'service', 0, '1340.0000', '1340.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1340.0000', '', '1340.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (265, 140, 100, '75028015', 'Embroidery Logo', 'service', 0, '230.0000', '230.0000', '30.0000', 1, '0.0000', 1, '0', '0', '0.0000', '6900.0000', '', '230.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (266, 141, 75, '99187154', 'PLAIN SWEATER SIZE 30', 'standard', 698, '540.0000', '540.0000', '4.0000', 1, '0.0000', 1, '0', '', '0.0000', '2160.0000', '', '540.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (267, 142, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 638, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (268, 143, 68, '93678803', 'STRIPPED  SWEATER SIZE 22', 'standard', 595, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (269, 143, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 'standard', 622, '480.0000', '480.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '960.0000', '', '480.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (270, 143, 72, '55828539', 'STRIPPED SWEATER SIZE 26', 'standard', 647, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (271, 143, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 'standard', 659, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (272, 143, 76, '45799187', 'STRIPPED SWEATER SIZE 30', 'standard', 703, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (273, 143, 78, '67901865', 'STRIPPED SWEATER SIZE 32', 'standard', 730, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (274, 144, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 635, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (275, 144, 75, '99187154', 'PLAIN SWEATER SIZE 30', 'standard', 689, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (276, 145, 85, '57082232', 'MARVINS', 'standard', 817, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (277, 146, 74, '58505902', 'PLAIN SWEATER SIZE 28', 'standard', 677, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (278, 146, 81, '04922238', 'PLAIN SWEATER SIZE 36', 'standard', 773, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (279, 146, 85, '57082232', 'MARVINS', 'standard', 822, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (280, 147, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 609, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (281, 148, 67, '55642863', 'PLAIN SWEATER SIZE 22', 'standard', 576, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (282, 149, 67, '55642863', 'PLAIN SWEATER SIZE 22', 'standard', 580, '420.0000', '420.0000', '10.0000', 1, '0.0000', 1, '0', '', '0.0000', '4200.0000', '', '420.0000', NULL, 4, 'Pc', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (283, 149, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 607, '460.0000', '460.0000', '5.0000', 1, '0.0000', 1, '0', '', '0.0000', '2300.0000', '', '460.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (288, 150, 100, '75028015', 'Embroidery Logo', 'service', 0, '1230.0000', '1230.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1230.0000', '', '1230.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (289, 150, 100, '75028015', 'Embroidery Logo', 'service', 0, '70.0000', '70.0000', '40.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2800.0000', '', '70.0000', NULL, 4, 'Pc', '40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (290, 150, 100, '75028015', 'Embroidery Logo', 'service', 0, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (297, 151, 79, '74949490', 'PLAIN SWEATER SIZE 34', 'standard', 737, '600.0000', '600.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3000.0000', '', '600.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (298, 151, 81, '04922238', 'PLAIN SWEATER SIZE 36', 'standard', 763, '630.0000', '630.0000', '20.0000', 1, '0.0000', 1, '0', '0', '0.0000', '12600.0000', '', '630.0000', NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (299, 151, 83, '33727909', 'PLAIN SWEATER SIZE 38', 'standard', 791, '650.0000', '650.0000', '14.0000', 1, '0.0000', 1, '0', '0', '0.0000', '9100.0000', '', '650.0000', NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (300, 151, 107, '57285449', 'PLAIN SWEATER SIZE 40', 'standard', 1065, '750.0000', '750.0000', '12.0000', 1, '0.0000', 1, '0', '0', '0.0000', '9000.0000', '', '750.0000', NULL, 4, 'Pc', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (301, 151, 108, '08702336', 'PLAIN SWEATER SIZE 42', 'standard', 1081, '850.0000', '850.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4250.0000', '', '850.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (306, 153, 79, '74949490', 'PLAIN SWEATER SIZE 34', 'standard', 737, '600.0000', '600.0000', '8.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4800.0000', '', '600.0000', NULL, 4, 'Pc', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (307, 153, 81, '04922238', 'PLAIN SWEATER SIZE 36', 'standard', 763, '630.0000', '630.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3780.0000', '', '630.0000', NULL, 4, 'Pc', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (308, 154, 85, '57082232', 'MARVINS', 'standard', 822, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (309, 155, 67, '55642863', 'PLAIN SWEATER SIZE 22', 'standard', 577, '420.0000', '420.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2100.0000', '', '420.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (310, 155, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 630, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (314, 157, 75, '99187154', 'PLAIN SWEATER SIZE 30', 'standard', 682, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (316, 159, 100, '75028015', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '40.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2400.0000', '', '60.0000', NULL, 4, 'Pc', '40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (317, 160, 100, '75028015', 'Embroidery Logo', 'service', 0, '150.0000', '150.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '150.0000', '', '150.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (318, 161, 100, '75028015', 'Embroidery Logo', 'service', 0, '30.0000', '30.0000', '24.0000', 1, '0.0000', 1, '0', '0', '0.0000', '720.0000', '', '30.0000', NULL, 4, 'Pc', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (319, 162, 100, '75028015', 'Embroidery Logo', 'service', 0, '2050.0000', '2050.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2050.0000', '', '2050.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (320, 156, 100, '75028015', 'Embroidery Logo', 'service', 0, '30.0000', '30.0000', '72.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2160.0000', '', '30.0000', NULL, 4, 'Pc', '72.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (321, 163, 100, '75028015', 'Embroidery Logo', 'service', 0, '70.0000', '70.0000', '12.0000', 1, '0.0000', 1, '0', '0', '0.0000', '840.0000', '', '70.0000', NULL, 4, 'Pc', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (322, 164, 100, '75028015', 'Embroidery Logo', 'service', 0, '550.0000', '550.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '550.0000', '', '550.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (323, 158, 100, '75028015', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '94.0000', 1, '0.0000', 1, '0', '0', '0.0000', '5640.0000', '', '60.0000', NULL, 4, 'Pc', '94.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (327, 166, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 618, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (328, 167, 77, '67466475', 'PLAIN SWEATER SIZE 32', 'standard', 725, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (344, 178, 80, '84932719', 'STRIPPED SWEATER SIZE 34', 'standard', 762, '620.0000', '620.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '620.0000', '', '620.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (345, 175, 100, '75028015', 'Embroidery Logo', 'service', 0, '2500.0000', '2500.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2500.0000', '', '2500.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (346, 179, 100, '75028015', 'Embroidery Logo', 'service', 0, '2520.0000', '2520.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2520.0000', '', '2520.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (347, 180, 100, '75028015', 'Embroidery Logo', 'service', 0, '90.0000', '90.0000', '16.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1440.0000', '', '90.0000', NULL, 4, 'Pc', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (350, 182, 100, '75028015', 'Embroidery Logo', 'service', 0, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (351, 183, 100, '75028015', 'Embroidery Logo', 'service', 0, '1750.0000', '1750.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1750.0000', '', '1750.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (352, 184, 100, '75028015', 'Embroidery Logo', 'service', 0, '30.0000', '30.0000', '24.0000', 1, '0.0000', 1, '0', '0', '0.0000', '720.0000', '', '30.0000', NULL, 4, 'Pc', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (353, 165, 100, '75028015', 'Embroidery Logo', 'service', 0, '5600.0000', '5600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '5600.0000', '', '5600.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (354, 185, 83, '33727909', 'PLAIN SWEATER SIZE 38', 'standard', 792, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (355, 186, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 632, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (356, 187, 85, '57082232', 'MARVINS', 'standard', 818, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (359, 188, 86, '33793545', 'AZURE MARVINS', 'standard', 832, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (361, 189, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 629, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (363, 190, 86, '33793545', 'AZURE MARVINS', 'standard', 832, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (366, 191, 85, '57082232', 'MARVINS', 'standard', 821, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (367, 191, 85, '57082232', 'MARVINS', 'standard', 824, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (369, 192, 85, '57082232', 'MARVINS', 'standard', 821, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (371, 193, 85, '57082232', 'MARVINS', 'standard', 817, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (373, 194, 83, '33727909', 'PLAIN SWEATER SIZE 38', 'standard', 792, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (382, 195, 75, '99187154', 'PLAIN SWEATER SIZE 30', 'standard', 683, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (383, 195, 74, '58505902', 'PLAIN SWEATER SIZE 28', 'standard', 666, '510.0000', '510.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1530.0000', '', '510.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (384, 195, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 630, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (385, 195, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 613, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (387, 196, 86, '33793545', 'AZURE MARVINS', 'standard', 832, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (388, 181, 104, '33300347', 'PLAIN SLEEVELESS SWEATER SIZE 36', 'standard', 1041, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (390, 197, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 'standard', 658, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (392, 198, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 613, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (394, 199, 75, '99187154', 'PLAIN SWEATER SIZE 30', 'standard', 687, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (396, 200, 85, '57082232', 'MARVINS', 'standard', 830, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (397, 201, 100, '75028015', 'Embroidery Logo', 'service', 0, '2020.0000', '2020.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2020.0000', '', '2020.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (398, 202, 100, '75028015', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '35.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2100.0000', '', '60.0000', NULL, 4, 'Pc', '35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (399, 203, 100, '75028015', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '360.0000', '', '60.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (400, 204, 78, '67901865', 'STRIPPED SWEATER SIZE 32', 'standard', 730, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (401, 205, 81, '04922238', 'PLAIN SWEATER SIZE 36', 'standard', 766, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (402, 206, 85, '57082232', 'MARVINS', 'standard', 818, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (403, 207, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 638, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (404, 208, 70, '98884734', 'STRIPPED SWEATER SIZE 24', 'standard', 623, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (405, 208, 85, '57082232', 'MARVINS', 'standard', 818, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (406, 209, 71, '82610024', 'PLAIN SWEATER SIZE 26', 'standard', 635, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (407, 210, 80, '84932719', 'STRIPPED SWEATER SIZE 34', 'standard', 762, '620.0000', '620.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1240.0000', '', '620.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (408, 210, 82, '35420143', 'STRIPPED SWEATER SIZE 36', 'standard', 789, '650.0000', '650.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2600.0000', '', '650.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (409, 211, 73, '25224418', 'STRIPPED SWEATER SIZE 28', 'standard', 661, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (410, 212, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 605, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (411, 213, 69, '34018336', 'PLAIN SWEATER SIZE 24 ', 'standard', 616, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (412, 214, 100, '75028015', 'Embroidery Logo', 'service', 0, '1150.0000', '1150.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1150.0000', '', '1150.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (413, 215, 100, '75028015', 'Embroidery Logo', 'service', 0, '250.0000', '250.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '250.0000', '', '250.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (414, 216, 100, '75028015', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (415, 217, 100, '75028015', 'Embroidery Logo', 'service', 0, '1250.0000', '1250.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1250.0000', '', '1250.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (416, 218, 100, '75028015', 'Embroidery Logo', 'service', 0, '1150.0000', '1150.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1150.0000', '', '1150.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (417, 219, 100, '75028015', 'Embroidery Logo', 'service', 0, '4300.0000', '4300.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4300.0000', '', '4300.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (418, 220, 100, '75028015', 'Embroidery Logo', 'service', 0, '100.0000', '100.0000', '15.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1500.0000', '', '100.0000', NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (420, 222, 100, '75028015', 'Embroidery Logo', 'service', 0, '1600.0000', '1600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1600.0000', '', '1600.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (422, 223, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (424, 224, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (425, 225, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (426, 226, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1182, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (427, 227, 100, '11110120', 'Embroidery Logo', 'service', 0, '500.0000', '500.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '500.0000', '', '500.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (428, 228, 100, '11110120', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '62.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3720.0000', '', '60.0000', NULL, 4, 'Pc', '62.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (429, 229, 100, '11110120', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '64.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3840.0000', '', '60.0000', NULL, 4, 'Pc', '64.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (430, 230, 100, '11110120', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '7.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '60.0000', NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (431, 231, 100, '11110120', 'Embroidery Logo', 'service', 0, '70.0000', '70.0000', '30.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2100.0000', '', '70.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (432, 232, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1259, '600.0000', '600.0000', '7.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4200.0000', '', '600.0000', NULL, 4, 'Pc', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (433, 233, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1219, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (434, 234, 85, '11111402', 'MARVINS', 'standard', 818, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (435, 235, 86, '11111403', 'AZURE MARVINS', 'standard', 832, '200.0000', '200.0000', '20.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4000.0000', '', '200.0000', NULL, 4, 'Pc', '20.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (436, 236, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (437, 237, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1477, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (438, 237, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1489, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (439, 238, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1220, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (441, 239, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1243, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (442, 240, 85, '11111402', 'MARVINS', 'standard', 817, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (443, 240, 85, '11111402', 'MARVINS', 'standard', 822, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (444, 221, 100, '75028015', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (445, 241, 100, '11110120', 'Embroidery Logo', 'service', 0, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (446, 242, 100, '11110120', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '25.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1500.0000', '', '60.0000', NULL, 4, 'Pc', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (447, 243, 100, '11110120', 'Embroidery Logo', 'service', 0, '70.0000', '70.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '70.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (448, 244, 100, '11110120', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '300.0000', '', '60.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (449, 245, 100, '11110120', 'Embroidery Logo', 'service', 0, '50.0000', '50.0000', '20.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1000.0000', '', '50.0000', NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (450, 246, 100, '11110120', 'Embroidery Logo', 'service', 0, '80.0000', '80.0000', '54.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4320.0000', '', '80.0000', NULL, 4, 'Pc', '54.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (451, 247, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1288, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (452, 248, 100, '11110120', 'Embroidery Logo', 'service', 0, '310.0000', '310.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '310.0000', '', '310.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (453, 249, 100, '11110120', 'Embroidery Logo', 'service', 0, '50.0000', '50.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '500.0000', '', '50.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (454, 250, 100, '11110120', 'Embroidery Logo', 'service', 0, '80.0000', '80.0000', '47.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3760.0000', '', '80.0000', NULL, 4, 'Pc', '47.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (455, 251, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (456, 252, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1188, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (461, 253, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1298, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (462, 253, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1281, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (463, 253, 130, '11111009', 'PLAIN SHORT SLEEVE SIZE 38', 'standard', 1434, '610.0000', '610.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1830.0000', '', '610.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (464, 253, 129, '11111008', 'PLAIN SHORT SLEEVE SIZE 36', 'standard', 1417, '590.0000', '590.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1180.0000', '', '590.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (473, 254, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 1516, '620.0000', '620.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '6200.0000', '', '620.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (474, 254, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 1528, '650.0000', '650.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '6500.0000', '', '650.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (475, 254, 139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 'standard', 1540, '670.0000', '670.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '6700.0000', '', '670.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (476, 254, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1166, '420.0000', '420.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2100.0000', '', '420.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (477, 254, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1185, '460.0000', '460.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2300.0000', '', '460.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (478, 254, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1200, '490.0000', '490.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2450.0000', '', '490.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (479, 254, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1217, '510.0000', '510.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2550.0000', '', '510.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (480, 254, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1234, '540.0000', '540.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2700.0000', '', '540.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (481, 255, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1800.0000', '', '600.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (482, 255, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1890.0000', '', '630.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (483, 255, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1272, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (484, 256, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1247, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (485, 257, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1461, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (486, 258, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (487, 258, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (488, 258, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1272, '650.0000', '650.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2600.0000', '', '650.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (500, 266, 100, '11110120', 'Embroidery Logo', 'service', 0, '3210.0000', '3210.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3210.0000', '', '3210.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (501, 265, 100, '11110120', 'Embroidery Logo', 'service', NULL, '200.0000', '200.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '200.0000', NULL, NULL, NULL, '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (502, 267, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (503, 268, 87, '11111401', 'LEGWARMERS', 'standard', 835, '200.0000', '200.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '800.0000', '', '200.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (504, 269, 100, '11110120', 'Embroidery Logo', 'service', 0, '1450.0000', '1450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1450.0000', '', '1450.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (505, 270, 100, '11110120', 'Embroidery Logo', 'service', 0, '50.0000', '50.0000', '7.0000', 1, '0.0000', 1, '0', '0', '0.0000', '350.0000', '', '50.0000', NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (506, 271, 100, '11110120', 'Embroidery Logo', 'service', 0, '70.0000', '70.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '70.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (508, 152, 100, '75028015', 'Embroidery Logo', 'service', 0, '280.0000', '280.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '280.0000', '', '280.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (509, 152, 100, '11110120', 'Embroidery Logo', 'service', 0, '50.0000', '50.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '50.0000', '', '50.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (510, 272, 100, '11110120', 'Embroidery Logo', 'service', 0, '30.0000', '30.0000', '80.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2400.0000', '', '30.0000', NULL, 4, 'Pc', '80.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (511, 273, 100, '11110120', 'Embroidery Logo', 'service', 0, '220.0000', '220.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '220.0000', '', '220.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (512, 274, 100, '11110120', 'Embroidery Logo', 'service', 0, '100.0000', '100.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '500.0000', '', '100.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (513, 275, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1156, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (514, 276, 100, '11110120', 'Embroidery Logo', 'service', 0, '760.0000', '760.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '760.0000', '', '760.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (515, 277, 100, '11110120', 'Embroidery Logo', 'service', 0, '40.0000', '40.0000', '324.0000', 1, '0.0000', 1, '0', '0', '0.0000', '12960.0000', '', '40.0000', NULL, 4, 'Pc', '324.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (516, 278, 100, '11110120', 'Embroidery Logo', 'service', 0, '190.0000', '190.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '190.0000', '', '190.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (517, 279, 100, '11110120', 'Embroidery Logo', 'service', 0, '40.0000', '40.0000', '14.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '40.0000', NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (518, 280, 100, '11110120', 'Embroidery Logo', 'service', 0, '120.0000', '120.0000', '53.0000', 1, '0.0000', 1, '0', '0', '0.0000', '6360.0000', '', '120.0000', NULL, 4, 'Pc', '53.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (519, 281, 100, '11110120', 'Embroidery Logo', 'service', 0, '150.0000', '150.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '150.0000', '', '150.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (520, 282, 100, '11110120', 'Embroidery Logo', 'service', 0, '200.0000', '200.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '400.0000', '', '200.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (521, 283, 100, '11110120', 'Embroidery Logo', 'service', 0, '50.0000', '50.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '150.0000', '', '50.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (522, 284, 100, '11110120', 'Embroidery Logo', 'service', 0, '40.0000', '40.0000', '100.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4000.0000', '', '40.0000', NULL, 4, 'Pc', '100.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (523, 285, 100, '11110120', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '180.0000', '', '60.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (524, 286, 100, '11110120', 'Embroidery Logo', 'service', 0, '120.0000', '120.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '120.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (525, 287, 100, '11110120', 'Embroidery Logo', 'service', 0, '60.0000', '60.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (526, 288, 100, '11110120', 'Embroidery Logo', 'service', 0, '70.0000', '70.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '280.0000', '', '70.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (527, 289, 153, '11111402', 'MARVINS', 'standard', 1767, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (528, 290, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 1518, '620.0000', '620.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1240.0000', '', '620.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (529, 290, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 1530, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (530, 291, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (531, 292, 100, '11110120', 'Embroidery Logo', 'service', 0, '1260.0000', '1260.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1260.0000', '', '1260.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (532, 293, 100, '11110120', 'Embroidery Logo', 'service', 0, '70.0000', '70.0000', '26.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1820.0000', '', '70.0000', NULL, 4, 'Pc', '26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (533, 294, 100, '11110120', 'Embroidery Logo', 'service', 0, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (534, 295, 100, '11110120', 'Embroidery Logo', 'service', 0, '80.0000', '80.0000', '35.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2800.0000', '', '80.0000', NULL, 4, 'Pc', '35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (535, 296, 100, '11110120', 'Embroidery Logo', 'service', 0, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (536, 297, 100, '11110120', 'Embroidery Logo', 'service', 0, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (537, 298, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1498, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (538, 299, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1256, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (539, 300, 153, '11111402', 'MARVINS', 'standard', 1762, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (540, 301, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1504, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (541, 302, 153, '11111402', 'MARVINS', 'standard', 1755, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (542, 302, 153, '11111402', 'MARVINS', 'standard', 1759, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (543, 303, 100, '11110120', 'Embroidery Logo', 'service', NULL, '200.0000', '200.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '400.0000', '', '200.0000', NULL, NULL, NULL, '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (544, 304, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.0000', '90.0000', '45.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4050.0000', '', '90.0000', NULL, 4, 'Pc', '45.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (545, 305, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.0000', '90.0000', '82.0000', 1, '0.0000', 1, '0', '0', '0.0000', '7380.0000', '', '90.0000', NULL, 4, 'Pc', '82.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (546, 306, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.0000', '90.0000', '204.0000', 1, '0.0000', 1, '0', '0', '0.0000', '18360.0000', '', '90.0000', NULL, 4, 'Pc', '204.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (547, 307, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1473, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (550, 310, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1247, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (551, 311, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.0000', '90.0000', '22.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1980.0000', '', '90.0000', NULL, 4, 'Pc', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (552, 312, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.0000', '90.0000', '50.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4500.0000', '', '90.0000', NULL, 4, 'Pc', '50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (553, 313, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (554, 313, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (555, 313, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1247, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (556, 313, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1264, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (557, 314, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1173, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (558, 315, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (559, 316, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '1890.0000', '', '630.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (560, 316, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '5.0000', 1, '0.0000', 1, '0', '', '0.0000', '3000.0000', '', '600.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (561, 316, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '4.0000', 1, '0.0000', 1, '0', '', '0.0000', '2280.0000', '', '570.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (562, 316, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '1620.0000', '', '540.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (563, 316, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '1530.0000', '', '510.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (564, 316, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1187, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (565, 316, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1251, '570.0000', '570.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '1710.0000', '', '570.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (566, 316, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1234, '540.0000', '540.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '1620.0000', '', '540.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (567, 316, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1185, '460.0000', '460.0000', '4.0000', 1, '0.0000', 1, '0', '', '0.0000', '1840.0000', '', '460.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (568, 316, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1293, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (569, 316, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1259, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (570, 316, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1242, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (571, 316, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1225, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (572, 317, 100, '11110120', 'Embroidery Logo', 'service', 0, '2940.0000', '2940.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2940.0000', '', '2940.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (573, 318, 100, '11110120', 'Embroidery Logo', 'service', 0, '80.0000', '80.0000', '60.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4800.0000', '', '80.0000', NULL, 4, 'Pc', '60.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (574, 319, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (575, 320, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1166, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (578, 323, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '26.0000', 1, '212.6800', 2, '10%', '0', '0.0000', '2340.0000', '', '90.0000', NULL, 4, 'Pc', '26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (579, 324, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (580, 325, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '22.0000', 1, '179.9600', 2, '10%', '0', '0.0000', '1980.0000', '', '90.0000', NULL, 4, 'Pc', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (581, 326, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '44.0000', 1, '359.9200', 2, '10%', '0', '0.0000', '3960.0000', '', '90.0000', NULL, 4, 'Pc', '44.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (582, 327, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '5.0000', 1, '31.8000', 2, '10%', '0', '0.0000', '350.0000', '', '70.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (587, 328, 155, '11111310', 'STRIPPED SHORTSLEEVE SIZE 40', 'standard', 1834, '730.0000', '730.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4380.0000', '', '730.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (588, 328, 148, '11111309', 'STRIPPED SHORTSLEEVE SIZE 38', 'standard', 1847, '630.0000', '630.0000', '19.0000', 1, '0.0000', 1, '0', '0', '0.0000', '11970.0000', '', '630.0000', NULL, 4, 'Pc', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (589, 328, 147, '11111308', 'STRIPPED SHORTSLEEVE SIZE 36', 'standard', 1846, '610.0000', '610.0000', '8.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4880.0000', '', '610.0000', NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (590, 328, 146, '11111307', 'STRIPPED SHORTSLEEVE SIZE 34', 'standard', 1848, '580.0000', '580.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3480.0000', '', '580.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (591, 329, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (592, 330, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1205, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (593, 330, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (594, 331, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1174, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (595, 331, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1191, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (596, 332, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1259, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (597, 333, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (598, 334, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1209, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (599, 335, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (600, 336, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '71.0000', 1, '580.7800', 2, '10%', '0', '0.0000', '6390.0000', '', '90.0000', NULL, 4, 'Pc', '71.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (601, 337, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '41.0000', 1, '335.3800', 2, '10%', '0', '0.0000', '3690.0000', '', '90.0000', NULL, 4, 'Pc', '41.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (602, 338, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1225, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (603, 339, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1506, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (604, 340, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1298, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (607, 341, 156, '11110312', 'PLAIN SWEATER SIZE 40', 'standard', 1814, '750.0000', '750.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3750.0000', '', '750.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (608, 341, 157, '11111010', 'PLAIN SHORT SLEEVE SIZE 40', 'standard', 1850, '710.0000', '710.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '710.0000', '', '710.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (609, 342, 100, '11110120', 'Embroidery Logo', 'service', 0, '663.6400', '730.0000', '1.0000', 1, '66.3600', 2, '10%', '0', '0.0000', '730.0000', '', '730.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (610, 343, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '1.0000', 1, '4.5500', 2, '10%', '0', '0.0000', '50.0000', '', '50.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (611, 309, 154, '11100126', 'POLO T-SHIRTS', 'standard', 1774, '600.0000', '600.0000', '516.0000', 1, '0.0000', 1, '0', '0', '0.0000', '309600.0000', '', '600.0000', NULL, 4, 'Pc', '516.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (612, 309, 158, '11111500', 'DUST COAT', 'standard', NULL, '750.0000', '750.0000', '75.0000', 1, '0.0000', 1, '0', '0', '0.0000', '56250.0000', '', '750.0000', NULL, 4, 'Pc', '75.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (613, 344, 153, '11111402', 'MARVINS', 'standard', 1756, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (614, 345, 153, '11111402', 'MARVINS', 'standard', 1755, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (615, 345, 87, '11111401', 'LEGWARMERS', 'standard', 835, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (616, 346, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1206, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (617, 347, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (618, 348, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1180, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (619, 348, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (620, 348, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (621, 348, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1456, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (622, 348, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1173, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (623, 348, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1190, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (624, 348, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1216, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (625, 348, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1460, '480.0000', '480.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '960.0000', '', '480.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (626, 348, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1472, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (627, 348, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1484, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (628, 349, 151, '11110119', 'KIDS T-SHIRTS', 'standard', 1714, '240.0000', '240.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '480.0000', '', '240.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (629, 350, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1461, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (630, 351, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1458, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (631, 352, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '4.0000', 1, '0.0000', 1, '0', '', '0.0000', '400.0000', '', '100.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (632, 353, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (633, 354, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1183, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (634, 355, 100, '11110120', 'Embroidery Logo', 'service', 0, '636.3600', '700.0000', '1.0000', 1, '63.6400', 2, '10%', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (635, 356, 100, '11110120', 'Embroidery Logo', 'service', 0, '136.3600', '150.0000', '18.0000', 1, '245.5200', 2, '10%', '0', '0.0000', '2700.0000', '', '150.0000', NULL, 4, 'Pc', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (636, 357, 100, '11110120', 'Embroidery Logo', 'service', 0, '545.4500', '600.0000', '1.0000', 1, '54.5500', 2, '10%', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (637, 358, 100, '11110120', 'Embroidery Logo', 'service', 0, '136.3600', '150.0000', '1.0000', 1, '13.6400', 2, '10%', '', '0.0000', '150.0000', '', '150.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (638, 359, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '23.0000', 1, '188.1400', 2, '10%', '0', '0.0000', '2070.0000', '', '90.0000', NULL, 4, 'Pc', '23.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (639, 360, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '3.0000', 1, '16.3500', 2, '10%', '0', '0.0000', '180.0000', '', '60.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (640, 361, 100, '11110120', 'Embroidery Logo', 'service', 0, '454.5500', '500.0000', '1.0000', 1, '45.4500', 2, '10%', '0', '0.0000', '500.0000', '', '500.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (641, 362, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '7.0000', 1, '57.2600', 2, '10%', '0', '0.0000', '630.0000', '', '90.0000', NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (642, 363, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (643, 364, 100, '11110120', 'Embroidery Logo', 'service', 0, '1763.6400', '1940.0000', '1.0000', 1, '176.3600', 2, '10%', '0', '0.0000', '1940.0000', '', '1940.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (644, 365, 100, '11110120', 'Embroidery Logo', 'service', 0, '1909.0900', '2100.0000', '1.0000', 1, '190.9100', 2, '10%', '0', '0.0000', '2100.0000', '', '2100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (645, 366, 100, '11110120', 'Embroidery Logo', 'service', 0, '1572.7300', '1730.0000', '1.0000', 1, '157.2700', 2, '10%', '0', '0.0000', '1730.0000', '', '1730.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (660, 377, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (661, 376, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1154, '420.0000', '420.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '840.0000', '', '420.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (662, 367, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (663, 368, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (664, 369, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1272, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (665, 370, 153, '11111402', 'MARVINS', 'standard', 1762, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (666, 371, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (667, 371, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (668, 372, 153, '11111402', 'MARVINS', 'standard', 1755, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (669, 372, 87, '11111401', 'LEGWARMERS', 'standard', 835, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (670, 373, 153, '11111402', 'MARVINS', 'standard', 1759, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (671, 373, 153, '11111402', 'MARVINS', 'standard', 1762, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (672, 374, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1298, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (673, 375, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1220, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (674, 378, 153, '11111402', 'MARVINS', 'standard', 1763, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (675, 378, 153, '11111402', 'MARVINS', 'standard', 1759, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (676, 379, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (677, 380, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1163, '420.0000', '420.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '840.0000', '', '420.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (678, 381, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1233, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (679, 382, 153, '11111402', 'MARVINS', 'standard', 1762, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (680, 383, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (681, 384, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (682, 384, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (683, 385, 153, '11111402', 'MARVINS', 'standard', 1762, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (684, 386, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (685, 387, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1293, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (686, 388, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (687, 389, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1180, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (688, 390, 153, '11111402', 'MARVINS', 'standard', 1762, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (689, 391, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (690, 392, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (691, 393, 153, '11111402', 'MARVINS', 'standard', 1756, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (692, 394, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (693, 394, 153, '11111402', 'MARVINS', 'standard', 1762, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (694, 394, 153, '11111402', 'MARVINS', 'standard', 1756, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (695, 395, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1288, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (696, 395, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1271, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (697, 396, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (698, 397, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1478, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (699, 398, 153, '11111402', 'MARVINS', 'standard', 1759, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (700, 399, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (701, 400, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (702, 401, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1156, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (703, 401, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1174, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (704, 402, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1220, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (705, 403, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (706, 404, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (707, 405, 86, '11111403', 'AZURE MARVINS', 'standard', 832, '200.0000', '200.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '400.0000', '', '200.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (708, 406, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (709, 407, 153, '11111402', 'MARVINS', 'standard', 1763, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (710, 408, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (711, 409, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (712, 409, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (713, 409, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (714, 409, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (715, 410, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 'standard', 1443, '450.0000', '450.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '900.0000', '', '450.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (716, 411, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1276, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (717, 412, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1233, '540.0000', '540.0000', '5.0000', 1, '0.0000', 1, '0', '', '0.0000', '2700.0000', '', '540.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (718, 412, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1216, '510.0000', '510.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '1530.0000', '', '510.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (719, 413, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1152, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (720, 413, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1167, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (721, 413, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1460, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (722, 413, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (723, 414, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1254, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (724, 415, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (725, 416, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1169, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (726, 417, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1200, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (727, 417, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1217, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (728, 418, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (729, 419, 153, '11111402', 'MARVINS', 'standard', 1756, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (730, 420, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1180, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (731, 421, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (732, 422, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (733, 423, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (734, 424, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1462, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (735, 424, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1474, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (736, 424, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1486, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (737, 424, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1498, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (738, 425, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (739, 426, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1205, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (740, 427, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (741, 428, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1171, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (742, 429, 153, '11111402', 'MARVINS', 'standard', 1756, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (743, 430, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (744, 431, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1200, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (745, 432, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1458, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (746, 433, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (747, 434, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1470, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (748, 435, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (749, 436, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (750, 436, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (751, 437, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1188, '490.0000', '490.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '1470.0000', '', '490.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (752, 437, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1205, '510.0000', '510.0000', '6.0000', 1, '0.0000', 1, '0', '', '0.0000', '3060.0000', '', '510.0000', NULL, 4, 'Pc', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (753, 437, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (754, 437, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1256, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (755, 438, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1169, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (756, 439, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1190, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (757, 439, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1207, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (758, 439, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (759, 440, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1162, '420.0000', '420.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '840.0000', '', '420.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (760, 440, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1180, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (761, 440, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (762, 441, 100, '11110120', 'Embroidery Logo', 'service', 0, '1863.6400', '2050.0000', '1.0000', 1, '186.3600', 2, '10%', '0', '0.0000', '2050.0000', '', '2050.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (763, 442, 100, '11110120', 'Embroidery Logo', 'service', 0, '1045.4500', '1150.0000', '1.0000', 1, '104.5500', 2, '10%', '0', '0.0000', '1150.0000', '', '1150.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (764, 443, 100, '11110120', 'Embroidery Logo', 'service', 0, '2072.7300', '2280.0000', '1.0000', 1, '207.2700', 2, '10%', '0', '0.0000', '2280.0000', '', '2280.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (766, 445, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '1890.0000', '', '630.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (767, 446, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (768, 447, 150, '11110122', 'ADULT T-SHIRTS LARGE', 'standard', 1698, '290.0000', '290.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '290.0000', '', '290.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (769, 448, 150, '11110122', 'ADULT T-SHIRTS LARGE', 'standard', 1694, '290.0000', '290.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '290.0000', '', '290.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (770, 449, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1223, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (771, 450, 86, '11111403', 'AZURE MARVINS', 'standard', 832, '200.0000', '200.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '400.0000', '', '200.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (772, 451, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1281, '650.0000', '650.0000', '4.0000', 1, '0.0000', 1, '0', '', '0.0000', '2600.0000', '', '650.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (773, 444, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '2.0000', 1, '12.7200', 2, '10%', '0', '0.0000', '140.0000', '', '70.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (774, 452, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1486, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (775, 453, 150, '11110122', 'ADULT T-SHIRTS LARGE', 'standard', 1698, '290.0000', '290.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '580.0000', '', '290.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (776, 454, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '4.0000', 1, '0.0000', 1, '0', '', '0.0000', '2040.0000', '', '510.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (777, 455, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1492, '560.0000', '560.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1120.0000', '', '560.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (784, 462, 100, '11110120', 'Embroidery Logo', 'service', 0, '336.3600', '370.0000', '1.0000', 1, '33.6400', 2, '10%', '0', '0.0000', '370.0000', '', '370.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (785, 463, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (786, 464, 151, '11110119', 'KIDS T-SHIRTS', 'standard', 1714, '240.0000', '240.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '240.0000', '', '240.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (787, 465, 150, '11110122', 'ADULT T-SHIRTS LARGE', 'standard', 1694, '290.0000', '290.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '580.0000', '', '290.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (788, 466, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (789, 466, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (790, 467, 160, '11111311', 'STRIPPED SHORTSLEEVE SIZE 42', 'standard', 1875, '830.0000', '830.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '830.0000', '', '830.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (791, 467, 155, '11111310', 'STRIPPED SHORTSLEEVE SIZE 40', 'standard', 1844, '730.0000', '730.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '730.0000', '', '730.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (792, 467, 148, '11111309', 'STRIPPED SHORTSLEEVE SIZE 38', 'standard', 1654, '630.0000', '630.0000', '4.0000', 1, '0.0000', 1, '0', '', '0.0000', '2520.0000', '', '630.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (793, 467, 147, '11111308', 'STRIPPED SHORTSLEEVE SIZE 36', 'standard', 1642, '610.0000', '610.0000', '4.0000', 1, '0.0000', 1, '0', '', '0.0000', '2440.0000', '', '610.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (794, 468, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1277, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (795, 469, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1218, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (796, 470, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1242, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (797, 471, 150, '11110122', 'ADULT T-SHIRTS LARGE', 'standard', 1694, '290.0000', '290.0000', '8.0000', 1, '0.0000', 1, '0', '', '0.0000', '2320.0000', '', '290.0000', NULL, 4, 'Pc', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (798, 471, 151, '11110119', 'KIDS T-SHIRTS', 'standard', 1714, '240.0000', '240.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '240.0000', '', '240.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (799, 472, 150, '11110122', 'ADULT T-SHIRTS LARGE', 'standard', 1694, '290.0000', '290.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '290.0000', '', '290.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (800, 472, 152, '11110118', 'ADULT T-SHIRT SMALL', 'standard', 1734, '290.0000', '290.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '290.0000', '', '290.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (801, 473, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (802, 474, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1207, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (803, 475, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1478, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (804, 476, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1220, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (805, 477, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1294, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (806, 477, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1277, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (807, 478, 153, '11111402', 'MARVINS', 'standard', 1758, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (808, 479, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1188, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (809, 479, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1205, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (810, 479, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1239, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (811, 480, 153, '11111402', 'MARVINS', 'standard', 1763, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (812, 481, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1298, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (813, 482, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1170, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (814, 482, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (815, 482, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1454, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (816, 483, 153, '11111402', 'MARVINS', 'standard', 1756, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (817, 484, 166, '21111006', 'Tracksuit Size 30', 'standard', 2069, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (818, 485, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (819, 486, 152, '11110118', 'ADULT T-SHIRT SMALL', 'standard', 1734, '290.0000', '290.0000', '9.0000', 1, '0.0000', 1, '0', '', '0.0000', '2610.0000', '', '290.0000', NULL, 4, 'Pc', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (821, 488, 100, '11110120', 'Embroidery Logo', 'service', 0, '181.8200', '200.0000', '1.0000', 1, '18.1800', 2, '10%', NULL, '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (822, 487, 100, '11110120', 'Embroidery Logo', 'service', 0, '127.2700', '140.0000', '1.0000', 1, '12.7300', 2, '10%', NULL, '0.0000', '140.0000', '', '140.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (823, 489, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (824, 490, 100, '11110120', 'Embroidery Logo', 'service', 0, '345.4500', '380.0000', '1.0000', 1, '34.5500', 2, '10%', NULL, '0.0000', '380.0000', '', '380.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (825, 491, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1240, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (826, 492, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (827, 492, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (828, 493, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1162, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (829, 494, 100, '11110120', 'Embroidery Logo', 'service', 0, '1718.1800', '1890.0000', '1.0000', 1, '171.8200', 2, '10%', NULL, '0.0000', '1890.0000', '', '1890.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (830, 495, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '1.0000', 1, '6.3600', 2, '10%', NULL, '0.0000', '70.0000', '', '70.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (831, 496, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (832, 497, 100, '11110120', 'Embroidery Logo', 'service', 0, '436.3600', '480.0000', '1.0000', 1, '43.6400', 2, '10%', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (835, 498, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (836, 500, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1482, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (837, 500, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1494, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (838, 501, 153, '11111402', 'MARVINS', 'standard', 1755, '80.0000', '80.0000', '12.0000', 1, '0.0000', 1, '0', '20', '240.0000', '960.0000', '', '100.0000', NULL, 4, 'Pc', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (839, 502, 100, '11110120', 'Embroidery Logo', 'service', 0, '627.2700', '690.0000', '1.0000', 1, '62.7300', 2, '10%', '0', '0.0000', '690.0000', '', '690.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (840, 503, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '15.0000', 1, '136.3500', 2, '10%', '0', '0.0000', '1500.0000', '', '100.0000', NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (841, 504, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 2183, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (842, 505, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (843, 505, 150, '11110122', 'ADULT T-SHIRTS LARGE', 'standard', 1694, '290.0000', '290.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '290.0000', '', '290.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (844, 506, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1504, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (845, 507, 152, '11110118', 'ADULT T-SHIRT SMALL', 'standard', 1734, '290.0000', '290.0000', '3.0000', 1, '0.0000', 1, '0', '', '0.0000', '870.0000', '', '290.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (846, 507, 151, '11110119', 'KIDS T-SHIRTS', 'standard', 1714, '240.0000', '240.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '240.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (847, 508, 150, '11110122', 'ADULT T-SHIRTS LARGE', 'standard', 1694, '290.0000', '290.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '290.0000', '', '290.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (848, 509, 100, '11110120', 'Embroidery Logo', 'service', 0, '672.7300', '740.0000', '1.0000', 1, '67.2700', 2, '10%', '0', '0.0000', '740.0000', '', '740.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (849, 510, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1466, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (850, 511, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (851, 512, 100, '11110120', 'Embroidery Logo', 'service', 0, '754.5500', '830.0000', '1.0000', 1, '75.4500', 2, '10%', '0', '0.0000', '830.0000', '', '830.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (852, 513, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (853, 513, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (854, 513, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (855, 514, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (856, 514, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (857, 515, 100, '11110120', 'Embroidery Logo', 'service', 0, '990.9100', '1090.0000', '1.0000', 1, '99.0900', 2, '10%', '0', '0.0000', '1090.0000', '', '1090.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (858, 516, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (859, 517, 100, '11110120', 'Embroidery Logo', 'service', 0, '50.0000', '55.0000', '55.0000', 1, '275.0000', 2, '10%', '0', '0.0000', '3025.0000', '', '55.0000', NULL, 4, 'Pc', '55.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (860, 518, 164, '21111004', 'Tracksuit Size 26', 'standard', 2003, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (861, 518, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (862, 519, 100, '11110120', 'Embroidery Logo', 'service', 0, '1681.8200', '1850.0000', '1.0000', 1, '168.1800', 2, '10%', '0', '0.0000', '1850.0000', '', '1850.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (863, 520, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '2.0000', 1, '12.7200', 2, '10%', '0', '0.0000', '140.0000', '', '70.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (864, 521, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (865, 522, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (866, 523, 100, '11110120', 'Embroidery Logo', 'service', 0, '136.3600', '150.0000', '1.0000', 1, '13.6400', 2, '10%', '0', '0.0000', '150.0000', '', '150.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (869, 525, 100, '11110120', 'Embroidery Logo', 'service', 0, '909.0900', '1000.0000', '1.0000', 1, '90.9100', 2, '10%', '0', '0.0000', '1000.0000', '', '1000.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (870, 526, 100, '11110120', 'Embroidery Logo', 'service', 0, '600.0000', '660.0000', '1.0000', 1, '60.0000', 2, '10%', '0', '0.0000', '660.0000', '', '660.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (871, 527, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1456, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (872, 527, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1473, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (873, 528, 165, '21111005', 'Tracksuit Size 28', 'standard', 2035, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (874, 529, 100, '11110120', 'Embroidery Logo', 'service', 0, '454.5500', '500.0000', '1.0000', 1, '45.4500', 2, '10%', '0', '0.0000', '500.0000', '', '500.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (875, 530, 100, '11110120', 'Embroidery Logo', 'service', 0, '436.3600', '480.0000', '1.0000', 1, '43.6400', 2, '10%', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (876, 531, 100, '11110120', 'Embroidery Logo', 'service', 0, '272.7300', '300.0000', '1.0000', 1, '27.2700', 2, '10%', '0', '0.0000', '300.0000', '', '300.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (877, 532, 100, '11110120', 'Embroidery Logo', 'service', 0, '1363.6400', '1500.0000', '1.0000', 1, '136.3600', 2, '10%', '0', '0.0000', '1500.0000', '', '1500.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (878, 533, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1169, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (879, 534, 151, '11110119', 'KIDS T-SHIRTS', 'standard', 1715, '310.0000', '310.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '310.0000', '', '310.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (880, 535, 100, '11110120', 'Embroidery Logo', 'service', 0, '1254.5500', '1380.0000', '1.0000', 1, '125.4500', 2, '10%', '0', '0.0000', '1380.0000', '', '1380.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (882, 536, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (883, 537, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (884, 538, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1502, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (885, 539, 100, '11110120', 'Embroidery Logo', 'service', 0, '454.5500', '500.0000', '1.0000', 1, '45.4500', 2, '10%', '0', '0.0000', '500.0000', '', '500.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (886, 540, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (887, 541, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (888, 542, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '1.0000', 1, '8.1800', 2, '10%', '0', '0.0000', '90.0000', '', '90.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (889, 543, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '3.0000', 1, '27.2700', 2, '10%', '0', '0.0000', '300.0000', '', '100.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (891, 544, 171, '21111011', 'SCARFS', 'standard', 2187, '180.0000', '180.0000', '20.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3600.0000', '', '180.0000', NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (892, 545, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (893, 545, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1247, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (895, 547, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (897, 548, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1240, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (898, 549, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1219, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (899, 550, 100, '11110120', 'Embroidery Logo', 'service', 0, '272.7300', '300.0000', '1.0000', 1, '27.2700', 2, '10%', '0', '0.0000', '300.0000', '', '300.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (900, 551, 129, '11111008', 'PLAIN SHORT SLEEVE SIZE 36', 'standard', 1418, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (901, 552, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (902, 553, 164, '21111004', 'Tracksuit Size 26', 'standard', 2002, '850.0000', '850.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1700.0000', '', '850.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (904, 555, 100, '11110120', 'Embroidery Logo', 'service', 0, '590.9100', '650.0000', '1.0000', 1, '59.0900', 2, '10%', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (905, 556, 100, '11110120', 'Embroidery Logo', 'service', 0, '181.8200', '200.0000', '1.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (906, 557, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1189, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (907, 558, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1473, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (908, 559, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1273, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (909, 560, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '18.0000', 1, '114.4800', 2, '10%', '0', '0.0000', '1260.0000', '', '70.0000', NULL, 4, 'Pc', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (910, 561, 100, '11110120', 'Embroidery Logo', 'service', 0, '136.3600', '150.0000', '1.0000', 1, '13.6400', 2, '10%', '0', '0.0000', '150.0000', '', '150.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (911, 562, 153, '11111402', 'MARVINS', 'standard', 1755, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (912, 563, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1272, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (913, 564, 100, '11110120', 'Embroidery Logo', 'service', 0, '363.6400', '400.0000', '1.0000', 1, '36.3600', 2, '10%', '0', '0.0000', '400.0000', '', '400.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (930, 565, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1201, '475.0000', '475.0000', '20.0000', 1, '0.0000', 1, '0', '0', '0.0000', '9500.0000', '', '475.0000', NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (931, 565, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1218, '495.0000', '495.0000', '22.0000', 1, '0.0000', 1, '0', '0', '0.0000', '10890.0000', '', '495.0000', NULL, 4, 'Pc', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (932, 565, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1235, '525.0000', '525.0000', '26.0000', 1, '0.0000', 1, '0', '0', '0.0000', '13650.0000', '', '525.0000', NULL, 4, 'Pc', '26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (933, 565, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1252, '555.0000', '555.0000', '14.0000', 1, '0.0000', 1, '0', '0', '0.0000', '7770.0000', '', '555.0000', NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (934, 565, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1269, '585.0000', '585.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2925.0000', '', '585.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (935, 565, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1188, '475.0000', '475.0000', '17.0000', 1, '0.0000', 1, '0', '0', '0.0000', '8075.0000', '', '475.0000', NULL, 4, 'Pc', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (936, 565, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1205, '495.0000', '495.0000', '24.0000', 1, '0.0000', 1, '0', '0', '0.0000', '11880.0000', '', '495.0000', NULL, 4, 'Pc', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (937, 565, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '525.0000', '525.0000', '27.0000', 1, '0.0000', 1, '0', '0', '0.0000', '14175.0000', '', '525.0000', NULL, 4, 'Pc', '27.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (938, 565, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1239, '555.0000', '555.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3330.0000', '', '555.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (939, 565, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1290, '615.0000', '615.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2460.0000', '', '615.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (940, 565, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1220, '525.0000', '525.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2100.0000', '', '525.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (941, 565, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1480, '495.0000', '495.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '990.0000', '', '495.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (942, 565, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 1516, '585.0000', '585.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1170.0000', '', '585.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (943, 565, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '555.0000', '555.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '555.0000', '', '555.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (944, 565, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '495.0000', '495.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1980.0000', '', '495.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (945, 565, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1207, '495.0000', '495.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '990.0000', '', '495.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (946, 566, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 2184, '620.0000', '620.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1240.0000', '', '620.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (947, 567, 100, '11110120', 'Embroidery Logo', 'service', 0, '409.0900', '450.0000', '1.0000', 1, '40.9100', 2, '10%', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (948, 568, 100, '11110120', 'Embroidery Logo', 'service', 0, '409.0900', '450.0000', '1.0000', 1, '40.9100', 2, '10%', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (949, 569, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1163, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (950, 570, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1169, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (951, 571, 100, '11110120', 'Embroidery Logo', 'service', 0, '1590.9100', '1750.0000', '1.0000', 1, '159.0900', 2, '10%', '0', '0.0000', '1750.0000', '', '1750.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (952, 572, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '12.0000', 1, '76.3200', 2, '10%', '0', '0.0000', '840.0000', '', '70.0000', NULL, 4, 'Pc', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (953, 573, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1480, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (954, 574, 139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 'standard', 1540, '670.0000', '670.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '670.0000', '', '670.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (955, 575, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1494, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (956, 576, 100, '11110120', 'Embroidery Logo', 'service', 0, '1918.1800', '2110.0000', '1.0000', 1, '191.8200', 2, '10%', '', '0.0000', '2110.0000', '', '2110.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (957, 577, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (958, 578, 86, '11111403', 'AZURE MARVINS', 'standard', 832, '180.0000', '180.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '180.0000', '', '180.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (959, 579, 100, '11110120', 'Embroidery Logo', 'service', 0, '1509.0900', '1660.0000', '1.0000', 1, '150.9100', 2, '10%', '0', '0.0000', '1660.0000', '', '1660.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (960, 580, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '2.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (961, 581, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '525.0000', '525.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1575.0000', '', '525.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (962, 581, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '495.0000', '495.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '990.0000', '', '495.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (963, 581, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '585.0000', '585.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1170.0000', '', '585.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (964, 581, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '495.0000', '495.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '495.0000', '', '495.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (965, 581, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1303, '615.0000', '615.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '615.0000', '', '615.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (966, 582, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (967, 582, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (968, 583, 100, '11110120', 'Embroidery Logo', 'service', 0, '363.6400', '400.0000', '1.0000', 1, '36.3600', 2, '10%', '0', '0.0000', '400.0000', '', '400.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (969, 584, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '2.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (973, 586, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (974, 586, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (976, 587, 100, '11110120', 'Embroidery Logo', 'service', 0, '409.0900', '450.0000', '1.0000', 1, '40.9100', 2, '10%', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (979, 588, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '78.0000', 1, '354.9000', 2, '10%', '0', '0.0000', '3900.0000', '', '50.0000', NULL, 4, 'Pc', '78.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (980, 585, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '72.0000', 1, '327.6000', 2, '10%', '0', '0.0000', '3600.0000', '', '50.0000', NULL, 4, 'Pc', '72.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (981, 589, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (982, 590, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1492, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (983, 591, 100, '11110120', 'Embroidery Logo', 'service', 0, '2818.1800', '3100.0000', '1.0000', 1, '281.8200', 2, '10%', '0', '0.0000', '3100.0000', '', '3100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (984, 592, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '10.0000', 1, '63.6000', 2, '10%', '0', '0.0000', '700.0000', '', '70.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (985, 593, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (986, 594, 100, '11110120', 'Embroidery Logo', 'service', 0, '227.2700', '250.0000', '1.0000', 1, '22.7300', 2, '10%', '0', '0.0000', '250.0000', '', '250.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (987, 595, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (988, 595, 153, '11111402', 'MARVINS', 'standard', 1768, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (989, 596, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (990, 597, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 'standard', 1449, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (991, 597, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1456, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (992, 598, 100, '11110120', 'Embroidery Logo', 'service', 0, '981.8200', '1080.0000', '1.0000', 1, '98.1800', 2, '10%', '0', '0.0000', '1080.0000', '', '1080.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (993, 599, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '10.0000', 1, '63.6000', 2, '10%', '0', '0.0000', '700.0000', '', '70.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (994, 600, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '6.0000', 1, '49.0800', 2, '10%', '0', '0.0000', '540.0000', '', '90.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (995, 601, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (996, 602, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (997, 602, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1474, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (998, 603, 100, '11110120', 'Embroidery Logo', 'service', 0, '463.6400', '510.0000', '1.0000', 1, '46.3600', 2, '10%', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (999, 604, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1000, 605, 100, '11110120', 'Embroidery Logo', 'service', 0, '345.4500', '380.0000', '1.0000', 1, '34.5500', 2, '10%', '0', '0.0000', '380.0000', '', '380.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1001, 606, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '3.0000', 1, '16.3500', 2, '10%', '0', '0.0000', '180.0000', '', '60.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1002, 607, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '2.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1003, 608, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1480, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1004, 609, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1173, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1005, 609, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1190, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1006, 609, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1207, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1007, 609, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1012, 610, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 1516, '620.0000', '620.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1860.0000', '', '620.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1013, 610, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 1528, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1014, 610, 139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 'standard', 1540, '670.0000', '670.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2010.0000', '', '670.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1015, 610, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1285, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1016, 611, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1480, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1017, 611, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 1516, '620.0000', '620.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '620.0000', '', '620.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1018, 612, 100, '11110120', 'Embroidery Logo', 'service', 0, '509.0900', '560.0000', '1.0000', 1, '50.9100', 2, '10%', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1019, 613, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '80.0000', 1, '364.0000', 2, '10%', '0', '0.0000', '4000.0000', '', '50.0000', NULL, 4, 'Pc', '80.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1020, 614, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '7.0000', 1, '44.5200', 2, '10%', '0', '0.0000', '490.0000', '', '70.0000', NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1021, 615, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1169, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1022, 615, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1152, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1023, 615, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1024, 616, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1256, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1025, 617, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1026, 617, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1247, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1027, 618, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1252, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1028, 618, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1303, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1029, 619, 100, '11110120', 'Embroidery Logo', 'service', 0, '272.7300', '300.0000', '1.0000', 1, '27.2700', 2, '10%', '0', '0.0000', '300.0000', '', '300.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1030, 620, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '90.0000', 1, '409.5000', 2, '10%', '0', '0.0000', '4500.0000', '', '50.0000', NULL, 4, 'Pc', '90.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1031, 621, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1163, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1032, 622, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1033, 623, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '1.0000', 1, '5.4500', 2, '10%', '0', '0.0000', '60.0000', '', '60.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1034, 624, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '2.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1035, 625, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '31.0000', 1, '141.0500', 2, '10%', '0', '0.0000', '1550.0000', '', '50.0000', NULL, 4, 'Pc', '31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1036, 626, 100, '11110120', 'Embroidery Logo', 'service', 0, '72.7300', '80.0000', '20.0000', 1, '145.4000', 2, '10%', '0', '0.0000', '1600.0000', '', '80.0000', NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1037, 627, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '2.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1038, 628, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '39.0000', 1, '177.4500', 2, '10%', '0', '0.0000', '1950.0000', '', '50.0000', NULL, 4, 'Pc', '39.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1039, 629, 100, '11110120', 'Embroidery Logo', 'service', 0, '1200.0000', '1320.0000', '1.0000', 1, '120.0000', 2, '10%', '0', '0.0000', '1320.0000', '', '1320.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1040, 630, 100, '11110120', 'Embroidery Logo', 'service', 0, '654.5500', '720.0000', '1.0000', 1, '65.4500', 2, '10%', '0', '0.0000', '720.0000', '', '720.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1041, 631, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1042, 631, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1043, 632, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1044, 633, 100, '11110120', 'Embroidery Logo', 'service', 0, '272.7300', '300.0000', '1.0000', 1, '27.2700', 2, '10%', '', '0.0000', '300.0000', '', '300.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1045, 634, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '60', '120.0000', '120.0000', '', '120.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1046, 635, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1153, '420.0000', '420.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1680.0000', '', '420.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1047, 635, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1048, 635, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1049, 636, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1182, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1050, 637, 100, '11110120', 'Embroidery Logo', 'service', 0, '181.8200', '200.0000', '1.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1051, 638, 166, '21111006', 'Tracksuit Size 30', 'standard', 2068, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1052, 639, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1170, '460.0000', '460.0000', '8.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3680.0000', '', '460.0000', NULL, 4, 'Pc', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1053, 639, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1187, '490.0000', '490.0000', '8.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3920.0000', '', '490.0000', NULL, 4, 'Pc', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1054, 639, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '8.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4080.0000', '', '510.0000', NULL, 4, 'Pc', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1055, 639, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1220, '540.0000', '540.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3240.0000', '', '540.0000', NULL, 4, 'Pc', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1056, 640, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1220, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1057, 641, 100, '11110120', 'Embroidery Logo', 'service', 0, '163.6400', '180.0000', '1.0000', 1, '16.3600', 2, '10%', '0', '0.0000', '180.0000', '', '180.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1058, 642, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '1.0000', 1, '4.5500', 2, '10%', '0', '0.0000', '50.0000', '', '50.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1059, 643, 100, '11110120', 'Embroidery Logo', 'service', 0, '72.7300', '80.0000', '2.0000', 1, '14.5400', 2, '10%', '0', '0.0000', '160.0000', '', '80.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1060, 644, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1180, '460.0000', '460.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1380.0000', '', '460.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1061, 644, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1062, 644, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1247, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1063, 644, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1264, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1064, 645, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1065, 646, 100, '11110120', 'Embroidery Logo', 'service', 0, '1727.2700', '1900.0000', '1.0000', 1, '172.7300', 2, '10%', '0', '0.0000', '1900.0000', '', '1900.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1067, 647, 100, '11110120', 'Embroidery Logo', 'service', 0, '72.7300', '80.0000', '4.0000', 1, '29.0800', 2, '10%', '0', '0.0000', '320.0000', '', '80.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1068, 648, 100, '11110120', 'Embroidery Logo', 'service', 0, '763.6400', '840.0000', '1.0000', 1, '76.3600', 2, '10%', '0', '0.0000', '840.0000', '', '840.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1069, 649, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1070, 649, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '650.0000', '650.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1300.0000', '', '650.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1071, 650, 100, '11110120', 'Embroidery Logo', 'service', 0, '227.2700', '250.0000', '1.0000', 1, '22.7300', 2, '10%', '0', '0.0000', '250.0000', '', '250.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1072, 651, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1073, 652, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1074, 653, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1075, 653, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1254, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1076, 654, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1290, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1077, 655, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1078, 656, 100, '11110120', 'Embroidery Logo', 'service', 0, '863.6400', '950.0000', '1.0000', 1, '86.3600', 2, '10%', '0', '0.0000', '950.0000', '', '950.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1079, 657, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1080, 658, 100, '11110120', 'Embroidery Logo', 'service', 0, '509.0900', '560.0000', '1.0000', 1, '50.9100', 2, '10%', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1081, 659, 100, '11110120', 'Embroidery Logo', 'service', 0, '109.0900', '120.0000', '1.0000', 1, '10.9100', 2, '10%', '0', '0.0000', '120.0000', '', '120.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1082, 660, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '30', '30.0000', '600.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1083, 661, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1462, '480.0000', '480.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '960.0000', '', '480.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1084, 661, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1474, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1085, 661, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1486, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1086, 662, 100, '11110120', 'Embroidery Logo', 'service', 0, '390.9100', '430.0000', '1.0000', 1, '39.0900', 2, '10%', '0', '0.0000', '430.0000', '', '430.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1087, 663, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '54.0000', 1, '294.3000', 2, '10%', '0', '0.0000', '3240.0000', '', '60.0000', NULL, 4, 'Pc', '54.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1088, 664, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '32.0000', 1, '174.4000', 2, '10%', '0', '0.0000', '1920.0000', '', '60.0000', NULL, 4, 'Pc', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1089, 665, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '2.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1090, 666, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '9.0000', 1, '49.0500', 2, '10%', '0', '0.0000', '540.0000', '', '60.0000', NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1093, 667, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 1528, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1094, 667, 139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 'standard', 1540, '670.0000', '670.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2010.0000', '', '670.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1095, 668, 100, '11110120', 'Embroidery Logo', 'service', 0, '518.1800', '570.0000', '1.0000', 1, '51.8200', 2, '10%', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1096, 669, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '2.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1097, 670, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1098, 671, 100, '11110120', 'Embroidery Logo', 'service', 0, '136.3600', '150.0000', '1.0000', 1, '13.6400', 2, '10%', '0', '0.0000', '150.0000', '', '150.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1099, 672, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1100, 673, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '5.0000', 1, '27.2500', 2, '10%', '0', '0.0000', '300.0000', '', '60.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1101, 674, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1192, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1102, 675, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1103, 676, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '24.0000', 1, '130.8000', 2, '10%', '0', '0.0000', '1440.0000', '', '60.0000', NULL, 4, 'Pc', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1104, 677, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '9.0000', 1, '73.6200', 2, '10%', '0', '0.0000', '810.0000', '', '90.0000', NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1105, 678, 100, '11110120', 'Embroidery Logo', 'service', 0, '1963.6400', '2160.0000', '1.0000', 1, '196.3600', 2, '10%', '0', '0.0000', '2160.0000', '', '2160.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1106, 679, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1107, 680, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '32.0000', 1, '261.7600', 2, '10%', '0', '0.0000', '2880.0000', '', '90.0000', NULL, 4, 'Pc', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1108, 681, 153, '11111402', 'MARVINS', 'standard', 1759, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1109, 682, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '24.0000', 1, '130.8000', 2, '10%', '0', '0.0000', '1440.0000', '', '60.0000', NULL, 4, 'Pc', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1110, 683, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '3.0000', 1, '16.3500', 2, '10%', '0', '0.0000', '180.0000', '', '60.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1111, 684, 100, '11110120', 'Embroidery Logo', 'service', 0, '227.2700', '250.0000', '1.0000', 1, '22.7300', 2, '10%', '0', '0.0000', '250.0000', '', '250.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1112, 685, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '26.0000', 1, '141.7000', 2, '10%', '0', '0.0000', '1560.0000', '', '60.0000', NULL, 4, 'Pc', '26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1113, 686, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '32.0000', 1, '261.7600', 2, '10%', '0', '0.0000', '2880.0000', '', '90.0000', NULL, 4, 'Pc', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1114, 687, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1116, 689, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '80.0000', 1, '436.0000', 2, '10%', '0', '0.0000', '4800.0000', '', '60.0000', NULL, 4, 'Pc', '80.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1117, 688, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1119, 690, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1302, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1123, 691, 163, '21111003', 'Tracksuit Size 24', 'standard', 1969, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1124, 691, 86, '11111403', 'AZURE MARVINS', 'standard', 832, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1125, 691, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1126, 692, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '9.0000', 1, '49.0500', 2, '10%', '0', '0.0000', '540.0000', '', '60.0000', NULL, 4, 'Pc', '9.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1128, 694, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1130, 696, 163, '21111003', 'Tracksuit Size 24', 'standard', 1969, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1131, 696, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1460, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1132, 697, 100, '11110120', 'Embroidery Logo', 'service', 0, '736.3600', '810.0000', '1.0000', 1, '73.6400', 2, '10%', '0', '0.0000', '810.0000', '', '810.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1133, 698, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '18.0000', 1, '98.1000', 2, '10%', '0', '0.0000', '1080.0000', '', '60.0000', NULL, 4, 'Pc', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1134, 699, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '3.0000', 1, '16.3500', 2, '10%', '', '0.0000', '180.0000', '', '60.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1135, 700, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '17.0000', 1, '92.6500', 2, '10%', '0', '0.0000', '1020.0000', '', '60.0000', NULL, 4, 'Pc', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1136, 701, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '1.0000', 1, '5.4500', 2, '10%', '0', '0.0000', '60.0000', '', '60.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1137, 695, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '8.0000', 1, '65.4400', 2, '10%', '0', '0.0000', '720.0000', '', '90.0000', NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1138, 693, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '12.0000', 1, '76.3200', 2, '10%', '0', '0.0000', '840.0000', '', '70.0000', NULL, 4, 'Pc', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1140, 702, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '24.0000', 1, '152.6400', 2, '10%', '0', '0.0000', '1680.0000', '', '70.0000', NULL, 4, 'Pc', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1141, 703, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1143, 705, 153, '11111402', 'MARVINS', 'standard', 1756, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1144, 706, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1458, '480.0000', '480.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '960.0000', '', '480.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1145, 707, 100, '11110120', 'Embroidery Logo', 'service', 0, '1090.9100', '1200.0000', '1.0000', 1, '109.0900', 2, '10%', '0', '0.0000', '1200.0000', '', '1200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1147, 709, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '16.0000', 1, '87.2000', 2, '10%', '0', '0.0000', '960.0000', '', '60.0000', NULL, 4, 'Pc', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1149, 710, 100, '11110120', 'Embroidery Logo', 'service', 0, '1563.6400', '1720.0000', '1.0000', 1, '156.3600', 2, '10%', '0', '0.0000', '1720.0000', '', '1720.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1150, 711, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1486, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1151, 711, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1510, '590.0000', '590.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1180.0000', '', '590.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1152, 712, 100, '11110120', 'Embroidery Logo', 'service', 0, '381.8200', '420.0000', '1.0000', 1, '38.1800', 2, '10%', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1153, 713, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '32.0000', 1, '174.4000', 2, '10%', '0', '0.0000', '1920.0000', '', '60.0000', NULL, 4, 'Pc', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1157, 714, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1486, '530.0000', '530.0000', '50.0000', 1, '0.0000', 1, '0', '0', '0.0000', '26500.0000', '', '530.0000', NULL, 4, 'Pc', '50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1158, 714, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1498, '560.0000', '560.0000', '50.0000', 1, '0.0000', 1, '0', '0', '0.0000', '28000.0000', '', '560.0000', NULL, 4, 'Pc', '50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1159, 714, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1510, '590.0000', '590.0000', '32.0000', 1, '0.0000', 1, '0', '0', '0.0000', '18880.0000', '', '590.0000', NULL, 4, 'Pc', '32.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1161, 715, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1504, '590.0000', '590.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '5900.0000', '', '590.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1162, 716, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1254, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1163, 717, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1165, 719, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '4.0000', 1, '21.8000', 2, '10%', '0', '0.0000', '240.0000', '', '60.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1166, 720, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '30.0000', 1, '163.5000', 2, '10%', '0', '0.0000', '1800.0000', '', '60.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1167, 721, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '4.0000', 1, '21.8000', 2, '10%', '0', '0.0000', '240.0000', '', '60.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1168, 722, 100, '11110120', 'Embroidery Logo', 'service', 0, '1218.1800', '1340.0000', '1.0000', 1, '121.8200', 2, '10%', '0', '0.0000', '1340.0000', '', '1340.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1169, 723, 153, '11111402', 'MARVINS', 'standard', 1758, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1170, 724, 100, '11110120', 'Embroidery Logo', 'service', 0, '700.0000', '770.0000', '1.0000', 1, '70.0000', 2, '10%', '0', '0.0000', '770.0000', '', '770.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1171, 725, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '14.0000', 1, '76.3000', 2, '10%', '0', '0.0000', '840.0000', '', '60.0000', NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1172, 726, 100, '11110120', 'Embroidery Logo', 'service', 0, '118.1800', '130.0000', '4.0000', 1, '47.2800', 2, '10%', '0', '0.0000', '520.0000', '', '130.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1173, 704, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '13.0000', 1, '106.3400', 2, '10%', '0', '0.0000', '1170.0000', '', '90.0000', NULL, 4, 'Pc', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1174, 727, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1486, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1175, 727, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1498, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1176, 728, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1177, 729, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '3.0000', 1, '16.3500', 2, '10%', '0', '0.0000', '180.0000', '', '60.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1178, 730, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '34.0000', 1, '185.3000', 2, '10%', '0', '0.0000', '2040.0000', '', '60.0000', NULL, 4, 'Pc', '34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1179, 731, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '26.0000', 1, '141.7000', 2, '10%', '0', '0.0000', '1560.0000', '', '60.0000', NULL, 4, 'Pc', '26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1180, 732, 100, '11110120', 'Embroidery Logo', 'service', 0, '36.3600', '40.0000', '80.0000', 1, '291.2000', 2, '10%', '0', '0.0000', '3200.0000', '', '40.0000', NULL, 4, 'Pc', '80.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1181, 733, 100, '11110120', 'Embroidery Logo', 'service', 0, '100.0000', '110.0000', '48.0000', 1, '480.0000', 2, '10%', '0', '0.0000', '5280.0000', '', '110.0000', NULL, 4, 'Pc', '48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1183, 735, 100, '11110120', 'Embroidery Logo', 'service', 0, '100.0000', '110.0000', '14.0000', 1, '140.0000', 2, '10%', '0', '0.0000', '1540.0000', '', '110.0000', NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1184, 736, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1247, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1185, 737, 153, '11111402', 'MARVINS', 'standard', 1756, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1186, 738, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '10.0000', 1, '63.6000', 2, '10%', '0', '0.0000', '700.0000', '', '70.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1187, 739, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '3.0000', 1, '16.3500', 2, '10%', '0', '0.0000', '180.0000', '', '60.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1189, 741, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1456, '480.0000', '480.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '960.0000', '', '480.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1190, 708, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '100.0000', 1, '545.0000', 2, '10%', '0', '0.0000', '6000.0000', '', '60.0000', NULL, 4, 'Pc', '100.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1191, 740, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '22.0000', 1, '119.9000', 2, '10%', '0', '0.0000', '1320.0000', '', '60.0000', NULL, 4, 'Pc', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1193, 742, 100, '11110120', 'Embroidery Logo', 'service', 0, '454.5500', '500.0000', '1.0000', 1, '45.4500', 2, '10%', '0', '0.0000', '500.0000', '', '500.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1194, 743, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '205.0000', 1, '1117.2500', 2, '10%', '0', '0.0000', '12300.0000', '', '60.0000', NULL, 4, 'Pc', '205.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1195, 744, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1196, 745, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '55.0000', 1, '299.7500', 2, '10%', '0', '0.0000', '3300.0000', '', '60.0000', NULL, 4, 'Pc', '55.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1197, 746, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1198, 747, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '72.0000', 1, '327.6000', 2, '10%', '0', '0.0000', '3600.0000', '', '50.0000', NULL, 4, 'Pc', '72.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1199, 748, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '20.0000', 1, '109.0000', 2, '10%', '0', '0.0000', '1200.0000', '', '60.0000', NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1200, 749, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1170, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1201, 750, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1202, 751, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '5.0000', 1, '45.4500', 2, '10%', '0', '0.0000', '500.0000', '', '100.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1203, 752, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '56.0000', 1, '254.8000', 2, '10%', '0', '0.0000', '2800.0000', '', '50.0000', NULL, 4, 'Pc', '56.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1204, 753, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '74.0000', 1, '403.3000', 2, '10%', '0', '0.0000', '4440.0000', '', '60.0000', NULL, 4, 'Pc', '74.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1205, 754, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1206, 755, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '2.0000', 1, '12.7200', 2, '10%', '0', '0.0000', '140.0000', '', '70.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1207, 756, 100, '11110120', 'Embroidery Logo', 'service', 0, '2563.6400', '2820.0000', '1.0000', 1, '256.3600', 2, '10%', '0', '0.0000', '2820.0000', '', '2820.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1208, 757, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '45.0000', 1, '245.2500', 2, '10%', '0', '0.0000', '2700.0000', '', '60.0000', NULL, 4, 'Pc', '45.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1209, 758, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1210, 759, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '3.0000', 1, '27.2700', 2, '10%', '0', '0.0000', '300.0000', '', '100.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1211, 760, 100, '11110120', 'Embroidery Logo', 'service', 0, '109.0900', '120.0000', '5.0000', 1, '54.5500', 2, '10%', '0', '0.0000', '600.0000', '', '120.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1212, 761, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1213, 762, 100, '11110120', 'Embroidery Logo', 'service', 0, '3481.8200', '3830.0000', '1.0000', 1, '348.1800', 2, '10%', '0', '0.0000', '3830.0000', '', '3830.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1214, 763, 100, '11110120', 'Embroidery Logo', 'service', 0, '5545.4500', '6100.0000', '1.0000', 1, '554.5500', 2, '10%', '0', '0.0000', '6100.0000', '', '6100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1215, 764, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '15.0000', 1, '68.2500', 2, '10%', '0', '0.0000', '750.0000', '', '50.0000', NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1216, 765, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '86.0000', 1, '781.7400', 2, '10%', '0', '0.0000', '8600.0000', '', '100.0000', NULL, 4, 'Pc', '86.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1220, 768, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '62.0000', 1, '563.5800', 2, '10%', '0', '0.0000', '6200.0000', '', '100.0000', NULL, 4, 'Pc', '62.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1221, 767, 100, '11110120', 'Embroidery Logo', 'service', NULL, '181.8200', '200.0000', '1.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '200.0000', NULL, NULL, NULL, '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1222, 767, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '226.0000', 1, '2054.3400', 2, '10%', '0', '0.0000', '22600.0000', '', '100.0000', NULL, 4, 'Pc', '226.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1223, 769, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '120.0000', 1, '546.0000', 2, '10%', '0', '0.0000', '6000.0000', '', '50.0000', NULL, 4, 'Pc', '120.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1224, 770, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '5.0000', 1, '31.8000', 2, '10%', '0', '0.0000', '350.0000', '', '70.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1225, 771, 100, '11110120', 'Embroidery Logo', 'service', 0, '18.1800', '20.0000', '408.0000', 1, '742.5600', 2, '10%', '0', '0.0000', '8160.0000', '', '20.0000', NULL, 4, 'Pc', '408.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1226, 772, 100, '11110120', 'Embroidery Logo', 'service', 0, '1772.7300', '1950.0000', '1.0000', 1, '177.2700', 2, '10%', '0', '0.0000', '1950.0000', '', '1950.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1227, 773, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '1.0000', 1, '4.5500', 2, '10%', '0', '0.0000', '50.0000', '', '50.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1228, 774, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '4.0000', 1, '21.8000', 2, '10%', '0', '0.0000', '240.0000', '', '60.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1229, 775, 100, '11110120', 'Embroidery Logo', 'service', 0, '1200.0000', '1320.0000', '1.0000', 1, '120.0000', 2, '10%', '0', '0.0000', '1320.0000', '', '1320.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1230, 776, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '33.0000', 1, '179.8500', 2, '10%', '0', '0.0000', '1980.0000', '', '60.0000', NULL, 4, 'Pc', '33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1231, 777, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1232, 778, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '40.0000', 1, '218.0000', 2, '10%', '0', '0.0000', '2400.0000', '', '60.0000', NULL, 4, 'Pc', '40.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1233, 779, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1242, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1234, 780, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1184, '460.0000', '460.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4600.0000', '', '460.0000', NULL, 4, 'Pc', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1235, 781, 100, '11110120', 'Embroidery Logo', 'service', 0, '800.0000', '880.0000', '1.0000', 1, '80.0000', 2, '10%', '0', '0.0000', '880.0000', '', '880.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1236, 782, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '21.0000', 1, '190.8900', 2, '10%', '0', '0.0000', '2100.0000', '', '100.0000', NULL, 4, 'Pc', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1237, 783, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '13.0000', 1, '70.8500', 2, '10%', '0', '0.0000', '780.0000', '', '60.0000', NULL, 4, 'Pc', '13.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1238, 784, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '26.0000', 1, '141.7000', 2, '10%', '0', '0.0000', '1560.0000', '', '60.0000', NULL, 4, 'Pc', '26.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1239, 785, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '33.0000', 1, '179.8500', 2, '10%', '0', '0.0000', '1980.0000', '', '60.0000', NULL, 4, 'Pc', '33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1240, 786, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1259, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1241, 787, 165, '21111005', 'Tracksuit Size 28', 'standard', 2036, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1242, 788, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '25.0000', 1, '113.7500', 2, '10%', '0', '0.0000', '1250.0000', '', '50.0000', NULL, 4, 'Pc', '25.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1243, 789, 100, '11110120', 'Embroidery Logo', 'service', 0, '36.3600', '40.0000', '180.0000', 1, '655.2000', 2, '10%', '0', '0.0000', '7200.0000', '', '40.0000', NULL, 4, 'Pc', '180.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1244, 790, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '10.0000', 1, '63.6000', 2, '10%', '0', '0.0000', '700.0000', '', '70.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1245, 791, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '650.0000', '650.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1300.0000', '', '650.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1246, 792, 153, '11111402', 'MARVINS', 'standard', 1758, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1247, 793, 100, '11110120', 'Embroidery Logo', 'service', 0, '1127.2700', '1240.0000', '1.0000', 1, '112.7300', 2, '10%', '0', '0.0000', '1240.0000', '', '1240.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1248, 794, 100, '11110120', 'Embroidery Logo', 'service', 0, '72.7300', '80.0000', '66.0000', 1, '479.8200', 2, '10%', '0', '0.0000', '5280.0000', '', '80.0000', NULL, 4, 'Pc', '66.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1249, 795, 100, '11110120', 'Embroidery Logo', 'service', 0, '36.3600', '40.0000', '30.0000', 1, '109.2000', 2, '10%', '0', '0.0000', '1200.0000', '', '40.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1250, 796, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '5.0000', 1, '31.8000', 2, '10%', '0', '0.0000', '350.0000', '', '70.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1253, 798, 100, '11110120', 'Embroidery Logo', 'service', 0, '72.7300', '80.0000', '90.0000', 1, '654.3000', 2, '10%', '0', '0.0000', '7200.0000', '', '80.0000', NULL, 4, 'Pc', '90.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1254, 797, 100, '11110120', 'Embroidery Logo', 'service', 0, '36.3600', '40.0000', '60.0000', 1, '218.4000', 2, '10%', '0', '0.0000', '2400.0000', '', '40.0000', NULL, 4, 'Pc', '60.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1255, 799, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1256, 800, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 'standard', 1449, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1257, 801, 100, '11110120', 'Embroidery Logo', 'service', 0, '181.8200', '200.0000', '1.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1258, 802, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '3.0000', 1, '13.6500', 2, '10%', '0', '0.0000', '150.0000', '', '50.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1259, 803, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '35.0000', 1, '190.7500', 2, '10%', '0', '0.0000', '2100.0000', '', '60.0000', NULL, 4, 'Pc', '35.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1260, 804, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '31.0000', 1, '168.9500', 2, '10%', '0', '0.0000', '1860.0000', '', '60.0000', NULL, 4, 'Pc', '31.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1261, 805, 100, '11110120', 'Embroidery Logo', 'service', 0, '72.7300', '80.0000', '22.0000', 1, '159.9400', 2, '10%', '0', '0.0000', '1760.0000', '', '80.0000', NULL, 4, 'Pc', '22.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1262, 806, 100, '11110120', 'Embroidery Logo', 'service', 0, '72.7300', '80.0000', '10.0000', 1, '72.7000', 2, '10%', '0', '0.0000', '800.0000', '', '80.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1263, 807, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '30.0000', 1, '272.7000', 2, '10%', '0', '0.0000', '3000.0000', '', '100.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1264, 808, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '103.0000', 1, '468.6500', 2, '10%', '0', '0.0000', '5150.0000', '', '50.0000', NULL, 4, 'Pc', '103.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1265, 809, 100, '11110120', 'Embroidery Logo', 'service', 0, '363.6400', '400.0000', '1.0000', 1, '36.3600', 2, '10%', '0', '0.0000', '400.0000', '', '400.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1266, 810, 100, '11110120', 'Embroidery Logo', 'service', 0, '363.6400', '400.0000', '1.0000', 1, '36.3600', 2, '10%', '0', '0.0000', '400.0000', '', '400.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1267, 811, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '52.0000', 1, '283.4000', 2, '10%', '0', '0.0000', '3120.0000', '', '60.0000', NULL, 4, 'Pc', '52.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1268, 812, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '76.0000', 1, '414.2000', 2, '10%', '0', '0.0000', '4560.0000', '', '60.0000', NULL, 4, 'Pc', '76.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1269, 813, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '84.0000', 1, '457.8000', 2, '10%', '0', '0.0000', '5040.0000', '', '60.0000', NULL, 4, 'Pc', '84.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1271, 814, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '1.0000', 1, '9.0900', 2, '10%', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1272, 815, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1268, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1273, 815, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1302, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1274, 816, 100, '11110120', 'Embroidery Logo', 'service', 0, '1163.6400', '1280.0000', '1.0000', 1, '116.3600', 2, '10%', '0', '0.0000', '1280.0000', '', '1280.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1275, 817, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1276, 818, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '6.0000', 1, '32.7000', 2, '10%', '0', '0.0000', '360.0000', '', '60.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1277, 819, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '2.0000', 1, '9.1000', 2, '10%', '0', '0.0000', '100.0000', '', '50.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1278, 820, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '14.0000', 1, '76.3000', 2, '10%', '0', '0.0000', '840.0000', '', '60.0000', NULL, 4, 'Pc', '14.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1279, 821, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '38.0000', 1, '207.1000', 2, '10%', '0', '0.0000', '2280.0000', '', '60.0000', NULL, 4, 'Pc', '38.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1281, 823, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '15.0000', 1, '81.7500', 2, '10%', '0', '0.0000', '900.0000', '', '60.0000', NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1282, 824, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '18.0000', 1, '98.1000', 2, '10%', '0', '0.0000', '1080.0000', '', '60.0000', NULL, 4, 'Pc', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1283, 825, 100, '11110120', 'Embroidery Logo', 'service', 0, '36.3600', '40.0000', '104.0000', 1, '378.5600', 2, '10%', '0', '0.0000', '4160.0000', '', '40.0000', NULL, 4, 'Pc', '104.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1285, 827, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '15.0000', 1, '81.7500', 2, '10%', '0', '0.0000', '900.0000', '', '60.0000', NULL, 4, 'Pc', '15.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1286, 828, 100, '11110120', 'Embroidery Logo', 'service', 0, '1000.0000', '1100.0000', '1.0000', 1, '100.0000', 2, '10%', '0', '0.0000', '1100.0000', '', '1100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1287, 826, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '3.0000', 1, '19.0800', 2, '10%', '0', '0.0000', '210.0000', '', '70.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1289, 830, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '17.0000', 1, '154.5300', 2, '10%', '0', '0.0000', '1700.0000', '', '100.0000', NULL, 4, 'Pc', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1290, 831, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '5.0000', 1, '27.2500', 2, '10%', '0', '0.0000', '300.0000', '', '60.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1291, 832, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1292, 833, 100, '11110120', 'Embroidery Logo', 'service', 0, '81.8200', '90.0000', '10.0000', 1, '81.8000', 2, '10%', '0', '0.0000', '900.0000', '', '90.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1293, 834, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '50.0000', 1, '272.5000', 2, '10%', '0', '0.0000', '3000.0000', '', '60.0000', NULL, 4, 'Pc', '50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1294, 829, 100, '11110120', 'Embroidery Logo', 'service', 0, '3863.6400', '4250.0000', '1.0000', 1, '386.3600', 2, '10%', '0', '0.0000', '4250.0000', '', '4250.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1295, 835, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1462, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1296, 835, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1474, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1297, 836, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '58.0000', 1, '316.1000', 2, '10%', '0', '0.0000', '3480.0000', '', '60.0000', NULL, 4, 'Pc', '58.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1298, 837, 100, '11110120', 'Embroidery Logo', 'service', 0, '72.7300', '80.0000', '30.0000', 1, '218.1000', 2, '10%', '0', '0.0000', '2400.0000', '', '80.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1299, 838, 100, '11110120', 'Embroidery Logo', 'service', 0, '181.8200', '200.0000', '1.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1300, 839, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1301, 840, 166, '21111006', 'Tracksuit Size 30', 'standard', 2068, '900.0000', '900.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1800.0000', '', '900.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1302, 840, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1498, '560.0000', '560.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1120.0000', '', '560.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1306, 841, 100, '11110120', 'Embroidery Logo', 'service', 0, '1000.0000', '1100.0000', '1.0000', 1, '100.0000', 2, '10%', '0', '0.0000', '1100.0000', '', '1100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1307, 842, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '74.0000', 1, '336.7000', 2, '10%', '0', '0.0000', '3700.0000', '', '50.0000', NULL, 4, 'Pc', '74.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1308, 843, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1201, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1309, 844, 100, '11110120', 'Embroidery Logo', 'service', 0, '1454.5500', '1600.0000', '1.0000', 1, '145.4500', 2, '10%', '0', '0.0000', '1600.0000', '', '1600.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1310, 845, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '226.0000', 1, '1028.3000', 2, '10%', '0', '0.0000', '11300.0000', '', '50.0000', NULL, 4, 'Pc', '226.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1311, 846, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '24.0000', 1, '130.8000', 2, '10%', '0', '0.0000', '1440.0000', '', '60.0000', NULL, 4, 'Pc', '24.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1312, 847, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '21.0000', 1, '190.8900', 2, '10%', '0', '0.0000', '2100.0000', '', '100.0000', NULL, 4, 'Pc', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1313, 848, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '10.0000', 1, '45.5000', 2, '10%', '0', '0.0000', '500.0000', '', '50.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1314, 849, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1247, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1315, 850, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1316, 851, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '30.0000', 1, '163.5000', 2, '10%', '0', '0.0000', '1800.0000', '', '60.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1317, 852, 100, '11110120', 'Embroidery Logo', 'service', 0, '100.0000', '110.0000', '1.0000', 1, '10.0000', 2, '10%', '0', '0.0000', '110.0000', '', '110.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1318, 853, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '4.0000', 1, '21.8000', 2, '10%', '0', '0.0000', '240.0000', '', '60.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1319, 854, 100, '11110120', 'Embroidery Logo', 'service', 0, '1063.6400', '1170.0000', '1.0000', 1, '106.3600', 2, '10%', '0', '0.0000', '1170.0000', '', '1170.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1320, 855, 87, '11111401', 'LEGWARMERS', 'standard', 835, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1321, 856, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1184, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1322, 857, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '114.0000', 1, '621.3000', 2, '10%', '0', '0.0000', '6840.0000', '', '60.0000', NULL, 4, 'Pc', '114.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1323, 858, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '36.0000', 1, '196.2000', 2, '10%', '0', '0.0000', '2160.0000', '', '60.0000', NULL, 4, 'Pc', '36.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1324, 859, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '8.0000', 1, '43.6000', 2, '10%', '0', '0.0000', '480.0000', '', '60.0000', NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1325, 860, 100, '11110120', 'Embroidery Logo', 'service', 0, '272.7300', '300.0000', '1.0000', 1, '27.2700', 2, '10%', '0', '0.0000', '300.0000', '', '300.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1326, 861, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1180, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1327, 862, 153, '11111402', 'MARVINS', 'standard', 1764, '80.0000', '80.0000', '7.0000', 1, '0.0000', 1, '0', '20', '140.0000', '560.0000', '', '100.0000', NULL, 4, 'Pc', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1328, 863, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '42.0000', 1, '228.9000', 2, '10%', '0', '0.0000', '2520.0000', '', '60.0000', NULL, 4, 'Pc', '42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1329, 864, 100, '11110120', 'Embroidery Logo', 'service', 0, '318.1800', '350.0000', '1.0000', 1, '31.8200', 2, '10%', '0', '0.0000', '350.0000', '', '350.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1330, 865, 153, '11111402', 'MARVINS', 'standard', 1762, '80.0000', '80.0000', '4.0000', 1, '0.0000', 1, '0', '20', '80.0000', '320.0000', '', '100.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1331, 866, 100, '11110120', 'Embroidery Logo', 'service', 0, '590.9100', '650.0000', '1.0000', 1, '59.0900', 2, '10%', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1332, 867, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '16.0000', 1, '145.4400', 2, '10%', '0', '0.0000', '1600.0000', '', '100.0000', NULL, 4, 'Pc', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1333, 868, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 2183, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '20', '20.0000', '570.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1334, 869, 100, '11110120', 'Embroidery Logo', 'service', 0, '181.8200', '200.0000', '1.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1335, 870, 100, '11110120', 'Embroidery Logo', 'service', 0, '1090.9100', '1200.0000', '1.0000', 1, '109.0900', 2, '10%', '0', '0.0000', '1200.0000', '', '1200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1336, 871, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1337, 872, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1473, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1338, 873, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1154, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1339, 873, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 'standard', 1443, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1344, 874, 100, '11110120', 'Embroidery Logo', 'service', 0, '6090.9100', '6700.0000', '1.0000', 1, '609.0900', 2, '10%', '0', '0.0000', '6700.0000', '', '6700.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1345, 875, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '4.0000', 1, '21.8000', 2, '10%', '0', '0.0000', '240.0000', '', '60.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1346, 876, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '3.0000', 1, '16.3500', 2, '10%', '0', '0.0000', '180.0000', '', '60.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1347, 877, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1348, 878, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '3.0000', 1, '16.3500', 2, '10%', '0', '0.0000', '180.0000', '', '60.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1349, 879, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1350, 880, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '18.0000', 1, '98.1000', 2, '10%', '0', '0.0000', '1080.0000', '', '60.0000', NULL, 4, 'Pc', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1351, 881, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '96.0000', 1, '523.2000', 2, '10%', '0', '0.0000', '5760.0000', '', '60.0000', NULL, 4, 'Pc', '96.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1352, 882, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1353, 883, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '16.0000', 1, '87.2000', 2, '10%', '0', '0.0000', '960.0000', '', '60.0000', NULL, 4, 'Pc', '16.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1354, 884, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1170, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1355, 885, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '37.0000', 1, '201.6500', 2, '10%', '0', '0.0000', '2220.0000', '', '60.0000', NULL, 4, 'Pc', '37.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1356, 886, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '33.0000', 1, '179.8500', 2, '10%', '0', '0.0000', '1980.0000', '', '60.0000', NULL, 4, 'Pc', '33.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1357, 887, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '8.0000', 1, '72.7200', 2, '10%', '0', '0.0000', '800.0000', '', '100.0000', NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1358, 888, 100, '11110120', 'Embroidery Logo', 'service', 0, '109.0900', '120.0000', '4.0000', 1, '43.6400', 2, '10%', '0', '0.0000', '480.0000', '', '120.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1359, 889, 100, '11110120', 'Embroidery Logo', 'service', 0, '272.7300', '300.0000', '1.0000', 1, '27.2700', 2, '10%', '0', '0.0000', '300.0000', '', '300.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1360, 890, 100, '11110120', 'Embroidery Logo', 'service', 0, '1545.4500', '1700.0000', '1.0000', 1, '154.5500', 2, '10%', '0', '0.0000', '1700.0000', '', '1700.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1361, 891, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '86.0000', 1, '468.7000', 2, '10%', '0', '0.0000', '5160.0000', '', '60.0000', NULL, 4, 'Pc', '86.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1362, 892, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '60.0000', 1, '327.0000', 2, '10%', '0', '0.0000', '3600.0000', '', '60.0000', NULL, 4, 'Pc', '60.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1363, 893, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '30.0000', 1, '163.5000', 2, '10%', '0', '0.0000', '1800.0000', '', '60.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1364, 894, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1365, 895, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1366, 896, 100, '11110120', 'Embroidery Logo', 'service', 0, '381.8200', '420.0000', '1.0000', 1, '38.1800', 2, '10%', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1367, 897, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '17.0000', 1, '92.6500', 2, '10%', '0', '0.0000', '1020.0000', '', '60.0000', NULL, 4, 'Pc', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1368, 898, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '6.0000', 1, '32.7000', 2, '10%', '0', '0.0000', '360.0000', '', '60.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1369, 899, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1370, 900, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '6.0000', 1, '32.7000', 2, '10%', '0', '0.0000', '360.0000', '', '60.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1371, 901, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1372, 902, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '6.0000', 1, '32.7000', 2, '10%', '0', '0.0000', '360.0000', '', '60.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1374, 904, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1170, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1375, 905, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1239, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1376, 906, 100, '11110120', 'Embroidery Logo', 'service', 0, '1181.8200', '1300.0000', '1.0000', 1, '118.1800', 2, '10%', '0', '0.0000', '1300.0000', '', '1300.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1377, 903, 100, '11110120', 'Embroidery Logo', 'service', 0, '136.3600', '150.0000', '1.0000', 1, '13.6400', 2, '10%', '0', '0.0000', '150.0000', '', '150.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1378, 907, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '36.0000', 1, '196.2000', 2, '10%', '0', '0.0000', '2160.0000', '', '60.0000', NULL, 4, 'Pc', '36.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1379, 908, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '9.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4860.0000', '', '540.0000', NULL, 4, 'Pc', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1380, 908, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1247, '570.0000', '570.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2280.0000', '', '570.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1381, 909, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1474, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1382, 910, 100, '11110120', 'Embroidery Logo', 'service', 0, '709.0900', '780.0000', '1.0000', 1, '70.9100', 2, '10%', '0', '0.0000', '780.0000', '', '780.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1383, 911, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '50.0000', 1, '272.5000', 2, '10%', '0', '0.0000', '3000.0000', '', '60.0000', NULL, 4, 'Pc', '50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1384, 912, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '18.0000', 1, '98.1000', 2, '10%', '0', '0.0000', '1080.0000', '', '60.0000', NULL, 4, 'Pc', '18.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1385, 913, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '7.0000', 1, '38.1500', 2, '10%', '0', '0.0000', '420.0000', '', '60.0000', NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1386, 914, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1387, 915, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '4.0000', 1, '21.8000', 2, '10%', '0', '0.0000', '240.0000', '', '60.0000', NULL, 4, 'Pc', '4.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1388, 916, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '30.0000', 1, '163.5000', 2, '10%', '0', '0.0000', '1800.0000', '', '60.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1389, 917, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '30.0000', 1, '163.5000', 2, '10%', '0', '0.0000', '1800.0000', '', '60.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1390, 918, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '800.0000', '800.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '800.0000', '', '800.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1391, 919, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1392, 920, 165, '21111005', 'Tracksuit Size 28', 'standard', 2035, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '50', '50.0000', '850.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1393, 921, 100, '11110120', 'Embroidery Logo', 'service', 0, '2145.4500', '2360.0000', '1.0000', 1, '214.5500', 2, '10%', '0', '0.0000', '2360.0000', '', '2360.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1394, 922, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1235, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1395, 923, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1396, 924, 100, '11110120', 'Embroidery Logo', 'service', 0, '636.3600', '700.0000', '1.0000', 1, '63.6400', 2, '10%', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1397, 925, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '5.0000', 1, '22.7500', 2, '10%', '0', '0.0000', '250.0000', '', '50.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1398, 926, 100, '11110120', 'Embroidery Logo', 'service', 0, '145.4500', '160.0000', '5.0000', 1, '72.7500', 2, '10%', '0', '0.0000', '800.0000', '', '160.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1399, 927, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '5.0000', 1, '27.2500', 2, '10%', '0', '0.0000', '300.0000', '', '60.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1400, 928, 100, '11110120', 'Embroidery Logo', 'service', 0, '3572.7300', '3930.0000', '1.0000', 1, '357.2700', 2, '10%', '0', '0.0000', '3930.0000', '', '3930.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1401, 929, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '64.0000', 1, '348.8000', 2, '10%', '0', '0.0000', '3840.0000', '', '60.0000', NULL, 4, 'Pc', '64.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1402, 930, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '8.0000', 1, '43.6000', 2, '10%', '0', '0.0000', '480.0000', '', '60.0000', NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1403, 931, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '30.0000', 1, '163.5000', 2, '10%', '0', '0.0000', '1800.0000', '', '60.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1404, 932, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1405, 933, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '19.0000', 1, '103.5500', 2, '10%', '0', '0.0000', '1140.0000', '', '60.0000', NULL, 4, 'Pc', '19.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1406, 934, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '42.0000', 1, '228.9000', 2, '10%', '0', '0.0000', '2520.0000', '', '60.0000', NULL, 4, 'Pc', '42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1407, 935, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 'standard', 1449, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1408, 936, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1478, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1409, 937, 100, '11110120', 'Embroidery Logo', 'service', 0, '581.8200', '640.0000', '1.0000', 1, '58.1800', 2, '10%', '0', '0.0000', '640.0000', '', '640.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1410, 938, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '12.0000', 1, '76.3200', 2, '10%', '0', '0.0000', '840.0000', '', '70.0000', NULL, 4, 'Pc', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1411, 939, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1412, 940, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '140.0000', 1, '763.0000', 2, '10%', '0', '0.0000', '8400.0000', '', '60.0000', NULL, 4, 'Pc', '140.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1413, 941, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1414, 942, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1415, 943, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1188, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1416, 944, 166, '21111006', 'Tracksuit Size 30', 'standard', 2068, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1417, 944, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1418, 945, 100, '11110120', 'Embroidery Logo', 'service', 0, '763.6400', '840.0000', '1.0000', 1, '76.3600', 2, '10%', '0', '0.0000', '840.0000', '', '840.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1419, 946, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '42.0000', 1, '228.9000', 2, '10%', '0', '0.0000', '2520.0000', '', '60.0000', NULL, 4, 'Pc', '42.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1420, 947, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '20.0000', 1, '109.0000', 2, '10%', '0', '0.0000', '1200.0000', '', '60.0000', NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1421, 948, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '7.0000', 1, '63.6300', 2, '10%', '0', '0.0000', '700.0000', '', '100.0000', NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1422, 949, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '7.0000', 1, '31.8500', 2, '10%', '0', '0.0000', '350.0000', '', '50.0000', NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1423, 950, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '6.0000', 1, '32.7000', 2, '10%', '0', '0.0000', '360.0000', '', '60.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1424, 951, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '65.0000', 1, '354.2500', 2, '10%', '0', '0.0000', '3900.0000', '', '60.0000', NULL, 4, 'Pc', '65.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1425, 952, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1478, '530.0000', '530.0000', '12.0000', 1, '0.0000', 1, '0', '0', '0.0000', '6360.0000', '', '530.0000', NULL, 4, 'Pc', '12.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1426, 952, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1490, '560.0000', '560.0000', '15.0000', 1, '0.0000', 1, '0', '0', '0.0000', '8400.0000', '', '560.0000', NULL, 4, 'Pc', '15.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1427, 952, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1466, '510.0000', '510.0000', '14.0000', 1, '0.0000', 1, '0', '0', '0.0000', '7140.0000', '', '510.0000', NULL, 4, 'Pc', '14.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1428, 953, 153, '11111402', 'MARVINS', 'standard', 1756, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1429, 954, 153, '11111402', 'MARVINS', 'standard', 1759, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1430, 955, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1191, '500.0000', '500.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1000.0000', '', '500.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1431, 956, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1480, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1432, 957, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1156, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1433, 958, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1434, 958, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1435, 959, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1171, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1436, 959, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1437, 959, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1438, 960, 100, '11110120', 'Embroidery Logo', 'service', 0, '181.8200', '200.0000', '1.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1439, 961, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '139.0000', 1, '757.5500', 2, '10%', '0', '0.0000', '8340.0000', '', '60.0000', NULL, 4, 'Pc', '139.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1440, 962, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '6.0000', 1, '32.7000', 2, '10%', '0', '0.0000', '360.0000', '', '60.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1441, 963, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '7.0000', 1, '31.8500', 2, '10%', '0', '0.0000', '350.0000', '', '50.0000', NULL, 4, 'Pc', '7.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1442, 964, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '8.0000', 1, '43.6000', 2, '10%', '0', '0.0000', '480.0000', '', '60.0000', NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1443, 965, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1272, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1444, 966, 100, '11110120', 'Embroidery Logo', 'service', 0, '154.5500', '170.0000', '1.0000', 1, '15.4500', 2, '10%', '0', '0.0000', '170.0000', '', '170.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1445, 967, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '52.0000', 1, '283.4000', 2, '10%', '', '0.0000', '3120.0000', '', '60.0000', NULL, 4, 'Pc', '52.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1446, 968, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '20.0000', 1, '109.0000', 2, '10%', '0', '0.0000', '1200.0000', '', '60.0000', NULL, 4, 'Pc', '20.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1447, 969, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1448, 970, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '5.0000', 1, '27.2500', 2, '10%', '0', '0.0000', '300.0000', '', '60.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1449, 971, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1494, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1450, 972, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1172, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1451, 972, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1189, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1452, 973, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1460, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1453, 974, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1485, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1454, 975, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1455, 976, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1237, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1456, 977, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1474, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1457, 978, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1226, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1458, 979, 100, '11110120', 'Embroidery Logo', 'service', 0, '1754.5500', '1930.0000', '1.0000', 1, '175.4500', 2, '10%', '0', '0.0000', '1930.0000', '', '1930.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1459, 980, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '34.0000', 1, '185.3000', 2, '10%', '0', '0.0000', '2040.0000', '', '60.0000', NULL, 4, 'Pc', '34.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1460, 981, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1461, 981, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1207, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1462, 982, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 'standard', 1449, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1463, 983, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1247, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1464, 984, 87, '11111401', 'LEGWARMERS', 'standard', 845, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1465, 985, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1162, '420.0000', '420.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2520.0000', '', '420.0000', NULL, 4, 'Pc', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1466, 985, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1180, '460.0000', '460.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4600.0000', '', '460.0000', NULL, 4, 'Pc', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1467, 985, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2940.0000', '', '490.0000', NULL, 4, 'Pc', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1468, 985, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1469, 986, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1840.0000', '', '460.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1470, 986, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1960.0000', '', '490.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1471, 986, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1472, 986, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1473, 987, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '55.0000', 1, '299.7500', 2, '10%', '0', '0.0000', '3300.0000', '', '60.0000', NULL, 4, 'Pc', '55.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1474, 988, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '1.0000', 1, '5.4500', 2, '10%', '0', '0.0000', '60.0000', '', '60.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1475, 989, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '108.0000', 1, '588.6000', 2, '10%', '0', '0.0000', '6480.0000', '', '60.0000', NULL, 4, 'Pc', '108.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1476, 990, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '21.0000', 1, '114.4500', 2, '10%', '0', '0.0000', '1260.0000', '', '60.0000', NULL, 4, 'Pc', '21.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1477, 991, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '11.0000', 1, '50.0500', 2, '10%', '0', '0.0000', '550.0000', '', '50.0000', NULL, 4, 'Pc', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1478, 992, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '11.0000', 1, '59.9500', 2, '10%', '0', '0.0000', '660.0000', '', '60.0000', NULL, 4, 'Pc', '11.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1479, 993, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1480, 994, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '95.0000', 1, '517.7500', 2, '10%', '0', '0.0000', '5700.0000', '', '60.0000', NULL, 4, 'Pc', '95.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1481, 995, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1195, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1482, 996, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1478, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1483, 997, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1217, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1484, 997, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1234, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1485, 998, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1154, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1486, 999, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1277, '750.0000', '750.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '750.0000', '', '750.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1487, 1000, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 2183, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1488, 1001, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1489, 1002, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1491, 1003, 100, '11110120', 'Embroidery Logo', 'service', 0, '9036.3600', '9940.0000', '1.0000', 1, '903.6400', 2, '10%', '0', '0.0000', '9940.0000', '', '9940.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1492, 1004, 100, '11110120', 'Embroidery Logo', 'service', 0, '2736.3600', '3010.0000', '1.0000', 1, '273.6400', 2, '10%', '0', '0.0000', '3010.0000', '', '3010.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1493, 1005, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '50.0000', 1, '272.5000', 2, '10%', '0', '0.0000', '3000.0000', '', '60.0000', NULL, 4, 'Pc', '50.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1494, 1006, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '37.0000', 1, '201.6500', 2, '10%', '0', '0.0000', '2220.0000', '', '60.0000', NULL, 4, 'Pc', '37.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1495, 1007, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '2.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1496, 1008, 100, '11110120', 'Embroidery Logo', 'service', 0, '90.9100', '100.0000', '2.0000', 1, '18.1800', 2, '10%', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1497, 1009, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '1.0000', 1, '5.4500', 2, '10%', '0', '0.0000', '60.0000', '', '60.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1498, 1010, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '54.0000', 1, '294.3000', 2, '10%', '0', '0.0000', '3240.0000', '', '60.0000', NULL, 4, 'Pc', '54.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1499, 1011, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '5.0000', 1, '27.2500', 2, '10%', '0', '0.0000', '300.0000', '', '60.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1500, 1012, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '6.0000', 1, '32.7000', 2, '10%', '0', '0.0000', '360.0000', '', '60.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1501, 1013, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '5.0000', 1, '27.2500', 2, '10%', '0', '0.0000', '300.0000', '', '60.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1502, 1014, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1503, 1015, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '500.0000', '500.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '500.0000', '', '500.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1504, 1016, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1290, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1505, 1017, 153, '11111402', 'MARVINS', 'standard', 1758, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1506, 1017, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1507, 1018, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1185, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1508, 1019, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1190, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1509, 1019, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1207, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1510, 1019, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1511, 1020, 87, '11111401', 'LEGWARMERS', 'standard', 837, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1512, 1021, 165, '21111005', 'Tracksuit Size 28', 'standard', 2035, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1513, 1022, 100, '11110120', 'Embroidery Logo', 'service', 0, '2154.5500', '2370.0000', '1.0000', 1, '215.4500', 2, '10%', '0', '0.0000', '2370.0000', '', '2370.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1514, 1023, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '1.0000', 1, '5.4500', 2, '10%', '0', '0.0000', '60.0000', '', '60.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1515, 1024, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '3.0000', 1, '16.3500', 2, '10%', '0', '0.0000', '180.0000', '', '60.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1516, 1025, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1517, 1026, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '10.0000', 1, '54.5000', 2, '10%', '0', '0.0000', '600.0000', '', '60.0000', NULL, 4, 'Pc', '10.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1518, 1027, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '61.0000', 1, '332.4500', 2, '10%', '0', '0.0000', '3660.0000', '', '60.0000', NULL, 4, 'Pc', '61.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1519, 1028, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1520, 1029, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1153, '420.0000', '420.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2100.0000', '', '420.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1521, 1030, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1522, 1030, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1473, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1523, 1031, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1524, 1032, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1525, 1032, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1526, 1033, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1527, 1034, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1885, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1528, 1035, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1272, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1529, 1036, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1530, 1037, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1531, 1037, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1532, 1038, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1293, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1533, 1039, 153, '11111402', 'MARVINS', 'standard', 1768, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1534, 1039, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1535, 1040, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 1532, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1536, 1041, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1159, '420.0000', '420.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1680.0000', '', '420.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1537, 1042, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1506, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1538, 1043, 127, '11111006', 'PLAIN SHORT SLEEVE SIZE 32', 'standard', 1384, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1539, 1044, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1242, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1540, 1044, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1541, 1044, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1542, 1045, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1484, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1543, 1046, 153, '11111402', 'MARVINS', 'standard', 1759, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1544, 1047, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1162, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1545, 1048, 164, '21111004', 'Tracksuit Size 26', 'standard', 2002, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1546, 1049, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1281, '750.0000', '750.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '750.0000', '', '750.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1547, 1050, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1209, '550.0000', '550.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '550.0000', '', '550.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1548, 1051, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1549, 1051, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1550, 1051, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1551, 1052, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1169, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1552, 1053, 100, '11110120', 'Embroidery Logo', 'service', 0, '2181.8200', '2400.0000', '1.0000', 1, '218.1800', 2, '10%', '0', '0.0000', '2400.0000', '', '2400.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1553, 1054, 100, '11110120', 'Embroidery Logo', 'service', 0, '1809.0900', '1990.0000', '1.0000', 1, '180.9100', 2, '10%', '0', '0.0000', '1990.0000', '', '1990.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1554, 1055, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1254, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1555, 1056, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1556, 1056, 87, '11111401', 'LEGWARMERS', 'standard', 845, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1557, 1057, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1558, 1057, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1559, 1058, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1170, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1560, 1058, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1561, 1058, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1562, 1059, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '500.0000', '500.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '500.0000', '', '500.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1563, 1060, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1564, 1061, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1162, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1565, 1062, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1276, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1566, 1062, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1567, 1063, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1885, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1568, 1063, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1569, 1064, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1884, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1570, 1065, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1571, 1066, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 2184, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1572, 1067, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1573, 1068, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1574, 1068, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1575, 1069, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1576, 1070, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1170, '460.0000', '460.0000', '9.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4140.0000', '', '460.0000', NULL, 4, 'Pc', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1577, 1070, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1187, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1578, 1071, 100, '11110120', 'Embroidery Logo', 'service', 0, '6209.0900', '6830.0000', '1.0000', 1, '620.9100', 2, '10%', '0', '0.0000', '6830.0000', '', '6830.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1579, 1072, 100, '11110120', 'Embroidery Logo', 'service', 0, '2090.9100', '2300.0000', '1.0000', 1, '209.0900', 2, '10%', '0', '0.0000', '2300.0000', '', '2300.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1580, 1073, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1478, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1581, 1074, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1482, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1582, 1075, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1187, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1583, 1075, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1584, 1076, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1473, '510.0000', '510.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1530.0000', '', '510.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1585, 1077, 87, '11111401', 'LEGWARMERS', 'standard', 845, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1586, 1078, 153, '11111402', 'MARVINS', 'standard', 1755, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1587, 1079, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1588, 1079, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1589, 1080, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1169, '460.0000', '460.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4600.0000', '', '460.0000', NULL, 4, 'Pc', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1590, 1081, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1591, 1082, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1208, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1592, 1082, 153, '11111402', 'MARVINS', 'standard', 1759, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1593, 1083, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1195, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1594, 1084, 163, '21111003', 'Tracksuit Size 24', 'standard', 1969, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1595, 1084, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1454, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1596, 1085, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1597, 1086, 166, '21111006', 'Tracksuit Size 30', 'standard', 2069, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1598, 1087, 164, '21111004', 'Tracksuit Size 26', 'standard', 2002, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1599, 1088, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1152, '420.0000', '420.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '840.0000', '', '420.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1600, 1089, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1184, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1601, 1090, 165, '21111005', 'Tracksuit Size 28', 'standard', 2036, '900.0000', '900.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1800.0000', '', '900.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1602, 1090, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1207, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1603, 1091, 166, '21111006', 'Tracksuit Size 30', 'standard', 2069, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1604, 1092, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1605, 1093, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1276, '750.0000', '750.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '750.0000', '', '750.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1606, 1094, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1171, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1607, 1094, 153, '11111402', 'MARVINS', 'standard', 1756, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1608, 1095, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1242, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1609, 1095, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1610, 1095, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1611, 1096, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1481, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1612, 1097, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1264, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1613, 1098, 165, '21111005', 'Tracksuit Size 28', 'standard', 2035, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1614, 1099, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1462, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1615, 1100, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1616, 1101, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1504, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1617, 1102, 87, '11111401', 'LEGWARMERS', 'standard', 837, '200.0000', '200.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '400.0000', '', '200.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1618, 1103, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1886, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1619, 1104, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1162, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1620, 1104, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1621, 1105, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1207, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1622, 1106, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1175, '500.0000', '500.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1000.0000', '', '500.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1623, 1107, 86, '11111403', 'AZURE MARVINS', 'standard', 832, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1624, 1108, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1456, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1625, 1109, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1626, 1110, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1298, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1627, 1111, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1628, 1112, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 1520, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1629, 1113, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1169, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1630, 1114, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1264, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1631, 1115, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1172, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1632, 1115, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1189, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1633, 1116, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 2184, '650.0000', '650.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1300.0000', '', '650.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1634, 1117, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1635, 1118, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1169, '460.0000', '460.0000', '13.0000', 1, '0.0000', 1, '0', '0', '0.0000', '5980.0000', '', '460.0000', NULL, 4, 'Pc', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1636, 1119, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1237, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1637, 1120, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1272, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1638, 1121, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1639, 1122, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '560.0000', '560.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1120.0000', '', '560.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1640, 1123, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1169, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1641, 1123, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1642, 1124, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1208, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1643, 1125, 163, '21111003', 'Tracksuit Size 24', 'standard', 1969, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1644, 1126, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1462, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1645, 1127, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1188, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1646, 1127, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1205, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1647, 1128, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1648, 1128, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '650.0000', '650.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1300.0000', '', '650.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1649, 1128, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '700.0000', '700.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1400.0000', '', '700.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1650, 1129, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1202, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1651, 1129, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1236, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1652, 1130, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1175, '500.0000', '500.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '500.0000', '', '500.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1653, 1130, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1226, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1654, 1131, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1220, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1655, 1132, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1162, '420.0000', '420.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '840.0000', '', '420.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1656, 1132, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1298, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1657, 1133, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1497, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1658, 1134, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1184, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1659, 1135, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1660, 1136, 166, '21111006', 'Tracksuit Size 30', 'standard', 2069, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1661, 1136, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1662, 1136, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1663, 1137, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1175, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1664, 1137, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1209, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1665, 1138, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1207, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1666, 1139, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1239, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1667, 1140, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 1516, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1668, 1141, 166, '21111006', 'Tracksuit Size 30', 'standard', 2068, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1669, 1142, 165, '21111005', 'Tracksuit Size 28', 'standard', 2035, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1670, 1143, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1671, 1144, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1492, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1672, 1145, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1226, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1673, 1145, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1243, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1674, 1146, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1209, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1675, 1147, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1235, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1676, 1148, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1156, '420.0000', '420.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '840.0000', '', '420.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1677, 1148, 153, '11111402', 'MARVINS', 'standard', 1759, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1678, 1149, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '300.0000', '', '100.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1679, 1150, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1272, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1680, 1151, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1288, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1681, 1151, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '700.0000', '700.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1400.0000', '', '700.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1682, 1152, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1162, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1683, 1153, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1218, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1684, 1154, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1685, 1155, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1686, 1156, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1687, 1157, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1205, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1688, 1158, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1689, 1159, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1690, 1159, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1691, 1159, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1692, 1159, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1693, 1160, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1694, 1161, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1175, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1695, 1161, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1209, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1696, 1162, 163, '21111003', 'Tracksuit Size 24', 'standard', 1969, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1697, 1162, 165, '21111005', 'Tracksuit Size 28', 'standard', 2035, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1698, 1162, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1209, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1699, 1162, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1175, '480.0000', '480.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '960.0000', '', '480.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1700, 1163, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1171, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1701, 1164, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '580.0000', '580.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1740.0000', '', '580.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1702, 1165, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1172, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1703, 1166, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1180, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1704, 1167, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1187, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1705, 1168, 166, '21111006', 'Tracksuit Size 30', 'standard', 2068, '950.0000', '950.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '950.0000', '', '950.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1706, 1168, 163, '21111003', 'Tracksuit Size 24', 'standard', 1969, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1707, 1168, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1708, 1169, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1231, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1709, 1170, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1225, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1710, 1170, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1242, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1711, 1171, 165, '21111005', 'Tracksuit Size 28', 'standard', 2035, '900.0000', '900.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '900.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1712, 1171, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1209, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1713, 1171, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1884, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1714, 1171, 124, '11111003', 'PLAIN SHORT SLEEVE SIZE 26', 'standard', 1345, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1715, 1171, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 'standard', 1396, '580.0000', '580.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '580.0000', '', '580.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1716, 1172, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 'standard', 1391, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1717, 1173, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1718, 1173, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1719, 1173, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1720, 1174, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1721, 1174, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1722, 1174, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1723, 1175, 163, '21111003', 'Tracksuit Size 24', 'standard', 1970, '750.0000', '750.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '750.0000', '', '750.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1724, 1176, 153, '11111402', 'MARVINS', 'standard', 1758, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1725, 1177, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1726, 1178, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1468, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1727, 1178, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1492, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1728, 1179, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 2183, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1729, 1180, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1730, 1181, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1254, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1731, 1182, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1732, 1182, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1733, 1183, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1217, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1734, 1183, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1234, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1735, 1184, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1736, 1185, 163, '21111003', 'Tracksuit Size 24', 'standard', 1969, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1737, 1186, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1288, '620.0000', '620.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '620.0000', '', '620.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1738, 1187, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1163, '420.0000', '420.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2100.0000', '', '420.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1739, 1187, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2300.0000', '', '460.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1740, 1187, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2450.0000', '', '490.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1741, 1187, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '510.0000', '510.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2550.0000', '', '510.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1742, 1187, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2700.0000', '', '540.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1743, 1187, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2850.0000', '', '570.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1744, 1188, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1745, 1188, 127, '11111006', 'PLAIN SHORT SLEEVE SIZE 32', 'standard', 1384, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1746, 1189, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1747, 1190, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1748, 1190, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1749, 1190, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', '460.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1750, 1190, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1751, 1191, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1288, '620.0000', '620.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1240.0000', '', '620.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1752, 1192, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1212, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1753, 1192, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1229, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1754, 1192, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1246, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1755, 1192, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1263, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1756, 1193, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1237, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1757, 1194, 139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 'standard', 1545, '750.0000', '750.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '750.0000', '', '750.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1758, 1195, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 'standard', 1443, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1759, 1196, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1152, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1760, 1197, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1462, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1761, 1198, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1235, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1762, 1199, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '630.0000', '630.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3150.0000', '', '630.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1763, 1199, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '700.0000', '700.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3500.0000', '', '700.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1764, 1200, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1765, 1201, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1498, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1766, 1202, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1288, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1767, 1203, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1768, 1204, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1769, 1205, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1770, 1205, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '580.0000', '580.0000', '9.0000', 1, '0.0000', 1, '0', '0', '0.0000', '5220.0000', '', '580.0000', NULL, 4, 'Pc', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1771, 1206, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1530.0000', '', '510.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1772, 1206, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1773, 1206, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1774, 1207, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1191, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1775, 1207, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1776, 1207, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1498, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1777, 1208, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1220, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1778, 1208, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1779, 1209, 163, '21111003', 'Tracksuit Size 24', 'standard', 1969, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1780, 1210, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1781, 1210, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1782, 1211, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1461, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1783, 1211, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1784, 1212, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1785, 1213, 163, '21111003', 'Tracksuit Size 24', 'standard', 1969, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1786, 1214, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1254, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1787, 1215, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1294, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1788, 1216, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1789, 1217, 153, '11111402', 'MARVINS', 'standard', 1755, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1790, 1217, 87, '11111401', 'LEGWARMERS', 'standard', 835, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1791, 1218, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1254, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1792, 1219, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1793, 1220, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1794, 1221, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1461, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1795, 1222, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1796, 1222, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '630.0000', '630.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1890.0000', '', '630.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1797, 1222, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1273, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1798, 1223, 163, '21111003', 'Tracksuit Size 24', 'standard', 1970, '800.0000', '800.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '800.0000', '', '800.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1799, 1224, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1800, 1225, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1801, 1226, 127, '11111006', 'PLAIN SHORT SLEEVE SIZE 32', 'standard', 1384, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1802, 1227, 127, '11111006', 'PLAIN SHORT SLEEVE SIZE 32', 'standard', 1384, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1803, 1228, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1298, '630.0000', '630.0000', '7.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4410.0000', '', '630.0000', NULL, 4, 'Pc', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1804, 1228, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1264, '600.0000', '600.0000', '13.0000', 1, '0.0000', 1, '0', '0', '0.0000', '7800.0000', '', '600.0000', NULL, 4, 'Pc', '13.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1805, 1229, 153, '11111402', 'MARVINS', 'standard', 1758, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1806, 1230, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1290, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1807, 1231, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1808, 1232, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 2185, '700.0000', '700.0000', '7.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4900.0000', '', '700.0000', NULL, 4, 'Pc', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1809, 1233, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1456, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1810, 1234, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '700.0000', '700.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1400.0000', '', '700.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1811, 1235, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1189, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1812, 1235, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1206, '510.0000', '510.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1530.0000', '', '510.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1813, 1236, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1184, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1814, 1237, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1506, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1815, 1238, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1257, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1816, 1239, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1817, 1240, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1172, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1818, 1241, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1456, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1819, 1242, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1264, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1820, 1243, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1821, 1244, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1458, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1822, 1245, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1243, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1823, 1246, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1158, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1824, 1246, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1825, 1246, 153, '11111402', 'MARVINS', 'standard', 1755, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1826, 1247, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1264, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1827, 1248, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1457, '480.0000', '480.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '960.0000', '', '480.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1828, 1248, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1254, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1829, 1249, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1180, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1830, 1250, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1293, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1831, 1251, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1832, 1251, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1833, 1252, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1225, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1834, 1253, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1835, 1253, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1530.0000', '', '510.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1836, 1253, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1837, 1253, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1254, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1838, 1254, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1185, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1839, 1254, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1268, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1840, 1255, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1230, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1841, 1255, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1243, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1842, 1256, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1294, '700.0000', '700.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1400.0000', '', '700.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1843, 1256, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1277, '700.0000', '700.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2800.0000', '', '700.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1844, 1257, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1243, '650.0000', '650.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1300.0000', '', '650.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1845, 1258, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1846, 1259, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1460, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1847, 1259, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1496, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1848, 1260, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1489, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1849, 1261, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1850, 1262, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1851, 1263, 100, '11110120', 'Embroidery Logo', 'service', 0, '2818.1800', '3100.0000', '1.0000', 1, '281.8200', 2, '10%', '0', '0.0000', '3100.0000', '', '3100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1853, 1264, 100, '11110120', 'Embroidery Logo', 'service', 0, '909.0900', '1000.0000', '1.0000', 1, '90.9100', 2, '10%', '0', '0.0000', '1000.0000', '', '1000.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1854, 1265, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1292, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1855, 1266, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1490, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1856, 1267, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 'standard', 1391, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1857, 1268, 166, '21111006', 'Tracksuit Size 30', 'standard', 2068, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1858, 1268, 164, '21111004', 'Tracksuit Size 26', 'standard', 2002, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1859, 1269, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1158, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1860, 1269, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 'standard', 1449, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1861, 1270, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1293, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1862, 1271, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1152, '450.0000', '450.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '450.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1863, 1272, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1864, 1273, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 1517, '650.0000', '650.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1300.0000', '', '650.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1865, 1274, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1180, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1866, 1275, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1243, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1867, 1276, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1281, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1868, 1277, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1173, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1869, 1278, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1269, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1870, 1278, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1264, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1871, 1279, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1243, '590.0000', '590.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2950.0000', '', '590.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1872, 1279, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1260, '620.0000', '620.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3100.0000', '', '620.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1873, 1280, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1874, 1281, 153, '11111402', 'MARVINS', 'standard', 1755, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1875, 1282, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1243, '590.0000', '590.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1770.0000', '', '590.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1876, 1282, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1260, '620.0000', '620.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1860.0000', '', '620.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1877, 1282, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1294, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1878, 1283, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1170, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1879, 1283, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1187, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1880, 1283, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1881, 1284, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1260, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1882, 1285, 100, '11110120', 'Embroidery Logo', 'service', 0, '1181.8200', '1300.0000', '1.0000', 1, '118.1800', 2, '10%', '0', '0.0000', '1300.0000', '', '1300.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1883, 1286, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '30.0000', 1, '163.5000', 2, '10%', '0', '0.0000', '1800.0000', '', '60.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1884, 1287, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '30.0000', 1, '163.5000', 2, '10%', '0', '0.0000', '1800.0000', '', '60.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1885, 1288, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '132.0000', 1, '719.4000', 2, '10%', '0', '0.0000', '7920.0000', '', '60.0000', NULL, 4, 'Pc', '132.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1886, 1289, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '8.0000', 1, '43.6000', 2, '10%', '0', '0.0000', '480.0000', '', '60.0000', NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1887, 1290, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1888, 1291, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '2.0000', 1, '10.9000', 2, '10%', '0', '0.0000', '120.0000', '', '60.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1889, 1292, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '1.0000', 1, '5.4500', 2, '10%', '0', '0.0000', '60.0000', '', '60.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1890, 1293, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1481, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1891, 1294, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1252, '570.0000', '570.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2850.0000', '', '570.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1892, 1294, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1259, '600.0000', '600.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3000.0000', '', '600.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1893, 1295, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1895, 1296, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '700.0000', '700.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1400.0000', '', '700.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1896, 1297, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 1533, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1897, 1298, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1461, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1898, 1298, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1485, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1899, 1298, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1235, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1900, 1299, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1901, 1300, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1260, '620.0000', '620.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1240.0000', '', '620.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1902, 1301, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1303, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1903, 1302, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1904, 1303, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1905, 1304, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1194, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1906, 1305, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1277, '670.0000', '670.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '670.0000', '', '670.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1907, 1306, 86, '11111403', 'AZURE MARVINS', 'standard', 832, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1908, 1307, 100, '11110120', 'Embroidery Logo', 'service', 0, '1272.7300', '1400.0000', '1.0000', 1, '127.2700', 2, '10%', '0', '0.0000', '1400.0000', '', '1400.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1909, 1308, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '37.0000', 1, '201.6500', 2, '10%', '0', '0.0000', '2220.0000', '', '60.0000', NULL, 4, 'Pc', '37.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1910, 1309, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '12.0000', 1, '54.6000', 2, '10%', '0', '0.0000', '600.0000', '', '50.0000', NULL, 4, 'Pc', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1911, 1310, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1509, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1912, 1311, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1913, 1312, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1914, 1313, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 1521, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1915, 1314, 87, '11111401', 'LEGWARMERS', 'standard', 835, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1916, 1315, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1504, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1917, 1316, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1918, 1317, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1509, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1919, 1318, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1920, 1319, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1921, 1319, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1922, 1320, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1923, 1321, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1924, 1321, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 'standard', 1401, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1925, 1322, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1509, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1926, 1323, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 1518, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1927, 1324, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1490, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1928, 1325, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1260, '620.0000', '620.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '620.0000', '', '620.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1929, 1326, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1180, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1930, 1326, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1931, 1327, 127, '11111006', 'PLAIN SHORT SLEEVE SIZE 32', 'standard', 1384, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1932, 1328, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1180, '480.0000', '480.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '960.0000', '', '480.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1933, 1329, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1172, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1934, 1330, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1937, 1332, 100, '11110120', 'Embroidery Logo', 'service', 0, '2918.1800', '3210.0000', '1.0000', 1, '291.8200', 2, '10%', '0', '0.0000', '3210.0000', '', '3210.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1938, 1333, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '48.0000', 1, '261.6000', 2, '10%', '0', '0.0000', '2880.0000', '', '60.0000', NULL, 4, 'Pc', '48.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1942, 1334, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1890.0000', '', '630.0000', NULL, 4, 'Pc', '3.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1943, 1334, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1259, '600.0000', '600.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3600.0000', '', '600.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1944, 1334, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1947, 1336, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1948, 1337, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '600.0000', '600.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1800.0000', '', '600.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1949, 1338, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1485, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1950, 1339, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1474, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1951, 1340, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1174, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1952, 1335, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1953, 1335, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1954, 1341, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1955, 1342, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1468, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1956, 1342, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1480, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1957, 1343, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1958, 1343, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1959, 1344, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1260, '620.0000', '620.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '620.0000', '', '620.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1960, 1345, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1961, 1346, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1252, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1962, 1347, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1506, '590.0000', '590.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1180.0000', '', '590.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1963, 1347, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1293, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1964, 1348, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1474, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1965, 1349, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1966, 1350, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1967, 1351, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1242, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1968, 1352, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1969, 1352, 87, '11111401', 'LEGWARMERS', 'standard', 845, '200.0000', '200.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '400.0000', '', '200.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1970, 1353, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1205, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1971, 1354, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1462, '450.0000', '450.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '450.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1972, 1355, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1229, '540.0000', '540.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1620.0000', '', '540.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1973, 1355, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1252, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1974, 1355, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1237, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1975, 1356, 100, '11110120', 'Embroidery Logo', 'service', 0, '3536.3600', '3890.0000', '1.0000', 1, '353.6400', 2, '10%', '0', '0.0000', '3890.0000', '', '3890.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1976, 1357, 100, '11110120', 'Embroidery Logo', 'service', 0, '127.2700', '140.0000', '62.0000', 1, '789.2600', 2, '10%', '60', '3720.0000', '8680.0000', '', '200.0000', NULL, 4, 'Pc', '62.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1977, 1358, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '8.0000', 1, '36.4000', 2, '10%', '0', '0.0000', '400.0000', '', '50.0000', NULL, 4, 'Pc', '8.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1978, 1359, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1979, 1359, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1980, 1360, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1497, '560.0000', '560.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1680.0000', '', '560.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1981, 1360, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1485, '530.0000', '530.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1590.0000', '', '530.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1982, 1360, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1509, '590.0000', '590.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1770.0000', '', '590.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1983, 1360, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1163, '420.0000', '420.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '840.0000', '', '420.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1984, 1360, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1985, 1360, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1454, '480.0000', '480.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1440.0000', '', '480.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1986, 1361, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 1517, '600.0000', '600.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2400.0000', '', '600.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1987, 1362, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1509, '590.0000', '590.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1180.0000', '', '590.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1988, 1362, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1473, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1989, 1363, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1473, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1990, 1364, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1259, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1991, 1365, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1509, '590.0000', '590.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2360.0000', '', '590.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1992, 1365, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1497, '560.0000', '560.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1120.0000', '', '560.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1993, 1366, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1226, '560.0000', '560.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1120.0000', '', '560.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1994, 1367, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1298, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1995, 1368, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1996, 1368, 153, '11111402', 'MARVINS', 'standard', 1764, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1997, 1368, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 'standard', 1401, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1998, 1369, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1207, '500.0000', '500.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '500.0000', '', '500.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (1999, 1369, 153, '11111402', 'MARVINS', 'standard', 1758, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2000, 1370, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1259, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2001, 1371, 153, '11111402', 'MARVINS', 'standard', 1758, '100.0000', '100.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '300.0000', '', '100.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2002, 1372, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1169, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2004, 1374, 100, '11110120', 'Embroidery Logo', 'service', 0, '7409.0900', '8150.0000', '1.0000', 1, '740.9100', 2, '10%', '0', '0.0000', '8150.0000', '', '8150.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2005, 1375, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '41.0000', 1, '223.4500', 2, '10%', '0', '0.0000', '2460.0000', '', '60.0000', NULL, 4, 'Pc', '41.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2006, 1376, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '30.0000', 1, '163.5000', 2, '10%', '0', '0.0000', '1800.0000', '', '60.0000', NULL, 4, 'Pc', '30.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2007, 1377, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '2.0000', 1, '12.7200', 2, '10%', '0', '0.0000', '140.0000', '', '70.0000', NULL, 4, 'Pc', '2.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2008, 1378, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '17.0000', 1, '92.6500', 2, '10%', '0', '0.0000', '1020.0000', '', '60.0000', NULL, 4, 'Pc', '17.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2009, 1379, 100, '11110120', 'Embroidery Logo', 'service', 0, '54.5500', '60.0000', '12.0000', 1, '65.4000', 2, '10%', '0', '0.0000', '720.0000', '', '60.0000', NULL, 4, 'Pc', '12.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2010, 1380, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '6.0000', 1, '27.3000', 2, '10%', '0', '0.0000', '300.0000', '', '50.0000', NULL, 4, 'Pc', '6.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2011, 1381, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1254, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2012, 1382, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1174, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2013, 1383, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1258, '620.0000', '620.0000', '1.0000', 1, '0.0000', 1, '0', '', '0.0000', '620.0000', '', '620.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2014, 1384, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '460.0000', '460.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2300.0000', '', '460.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2015, 1385, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1298, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2016, 1386, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1181, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2017, 1387, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1220, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2018, 1388, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2019, 1389, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2020, 1390, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1265, '620.0000', '620.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '620.0000', '', '620.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2021, 1391, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2022, 1392, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1259, '600.0000', '600.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1800.0000', '', '600.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2023, 1393, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1242, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2024, 1394, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1272, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2025, 1395, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1276, '650.0000', '650.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1300.0000', '', '650.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2026, 1396, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1504, '590.0000', '590.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1770.0000', '', '590.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2027, 1397, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1277, '650.0000', '650.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3900.0000', '', '650.0000', NULL, 4, 'Pc', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2028, 1398, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1260, '600.0000', '600.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1800.0000', '', '600.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2029, 1399, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1243, '590.0000', '590.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2950.0000', '', '590.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2030, 1400, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1504, '590.0000', '590.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2950.0000', '', '590.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2031, 1401, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 1528, '650.0000', '650.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1300.0000', '', '650.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2032, 1402, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2033, 1403, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2034, 1404, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1218, '510.0000', '510.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1530.0000', '', '510.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2035, 1405, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1620.0000', '', '540.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2036, 1406, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1481, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2037, 1407, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1175, '480.0000', '480.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '960.0000', '', '480.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2038, 1408, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1234, '540.0000', '540.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1620.0000', '', '540.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2039, 1409, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1288, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2040, 1410, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2041, 1411, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1493, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2042, 1412, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1170, '460.0000', '460.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1380.0000', '', '460.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2043, 1413, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2044, 1414, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2045, 1415, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1173, '460.0000', '460.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1840.0000', '', '460.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2046, 1416, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1299, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2047, 1417, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1239, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2048, 1418, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1256, '600.0000', '600.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1800.0000', '', '600.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2049, 1419, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1271, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2050, 1420, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1260, '620.0000', '620.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '620.0000', '', '620.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2051, 1421, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1293, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2052, 1422, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1242, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2053, 1423, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 1528, '650.0000', '650.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3900.0000', '', '650.0000', NULL, 4, 'Pc', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2054, 1424, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 2185, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2055, 1425, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 2185, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2056, 1426, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 2184, '620.0000', '620.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '620.0000', '', '620.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2057, 1427, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 2185, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2058, 1428, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1293, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2059, 1429, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1276, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2060, 1430, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2061, 1431, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1256, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2062, 1432, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1171, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2063, 1433, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1259, '600.0000', '600.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1800.0000', '', '600.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2064, 1434, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1242, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2065, 1435, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1251, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2066, 1436, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1498, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2067, 1437, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1497, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2068, 1438, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2069, 1439, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2070, 1440, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2071, 1441, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2072, 1442, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2073, 1443, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1710.0000', '', '570.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2074, 1444, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1225, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2075, 1445, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1242, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2076, 1446, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1208, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2077, 1447, 139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 'standard', 1545, '670.0000', '670.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '670.0000', '', '670.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2078, 1448, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1273, '670.0000', '670.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '670.0000', '', '670.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2079, 1449, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1454, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2080, 1450, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1282, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2081, 1451, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1710.0000', '', '570.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2082, 1452, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1800.0000', '', '600.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2083, 1453, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2084, 1454, 137, '11111207', 'STRIPPED LONGSLEEVE SIZE 34', 'standard', 1517, '620.0000', '620.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '620.0000', '', '620.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2085, 1455, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2086, 1456, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1264, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2087, 1457, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1293, '630.0000', '630.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1260.0000', '', '630.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2088, 1458, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1217, '510.0000', '510.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1020.0000', '', '510.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2089, 1459, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1234, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2090, 1460, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1251, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2091, 1461, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2092, 1462, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3000.0000', '', '600.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2093, 1463, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1256, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2094, 1464, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1259, '600.0000', '600.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1200.0000', '', '600.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2095, 1465, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1242, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2096, 1466, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1298, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2097, 1467, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1251, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2098, 1467, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2099, 1468, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1239, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2100, 1469, 100, '11110120', 'Embroidery Logo', 'service', 0, '8718.1800', '9590.0000', '1.0000', 1, '871.8200', 2, '10%', '0', '0.0000', '9590.0000', '', '9590.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2101, 1470, 100, '11110120', 'Embroidery Logo', 'service', 0, '1690.9100', '1860.0000', '1.0000', 1, '169.0900', 2, '10%', '0', '0.0000', '1860.0000', '', '1860.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2102, 1471, 87, '11111401', 'LEGWARMERS', 'standard', 835, '3250.0000', '3250.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3250.0000', '', '3250.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2103, 1472, 100, '11110120', 'Embroidery Logo', 'service', 0, '2618.1800', '2880.0000', '1.0000', 1, '261.8200', 2, '10%', '0', '0.0000', '2880.0000', '', '2880.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2104, 1473, 100, '11110120', 'Embroidery Logo', 'service', 0, '7336.3600', '8070.0000', '1.0000', 1, '733.6400', 2, '10%', '0', '0.0000', '8070.0000', '', '8070.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2105, 1474, 100, '11110120', 'Embroidery Logo', 'service', 0, '581.8200', '640.0000', '1.0000', 1, '58.1800', 2, '10%', '0', '0.0000', '640.0000', '', '640.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2107, 1476, 100, '11110120', 'Embroidery Logo', 'service', 0, '5309.0900', '5840.0000', '1.0000', 1, '530.9100', 2, '10%', '0', '0.0000', '5840.0000', '', '5840.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2108, 1477, 100, '11110120', 'Embroidery Logo', 'service', 0, '2518.1800', '2770.0000', '1.0000', 1, '251.8200', 2, '10%', '0', '0.0000', '2770.0000', '', '2770.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2109, 1478, 100, '11110120', 'Embroidery Logo', 'service', 0, '3163.6400', '3480.0000', '1.0000', 1, '316.3600', 2, '10%', '0', '0.0000', '3480.0000', '', '3480.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2110, 1479, 100, '11110120', 'Embroidery Logo', 'service', 0, '3036.3600', '3340.0000', '1.0000', 1, '303.6400', 2, '10%', '0', '0.0000', '3340.0000', '', '3340.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2111, 1480, 100, '11110120', 'Embroidery Logo', 'service', 0, '1481.8200', '1630.0000', '1.0000', 1, '148.1800', 2, '10%', '0', '0.0000', '1630.0000', '', '1630.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2112, 1373, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3000.0000', '', '600.0000', NULL, 4, 'Pc', '5.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2113, 1481, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1246, '570.0000', '570.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2850.0000', '', '570.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2114, 1481, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1229, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2115, 1482, 100, '11110120', 'Embroidery Logo', 'service', 0, '4481.8200', '4930.0000', '1.0000', 1, '448.1800', 2, '10%', '0', '0.0000', '4930.0000', '', '4930.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2116, 1483, 100, '11110120', 'Embroidery Logo', 'service', 0, '1527.2700', '1680.0000', '1.0000', 1, '152.7300', 2, '10%', '0', '0.0000', '1680.0000', '', '1680.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2117, 1484, 100, '11110120', 'Embroidery Logo', 'service', 0, '4481.8200', '4930.0000', '1.0000', 1, '448.1800', 2, '10%', '0', '0.0000', '4930.0000', '', '4930.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2118, 1485, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1154, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2119, 1486, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2120, 1487, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1237, '580.0000', '580.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '580.0000', '', '580.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2121, 1488, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1485, '530.0000', '530.0000', '7.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3710.0000', '', '530.0000', NULL, 4, 'Pc', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2122, 1488, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1497, '560.0000', '560.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1120.0000', '', '560.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2123, 1489, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2124, 1489, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1220, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2125, 1490, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1153, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2126, 1491, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1175, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2127, 1492, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1620.0000', '', '540.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2128, 1493, 100, '11110120', 'Embroidery Logo', 'service', 0, '2036.3600', '2240.0000', '1.0000', 1, '203.6400', 2, '10%', '0', '0.0000', '2240.0000', '', '2240.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2129, 1494, 100, '11110120', 'Embroidery Logo', 'service', 0, '4109.0900', '4520.0000', '1.0000', 1, '410.9100', 2, '10%', '0', '0.0000', '4520.0000', '', '4520.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2130, 1495, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1461, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2131, 1496, 153, '11111402', 'MARVINS', 'standard', 1759, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2132, 1497, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2133, 1498, 163, '21111003', 'Tracksuit Size 24', 'standard', 1970, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2134, 1499, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2135, 1500, 87, '11111401', 'LEGWARMERS', 'standard', 845, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2136, 1501, 153, '11111402', 'MARVINS', 'standard', 1763, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2137, 1502, 87, '11111401', 'LEGWARMERS', 'standard', 845, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2138, 1503, 165, '21111005', 'Tracksuit Size 28', 'standard', 2035, '850.0000', '850.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '850.0000', '', '850.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2139, 1504, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1277, '700.0000', '700.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2140, 1505, 100, '11110120', 'Embroidery Logo', 'service', 0, '1927.2700', '2120.0000', '1.0000', 1, '192.7300', 2, '10%', '0', '0.0000', '2120.0000', '', '2120.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2141, 1506, 100, '11110120', 'Embroidery Logo', 'service', 0, '163.6400', '180.0000', '1.0000', 1, '16.3600', 2, '10%', '0', '0.0000', '180.0000', '', '180.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2142, 1507, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2143, 1508, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2144, 1509, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2145, 1510, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2146, 1511, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1268, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2147, 1512, 153, '11111402', 'MARVINS', 'standard', 1755, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2148, 1513, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1255, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2149, 1514, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2150, 1515, 100, '11110120', 'Embroidery Logo', 'service', 0, '1981.8200', '2180.0000', '1.0000', 1, '198.1800', 2, '10%', '0', '0.0000', '2180.0000', '', '2180.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2151, 1516, 100, '11110120', 'Embroidery Logo', 'service', 0, '2290.9100', '2520.0000', '1.0000', 1, '229.0900', 2, '10%', '0', '0.0000', '2520.0000', '', '2520.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2152, 1517, 135, '11111205', 'STRIPPED LONGSLEEVE SIZE 30', 'standard', 1497, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2153, 1518, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2154, 1519, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1171, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2155, 1520, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2156, 1520, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1187, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2157, 1521, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1293, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2158, 1522, 100, '11110120', 'Embroidery Logo', 'service', 0, '636.3600', '700.0000', '1.0000', 1, '63.6400', 2, '10%', '0', '0.0000', '700.0000', '', '700.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2159, 1523, 100, '11110120', 'Embroidery Logo', 'service', 0, '545.4500', '600.0000', '1.0000', 1, '54.5500', 2, '10%', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2160, 1524, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2161, 1524, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1154, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2162, 1525, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1240, '570.0000', '570.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1710.0000', '', '570.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2163, 1525, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1257, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2164, 1526, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2165, 1527, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1293, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2166, 1528, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1298, '630.0000', '630.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1890.0000', '', '630.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2167, 1529, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1290, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2168, 1530, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1214, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2169, 1531, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2170, 1532, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2171, 1533, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1276, '650.0000', '650.0000', '7.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4550.0000', '', '650.0000', NULL, 4, 'Pc', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2172, 1533, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1293, '630.0000', '630.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1890.0000', '', '630.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2173, 1534, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1217, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2174, 1535, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1290, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2175, 1536, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2176, 1537, 100, '11110120', 'Embroidery Logo', 'service', 0, '2436.3600', '2680.0000', '1.0000', 1, '243.6400', 2, '10%', '0', '0.0000', '2680.0000', '', '2680.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2177, 1538, 139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 'standard', 1545, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2178, 1539, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1276, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2179, 1540, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2180, 1540, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1251, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2181, 1540, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2182, 1541, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1276, '650.0000', '650.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1950.0000', '', '650.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2183, 1542, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2184, 1542, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2185, 1543, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2186, 1544, 100, '11110120', 'Embroidery Logo', 'service', 0, '1763.6400', '1940.0000', '1.0000', 1, '176.3600', 2, '10%', '0', '0.0000', '1940.0000', '', '1940.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2187, 1545, 100, '11110120', 'Embroidery Logo', 'service', 0, '718.1800', '790.0000', '1.0000', 1, '71.8200', 2, '10%', '0', '0.0000', '790.0000', '', '790.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2188, 1546, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2189, 1547, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2190, 1548, 100, '11110120', 'Embroidery Logo', 'service', 0, '1845.4500', '2030.0000', '1.0000', 1, '184.5500', 2, '10%', '0', '0.0000', '2030.0000', '', '2030.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2191, 1549, 100, '11110120', 'Embroidery Logo', 'service', 0, '2454.5500', '2700.0000', '1.0000', 1, '245.4500', 2, '10%', '0', '0.0000', '2700.0000', '', '2700.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2192, 1550, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2193, 1550, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2194, 1551, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1225, '540.0000', '540.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1080.0000', '', '540.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2195, 1551, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2196, 1552, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2197, 1553, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2198, 1554, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2199, 1555, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2200, 1556, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1152, '420.0000', '420.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1680.0000', '', '420.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2201, 1556, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1169, '460.0000', '460.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1380.0000', '', '460.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2202, 1556, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1186, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2203, 1557, 100, '11110120', 'Embroidery Logo', 'service', 0, '1200.0000', '1320.0000', '1.0000', 1, '120.0000', 2, '10%', '0', '0.0000', '1320.0000', '', '1320.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2204, 1558, 100, '11110120', 'Embroidery Logo', 'service', 0, '709.0900', '780.0000', '1.0000', 1, '70.9100', 2, '10%', '0', '0.0000', '780.0000', '', '780.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2205, 1559, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1454, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2206, 1560, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1256, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2207, 1561, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1175, '480.0000', '480.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '960.0000', '', '480.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2208, 1562, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1260, '620.0000', '620.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '620.0000', '', '620.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2209, 1562, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 'standard', 1396, '580.0000', '580.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '580.0000', '', '580.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2210, 1563, 100, '11110120', 'Embroidery Logo', 'service', 0, '1736.3600', '1910.0000', '1.0000', 1, '173.6400', 2, '10%', '0', '0.0000', '1910.0000', '', '1910.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2211, 1564, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1276, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2212, 1565, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1197, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2213, 1566, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2214, 1567, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1225, '540.0000', '540.0000', '8.0000', 1, '0.0000', 1, '0', '0', '0.0000', '4320.0000', '', '540.0000', NULL, 4, 'Pc', '8.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2215, 1568, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '4.0000', 1, '0.0000', 1, '0', '0', '0.0000', '2040.0000', '', '510.0000', NULL, 4, 'Pc', '4.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2216, 1569, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 'standard', 1391, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2217, 1570, 153, '11111402', 'MARVINS', 'standard', 1759, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2218, 1571, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 'standard', 1443, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2219, 1572, 100, '11110120', 'Embroidery Logo', 'service', 0, '1227.2700', '1350.0000', '1.0000', 1, '122.7300', 2, '10%', '0', '0.0000', '1350.0000', '', '1350.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2220, 1573, 100, '11110120', 'Embroidery Logo', 'service', 0, '4745.4500', '5220.0000', '1.0000', 1, '474.5500', 2, '10%', '0', '0.0000', '5220.0000', '', '5220.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2221, 1574, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2222, 1575, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2223, 1575, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 'standard', 1391, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2224, 1576, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1277, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2225, 1577, 153, '11111402', 'MARVINS', 'standard', 1755, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2226, 1577, 87, '11111401', 'LEGWARMERS', 'standard', 835, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2227, 1578, 100, '11110120', 'Embroidery Logo', 'service', 0, '490.9100', '540.0000', '1.0000', 1, '49.0900', 2, '10%', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2228, 1579, 100, '11110120', 'Embroidery Logo', 'service', 0, '4309.0900', '4740.0000', '1.0000', 1, '430.9100', 2, '10%', '0', '0.0000', '4740.0000', '', '4740.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2229, 1580, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2230, 1581, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1480, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2231, 1582, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1480, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2232, 1583, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2233, 1584, 153, '11111402', 'MARVINS', 'standard', 1768, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2234, 1585, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1454, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2235, 1586, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1457, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2236, 1587, 100, '11110120', 'Embroidery Logo', 'service', 0, '854.5500', '940.0000', '1.0000', 1, '85.4500', 2, '10%', '0', '0.0000', '940.0000', '', '940.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2237, 1588, 100, '11110120', 'Embroidery Logo', 'service', 0, '109.0900', '120.0000', '1.0000', 1, '10.9100', 2, '10%', '0', '0.0000', '120.0000', '', '120.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2238, 1589, 138, '11111208', 'STRIPPED LONGSLEEVE SIZE 36', 'standard', 1532, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2239, 1590, 139, '11111209', 'STRIPPED LONGSLEEVE SIZE 38', 'standard', 1541, '630.0000', '630.0000', '6.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3780.0000', '', '630.0000', NULL, 4, 'Pc', '6.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2240, 1591, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2241, 1592, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2242, 1593, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1163, '420.0000', '420.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2243, 1594, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2245, 1596, 100, '11110120', 'Embroidery Logo', 'service', 0, '2327.2700', '2560.0000', '1.0000', 1, '232.7300', 2, '10%', '0', '0.0000', '2560.0000', '', '2560.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2246, 1597, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1204, '510.0000', '510.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1530.0000', '', '510.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2247, 1598, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2248, 1599, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2249, 1600, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1203, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2250, 1601, 100, '11110120', 'Embroidery Logo', 'service', 0, '990.9100', '1090.0000', '1.0000', 1, '99.0900', 2, '10%', '0', '0.0000', '1090.0000', '', '1090.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2251, 1602, 100, '11110120', 'Embroidery Logo', 'service', 0, '1309.0900', '1440.0000', '1.0000', 1, '130.9100', 2, '10%', '0', '0.0000', '1440.0000', '', '1440.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2252, 1603, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2253, 1604, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2254, 1605, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1218, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2255, 1606, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1281, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2256, 1607, 100, '11110120', 'Embroidery Logo', 'service', 0, '2272.7300', '2500.0000', '1.0000', 1, '227.2700', 2, '10%', '0', '0.0000', '2500.0000', '', '2500.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2257, 1608, 100, '11110120', 'Embroidery Logo', 'service', 0, '654.5500', '720.0000', '1.0000', 1, '65.4500', 2, '10%', '0', '0.0000', '720.0000', '', '720.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2258, 1609, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1302, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2259, 1610, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1886, '530.0000', '530.0000', '7.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3710.0000', '', '530.0000', NULL, 4, 'Pc', '7.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2260, 1611, 153, '11111402', 'MARVINS', 'standard', 1758, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2261, 1612, 131, '11111201', 'STRIPPED LONGSLEEVE SIZE 22', 'standard', 1444, '450.0000', '450.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '450.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2262, 1613, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1275, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2263, 1614, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2264, 1615, 100, '11110120', 'Embroidery Logo', 'service', 0, '1236.3600', '1360.0000', '1.0000', 1, '123.6400', 2, '10%', '0', '0.0000', '1360.0000', '', '1360.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2265, 1616, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1273, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2266, 1617, 100, '11110120', 'Embroidery Logo', 'service', 0, '381.8200', '420.0000', '1.0000', 1, '38.1800', 2, '10%', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2267, 1618, 100, '11110120', 'Embroidery Logo', 'service', 0, '545.4500', '600.0000', '1.0000', 1, '54.5500', 2, '10%', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2268, 1619, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2269, 1620, 100, '11110120', 'Embroidery Logo', 'service', 0, '381.8200', '420.0000', '1.0000', 1, '38.1800', 2, '10%', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2270, 1621, 100, '11110120', 'Embroidery Logo', 'service', 0, '1963.6400', '2160.0000', '1.0000', 1, '196.3600', 2, '10%', '0', '0.0000', '2160.0000', '', '2160.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2271, 1622, 100, '11110120', 'Embroidery Logo', 'service', 0, '1200.0000', '1320.0000', '1.0000', 1, '120.0000', 2, '10%', '0', '0.0000', '1320.0000', '', '1320.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2272, 1623, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1173, '460.0000', '460.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2273, 1623, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1190, '490.0000', '490.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '980.0000', '', '490.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2274, 1623, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1207, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2275, 1623, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1224, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2276, 1624, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2277, 1625, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1269, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2278, 1626, 100, '11110120', 'Embroidery Logo', 'service', 0, '236.3600', '260.0000', '1.0000', 1, '23.6400', 2, '10%', '0', '0.0000', '260.0000', '', '260.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2279, 1627, 100, '11110120', 'Embroidery Logo', 'service', 0, '545.4500', '600.0000', '1.0000', 1, '54.5500', 2, '10%', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2280, 1628, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2281, 1629, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1248, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2282, 1629, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1298, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2283, 1630, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1461, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2284, 1631, 100, '11110120', 'Embroidery Logo', 'service', 0, '336.3600', '370.0000', '1.0000', 1, '33.6400', 2, '10%', '0', '0.0000', '370.0000', '', '370.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2285, 1632, 100, '11110120', 'Embroidery Logo', 'service', 0, '545.4500', '600.0000', '1.0000', 1, '54.5500', 2, '10%', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2286, 1633, 113, '11110123', 'PLAIN SWEATER SIZE 22', 'standard', 1154, '420.0000', '420.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '840.0000', '', '420.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2287, 1634, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1226, '560.0000', '560.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '560.0000', '', '560.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2288, 1635, 153, '11111402', 'MARVINS', 'standard', 1768, '100.0000', '100.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '300.0000', '', '100.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2289, 1636, 100, '11110120', 'Embroidery Logo', 'service', 0, '5454.5500', '6000.0000', '1.0000', 1, '545.4500', 2, '10%', '0', '0.0000', '6000.0000', '', '6000.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2290, 1637, 100, '11110120', 'Embroidery Logo', 'service', 0, '2672.7300', '2940.0000', '1.0000', 1, '267.2700', 2, '10%', '0', '0.0000', '2940.0000', '', '2940.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2291, 1638, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1289, '630.0000', '630.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3150.0000', '', '630.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2292, 1638, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1272, '650.0000', '650.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '6500.0000', '', '650.0000', NULL, 4, 'Pc', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2293, 1639, 100, '11110120', 'Embroidery Logo', 'service', 0, '1000.0000', '1100.0000', '1.0000', 1, '100.0000', 2, '10%', '0', '0.0000', '1100.0000', '', '1100.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2294, 1640, 100, '11110120', 'Embroidery Logo', 'service', 0, '500.0000', '550.0000', '1.0000', 1, '50.0000', 2, '10%', '0', '0.0000', '550.0000', '', '550.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2295, 1641, 100, '11110120', 'Embroidery Logo', 'service', 0, '2727.2700', '3000.0000', '1.0000', 1, '272.7300', 2, '10%', '0', '0.0000', '3000.0000', '', '3000.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2296, 1642, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2297, 1643, 100, '11110120', 'Embroidery Logo', 'service', 0, '136.3600', '150.0000', '1.0000', 1, '13.6400', 2, '10%', '0', '0.0000', '150.0000', '', '150.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2298, 1644, 100, '11110120', 'Embroidery Logo', 'service', 0, '436.3600', '480.0000', '1.0000', 1, '43.6400', 2, '10%', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2299, 1645, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2300, 1646, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1460, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2301, 1647, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1207, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2302, 1648, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1239, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2303, 1648, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1290, '630.0000', '630.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '630.0000', '', '630.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2304, 1649, 100, '11110120', 'Embroidery Logo', 'service', 0, '1490.9100', '1640.0000', '1.0000', 1, '149.0900', 2, '10%', '0', '0.0000', '1640.0000', '', '1640.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2305, 1650, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1237, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2306, 1651, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1209, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2307, 1652, 100, '11110120', 'Embroidery Logo', 'service', 0, '381.8200', '420.0000', '1.0000', 1, '38.1800', 2, '10%', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2308, 1653, 100, '11110120', 'Embroidery Logo', 'service', 0, '1472.7300', '1620.0000', '1.0000', 1, '147.2700', 2, '10%', '0', '0.0000', '1620.0000', '', '1620.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2309, 1654, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1213, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2310, 1655, 100, '11110120', 'Embroidery Logo', 'service', 0, '381.8200', '420.0000', '1.0000', 1, '38.1800', 2, '10%', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2311, 1656, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1196, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2312, 1657, 153, '11111402', 'MARVINS', 'standard', 1758, '80.0000', '80.0000', '9.0000', 1, '0.0000', 1, '0', '0', '0.0000', '720.0000', '', '80.0000', NULL, 4, 'Pc', '9.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2313, 1657, 153, '11111402', 'MARVINS', 'standard', 1763, '80.0000', '80.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '80.0000', '', '80.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2314, 1658, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1173, '450.0000', '450.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '900.0000', '', '450.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2315, 1658, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1886, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2316, 1659, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1236, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2317, 1660, 100, '11110120', 'Embroidery Logo', 'service', 0, '45.4500', '50.0000', '1.0000', 1, '4.5500', 2, '10%', '0', '0.0000', '50.0000', '', '50.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2318, 1661, 100, '11110120', 'Embroidery Logo', 'service', 0, '120.0000', '120.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '120.0000', '', '120.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2319, 1662, 132, '11111202', 'STRIPPED LONGSLEEVE SIZE 24', 'standard', 1456, '480.0000', '480.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '480.0000', '', '480.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2320, 1663, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1239, '570.0000', '570.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1140.0000', '', '570.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2323, 1666, 100, '11110120', 'Embroidery Logo', 'service', 0, '1327.2700', '1460.0000', '1.0000', 1, '132.7300', 2, '10%', '0', '0.0000', '1460.0000', '', '1460.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2324, 1667, 100, '11110120', 'Embroidery Logo', 'service', 0, '1218.1800', '1340.0000', '1.0000', 1, '121.8200', 2, '10%', '0', '0.0000', '1340.0000', '', '1340.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2325, 1668, 100, '11110120', 'Embroidery Logo', 'service', 0, '227.2700', '250.0000', '1.0000', 1, '22.7300', 2, '10%', '0', '0.0000', '250.0000', '', '250.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2326, 1669, 100, '11110120', 'Embroidery Logo', 'service', 0, '2454.5500', '2700.0000', '1.0000', 1, '245.4500', 2, '10%', '0', '0.0000', '2700.0000', '', '2700.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2327, 1670, 100, '11110120', 'Embroidery Logo', 'service', 0, '863.6400', '950.0000', '1.0000', 1, '86.3600', 2, '10%', '0', '0.0000', '950.0000', '', '950.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2328, 1671, 100, '11110120', 'Embroidery Logo', 'service', 0, '1109.0900', '1220.0000', '1.0000', 1, '110.9100', 2, '10%', '0', '0.0000', '1220.0000', '', '1220.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2329, 1672, 100, '11110120', 'Embroidery Logo', 'service', 0, '1136.3600', '1250.0000', '1.0000', 1, '113.6400', 2, '10%', '0', '0.0000', '1250.0000', '', '1250.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2330, 1673, 100, '11110120', 'Embroidery Logo', 'service', 0, '272.7300', '300.0000', '1.0000', 1, '27.2700', 2, '10%', '0', '0.0000', '300.0000', '', '300.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2332, 1675, 100, '11110120', 'Embroidery Logo', 'service', 0, '4609.0900', '5070.0000', '1.0000', 1, '460.9100', 2, '10%', '0', '0.0000', '5070.0000', '', '5070.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2333, 1676, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1222, '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', '530.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2334, 1677, 153, '11111402', 'MARVINS', 'standard', 1754, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2335, 1678, 153, '11111402', 'MARVINS', 'standard', 1763, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2336, 1678, 153, '11111402', 'MARVINS', 'standard', 1755, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2337, 1679, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1226, '560.0000', '560.0000', '10.0000', 1, '0.0000', 1, '0', '0', '0.0000', '5600.0000', '', '560.0000', NULL, 4, 'Pc', '10.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2338, 1680, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1220, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2339, 1681, 120, '11110131', 'PLAIN SWEATER SIZE 38', 'standard', 1271, '650.0000', '650.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '650.0000', '', '650.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2340, 1682, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1212, '500.0000', '500.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '500.0000', '', '500.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2341, 1683, 87, '11111401', 'LEGWARMERS', 'standard', 845, '200.0000', '200.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '200.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2342, 1684, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1174, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2343, 1685, 117, '11110127', 'PLAIN SWEATER SIZE 30', 'standard', 1221, '540.0000', '540.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2344, 1686, 100, '11110120', 'Embroidery Logo', 'service', 0, '1327.2700', '1460.0000', '1.0000', 1, '132.7300', 2, '10%', '0', '0.0000', '1460.0000', '', '1460.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2345, 1687, 100, '11110120', 'Embroidery Logo', 'service', 0, '1145.4500', '1260.0000', '1.0000', 1, '114.5500', 2, '10%', '0', '0.0000', '1260.0000', '', '1260.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2346, 1688, 87, '11111401', 'LEGWARMERS', 'standard', 845, '200.0000', '200.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '400.0000', '', '200.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2347, 1689, 153, '11111402', 'MARVINS', 'standard', 1768, '100.0000', '100.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '200.0000', '', '100.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2348, 1690, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1256, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2349, 1690, 121, '11110130', 'PLAIN SWEATER SIZE 36', 'standard', 1290, '630.0000', '630.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1890.0000', '', '630.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2352, 1693, 100, '11110120', 'Embroidery Logo', 'service', 0, '1209.0900', '1330.0000', '1.0000', 1, '120.9100', 2, '10%', '0', '0.0000', '1330.0000', '', '1330.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2353, 1694, 100, '11110120', 'Embroidery Logo', 'service', 0, '2227.2700', '2450.0000', '1.0000', 1, '222.7300', 2, '10%', '0', '0.0000', '2450.0000', '', '2450.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2354, 1695, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1256, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2355, 1696, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1238, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2356, 1697, 153, '11111402', 'MARVINS', 'standard', 1755, '100.0000', '100.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '100.0000', '', '100.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2357, 1698, 100, '11110120', 'Embroidery Logo', 'service', 0, '654.5500', '720.0000', '1.0000', 1, '65.4500', 2, '10%', '0', '0.0000', '720.0000', '', '720.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2358, 1699, 100, '11110120', 'Embroidery Logo', 'service', 0, '109.0900', '120.0000', '1.0000', 1, '10.9100', 2, '10%', '0', '0.0000', '120.0000', '', '120.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2365, 1706, 100, '11110120', 'Embroidery Logo', 'service', 0, '400.0000', '440.0000', '1.0000', 1, '40.0000', 2, '10%', '0', '0.0000', '440.0000', '', '440.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2366, 1707, 100, '11110120', 'Embroidery Logo', 'service', 0, '2563.6400', '2820.0000', '1.0000', 1, '256.3600', 2, '10%', '0', '0.0000', '2820.0000', '', '2820.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2367, 1708, 116, '11110126', 'PLAIN SWEATER SIZE 28', 'standard', 1208, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2368, 1708, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1174, '460.0000', '460.0000', '3.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1380.0000', '', '460.0000', NULL, 4, 'Pc', '3.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2369, 1709, 100, '11110120', 'Embroidery Logo', 'service', 0, '409.0900', '450.0000', '1.0000', 1, '40.9100', 2, '10%', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2370, 1710, 100, '11110120', 'Embroidery Logo', 'service', 0, '381.8200', '420.0000', '1.0000', 1, '38.1800', 2, '10%', '0', '0.0000', '420.0000', '', '420.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2371, 1711, 100, '11110120', 'Embroidery Logo', 'service', 0, '490.9100', '540.0000', '1.0000', 1, '49.0900', 2, '10%', '0', '0.0000', '540.0000', '', '540.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2372, 1712, 100, '11110120', 'Embroidery Logo', 'service', 0, '500.0000', '550.0000', '1.0000', 1, '50.0000', 2, '10%', '0', '0.0000', '550.0000', '', '550.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2373, 1713, 100, '11110120', 'Embroidery Logo', 'service', 0, '2454.5500', '2700.0000', '1.0000', 1, '245.4500', 2, '10%', '0', '0.0000', '2700.0000', '', '2700.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2374, 1714, 128, '11111007', 'PLAIN SHORT SLEEVE SIZE 34', 'standard', 1390, '580.0000', '580.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1160.0000', '', '580.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2375, 1715, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1269, '600.0000', '600.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2376, 1716, 136, '11111206', 'STRIPPED LONGSLEEVE SIZE 32', 'standard', 1502, '590.0000', '590.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '590.0000', '', '590.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2377, 1717, 100, '11110120', 'Embroidery Logo', 'service', 0, '109.0900', '120.0000', '1.0000', 1, '10.9100', 2, '10%', '0', '0.0000', '120.0000', '', '120.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2378, 1718, 100, '11110120', 'Embroidery Logo', 'service', 0, '981.8200', '1080.0000', '1.0000', 1, '98.1800', 2, '10%', '0', '0.0000', '1080.0000', '', '1080.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2379, 1719, 114, '11110124', 'PLAIN SWEATER SIZE 24', 'standard', 1184, '450.0000', '450.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '450.0000', '', '450.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2380, 1720, 134, '11111204', 'STRIPPED LONGSLEEVE SIZE 28', 'standard', 1481, '530.0000', '530.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '1060.0000', '', '530.0000', NULL, 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2381, 1720, 133, '11111203', 'STRIPPED LONGSLEEVE SIZE 26', 'standard', 1469, '510.0000', '510.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '510.0000', '', '510.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2382, 1721, 100, '11110120', 'Embroidery Logo', 'service', 0, '63.6400', '70.0000', '1.0000', 1, '6.3600', 2, '10%', '0', '0.0000', '70.0000', '', '70.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2383, 1722, 100, '11110120', 'Embroidery Logo', 'service', 0, '1727.2700', '1900.0000', '1.0000', 1, '172.7300', 2, '10%', '0', '0.0000', '1900.0000', '', '1900.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2384, 1723, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1240, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2385, 1724, 119, '11110129', 'PLAIN SWEATER SIZE 34', 'standard', 1256, '600.0000', '600.0000', '5.0000', 1, '0.0000', 1, '0', '0', '0.0000', '3000.0000', '', '600.0000', NULL, 4, 'Pc', '5.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2386, 1725, 100, '11110120', 'Embroidery Logo', 'service', 0, '1218.1800', '1340.0000', '1.0000', 1, '121.8200', 2, '10%', '0', '0.0000', '1340.0000', '', '1340.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2387, 1726, 100, '11110120', 'Embroidery Logo', 'service', 0, '200.0000', '220.0000', '1.0000', 1, '20.0000', 2, '10%', '0', '0.0000', '220.0000', '', '220.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2388, 1727, 115, '11110125', 'PLAIN SWEATER SIZE 26', 'standard', 1187, '490.0000', '490.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '490.0000', '', '490.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2389, 1728, 100, '11110120', 'Embroidery Logo', 'service', 0, '418.1800', '460.0000', '1.0000', 1, '41.8200', 2, '10%', '0', '0.0000', '460.0000', '', '460.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2390, 1729, 100, '11110120', 'Embroidery Logo', 'service', 0, '363.6400', '400.0000', '1.0000', 1, '36.3600', 2, '10%', '0', '0.0000', '400.0000', '', '400.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2391, 1730, 118, '11110128', 'PLAIN SWEATER SIZE 32', 'standard', 1241, '570.0000', '570.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '570.0000', '', '570.0000', NULL, 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2392, 1731, 100, '11110120', 'Embroidery Logo', 'service', 0, '109.0900', '120.0000', '1.0000', 1, '10.9100', 2, '10%', '0', '0.0000', '120.0000', '', '120.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2393, 1732, 100, '11110120', 'Embroidery Logo', 'service', 0, '545.4500', '600.0000', '1.0000', 1, '54.5500', 2, '10%', '0', '0.0000', '600.0000', '', '600.0000', NULL, 4, 'Pc', '1.0000', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sale_items` (`id`, `sale_id`, `product_id`, `product_code`, `product_name`, `product_type`, `option_id`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `real_unit_price`, `sale_item_id`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (2394, 1733, 154, '11100126', 'POLO T-SHIRTS', 'standard', 1774, '580.0000', '580.0000', '226.0000', 1, '0.0000', 1, '0', '0', '0.0000', '131080.0000', '', '580.0000', NULL, 4, 'Pc', '226.0000', NULL, NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_sales
#

DROP TABLE IF EXISTS `sma_sales`;

CREATE TABLE `sma_sales` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `reference_no` varchar(55) NOT NULL,
  `customer_id` int(11) NOT NULL,
  `customer` varchar(55) NOT NULL,
  `biller_id` int(11) NOT NULL,
  `biller` varchar(55) NOT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `staff_note` varchar(1000) DEFAULT NULL,
  `total` decimal(25,4) NOT NULL,
  `product_discount` decimal(25,4) DEFAULT 0.0000,
  `order_discount_id` varchar(20) DEFAULT NULL,
  `total_discount` decimal(25,4) DEFAULT 0.0000,
  `order_discount` decimal(25,4) DEFAULT 0.0000,
  `product_tax` decimal(25,4) DEFAULT 0.0000,
  `order_tax_id` int(11) DEFAULT NULL,
  `order_tax` decimal(25,4) DEFAULT 0.0000,
  `total_tax` decimal(25,4) DEFAULT 0.0000,
  `shipping` decimal(25,4) DEFAULT 0.0000,
  `grand_total` decimal(25,4) NOT NULL,
  `sale_status` varchar(20) DEFAULT NULL,
  `payment_status` varchar(20) DEFAULT NULL,
  `payment_term` tinyint(4) DEFAULT NULL,
  `due_date` date DEFAULT NULL,
  `created_by` int(11) DEFAULT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  `total_items` smallint(6) DEFAULT NULL,
  `pos` tinyint(1) NOT NULL DEFAULT 0,
  `paid` decimal(25,4) DEFAULT 0.0000,
  `return_id` int(11) DEFAULT NULL,
  `surcharge` decimal(25,4) NOT NULL DEFAULT 0.0000,
  `attachment` varchar(55) DEFAULT NULL,
  `return_sale_ref` varchar(55) DEFAULT NULL,
  `sale_id` int(11) DEFAULT NULL,
  `return_sale_total` decimal(25,4) NOT NULL DEFAULT 0.0000,
  `rounding` decimal(10,4) DEFAULT NULL,
  `suspend_note` varchar(255) DEFAULT NULL,
  `api` tinyint(1) DEFAULT 0,
  `shop` tinyint(1) DEFAULT 0,
  `address_id` int(11) DEFAULT NULL,
  `reserve_id` int(11) DEFAULT NULL,
  `hash` varchar(255) DEFAULT NULL,
  `manual_payment` varchar(55) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  `payment_method` varchar(55) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1734 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (14, '2022-05-04 18:10:07', 'SALE/POS2022/05/0013', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3760.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3760.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 6, 1, '3760.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '189b7ca7e4d03d650e43e46ef5daf9877f66ac75362cfe5507547bc08bc9e03b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (15, '2022-05-04 18:13:00', 'SALE/POS2022/05/0014', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1030.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1030.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 2, 1, '1030.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2f118dfece5d8035bd524450ae14be8e1dde9b6d220cda48e302a05139ed8ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (16, '2022-05-04 18:14:38', 'SALE/POS2022/05/0015', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1300.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 3, 1, '1300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '660687966ed49357b05c592f5456dde60d1258fc7bf257708465ffdf8769e0f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (17, '2022-05-04 18:16:23', 'SALE/POS2022/05/0016', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '920.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '920.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 2, 1, '920.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b8bb0b7ccb013904ff00ddc72e48813c74a7bd1efea720b3895bda896eb1804a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (18, '2022-05-04 18:21:12', 'SALE/POS2022/05/0017', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '920.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '920.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 2, 1, '920.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfbf156fbcb258f55f39237bacc61f1130cd485854e659f66bebe7341763e7ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (19, '2022-05-04 18:36:52', 'SALE/POS2022/05/0018', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '485045f806cfee6d4529864de428f5e37f4a1ffc1386aad5be145bca473f701d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (20, '2022-05-05 09:16:26', 'SALE/POS2022/05/0019', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '980.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '980.0000', 'completed', 'paid', 0, NULL, 3, NULL, NULL, 2, 1, '980.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '746215d86cb448234dda6f8debde267a90e975eee387345db071c1acc0576223', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (21, '2022-05-05 10:09:19', 'SALE/POS2022/05/0020', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eab70067c126b7c041ac8a661ce9ba075d9dcbdfbc32ea9e7c0c51832d83d51e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (22, '2022-05-05 12:26:37', 'SALE/POS2022/05/0021', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3050.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 6, 1, '3050.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '43f16945da89219a77ab5b95b0a5b46d3c9beda6ef17cf720536e1991ebb5b87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (23, '2022-05-05 12:34:00', 'SALE/POS2022/05/0022', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2060.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2060.0000', 'completed', 'paid', 0, NULL, 6, 6, '2022-05-05 15:38:04', 5, 1, '2060.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36e5c9123705d92ef7ea6322bb4750b4343dea45ee74e80007ffc182d1549c6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (24, '2022-05-05 13:55:28', 'SALE/POS2022/05/0023', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '520.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '520.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 2, 1, '520.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9bbaab16f59d5f22d8cafea26b38c95aa8e218560877b31ae5a3fe8c42f4d927', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (25, '2022-05-05 13:56:45', 'SALE/POS2022/05/0024', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7ec212ac3778a6c2967f1cd6cffabf852e32aa14072784ebaa6235a106a70a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (26, '2022-05-05 13:57:00', 'SALE/POS2022/05/0025', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 6, 6, '2022-05-05 14:34:52', 1, 1, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b9bc6d51f78d530acc838f5f41c4a136a87092e32a70ceb6cd2d4502212ee4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (27, '2022-05-05 13:59:23', 'SALE/POS2022/05/0026', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15a8afcf5fd424aacffa39844720bc2cd9693125eca070a72d3e6f726ef492e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (28, '2022-05-05 16:06:02', 'SALE/POS2022/05/0027', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '16130a787a3cbb6cd28aab5fb21a387eef3dc9724128ce1d6118695b3e9a3607', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (29, '2022-05-05 16:07:45', 'SALE/POS2022/05/0028', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bc20b3860b6255d83c238ccec30829afe6f2733433ac3e99680cdab313dbf68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (30, '2022-05-05 16:24:54', 'SALE/POS2022/05/0029', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52d2e188359dc30a2a1f5b817f3651bffd47de60bd1e7663e9823854a4e70745', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (31, '2022-05-05 17:24:08', 'SALE/POS2022/05/0030', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5000.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 10, 1, '5000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c279528b649a1534dbcf312d0aa28357adf4d128ac37f71733174b199eb120b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (32, '2022-05-05 18:28:34', 'SALE/POS2022/05/0031', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1990.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1990.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 6, 1, '1990.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc16391c051d4310e003d4ee0812144aa5c4847fd44982fcf405cedc95b3ec4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (33, '2022-05-06 11:52:59', 'SALE/POS2022/05/0032', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53a1b7e0a0b44572354f53f897384c00efd44b4bdb80f8170d90cda450d73b5b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (34, '2022-05-06 11:57:41', 'SALE/POS2022/05/0033', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4890.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4890.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 9, 1, '4890.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bf6611c2295b8c180b30dbdccf67a9b08db491b2fc13ed7259f7f31c6f0606fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (35, '2022-05-06 16:08:12', 'SALE/POS2022/05/0034', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '389aac949b77e14c59a3fe15894d77435945c5ecf714190ad2f99decdc009dae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (36, '2022-05-06 18:39:55', 'SALE/POS2022/05/0035', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3160.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3160.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 6, 1, '3160.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a746aff5cd26db7c3e29eb0b039e47ae2a008f69ea14cd2d82c8cf9421c8da33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (37, '2022-05-07 18:52:14', 'SALE/POS2022/05/0036', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '536123260995b4c1081b9f4beba63d6f373bc4200ef1c5513b74bdc205ddf523', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (38, '2022-05-07 18:54:21', 'SALE/POS2022/05/0037', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b36a92d04b4f7db2abcf8d40c2a7daa12a233fd24089004f8c4068b4b31a963', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (39, '2022-05-07 18:57:48', 'SALE/POS2022/05/0038', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7aa8471179c5369696e5abee59aa8a45f9d7a9fba393a9500be076401fcc31f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (40, '2022-05-07 18:59:06', 'SALE/POS2022/05/0039', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65f9e3970344fe43ba29c316ca2cd47151909256d7cd6f676a105d543fd72abf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (41, '2022-05-07 19:03:08', 'SALE/POS2022/05/0040', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '840.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '840.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 2, 1, '840.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1740dc396d993e9a81362011d30d61b08a2f20e97f26038a28b02122ce32a437', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (42, '2022-05-07 19:22:34', 'SALE/POS2022/05/0041', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '14860.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '14860.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 33, 1, '14860.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd71fb16e3bc543caeaa703aae9c1567c4433a973dc4717a4ec66df30a1127abe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (43, '2022-05-07 19:35:34', 'SALE/POS2022/05/0042', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2820.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2820.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 6, 1, '2820.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0bdd7a2abd02c6676c379c84405064a3daa7999fd8d56d32b14aaa46f3a4bec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (44, '2022-04-19 02:45:00', 'SALE2022/05/0002', 12, 'LAKEWOOD', 3, 'Tech-Firm Knits', 1, '', '', '450.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 2, 0, '450.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9daf8e81d8b3e41c1ed0fd317de696d32f72685ea51540bce0b7a5ea34f5a02f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (45, '2022-04-19 15:50:00', 'SALE2022/05/0003', 13, 'Tasia Catholic', 3, 'Tech-Firm Knits', 1, '', '', '250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '250.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '250.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '717fbf45bcf4b0cdbc05ff47ed7c68df472f2d75772f86d77262b42f9b99159d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (46, '2022-04-19 14:30:00', 'SALE2022/05/0004', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '750.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '750.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 5, 0, '750.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4221ead529eea6925326bcea1ea2c6c76fdf8d59eff17f3a7c8eebf1f4ece1b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (47, '2022-04-19 14:35:00', 'SALE2022/05/0005', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 2, 0, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '02b128d54ad96b5ab6ebc4df3197e237728b1f81ebddc5e2fd534a1869ea43a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (48, '2022-04-19 14:35:00', 'SALE2022/05/0006', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '50.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '50.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6bb37cc39388fc3214d41dec78604d6c9bdc057d1827e6271f365c2d140369d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (49, '2022-04-19 14:35:00', 'SALE2022/05/0007', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 2, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9c9408316d75f6c4bd81151495f2dc9d31b0e1b65a660edcc34cbec22997f9f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (50, '2022-04-19 15:00:00', 'SALE2022/05/0008', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1100.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 22, 0, '1100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a35c32c999c13235e6893f74ba6aef414723b1914020bc08867c21d5af445b30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (51, '2022-04-20 09:00:00', 'SALE2022/05/0009', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 2, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0e04bc2d32e432fe4821b477644ceda8b5c2ebeebf1ffc07526dff54f2c235b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (52, '2022-04-20 08:05:00', 'SALE2022/05/0010', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 2, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '880e2ae27c38dd3f3ebf690cddd41e972474b3b683b3d00eb29624f3e1fdbf11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (53, '2022-04-20 08:15:00', 'SALE2022/05/0011', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 4, 0, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f962936b1a8086be54689025e994da429361c3db1a877aae2c784ec702a3e7f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (54, '2022-04-20 08:40:00', 'SALE2022/05/0012', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 3, 0, '150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'aa546077da56e5f111db04cc0832a6e1a5f3846c04dfc7a6a70c966ae4da82b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (55, '2022-04-20 10:30:00', 'SALE2022/05/0013', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 3, 0, '150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1119d2e22651916abdec338a812bd4d06629f96aa77039e0b40712504791f2ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (56, '2022-04-20 14:35:00', 'SALE2022/05/0014', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2400.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 12, 0, '2400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b25e51985802f480ab7883c2d5c32ec6aced688ce4641ef13a68f301ed987286', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (57, '2022-04-20 15:05:00', 'SALE2022/05/0015', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '70.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '70.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c305fc1ebc62ab3148604521d072ed9b4b4119ef3c2323537db72e16148d4cb2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (58, '2022-05-09 19:14:39', 'SALE/POS2022/05/0043', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1050.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 2, 1, '1050.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30bade464f918df50169e3d27fc30e53a084f879b4a39980e0ef6be9637ce4ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (59, '2022-05-09 19:17:45', 'SALE/POS2022/05/0044', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5140.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 8, 1, '5140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa36470e1bf2e014ab7a212e42800a70797843fb8e1beefbc524fe15b9bf7035', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (60, '2022-05-09 19:27:41', 'SALE/POS2022/05/0045', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2350.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2350.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 4, 1, '2350.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af3a079c71964eb273b559c71d4c19b01dd96852139339bccd93d33fc766bb19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (62, '2022-05-10 13:55:00', 'red flees', 15, 'KELVIN', 3, 'Tech-Firm Knits', 1, '', '', '16140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '16140.0000', 'completed', 'paid', 0, NULL, 6, 6, '2022-05-10 14:42:57', 239, 0, '16140.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '529efae056b72640004a0e99b013d93cacd145b6e4bb114f00bc8e39ead29e1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (63, '2022-05-10 14:12:00', 'SALE2022/05/0016', 15, 'KELVIN', 3, 'Tech-Firm Knits', 1, '', '', '8900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8900.0000', 'completed', 'due', 0, NULL, 6, NULL, NULL, 19, 0, '8030.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e6e3c8610ef9b2d885a57ea4b3ca1d8daf1946b8c935772078aa8338074a9c82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (64, '2022-05-10 15:07:43', 'SALE/POS2022/05/0046', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2400.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 30, 1, '2400.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef3c45866c43e7b69cb9d0b7f5425dc811866c8ee176c58759a839e731755ccc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (65, '2022-05-10 15:13:56', 'SALE/POS2022/05/0047', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a79947d4655fe9736dface215023d274a3ca60e071e35559ed08f11b93d12b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (66, '2022-05-10 15:15:07', 'SALE/POS2022/05/0048', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed5ffb6b4d5e7781f992d0e5c151ff97e4cd9caf9b375e109b3d3171c4f4034d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (67, '2022-05-10 15:19:34', 'SALE/POS2022/05/0049', 16, 'CARO', 3, 'Tech-Firm Knits', 1, '', '', '1710.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1710.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 3, 1, '1710.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '934586f7a6d03dadac84dd492b235dfde8054c7767025da908709ba269522243', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (68, '2022-05-10 15:24:00', 'SALE/POS2022/05/0050', 17, 'wambua', 3, 'Tech-Firm Knits', 1, '', '', '1620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1620.0000', 'completed', 'paid', 0, NULL, 6, 6, '2022-05-10 16:38:33', 3, 1, '1620.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f6595c4011611814212a3589b8840ac515f40d17bf16712a35d8f1e377a9728', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (69, '2022-05-10 15:25:38', 'SALE/POS2022/05/0051', 16, 'CARO', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d3cc631f4cda88431f832c7921c9d611779ccbb88c49349c7eea1e13d9aef5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (70, '2022-05-10 15:26:25', 'SALE/POS2022/05/0052', 16, 'CARO', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f70e074a74c29e3e3507f0a39e0365765975b6198de50418e932a44c0d5739a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (71, '2022-05-10 15:28:08', 'SALE/POS2022/05/0053', 16, 'CARO', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c3997897515b2fa34c0165e162ab8b9f215b3ea98cf26e4315f84b01a7545b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (72, '2022-05-10 19:18:27', 'SALE/POS2022/05/0054', 16, 'CARO', 3, 'Tech-Firm Knits', 1, '', '', '5570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5570.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '5570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '225457b60b697d1b6a47c3c3ebc223e841a2069d8cd8c23fb7cb282e8920fe90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (73, '2022-04-21 18:00:00', 'SALE2022/05/0017', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '&lt;p&gt;Lot&comma; a compilation of all logos&bsol;&apos; for the day&lt;&sol;p&gt;', '', '3050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3050.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '3050.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '51767599f61f2b9a4eed74573782dbbe93fb9f1b007b4d43a7b884e8a55dd09d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (74, '2022-04-21 19:20:00', 'SALE2022/05/0018', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '&lt;p&gt;Collective total for the day for Marking&lt;&sol;p&gt;', '1770.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1770.0000', 'completed', 'paid', 0, NULL, 5, 5, '2022-05-10 22:27:31', 1, 0, '1770.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '27b67c43cc1b5d6c00f21f9af61bc92626d81ace28ab20a52a3c5fa38306b920', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (75, '2022-04-22 18:27:00', 'SALE2022/05/0019', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4740.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4740.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '4740.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '056f23b910ceb4a4ea890a75a3a9cf5cd85d75f437c1dff2b9bfb367ea096348', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (76, '2022-04-23 19:30:00', 'SALE2022/05/0020', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '&lt;p&gt;Collect Total of Payments&lt;&sol;p&gt;', '9900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9900.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '9900.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'aa71298c03b9ce8ba5f445e66a09ef5069264e5d3686e40afcd4883a183ce437', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (77, '2022-04-24 19:47:00', 'SALE2022/05/0021', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '9020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9020.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '9020.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'bd5d57572d80f8c55e93063da74ae0c83b56aa05063e1a0f7e0a7c830df562f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (78, '2022-04-25 19:49:00', 'SALE2022/05/0022', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '13630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '13630.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '13630.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'eddb4a46ebf2ebdffedba88579ef5b3f01f713ea0e2597398fbfaaf4967d4b5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (79, '2022-04-26 19:50:00', 'SALE2022/05/0023', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3975.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3975.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '3975.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'aa055fab6ff6909b29242511a64a90a9e47e9d6328ab1da9e4ced241ef8ab48b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (80, '2022-04-27 19:52:00', 'SALE2022/05/0024', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '8200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8200.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '8200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '17e135bf8be2ada33f32244c312a065a55849e825136cc95f00585d9cb847a21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (81, '2022-04-29 20:00:00', 'SALE2022/05/0025', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6940.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6940.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '6940.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b7e4f73686fa0d88242dbeaedd2fa4863833c2a198623e14c429704ebb9bfe04', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (82, '2022-04-30 20:26:00', 'SALE2022/05/0026', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6190.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6190.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '6190.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd4a1b71348aa3eb7e83c7c11acfa6ceda81d781e70d41a986d6ec16ded6f8dfb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (83, '2022-05-11 15:34:32', 'SALE/POS2022/05/0055', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '980.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '980.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 2, 1, '980.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3974b2a12f13960cecc550d8d3d8f7b56e9038f4b12f07ef51e2cb25adfb5f8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (84, '2022-05-11 15:41:59', 'SALE/POS2022/05/0056', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1040.0000', '40.0000', '', '40.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1040.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 2, 1, '1040.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '781ccb8b5f924c1ecd39f680f9aceb2166b2d9e1e9b528202aacc3ec032201f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (85, '2022-05-11 16:16:54', 'SALE/POS2022/05/0057', 15, 'KELVIN', 3, 'Tech-Firm Knits', 1, '', '', '2040.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2040.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 4, 1, '2040.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fab92fc7a28599272d1350ef73e2c6fbb200672e4765bf080a926957d737b5fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (86, '2022-05-11 16:19:44', 'SALE/POS2022/05/0058', 15, 'KELVIN', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 6, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c329d51973c4e9bd3e4250eeb866e7bef82168fd86af8b9d31be3a47d40e807a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (87, '2022-05-01 12:28:00', 'SALE2022/05/0027', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 3, 0, '600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a334650eea6f0a610f497266da7f9aaf122cef887eef874954a7054f3011bf31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (88, '2022-05-02 12:29:00', 'SALE2022/05/0028', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5600.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 28, 0, '5600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '08c5460382d39eaad914bceb2e1784e49e649eb29aee0489667370b1a4cb1d6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (89, '2022-05-03 12:31:00', 'SALE2022/05/0029', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6700.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '6700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'dca1ef4ab981d4da23f82a67392460df3f1bd8aea8dfa0fb64e2fbebd56b6373', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (90, '2022-05-04 17:00:00', 'SALE2022/05/0030', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7300.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '7300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3c88b44c735783431ab641e25af01113b59e1844a7b9ced324b24a37457a7849', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (91, '2022-05-05 17:00:00', 'SALE2022/05/0031', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1600.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 8, 0, '1600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '64bb734d987b1ca475262d332614b2ec34a6dd3ef6d7caf345161b27be4eab89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (92, '2022-05-06 17:00:00', 'SALE2022/05/0032', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1350.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1350.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1350.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '7257ce744b511a46226e342f599b9fe1bf00cbc617fe977d3c75809ea8e7e5bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (93, '2022-05-07 17:00:00', 'SALE2022/05/0033', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7530.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '7530.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '362204ca5a621fd23bfd1de320c96a77b0093d70a49ecb4f5f2cc33c4590a9f2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (95, '2022-05-09 17:00:00', 'SALE2022/05/0035', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5810.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5810.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '5810.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '73b3cc0dd75663dae5a77db87dd3d705839b99ac5b45ca231450e11c2857abb8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (96, '2022-05-12 17:53:00', 'SALE/POS2022/05/0059', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3040.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3040.0000', 'completed', 'due', 0, NULL, 7, 5, '2022-05-18 10:37:45', 6, 1, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '431b9481c88715c7804a9301694506c96538d89bfea20b5156dca1e54ac798a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (97, '2022-05-12 18:00:46', 'SALE/POS2022/05/0060', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '290.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '290.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '290.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '38f8ea84ea7e58cab653791ff014bc10e3b3a03fd839ba1d53dde89a0f30d717', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (98, '2022-05-12 18:03:59', 'SALE/POS2022/05/0061', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e3a02df9b00f47de0914108c02bec3ba88cfa7d21ae3428b928589c331e78b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (99, '2022-05-12 18:06:45', 'SALE/POS2022/05/0062', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32af27d6c8424981ec7eaad172544408906742e4f44660725c58546ea36dfca2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (100, '2022-05-12 18:09:22', 'SALE/POS2022/05/0063', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a83edfb0868c19b9cee02a2dfeef8afe5099634de2f312e355ef074ca513576b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (101, '2022-05-12 18:12:51', 'SALE/POS2022/05/0064', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a68af0860415be418bc04b226ab86be9ae5fb159d79a4fc9485ea803198a0d79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (102, '2022-05-12 18:14:40', 'SALE/POS2022/05/0065', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30101463544c955f40e2701c38dd4f5cd1836aa5bb0ffe7501c46336fccbd23e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (103, '2022-05-12 18:16:34', 'SALE/POS2022/05/0066', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '968727485aa4d761fd3fb7e6edba4521bbdd3a4c5f64fadf57adfb3e0b32cab9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (104, '2022-05-12 18:43:05', 'SALE/POS2022/05/0067', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '6460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '49a1b14e44c551f8322ef3d23a7860f2bccab4dd8297bcb93c66928f23a6a054', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (105, '2022-05-13 12:42:33', 'SALE/POS2022/05/0068', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4390.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4390.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '4390.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51aa3f6528982b719640f4cb12401f91b23809362b81fc9c4ca56c804022d062', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (106, '2022-05-13 12:45:22', 'SALE/POS2022/05/0069', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2340.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2340.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2340.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d335c45278cf71e6e9e50d5dae0745000206ed0199d15ffe392a822a6003d2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (107, '2022-05-13 16:02:36', 'SALE/POS2022/05/0070', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2ae42fd1e3cb91ef3e875b990ec69b5d198d98e6495431b6ff236e444e278f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (108, '2022-05-12 17:00:00', 'SALE2022/05/0036', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2500.0000', 'completed', 'paid', 0, NULL, 5, 5, '2022-05-13 20:26:05', 1, 0, '2500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b2bcd226bbae138fa1981cb0b289d490f0e568e92bc95f0989d39e07497621ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (109, '2022-05-12 17:25:00', 'SALE2022/05/0037', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5700.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '5700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3a6092d1d10aea2e93ed80efb702f629470b6c146462dfbd62e68a86f6b314fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (110, '2022-05-12 17:25:00', 'SALE2022/05/0038', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2200.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 11, 0, '2200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '62567f4eb067ff26667dc939787a8bbc6d68e087dbc7e4648aaac7fc600f49e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (111, '2022-05-13 17:29:00', 'SALE2022/05/0039', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7860.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7860.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '7860.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd905016399c1c46517603e36d1d6ac5a837907f0ddb0e0651da2a3b4f6a6cfb3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (112, '2022-05-14 15:03:48', 'SALE/POS2022/05/0071', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c710f6dfc9f12c2fb0a3547f486ffcf192e36cbd352073050e9b803c58eb289b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (113, '2022-05-14 15:20:58', 'SALE/POS2022/05/0072', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18ed5dc8336ae3bbff7371be48080a1b2eca6bcceae67d7e3d88cc385204b0fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (114, '2022-05-14 18:21:04', 'SALE/POS2022/05/0073', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea8c789170822fe103c1fb33321ce27b914eae1e815633b13f232fa56401cf3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (115, '2022-05-14 18:46:57', 'SALE/POS2022/05/0074', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7303736366c30ca47f00684d365c03b641c8f135d89e7345163c481842b9fd08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (116, '2022-05-14 20:38:00', 'SALE2022/05/0040', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '&lt;p&gt;Ksh 2050 paid via Cash&lt;&sol;p&gt;&lt;p&gt;Ksh 7750 Paid Via Mpesa&lt;&sol;p&gt;', '9800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '9800.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 2, 0, '9800.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd36dbe3dadd16a1c35bb34c884eddf5194eb92ebe58b4d506f60d4007954b947', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (117, '2022-05-15 21:53:00', 'SALE/POS2022/05/0075', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '&lt;p&gt;Goods Sold Can Not Be Returned&lt;&sol;p&gt;', '', '2590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2590.0000', 'completed', 'paid', 0, NULL, 5, 5, '2022-05-15 22:01:20', 7, 1, '2590.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5570543093ef5498f446bc09547e379ab29be2ac9655b350f01b2f022525f54d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (119, '2022-05-15 19:12:00', 'SALE2022/05/0041', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1250.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1250.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '71bc40f2643db75333b7720a913ace67ee8aec00bb75b3c76bf86f84a8f296bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (120, '2022-05-16 17:34:00', 'SALE/POS2022/05/0076', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b34a990871deadef27cfb1a3acdadc2da1ad43c551c13914520162f5daac4d4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (121, '2022-05-16 17:35:54', 'SALE/POS2022/05/0077', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06f3bbf47f681a9b9f5fa63260ae8a0cc8f75d7d18e8d37821e062943d6cd9bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (122, '2022-05-16 18:49:04', 'SALE/POS2022/05/0078', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '413a1ffbccfa3c06108a4fe19e005408394abc58ac61de11ec3b7fc55aa10a83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (123, '2022-05-16 18:07:00', 'SALE2022/05/0042', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3910.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3910.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '3910.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c1c0e973582b7e174b388fb3f205a1631beda93205379d7a07ce2ab34f626f85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (124, '2022-05-17 11:52:19', 'SALE/POS2022/05/0079', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '303f69dc86cb8e4bab87e991c4c512b51f74e155bfac75e8221a22de125f4aea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (125, '2022-05-17 13:50:53', 'SALE/POS2022/05/0080', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '950.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '950.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '950.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd13c242d21c28855bd84c50547b9727c7e2d4896fb206f242909c42f22bf33f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (126, '2022-05-17 19:23:21', 'SALE/POS2022/05/0081', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2110.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2110.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2110.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dbd83997e8426f8f60582f5620d934b9acf3c7aab44ef30472c10d9f2b788883', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (127, '2022-05-18 14:43:46', 'SALE/POS2022/05/0082', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1740.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1740.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1740.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2193b9d842b9f16100264c1e40904cc0ccb6f392e930e4a09060a877d1bdc502', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (128, '2022-05-17 17:15:00', 'SALE2022/05/0043', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3300.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 22, 0, '1950.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fee45165f1889f8978e1e59a0f558f59902899fdc1d7f0eeac72d792920c8a52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (129, '2022-05-18 15:28:02', 'SALE/POS2022/05/0083', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6a43e3b3d3b25e61f61f4923b6a97c24fc1290847547a38970c0b8497ea8b75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (130, '2022-05-18 15:45:57', 'SALE/POS2022/05/0084', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e1d7cbc926872ece126c360546e7b13c3976aef7e5bf5024b2da7a98e570fb1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (131, '2022-05-18 15:47:29', 'SALE/POS2022/05/0085', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df1e90a7da485c6ce8209dd9dd3805e11768861273cab96f98c26bf8f57b3de2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (132, '2022-05-18 16:03:11', 'SALE/POS2022/05/0086', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1710.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1710.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1710.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d3cd4a0d792edcc9eacbd24839be9bbe074838cb825df93bdaf848b391899f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (133, '2022-05-18 17:07:48', 'SALE/POS2022/05/0087', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1050.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1050.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '380fe64bdb51aa92d1c8248dea2471e27361b7a194993ff977182eeafd140d50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (134, '2022-05-18 20:28:00', 'SALE2022/05/0044', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4710.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4710.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 48, 0, '2160.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fb363fbf6bd49d82ec9952d4679aa344b158f8a3034b36f491ef5af0f36f340c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (135, '2022-05-19 17:49:19', 'SALE/POS2022/05/0088', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2780.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2780.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 6, 1, '2780.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05668c9c7b41c56786fa3eefb81e98f992acd3f43cc58060667c8c31ddb557ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (136, '2022-05-19 17:52:15', 'SALE/POS2022/05/0089', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 2, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19402e1a789d8c8346a5dcc9fc5268302dd703a48f508bdf95e3f2d0eda33ea6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (137, '2022-05-19 17:53:06', 'SALE/POS2022/05/0090', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '59903519c83bd16f73c06144f3f238810664f72ca9c3200c0e5e1af9dd54586c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (138, '2022-05-19 18:13:50', 'SALE/POS2022/05/0091', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '11580.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '11580.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 22, 1, '11580.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '469a90bba808e0244b96e8d7eff10eee3401734e07bac12dbd6058f69e8eb060', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (139, '2022-05-19 17:00:00', 'SALE2022/05/0045', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1100.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9614cb58c4104948c0d6891664bcad83d0c2a264f8b84f3907482a09b0b2f3ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (140, '2022-05-20 17:45:00', 'SALE2022/05/0046', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '8240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8240.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 31, 0, '8240.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3278494403222549f693324b1b90a248acb47c7904752e2792faa07fc9542cc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (141, '2022-05-21 17:41:25', 'SALE/POS2022/05/0092', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2160.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2160.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2160.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f377ca69350ecc8c3f8f5960e7c7c3d2081e11903fa22d7376f9479e4180f057', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (142, '2022-05-21 17:44:59', 'SALE/POS2022/05/0093', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac32ea7411d1625bc4c4664d74e4d77df59d43209ec6bfbbeef9dbbb0091f780', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (143, '2022-05-21 18:04:31', 'SALE/POS2022/05/0094', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4110.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4110.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '4110.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f3919bcb526c4dbdda21b4276b2e50a7cdb24caac608901b7892945bfa2f32a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (144, '2022-05-23 15:05:16', 'SALE/POS2022/05/0095', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1030.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1030.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1030.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e29df75da498c591a25020efb45e5e72ff01ac64b5c2f694bd84c549ec654fb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (145, '2022-05-23 15:13:59', 'SALE/POS2022/05/0096', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd46c3e215b404b8d3d06ea48e5b650c1a547bc349bbd4867941a04aa79bd13e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (146, '2022-05-23 15:17:26', 'SALE/POS2022/05/0097', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1240.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bd26bd8159e72521c9950c5bcc95836e00ca5b988e8bd4437c63e1a7c70294b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (147, '2022-05-23 15:27:26', 'SALE/POS2022/05/0098', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce6da3d8930abc17e22d3cd0ee7cd34c100a810b42d626d46bd65b086500baf1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (148, '2022-05-23 17:47:53', 'SALE/POS2022/05/0099', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99e5ad6f8c946dfb8b9cfc9431e66224838ad1fa6ccab5152f90a44d62860cab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (149, '2022-05-24 09:25:31', 'SALE/POS2022/05/0100', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6500.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '6500.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f7ddb15d6b633b6fdddc0c187ffe94fa3c93d6ddcbc2ac01c5f3e50a8db139f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (150, '2022-05-21 13:51:00', 'SALE2022/05/0047', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4230.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4230.0000', 'completed', 'due', 0, NULL, 5, 5, '2022-05-24 16:59:40', 43, 0, '3330.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a3c22bae373c36f55c21f967b06eb3f7c40e2db359290920f82c0bf0b523cf0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (151, '2022-05-24 17:26:00', 'SALE/POS2022/05/0101', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '37950.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '37950.0000', 'completed', 'paid', 0, NULL, 5, 5, '2022-05-24 17:38:52', 56, 1, '37950.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37e4423bce34137762e92195e22b346a601a289855825fc449b3030cbb4f04bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (152, '2022-05-23 14:54:00', 'SALE2022/05/0048', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '330.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '330.0000', 'completed', 'paid', 0, NULL, 5, 5, '2022-06-14 00:04:26', 2, 0, '330.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '137bc95d97dd9cce8771fa21d81f13f8c70e8d9f0e8c0c10a368823ac7310a6e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (153, '2022-05-24 18:34:52', 'SALE/POS2022/05/0102', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '8580.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '8580.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 14, 1, '8000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ce680ca85d0ade2d8124d63833803b464e5fbc0cb9a95308bb9aa9761d55d53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (154, '2022-05-25 17:14:11', 'SALE/POS2022/05/0103', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25c954b9aebac9c00c1391d4a1859c0d13c1a644e69665524d9559ad16f61d75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (155, '2022-05-26 12:51:04', 'SALE/POS2022/05/0104', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '2590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afaec72472b4707a07b471d6291ab6e4013012c5c0fdff1878c83f8bf488e4e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (156, '2022-05-24 12:43:00', 'SALE2022/05/0049', 17, 'Scouts Kenya', 3, 'Tech-Firm Knits', 1, '', '', '2160.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2160.0000', 'completed', 'due', 0, NULL, 5, 5, '2022-05-27 20:31:01', 72, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f5ff5f9a7d880b717a9b9973c410e28ff3eeb20856a7e311bfd1a6d8cbb41456', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (157, '2022-05-27 17:50:23', 'SALE/POS2022/05/0105', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce5772fd6b194b9c6e7944a11013519db61ea38693d2fb1698cb3a85cb48ceae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (158, '2022-05-25 16:49:00', 'SALE2022/05/0050', 15, 'FAO', 3, 'Tech-Firm Knits', 1, '', '', '5640.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5640.0000', 'completed', 'paid', 0, NULL, 5, 5, '2022-05-27 20:43:14', 94, 0, '5640.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cb3964ca39b681a53c5d00c54077a15eee3e8fd9ca8161c7d97cd105f470f958', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (159, '2022-05-26 16:51:00', 'SALE2022/05/0051', 15, 'FAO', 3, 'Tech-Firm Knits', 1, '', '', '2400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2400.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 40, 0, '2400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '76fe181794a55ac4608b1f54e6a75855f7908193ca1c7e37ca88bcd61c79ac0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (160, '2022-05-26 16:56:00', 'SALE2022/05/0052', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '399b125fc001b5af16fe21a052f2c3385566fe6033f0f9303250770bc0ee83e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (161, '2022-05-27 17:17:00', 'SALE2022/05/0053', 17, 'Scouts Kenya', 3, 'Tech-Firm Knits', 1, '', '', '720.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '720.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 24, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a8ab0ba4cfb776cc9e148ffa788544ec438c953d714f65613d72777b5509c92a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (162, '2022-05-27 17:17:00', 'SALE2022/05/0054', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2050.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '2050.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b2e0b57b98588a62e09cf301f5684b3c05a5ca92677a443371d7e906d59ef339', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (163, '2022-05-24 17:31:00', 'SALE2022/05/0055', 15, 'FAO', 3, 'Tech-Firm Knits', 1, '', '', '840.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '840.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 12, 0, '840.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1c6d706df0099ce4a00cbf3ed062a7ceddc7b5a1a3b74226cdd3237f19fd128d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (164, '2022-05-24 17:33:00', 'SALE2022/05/0056', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '550.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '550.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '550.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3d053fcf189ec10839e4062acc3b5e4cad31ba6d3edfe98174296d9a232f0cda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (165, '2022-05-29 09:56:00', 'SALE2022/05/0057', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5600.0000', 'completed', 'paid', 0, NULL, NULL, 5, '2022-05-31 15:57:56', 1, 0, '5600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 1, 1, NULL, '43efd38a733f633c51b1b7f6cb5ec57fafff41a919b5931488a398314e9831c1', NULL, NULL, NULL, NULL, 'cod');
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (166, '2022-05-29 17:45:24', 'SALE/POS2022/05/0106', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dabba5a25e4085b6401cf7f6649689449c3a29a9e169c3bfcfa9984620eb002c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (167, '2022-05-29 17:57:24', 'SALE/POS2022/05/0107', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f93d5bbb3f1eb6b71ce11e6602c5763e7e6541590476f1dc9bb0823f89e8baa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (175, '2022-05-28 10:30:00', 'SALE2022/05/0065', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2500.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-05-30 13:53:10', 1, 0, '2500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5e6af245db0d09772e9f31c5292ab9186519c571b58d59d2992f47c9aa9a04d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (178, '2022-05-28 12:04:00', 'SALE/POS2022/05/0110', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '620.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-05-30 13:32:00', 1, 1, '620.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3749ab6ae1d5913b6db1ddf436d79a6d538ca4da55b86ee8dc7bf883eb10e84b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (179, '2022-05-28 10:54:00', 'SALE2022/05/0066', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2520.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2520.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '2520.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '00cf35d2d44459804008282416a6600f308d8c9ffc794b8b210172322146e97b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (180, '2022-05-28 10:55:00', 'SALE2022/05/0067', 12, 'UUMWE GROUP', 3, 'Tech-Firm Knits', 1, '', '', '1440.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1440.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 16, 0, '1440.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2201689ed46ed182c5384c68fe3abda6f190536e49131d3c74b806e6468af3a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (181, '2022-05-28 14:15:00', 'SALE/POS2022/05/0111', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-01 09:42:59', 1, 1, '590.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6dc84198b0291c2dac9ecb6b4062aaa162e0a7add0400cba6a2957dd6394e476', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (182, '2022-05-30 12:45:00', 'SALE2022/05/0068', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '650.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0d267919c1ff575a571018140ca6cf5553759d52ec9dd21be1f912899c28af65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (183, '2022-05-30 12:46:00', 'SALE2022/05/0069', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1750.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1750.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1750.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '327badc952277ac372bac88aa40b45526e953db0f6051afee7647bedbf1a137e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (184, '2022-05-30 12:48:00', 'SALE2022/05/0070', 17, 'Scouts Kenya', 3, 'Tech-Firm Knits', 1, '', '', '720.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '720.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 24, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '457b0ab73bb52b5920245ac1e4bd23a55186ea777556cc64ff4f446edcfc4251', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (185, '2022-05-31 18:00:41', 'SALE/POS2022/05/0112', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff85f41c142c85cd2ca53ba4b5b0a0950d1f2f115a50f45fba67d58e854caf37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (186, '2022-05-31 18:01:58', 'SALE/POS2022/05/0113', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef178e9c7659d58ff5f1cc610f1d8f79643e313c6c02108c1556d23009c2e03a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (187, '2022-05-31 18:03:29', 'SALE/POS2022/05/0114', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15c2f6236ed5fdc7021ac01dfb8e6560a4b5b9cb47f0e846b77150ed0488517f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (188, '2022-05-31 08:45:00', 'SALE/POS2022/06/0115', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-01 08:52:40', 1, 1, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5d188a6bc28dcb79719c2aca183953f6069f98a6bbd8afd768220665ed4d704', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (189, '2022-05-28 08:55:00', 'SALE/POS2022/06/0116', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-01 08:59:35', 1, 1, '490.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e8c4c35b89080a6065421285f54561f6d7f5cc3b237b91cd8407397d61ea212', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (190, '2022-05-28 09:00:00', 'SALE/POS2022/06/0117', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-01 09:03:33', 1, 1, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7260d455831f37ba312bf93361c34dceb1ca6ca49d9af66db45b6fe7a1d9a6fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (191, '2022-05-28 09:05:00', 'SALE/POS2022/06/0118', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-01 09:08:31', 2, 1, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b57048f71d006c8ddf0077e2cb84de648bd6fa5201e6b084bdb6428ec72d025a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (192, '2022-05-28 09:05:00', 'SALE/POS2022/06/0119', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-01 09:12:30', 1, 1, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89a67ff8f0ea35cb730f767cc1068aaa23490c8f6beec64f5638fef4b9aeb793', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (193, '2022-05-28 09:10:00', 'SALE/POS2022/06/0120', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-01 09:15:16', 1, 1, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd545974af8199c839aabf0629b3951f6379a63af8454fc35b194175b3e3e0ad9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (194, '2022-05-29 09:20:00', 'SALE/POS2022/06/0121', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-01 09:24:15', 1, 1, '650.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f943c6a6ca7ba9af8dc0dccddd0840cb3e2478ed8bdabaef1e93533b90148fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (195, '2022-05-29 09:25:00', 'SALE/POS2022/06/0122', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3020.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-01 09:32:04', 6, 1, '3020.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d8c1be0df0911aad2846ba20fd338a5003b95716035b5e5232c56918c34ec0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (196, '2022-05-29 09:30:00', 'SALE/POS2022/06/0123', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-01 09:35:03', 1, 1, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f30c008fef7922f6e5fce86ba92393160d2af3a0196a46fd79aac7ffd39f949b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (197, '2022-05-19 09:45:00', 'SALE/POS2022/06/0124', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-01 09:47:28', 1, 1, '530.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e9f8babaf4432ea0e99c471d7588191de74a9c641be386e1808b75fbd989331', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (198, '2022-05-19 09:50:00', 'SALE/POS2022/06/0125', 14, 'Uhuru Market Customers', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'due', 0, NULL, 7, 7, '2022-06-01 09:53:58', 1, 1, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8be6ef1512b221830a4d025cad4ad15e2118711635535992f9e557d07266cf75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (199, '2022-05-23 10:00:00', 'SALE/POS2022/06/0126', 14, 'Uhuru Market Customers', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'due', 0, NULL, 7, 7, '2022-06-01 10:01:37', 1, 1, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd17d9cd44c2ff20c4f211be5fd06ba945f9c899ed97843182d41cdcce0164fa7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (200, '2022-05-14 10:00:00', 'SALE/POS2022/06/0127', 14, 'Uhuru Market Customers', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'due', 0, NULL, 7, 7, '2022-06-01 10:04:31', 2, 1, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0333eccda500215ebf093297ff26552a1c2d40698a30ec59e6b8d960bfa45139', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (201, '2022-05-31 13:10:00', 'SALE2022/06/0071', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2020.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '2020.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cd8f77efd762d339905889e68d2aeed99783d2cbe8983027c0b1699c1a181d2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (202, '2022-05-31 14:10:00', 'SALE2022/06/0072', 19, 'Kahawa Garisson', 3, 'Tech-Firm Knits', 1, '', '', '2100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2100.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 35, 0, '2100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '25175406218211c31ba6b3e81624902ceb98a0337a26bd275e0e272694b86258', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (203, '2022-05-31 14:30:00', 'SALE2022/06/0073', 20, 'Barsaloi', 3, 'Tech-Firm Knits', 1, '', '', '360.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '360.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 6, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2ac983622e6bb6ddda424c069f4bbe27e42560fe111ff1e6aa2388f652c0e57f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (204, '2022-06-01 17:19:20', 'SALE/POS2022/06/0128', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df4bc95c49797a3bf8ddbcd7cecbd9cf44f970932a34ba2771703cc540a78626', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (205, '2022-06-01 17:20:50', 'SALE/POS2022/06/0129', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a2cbd0f6568d0d647ce51ac06c322973065c3da86bbec4407f935036134addd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (206, '2022-06-01 17:22:31', 'SALE/POS2022/06/0130', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b848bc74e7ee18e807d321a262df6986d54a7835ab68a931997dc90b2f6f8fc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (207, '2022-06-01 17:23:47', 'SALE/POS2022/06/0131', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae80603d7ec729182f1a6143ace55e16f92d5dcf82d6c5d90712a1502c26d4a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (208, '2022-06-02 17:29:28', 'SALE/POS2022/06/0132', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '580.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '580.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '580.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7973caa9ef9754bd77eac14d868af34e1c8f5a57e7bb427117952f6a5a953311', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (209, '2022-06-02 18:55:02', 'SALE/POS2022/06/0133', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca03d9f25764fbb2356b74c8d0cc73fbfe666aa142c8823188abb4718e058c59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (210, '2022-06-03 10:36:55', 'SALE/POS2022/06/0134', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3840.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3840.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '3840.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8bc3a7e5e0db841c02969e827002d57bc935e48ea0e1c43be8c5d9a8648e2c9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (211, '2022-06-03 10:37:58', 'SALE/POS2022/06/0135', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1b1baeaf9214c7afac0a7426b7dd4a75494962db5c9f77ed97e3e3a8ed64e7ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (212, '2022-06-04 18:30:20', 'SALE/POS2022/06/0136', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d8907a330c78d3084f702c6ee5e780fe19cc292de6e025e52e24d156dc4d05a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (213, '2022-06-04 18:31:37', 'SALE/POS2022/06/0137', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '89cd015029731642dabe07825c5e677d3aec277281514b0f96db4df8ac6d3ee3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (214, '2022-06-01 15:05:00', 'SALE2022/06/0074', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1150.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6aaf4c8e8d586945ef34388a60c67e584050c0e5411fb19183e7584ea4bb33d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (215, '2022-06-01 21:29:00', 'SALE2022/06/0075', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '250.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '250.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f76ab1e15d52e34a09630bbf372f0cee46d8af83f7a052cb1a72dd9b374dd113', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (216, '2022-06-01 21:31:00', 'SALE2022/06/0076', 21, 'ST. MATHIAS', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 10, 0, '600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '39142e65895962943c77b7ca418bbe8ee33fd1924fac33e5c75daf96cc3d8590', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (217, '2022-06-02 21:36:00', 'SALE2022/06/0077', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1250.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1250.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '978f71387f37d4464b599887de2b00079f88d05ee5d0e88cdeef4a0aa0dca83a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (218, '2022-06-03 22:06:00', 'SALE2022/06/0078', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1150.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'dd635563f0c715cf80e15be0c50f4198d9d501a8088dc2448d9db4a43ae9a735', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (219, '2022-06-03 22:08:00', 'SALE2022/06/0079', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4300.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '4300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8debfdaf5f41f70d253333b88174e41232938fddcae8e26463570f905aa1f4a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (220, '2022-06-03 22:09:00', 'SALE2022/06/0080', 22, 'LAKEWOOD', 3, 'Tech-Firm Knits', 1, '', '', '1500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1500.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 15, 0, '1500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '641b09eeff09fe9d8f2ee0a6f3ac17da78ceb7625466be3ca4015eb762301a43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (221, '2022-06-03 22:12:00', 'SALE2022/06/0081', 23, 'St. Peters', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 5, 7, '2022-06-08 18:20:33', 10, 0, '600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b28e294843f21134983a4576baaa65afa96258dff699584468f32b2fa70b41c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (222, '2022-06-04 22:21:00', 'SALE2022/06/0082', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1600.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2160b14e9dc8569d7b0c65108344c0dc4b7842a8103f3077075c517ac21f5a49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (223, '2022-06-05 18:00:00', 'SALE/POS2022/06/0138', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-06 18:04:56', 1, 1, '600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f69c56610ed954bc92bd9c9906ab54fb65b29740ca1e2db5299d01bd1a88c38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (224, '2022-06-05 18:05:00', 'SALE/POS2022/06/0139', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-06 18:08:19', 1, 1, '600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd502081ab4b32237e19a6c34351e2de2ef18fdef451d07e8477e5842033b09e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (225, '2022-06-06 18:09:51', 'SALE/POS2022/06/0140', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75493ee1b479f27ba9f95477ec789ddd863e77c6f1a8397fc22bcf5946fa443c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (226, '2022-06-06 18:12:13', 'SALE/POS2022/06/0141', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b2504b3bc54812457327f2ba8df103183a706d5ff8bd21eb95323fd58aea6f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (227, '2022-06-06 21:45:00', 'SALE2022/06/0083', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '500.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd442256ca2519763832c977d256957dc03142d19f4f34ccb7a5834d5526812db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (228, '2022-06-06 21:50:00', 'SALE2022/06/0084', 25, 'NGIYA SCHOOL', 3, 'Tech-Firm Knits', 1, '', '', '3720.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3720.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 62, 0, '3720.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1277f9cf11489853f4fcdb8eda44db07ec4cbf481ecd8e3f443a706f74c53bed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (229, '2022-06-06 21:53:00', 'SALE2022/06/0085', 26, 'Chanagande School', 3, 'Tech-Firm Knits', 1, '', '', '3840.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3840.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 64, 0, '3840.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '25a29140856a17b3616bc810c7a7e61226d5e23569fc2197c68fc9655b1728be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (230, '2022-06-06 21:57:00', 'SALE2022/06/0086', 27, 'Chenjeni Friends School', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 7, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cee0b957478751a2555ae0bec63d7392e14ca0e52729efdbdec70d32eeaa3fb4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (231, '2022-06-06 22:00:00', 'SALE2022/06/0087', 28, 'Down Stream', 3, 'Tech-Firm Knits', 1, '', '', '2100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2100.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 30, 0, '2100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'eb022074463703a596fe92af59c08b5ff9085a8b78fcab3ab206f07359589d48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (232, '2022-06-07 10:54:19', 'SALE/POS2022/06/0142', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4200.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 7, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7af56ed87fbb0c999d680c5ae8a774ac14c27d9e65b33cda69afd8132cae389', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (233, '2022-06-07 18:35:00', 'SALE/POS2022/06/0143', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7b46b8b514b77f7ebb838388529f54968d6616a7ac6ef060734721e1fcb9e3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (234, '2022-06-07 18:35:52', 'SALE/POS2022/06/0144', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fdd8b0b589c47affc483dd8238c73993f383d518b20e17c388bb224a101606a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (235, '2022-06-07 18:39:06', 'SALE/POS2022/06/0145', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4000.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 20, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '684a6b2ba9bd142b13b7d4ca694ae1945d8b67cb32e1719da7a4465582c4e586', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (236, '2022-06-07 18:39:58', 'SALE/POS2022/06/0146', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c8727e6314ace5c865696d6043582a430242c55eab68117115ff246669acf954', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (237, '2022-06-07 18:43:13', 'SALE/POS2022/06/0147', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1090.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1090.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1090.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c889338c3956f52264ce5040440cb62d970be61e04c5f2fbebd03701c1889925', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (238, '2022-06-07 19:08:29', 'SALE/POS2022/06/0148', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ffd53acaa0a36b1591be62734affdb684bf2180115642bd2561f560cff60922', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (239, '2022-06-02 17:50:00', 'SALE/POS2022/06/0149', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-08 17:55:40', 1, 1, '570.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7278b8227beddbf0fcb1a0aa1dd8dd0c529cadd65640b941072cdc17163318b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (240, '2022-06-08 18:04:14', 'SALE/POS2022/06/0150', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74a9edb295c1caf7e7fb8f0d68576f3f7daca52c9d8ce5a6c38432cd99bae490', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (241, '2022-06-07 21:42:00', 'SALE2022/06/0088', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '650.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3441c7b321163354656281e740e5d8574899ec095f58beb464f967c8aa03bff0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (242, '2022-06-07 21:44:00', 'SALE2022/06/0089', 28, 'Down Stream', 3, 'Tech-Firm Knits', 1, '', '', '1500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1500.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 25, 0, '1500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f80dbdb7aad5449d6cce891495da9cc5becabaf7dc09625dac2baef1ce49ae15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (243, '2022-06-07 21:46:00', 'SALE2022/06/0090', 30, 'KIRISIA', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 10, 0, '700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '101c6477f447226d16301210b4566613d43ba00bd6870085987e968f043828a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (244, '2022-06-08 21:51:00', 'SALE2022/06/0091', 31, 'KATILU', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 5, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd266ace182f4412cd1c4c15db35b8365c711b3a4fe51e5ab51ed6ba870c4fb8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (245, '2022-06-08 21:59:00', 'SALE2022/06/0092', 22, 'LAKEWOOD', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1000.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 20, 0, '1000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '84ceed1f07d7de4e33c640c7a9367aa9ba70544dfd3239d3484425fbacab731d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (246, '2022-06-08 22:03:00', 'SALE2022/06/0093', 32, 'Training Institute ', 3, 'Tech-Firm Knits', 1, '', '', '4320.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4320.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 54, 0, '4320.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b12672a64e11ca5206b91d5a1d50725ea3bc97c126e1baaee40f6d8ef5e1466d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (247, '2022-06-09 17:30:24', 'SALE/POS2022/06/0151', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd7b845984aad89afa2c17e5a0e23f6404535fef5513ceb3323e49497cdd671b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (248, '2022-06-09 20:28:00', 'SALE2022/06/0094', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '310.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '310.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '310.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd2c6691905ce7d0532b31be2735f0ba77ed3effe3569fd85ffb788efaf874c11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (249, '2022-06-09 20:32:00', 'SALE2022/06/0095', 33, 'Kenya Grips', 3, 'Tech-Firm Knits', 1, '', '', '500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '500.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b3bd187c1a24b7b714101a98f851a062b1ce79ab924c95efd9586e608ce6e468', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (250, '2022-06-09 20:34:00', 'SALE2022/06/0096', 32, 'Training Institute ', 3, 'Tech-Firm Knits', 1, '', '', '3760.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3760.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 47, 0, '3760.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0c2a8c6dc160e2e3279e433112b35aaa397e4e4a6b38fc81d32da341d0a5d62d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (251, '2022-06-10 17:56:51', 'SALE/POS2022/06/0152', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0698d1601b0d41f2d9bae414a781dddedba162d8c4d2cb460ec8ed051bb3608c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (252, '2022-06-10 17:58:14', 'SALE/POS2022/06/0153', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9da3f98f1a558848e9821fb08fdddb148401823866362bb6ff069b4a22a97852', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (253, '2022-06-09 18:05:00', 'SALE/POS2022/06/0154', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6220.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6220.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-06-10 18:11:20', 10, 1, '6220.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fe97086c98b842a41dac243de151ba79a3b0908318066692040a2211dec443c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (254, '2022-06-03 17:25:00', 'SALE/POS2022/06/0155', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '31500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '31500.0000', 'completed', 'paid', 0, NULL, 5, 5, '2022-06-10 23:32:35', 55, 1, '31500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c023deffb825aa2d6a08a1c14da4e6ced687e7b0cb6e24b84a964d1d9da8d3b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (255, '2022-06-11 16:48:06', 'SALE/POS2022/06/0156', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5640.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '5640.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '5640.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc4a3f1c3ae50add95f600e1ac13a999f9de52235720b2adb494074b68f6b0bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (256, '2022-06-11 16:49:36', 'SALE/POS2022/06/0157', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d6ac8b7cae64119cad408b335b5b48e4246e99a3177e4165ea331fc8680a1d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (257, '2022-06-11 16:50:55', 'SALE/POS2022/06/0158', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cf2fab6f78b5cd899a488f87e446c71467b4acef84d62584272ff3be72b44857', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (258, '2022-06-11 16:52:54', 'SALE/POS2022/06/0159', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4460.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 7, 1, '4360.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'df75a44ca84e0ccae575f91e98ea8dc97b6929b9ff3574918b123e34b7e9036b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (265, '2022-06-10 15:31:00', 'SALE2022/06/0097', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 5, 5, '2022-06-11 18:34:45', 3, 0, '600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '72ec7ab28f3232f6be363317ef37cb3a28a5968a8727a0430f66a2ca82c321a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (266, '2022-06-10 15:32:00', 'SALE2022/06/0098', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3210.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '3210.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '3210.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '7d272ba23add93fc9b5ab1c12e7f1fdab792a9cd84bf2027b224db11d76e0075', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (267, '2022-06-13 17:30:31', 'SALE/POS2022/06/0160', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85c7472ec41c9642e2df55e2d1d59d7d5001236034b0c1dee251886e7485f57c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (268, '2022-06-13 17:34:53', 'SALE/POS2022/06/0161', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '800.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '800.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7a97f1129f6827bf64f07d0f5b71b768436f14eb71b0ffab6c4e41d2a98245d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (269, '2022-06-11 17:29:00', 'SALE2022/06/0099', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1450.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1450.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1450.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a74af1104db7dabb5cc170c9877ada1f8e5e418cccb055429158914c2f9292ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (270, '2022-06-11 17:32:00', 'SALE2022/06/0100', 34, 'St. Andrew', 3, 'Tech-Firm Knits', 1, '', '', '350.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '350.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 7, 0, '350.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'bb05718415b0d1c4a88999b8b780d1eb125aebe91c62734b6e7122505c613f8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (271, '2022-06-11 17:35:00', 'SALE2022/06/0101', 35, 'KCB Bank', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 10, 0, '700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '45f9d978c1dc938c1dd55151fd4a6a34af204771f2f90fe873f7ece966142aae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (272, '2022-04-23 17:05:00', 'SALE2022/06/0102', 17, 'Scouts Kenya', 3, 'Tech-Firm Knits', 1, '', '', '2400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2400.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 80, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c25e08e014c7d63cab3937250afcdc078a3a85462534fe668930d202df387bd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (273, '2022-05-23 17:05:00', 'SALE2022/06/0103', 36, 'Talent', 3, 'Tech-Firm Knits', 1, '', '', '220.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '220.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '220.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'dfa4b524ceb7f410a09bec1015901210faf89b388bf9fce5e8cc3bf9e56813fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (274, '2022-05-23 17:05:00', 'SALE2022/06/0104', 37, 'Kenya Kwanza', 3, 'Tech-Firm Knits', 1, '', '', '500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '500.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 5, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '33f93d5361e350d7bbe27833561e4e010c4060d755ee5c305aeefb1785dcace7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (275, '2022-06-14 18:28:41', 'SALE/POS2022/06/0162', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '881ae3950d0cce24169287cb4beeec4e16c81fbaf08a5caddf125d1259030a4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (276, '2022-06-13 20:22:00', 'SALE2022/06/0105', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '760.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '760.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '760.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '743f455c9d4f0d612820fd9ac18949179731a628b617b39c291b15c87ed466be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (277, '2022-06-13 20:24:00', 'SALE2022/06/0106', 39, 'Police', 3, 'Tech-Firm Knits', 1, '', '', '12960.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '12960.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 324, 0, '12960.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0ce6075d53d1327c4de354153508132e6e05ba19e24c027e0dfd5ee0f26becd1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (278, '2022-06-14 20:32:00', 'SALE2022/06/0107', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '190.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '190.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '190.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1ba28a6ba4ebb2f85584b7812e512f2e591e310648f8cf6cf1f29e6e9d779e0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (279, '2022-06-14 20:33:00', 'SALE2022/06/0108', 39, 'Police', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 14, 0, '560.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b0bd63ffbfdbb83a443ef458758f18085ab12a53c6e9b6a8a575e0074cafc919', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (280, '2022-06-14 20:36:00', 'SALE2022/06/0109', 40, 'Idal', 3, 'Tech-Firm Knits', 1, '', '', '6360.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '6360.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 53, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b259be2c73c3317d2a63468a54b64306e1ed6626389b52e96353044e01866d7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (281, '2022-06-14 20:38:00', 'SALE2022/06/0110', 41, 'ABC Kiambusu', 3, 'Tech-Firm Knits', 1, '', '', '150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '34d7a2f691b6b5d64753c1898673ef31a077ea3f5e5bddbd544fc71774d39bed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (282, '2022-06-15 19:11:00', 'SALE2022/06/0111', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 2, 0, '400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fd1ae7e6dd36b6d7838d6568e99ad976c7b1aa250f9bf1265f906a0bd1521b7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (283, '2022-06-14 20:00:00', 'SALE2022/06/0112', 42, 'Total Care', 3, 'Tech-Firm Knits', 1, '', '', '150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 3, 0, '150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd423d490d33e3538baa94488f9e8d6d60ae82d2bf2d5f8608bc2de1054b8c82a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (284, '2022-06-15 20:24:00', 'SALE2022/06/0113', 39, 'Police', 3, 'Tech-Firm Knits', 1, '', '', '4000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4000.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 100, 0, '4000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c5e94cdb5ee2f3f1595374fde393b8a8d76cb812de01e66c3df96c01654e52c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (285, '2022-06-15 20:28:00', 'SALE2022/06/0114', 23, 'St. Peters', 3, 'Tech-Firm Knits', 1, '', '', '180.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '180.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 3, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2c6dbb7ddf462516f59ada9319b31e96e67a2438dd8ad7a03ad6266a41326814', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (286, '2022-06-15 20:29:00', 'SALE2022/06/0115', 40, 'Idal', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 5, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3a944fbacac5e68ef617ca6716da269cadda891e5a46815e8bd84c86ded8c8e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (287, '2022-06-15 20:35:00', 'SALE2022/06/0116', 43, 'Christ The King', 3, 'Tech-Firm Knits', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '19b4d3df1395caabb095521cbcf8e71d0c3a8ca1c40008f77f414475738bb197', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (288, '2022-06-15 20:38:00', 'SALE2022/06/0117', 44, 'Mercy', 3, 'Tech-Firm Knits', 1, '', '', '280.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '280.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 4, 0, '280.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5a98674ff29b722e3ebe13d8b2da2697579742fc3ca322049051c28c505bf2e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (289, '2022-06-16 17:33:23', 'SALE/POS2022/06/0163', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '222a6b4ab9cc1a6628d68c55903730b3e7b34c9c29423615372d1bb7862ee629', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (290, '2022-06-16 17:43:29', 'SALE/POS2022/06/0164', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1890.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1890.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1890.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '441daed18240d2a31f9e606fc683ae15141cea2dc5b492451e0f04b52f5b59da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (291, '2022-06-17 18:12:58', 'SALE/POS2022/06/0165', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cd113234b5e5992029596378fdd86e058390027088332b3c386c879f2ada976', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (292, '2022-06-16 18:53:00', 'SALE2022/06/0118', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1260.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1260.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1260.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8073373e7cb17bf9cbc0bca76987e51c5fcb7a258526bac67441ea629ee590af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (293, '2022-06-16 18:55:00', 'SALE2022/06/0119', 45, 'Fair Trade Organization', 3, 'Tech-Firm Knits', 1, '', '', '1820.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1820.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 26, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8a28b186d3fc2ce1702e35c59ce9b3f8128923c6ba69f6c5d132ded54ba2091a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (294, '2022-06-17 19:15:00', 'SALE2022/06/0120', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9a75b72ccd073f8ea8039a4947a907162e7591ad881feaa6df4f0d6a7114cd6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (295, '2022-06-17 19:17:00', 'SALE2022/06/0121', 47, 'Procecution Training', 3, 'Tech-Firm Knits', 1, '', '', '2800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2800.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 35, 0, '2800.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0dc4d8633a13c965cbcbd47b2996cee72cf941ec6eee7e3853c9858d677c3307', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (296, '2022-06-17 19:19:00', 'SALE2022/06/0122', 48, 'Skon', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 2, 0, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5979816d503bf8f1c5fd165b6109db3fea68484c9eb9f88ec52bdb8b1986104c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (297, '2022-06-17 19:21:00', 'SALE2022/06/0123', 49, 'Hudaco', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 2, 0, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '517217b84b91865ed9f3475dad721c09e6d7a76453c070df3e8495dab3109692', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (298, '2022-06-18 16:48:22', 'SALE/POS2022/06/0166', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c318e6fc09e45a640676b04a5fdefa41a444c21fdae5192048ab2a9d1f8fc643', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (299, '2022-06-18 16:51:20', 'SALE/POS2022/06/0167', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '917ce6d4be46506c2b021807eed7a0081f9487b6186ba61bf508b6f871b59b0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (300, '2022-06-18 16:52:31', 'SALE/POS2022/06/0168', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '358bd1081f1389c2944f21c4e039b801e173fa4947695c54f2de36e50bd202ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (301, '2022-06-20 17:46:08', 'SALE/POS2022/06/0169', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3bdbaa8015fa31b3bf5f37e4c0f0ef1b141e6c1e3286dfe14f4cddfc8311a972', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (302, '2022-06-22 16:58:46', 'SALE/POS2022/06/0170', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 3, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14d5b34b34467387ab2f5f9adb7144fcf46f5459c084da7bf952e33637272ce4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (303, '2022-06-18 17:20:00', 'SALE2022/06/0124', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 2, 0, '400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5e7e5fc92eac784b3f6cc61818a3db48cb89eef83e15f32363000eeeaefd7eb6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (304, '2022-06-20 17:24:00', 'SALE2022/06/0125', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '', '', '4050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4050.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 45, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ef663ee375189ffe36e2174bbf6c1a9ce0b5d16ba6d738d1d38a569b503f0f1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (305, '2022-06-21 17:30:00', 'SALE2022/06/0126', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '', '', '7380.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '7380.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 82, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c052f19b84cb26703adabfd05d2346709f5c64018bf5f8d428000f06031fd4ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (306, '2022-06-22 17:43:00', 'SALE2022/06/0127', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '', '', '18360.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '18360.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 204, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '27305865d24f7714b34f6c4fa3eff058bb76df02e484674dd2abceff5436dfbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (307, '2022-06-23 18:01:55', 'SALE/POS2022/06/0171', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6992e23935279794de6c28db5bb18a53a82bfe340b48f22f8ae96524cdd8c7a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (309, '2022-07-05 01:40:00', 'SALE/POS2022/06/0172', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '', '', '365850.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '365850.0000', 'completed', 'due', 0, NULL, 5, 5, '2022-07-05 22:45:21', 591, 1, '165000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd000406df631b7d230afd9b92f5f35681de9704781b0e1f2ed20a4fa245938c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (310, '2022-06-24 15:36:53', 'SALE/POS2022/06/0173', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e7f13f63879b3e8716743e405190c8b58f77ca5f503074d0f8cbe2155215b84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (311, '2022-06-23 18:39:00', 'SALE2022/06/0129', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '', '', '1980.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '1980.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 22, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8cfa065c3328cb33622ac9fc31f150c671da3699439ba5b53248fdcb3c906fd2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (312, '2022-06-23 18:41:00', 'SALE2022/06/0130', 50, 'Mburu Caps', 3, 'Tech-Firm Knits', 1, '', '', '4500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4500.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 50, 0, '4500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '13c98ab8a6e740a3d7b98ad6352dcced3206621b1fec8b452807b0ca1fa93f6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (313, '2022-06-25 14:33:23', 'SALE/POS2022/06/0174', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2220.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2220.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2220.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c597258fdc5779ee748b2cbb6551ac3833576561acd334dbd92aa92e6b54eb69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (314, '2022-06-27 18:01:32', 'SALE/POS2022/06/0175', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61fc3ad3068744711a6463b50a44d61151534fa98eb7b96ec496c0d8b214096f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (315, '2022-06-27 18:14:37', 'SALE/POS2022/06/0176', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea9ca16a841b8d4cf782e03370a81a9d0ba41c99c02ae11867ff6a17c3f0cc5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (316, '2022-06-27 18:23:25', 'SALE/POS2022/06/0177', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '21150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '21150.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 38, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef455dcae84218e70aa0e17ea606641083f633b66b9b40b236d5e42d3160c4f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (317, '2022-06-27 18:51:00', 'SALE2022/06/0131', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2940.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '2940.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '2940.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fc512d50faf4e79321924d89bae7e37921b6b2aa66e02164b8bda83107dacf57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (318, '2022-06-04 19:23:00', 'SALE2022/06/0132', 47, 'Procecution Training', 3, 'Tech-Firm Knits', 1, '', '', '4800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '4800.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 60, 0, '4800.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c89e803d850186c6796169ff0ddfd743cb1f0daede6c2a833065b3712c83493f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (319, '2022-06-28 16:15:40', 'SALE/POS2022/06/0178', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2470719d29a079f4971d8f7ba344bcf52dc2db4ca0c4c67ce38dcd0535a5bc47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (320, '2022-06-28 16:17:24', 'SALE/POS2022/06/0179', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 1, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '267a8e5663050b15fc2ede0d446fd620e41b7c5b1b4c0b73e10d3d0e06a39f89', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (323, '2022-06-28 19:45:00', 'SALE2022/06/0133', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '', '', '2127.3200', '0.0000', '', '0.0000', '0.0000', '212.6800', NULL, '0.0000', '212.6800', '0.0000', '2340.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 26, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fc6a0141303ef086f51aaec907567cad8b2bbfb3fdcbf427549fcb32167ffdab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (324, '2022-06-29 19:53:00', 'SALE2022/06/0134', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'db4a48a86ca0596d67996aec0d25a94dc67b876dddd4336372326ccf51f1ce55', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (325, '2022-06-29 19:54:00', 'SALE2022/06/0135', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '', '', '1800.0400', '0.0000', '', '0.0000', '0.0000', '179.9600', NULL, '0.0000', '179.9600', '0.0000', '1980.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 22, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '329802025c46674c95a879c85b234a06a1ce8b64f438d16649e5ac445437fa2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (326, '2022-06-30 19:56:00', 'SALE2022/06/0136', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '', '', '3600.0800', '0.0000', '', '0.0000', '0.0000', '359.9200', NULL, '0.0000', '359.9200', '0.0000', '3960.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 44, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cb0f2637956c70a685361b5f41bbac000df772c1c7f34e9de8691a1a07a0a422', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (327, '2022-06-30 20:09:00', 'SALE2022/06/0137', 51, 'Blue Sky Energy', 3, 'Tech-Firm Knits', 1, '', '', '318.2000', '0.0000', '', '0.0000', '0.0000', '31.8000', NULL, '0.0000', '31.8000', '0.0000', '350.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 5, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '37c77bf08ddd7a9e5e71d3f6fa27893ffd426058615f3068f7f92cb75c01fbca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (328, '2022-06-27 09:45:00', 'SALE/POS2022/06/0182', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '24710.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '24710.0000', 'completed', 'due', 0, NULL, 5, 5, '2022-06-30 23:25:28', 39, 1, '20000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5138b45f54fe0f09ad4805da8c7c951daaa38810a48a4d5e901c4c2d4b4a835a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (329, '2022-07-02 18:31:06', 'SALE/POS2022/07/0183', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc43b61c79cdd0a9018def8f747f0ab164a6c569b0d7d55934026a50de2d72bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (330, '2022-07-02 18:32:59', 'SALE/POS2022/07/0184', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1050.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1050.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3ae8173feaa3a4b7da60a6492f62596277b4ff7dd45b35c61dcfd2e77ecd7c30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (331, '2022-07-02 18:34:46', 'SALE/POS2022/07/0185', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '950.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '950.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '950.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b79d535b7a82fe66788896d5c03b1bb6bc432b4829e529b1b17f42db5485bfd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (332, '2022-07-02 18:36:20', 'SALE/POS2022/07/0186', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c56ee321a910858919a6a0691f9351a106cb9958eb806d428e9ca7e76e1eb419', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (333, '2022-07-04 18:08:30', 'SALE/POS2022/07/0187', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69ec8537e3f4fdc0ac6356120e60ae0a89ccbad436e1ff850d4f8f91487378f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (334, '2022-07-04 18:12:21', 'SALE/POS2022/07/0188', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '219c7bdad19086bcdf5abcd48787c2a83f5b8d87cba49b40c13a222ca8843cde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (335, '2022-07-01 20:48:00', 'SALE2022/07/0138', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8411893d29b4b034922cb712ea925f5fd3c57bd0b2f2c7318ccd4ddec2bdffda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (336, '2022-07-01 20:49:00', 'SALE2022/07/0139', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '', '', '5809.2200', '0.0000', '', '0.0000', '0.0000', '580.7800', NULL, '0.0000', '580.7800', '0.0000', '6390.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 71, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f719eebf8016d76dfe27cfd91a9cf1b34005a0c298f2acad538036db5dc8bcc7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (337, '2022-07-01 20:50:00', 'SALE2022/07/0140', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '&lt;p&gt;DustCoats&lt;&sol;p&gt;', '', '3354.6200', '0.0000', '', '0.0000', '0.0000', '335.3800', NULL, '0.0000', '335.3800', '0.0000', '3690.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 41, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a0651ca3ebf12900ef1af8c8cc79eeb6b295afa7ed0ed2008c7981887da32833', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (338, '2022-07-05 17:52:12', 'SALE/POS2022/07/0189', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8835b0b9e7e9ecbb4b21e538074bbc540a339cbae886716434508d494b4d22c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (339, '2022-07-05 17:54:06', 'SALE/POS2022/07/0190', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9131c5b83e65b5d00f772262ef1ab382a9a0cf7d69017ff1f8ab265f2fb68a7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (340, '2022-07-05 17:55:41', 'SALE/POS2022/07/0191', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1260.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1260.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1260.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a157453b2dd7156227f216294d607ca03fa61659f7ab18b3715d269f7eca8fd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (341, '2022-06-27 21:53:00', 'SALE/POS2022/07/0192', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '4460.0000', 'completed', 'paid', 0, NULL, 5, 5, '2022-07-05 21:54:48', 6, 1, '4460.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd27d0c4fd2f1d0751b7d2d7231674f3687eb6a340b85e9def2d1ded5bc33a31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (342, '2022-05-24 09:10:00', 'SALE2022/07/0141', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '663.6400', '0.0000', '', '0.0000', '0.0000', '66.3600', NULL, '0.0000', '66.3600', '0.0000', '730.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '730.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '142cc902158194b387f32f9c0fecdb301a46a12330160cbb0ad13de9dd1047df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (343, '2022-06-24 13:15:00', 'SALE2022/07/0142', 34, 'St. Andrew', 3, 'Tech-Firm Knits', 1, '', '', '45.4500', '0.0000', '', '0.0000', '0.0000', '4.5500', NULL, '0.0000', '4.5500', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '50.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '786a4aa3d14517554e13d0f9b50c23acda14d85f42dd5e64008047dd19cac469', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (344, '2022-07-06 17:54:45', 'SALE/POS2022/07/0193', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71b2daff7e7df1a85c124cce2f1825d95a9ea0f8fd351667a2c32d902cc1db4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (345, '2022-07-06 17:56:56', 'SALE/POS2022/07/0194', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ba3f35e1166ac56f62ba723093d05b2e0e4eb33a6c04483a285da680c15d844', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (346, '2022-07-07 18:30:19', 'SALE/POS2022/07/0195', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1e88b6fe665704232b11cd9f12c8bec913592c09bdb2077a9c22c034f0d35fda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (347, '2022-07-07 18:32:27', 'SALE/POS2022/07/0196', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b136d8a69be5922065301a26d53a7d8d1c05bf7fe4097e8f163538561648e5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (348, '2022-07-07 18:39:19', 'SALE/POS2022/07/0197', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '7900.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 16, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '176f6cc93d44bc9d1614769276cf480b511f847866cc43054b8fbd754172babd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (349, '2022-07-07 18:51:35', 'SALE/POS2022/07/0198', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fed1f573f5d5a4d22444da0fc0708138b1d07f940625275b8e6f17c78b7c4f37', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (350, '2022-07-08 18:09:10', 'SALE/POS2022/07/0199', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '552045be25f2349d049fa052924248408f817795d86a48f774caa20a06c8fccb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (351, '2022-07-08 18:11:33', 'SALE/POS2022/07/0200', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2bb5c0691e813d535b06243a7544796255e5c032f2b15b91ee1717289b923cff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (352, '2022-07-08 18:13:03', 'SALE/POS2022/07/0201', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '400.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '17ac6876f9d58242d4b89c9ec637e52942be89a7889c24f4617a79abd90aaf72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (353, '2022-07-08 18:14:11', 'SALE/POS2022/07/0202', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '482eeb1dbf756448493b7b868cc6518f97ee14d3de3a8e793ca2f55f819153f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (354, '2022-07-08 18:15:20', 'SALE/POS2022/07/0203', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '03777284c646fcd28a99a5607cad33a743a64529b6ca1f4d9963c800487602b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (355, '2022-07-02 14:35:00', 'SALE2022/07/0143', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '636.3600', '0.0000', '', '0.0000', '0.0000', '63.6400', NULL, '0.0000', '63.6400', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2668241ab7ea2cddd7605d07544bd768349016dc9b5c251edfba190eea9ab724', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (356, '2022-07-02 15:55:00', 'SALE2022/07/0144', 52, 'LakeFord', 3, 'Tech-Firm Knits', 1, '', '', '2454.4800', '0.0000', '', '0.0000', '0.0000', '245.5200', NULL, '0.0000', '245.5200', '0.0000', '2700.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 18, 0, '2700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0a8e35d1d2595226dcf751b20a7aace9bef682656f051228c82dac9adcbccd99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (357, '2022-07-04 16:00:00', 'SALE2022/07/0145', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.4500', '0.0000', '', '0.0000', '0.0000', '54.5500', NULL, '0.0000', '54.5500', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3aaf2ac2e5ec7c9f978ec2e8e27e43297776e13f27d8518f6fb1fe54231893fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (358, '2022-07-05 16:10:00', 'SALE2022/07/0146', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '136.3600', '0.0000', '', '0.0000', '0.0000', '13.6400', NULL, '0.0000', '13.6400', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '34df114bf087cae272f0c34d19ee4b5c3bb1c9d06502bf5ec0eb292b2aaae0b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (359, '2022-07-05 16:10:00', 'SALE2022/07/0147', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '&lt;p&gt;Dust Coats&lt;&sol;p&gt;', '', '1881.8600', '0.0000', '', '0.0000', '0.0000', '188.1400', NULL, '0.0000', '188.1400', '0.0000', '2070.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 23, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ed18cd4ebf598be63e22d4b6629b0e080e7b5cd90bdc0ad06f5132c24877cec8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (360, '2022-07-05 16:10:00', 'SALE2022/07/0148', 36, 'Talent', 3, 'Tech-Firm Knits', 1, '', '', '163.6500', '0.0000', '', '0.0000', '0.0000', '16.3500', NULL, '0.0000', '16.3500', '0.0000', '180.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 3, 0, '180.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '730181bbffae7d0d00775ff8edd647e7a1685cb3ccf4023fd7d18c12b5626e57', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (361, '2022-07-06 16:30:00', 'SALE2022/07/0149', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '454.5500', '0.0000', '', '0.0000', '0.0000', '45.4500', NULL, '0.0000', '45.4500', '0.0000', '500.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd2d367468168d084449d96d1ca9eb4f832f7ffdc48cdd97fac4c41233ec720a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (362, '2022-07-06 16:25:00', 'SALE2022/07/0150', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '', '', '572.7400', '0.0000', '', '0.0000', '0.0000', '57.2600', NULL, '0.0000', '57.2600', '0.0000', '630.0000', 'completed', 'pending', 0, NULL, 5, NULL, NULL, 7, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '7aaacfd2b6ea58606176ce009bf11877b635e53f607d21bcbe053079f902e8b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (363, '2022-07-06 16:40:00', 'SALE2022/07/0151', 53, 'Losokwan', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 10, 0, '600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '170cab17a5b45018a3a890d985b440f1df07649f952ee3ba9cf6d6f77cdf4b15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (364, '2022-07-07 16:50:00', 'SALE2022/07/0152', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1763.6400', '0.0000', '', '0.0000', '0.0000', '176.3600', NULL, '0.0000', '176.3600', '0.0000', '1940.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1940.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cc174ec71945228dc131766973ee56c65035d7a7461dbdeb1b337cdc1f48d8d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (365, '2022-07-08 17:00:00', 'SALE2022/07/0153', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1909.0900', '0.0000', '', '0.0000', '0.0000', '190.9100', NULL, '0.0000', '190.9100', '0.0000', '2100.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '2100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '57284ba468bd1f190ddd2fc35edc0b3d3fab89a7555d75e97991546d0d8d6ee6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (366, '2022-07-09 17:00:00', 'SALE2022/07/0154', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1572.7300', '0.0000', '', '0.0000', '0.0000', '157.2700', NULL, '0.0000', '157.2700', '0.0000', '1730.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1730.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3670c9d62588affc3c8ed53f9fdf18b1309e3ca78b5a7bb771ab607d9d795925', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (367, '2022-07-09 10:50:00', 'SALE/POS2022/07/0204', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-07-11 14:12:45', 1, 1, '630.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '957bad8a5ecc50fd90cde3d914351de0cc49d8777e8427ff330753ac1a690235', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (368, '2022-07-09 10:50:00', 'SALE/POS2022/07/0205', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-07-11 14:13:06', 1, 1, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e5330abb0d64c6af6f6a07e758cfdf2beb9ab9573a861aac147e46551fe65f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (369, '2022-07-09 11:45:00', 'SALE/POS2022/07/0206', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-07-11 14:13:30', 1, 1, '650.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4dd47f5e53851a7ac4fc504d712b90acc129d81218ef0b245e0bdb94b53aaa47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (370, '2022-07-09 10:50:00', 'SALE/POS2022/07/0207', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-07-11 14:13:51', 1, 1, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5317becc25351a4ffcc5097d501eac8ed5a6e4572069cfa3a7d202ec70ea1250', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (371, '2022-07-09 10:50:00', 'SALE/POS2022/07/0208', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1110.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '1110.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-07-11 14:14:11', 2, 1, '1110.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a275f24460c2ca4040feb6c7308a59579eafc44454b0dc67c65b1b5bb4dc300a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (372, '2022-07-09 10:55:00', 'SALE/POS2022/07/0209', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-07-11 14:14:33', 2, 1, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'febc3963281a27207fda7d50828341a7c0ec0ef715bffe9da26bde35032c0059', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (373, '2022-07-09 11:05:00', 'SALE/POS2022/07/0210', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-07-11 14:14:56', 4, 1, '400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7953cfbe8a25b4d8fb36206b1a8854c1dfd93f4556eb6b3df97f67a9a9ea6626', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (374, '2022-07-09 11:30:00', 'SALE/POS2022/07/0211', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-07-11 14:15:16', 1, 1, '630.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70ba874bc03dcf9798cffbc3d8c9c77a37946ff1c89757712c7ed353a6e151ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (375, '2022-07-09 11:55:00', 'SALE/POS2022/07/0212', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-07-11 14:15:35', 1, 1, '540.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5762c31015887a63ba6dc3383a4a95e52b4276590fd403f86deeb57fac2f235f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (376, '2022-07-10 10:05:00', 'SALE/POS2022/07/0213', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '840.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '840.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-07-11 14:11:21', 2, 1, '840.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6be0f5ae8896c98a4e018a51d456625aeb423f5e0653863b9f19c66cdb362e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (377, '2022-07-10 10:30:00', 'SALE/POS2022/07/0214', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, 5, '2022-07-11 14:10:55', 1, 1, '630.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '530bd7f6725d3f513c5b0703cbc438c751b45a472ec64855a0b7fe79832ff246', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (378, '2022-07-11 17:37:19', 'SALE/POS2022/07/0215', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3062d478ef14e27d664c96b0f5b5c0d6c66991033ba503711c7c8db8d942139', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (379, '2022-07-11 17:41:31', 'SALE/POS2022/07/0216', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb8e71b366834e60843149bdb7d486901a23252c8b0d84f0167c87349248e191', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (380, '2022-07-11 17:42:45', 'SALE/POS2022/07/0217', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '840.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '840.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '840.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a669bcbb2e6596a1e7fe0cbf26c2ae32223e7ada4460d508a92bd9f34c5fa34f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (381, '2022-07-11 17:54:49', 'SALE/POS2022/07/0218', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '144789647d34cc19909a07d1c8bfbe813c963ee3a4dbc38ce89eb5e4ba07b29d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (382, '2022-07-11 17:56:36', 'SALE/POS2022/07/0219', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55206dea9b7635ffeba0af4a3fc688d2d3fa7e14a30f03bb3a0b52cf123f4c84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (383, '2022-07-11 17:57:33', 'SALE/POS2022/07/0220', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0bd682820f73b4be3d7f0c53fed5550e98cb9ebeb128bab921aca7dcd1bddb2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (384, '2022-07-11 17:59:08', 'SALE/POS2022/07/0221', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1110.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1110.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1110.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a11f7b21160e551c281f0f24197b463a146b40643795acfa878f0b6a8ceebca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (385, '2022-07-11 18:00:42', 'SALE/POS2022/07/0222', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a6692bb9f3116d0036e9a10c374abd5cd1f58cde8c5833a06b10c04d1f2b6348', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (386, '2022-07-11 18:01:57', 'SALE/POS2022/07/0223', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4968664c6059e630170c46214cd5263fe05bba5cfd3a9f08b4a9044a0e88a830', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (387, '2022-07-11 18:03:17', 'SALE/POS2022/07/0224', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6114bdc6bba8975cd5c9ea16da72b570694c787cbdff21d897989d67b7b10176', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (388, '2022-07-11 18:09:38', 'SALE/POS2022/07/0225', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '600f89edca798cf9a23ad915e0a8ae78a1e3fb17e3a643b2a9b2d9307d41775e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (389, '2022-07-11 18:11:06', 'SALE/POS2022/07/0226', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68633e0433e505d3f0a6796f13ecf03b59b1b9b73002a9cadaf0db6c98a2f595', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (390, '2022-07-11 18:11:55', 'SALE/POS2022/07/0227', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fabced5f7303219d5620f3fe54c9fd7a754b7bb78ec799fc7855fb6d00bc2dec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (391, '2022-07-11 18:12:58', 'SALE/POS2022/07/0228', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a81736c1e84bb2aa3b5cf9ac37aeebf6092c52c59e6c69814d908a0141737a55', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (392, '2022-07-11 18:14:03', 'SALE/POS2022/07/0229', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ffde649dce66f53ac0de07a691b64ead25f1813bcf7dfbfd55a6eee4660b798', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (393, '2022-07-11 18:16:12', 'SALE/POS2022/07/0230', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8f1bfb7c2c624524b460026e778d541a7048b7ad84c6a2b62ab706bdf6709c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (394, '2022-07-12 18:08:30', 'SALE/POS2022/07/0231', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65c2844d34408b6ade80e05434be3314c3831f1605032787105919b6c81dd3d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (395, '2022-07-12 18:11:40', 'SALE/POS2022/07/0232', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3210.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3210.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 5, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb8c09ea2f50283ce286bef14418d67e3544059b5e93bf2b1cc072f99b2f9f4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (396, '2022-07-12 18:13:39', 'SALE/POS2022/07/0233', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15169c2b83bec3c9f61764d7720dc67141e908aa685f8756d272dc2c8cf3f4a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (397, '2022-07-12 18:15:55', 'SALE/POS2022/07/0234', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc92a8be9a88c75edf8a7800bed3df766943add3ccbd677fc6fc20cca9ae145a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (398, '2022-07-12 18:17:30', 'SALE/POS2022/07/0235', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '482083a8a07ac166544e509bea1f8e40d4788e759cbd8f2f0818ba7a4abd8606', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (399, '2022-07-12 18:18:48', 'SALE/POS2022/07/0236', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba5188b0e15540f6dbb5063c6ecd08f93b0bc348e223412d847181fd04adb4ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (400, '2022-07-12 18:20:39', 'SALE/POS2022/07/0237', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0058bb15f9c16273c11e7022dd3757ae755dac293b1e1723ed708fbb354e2568', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (401, '2022-07-12 18:24:41', 'SALE/POS2022/07/0238', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '880.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '880.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '880.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '952fb5680945b55d515138883b69c3db37ae6ad4403920719a798003f1c0bb75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (402, '2022-07-12 18:25:49', 'SALE/POS2022/07/0239', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e337e3eb224459c84a1cafd8d0529c39c308361db93d0dd0ed72d0f8d1492eca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (403, '2022-07-12 18:27:15', 'SALE/POS2022/07/0240', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d050929c6636c2e466aa9053e9336e1756fd9f56881b8cfabfb6a6aca81cbe7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (404, '2022-07-12 18:31:15', 'SALE/POS2022/07/0241', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9020d98fd33ccb1a8252aeb4f51d40abff538e2dffc6f379622f902bab5b7bdf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (405, '2022-07-12 18:46:24', 'SALE/POS2022/07/0242', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '400.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a62b466ea246d616a035279c9489b434ede740717e617b86399ab80d99b0e50f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (406, '2022-07-12 18:50:53', 'SALE/POS2022/07/0243', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa9455bdb528307bddc514a192c034582706538ce3b46f11d3c24db450642f25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (407, '2022-07-13 18:56:14', 'SALE/POS2022/07/0244', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa3f7b7e23dc4cdac4a5258ada2f5902077d2d76e83e7dd1c897c17e5fc1549d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (408, '2022-07-13 18:57:51', 'SALE/POS2022/07/0245', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3642acc4a9bf71764d9c65815db9d70fe43ab3f6c17666a3ae0e719d922dd3ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (409, '2022-07-13 19:02:38', 'SALE/POS2022/07/0246', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2340.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2340.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 4, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8de17a5453faf41d260c8e5ff54cdb497438f28dc126b99f206443b62a80229a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (410, '2022-07-13 19:05:00', 'SALE/POS2022/07/0247', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e60bab62aa39af042e3ca830e659b33114134c3387cb61320934778919ba46b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (411, '2022-07-13 19:06:42', 'SALE/POS2022/07/0248', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff759524c7f76e8d62bf4d0aef92168d18eef7e0c16c87261b16841c8c90a37c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (412, '2022-07-13 19:08:52', 'SALE/POS2022/07/0249', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4230.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '4230.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '4230.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ebb1b008b1f4aab3fd2812debf63febf64970e9fea14c6b81d848a6cc2ad5e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (413, '2022-07-13 19:11:40', 'SALE/POS2022/07/0250', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1780.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1780.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1780.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74189f897278f9ea430863f2df888c61fd2a3782f040a99a2825fb6c2cc8b794', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (414, '2022-07-13 19:13:08', 'SALE/POS2022/07/0251', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0939ce76b6289322de5c41d57b1ee7b9141e6f4b96e439aab3a3350c9d622884', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (415, '2022-07-13 19:16:31', 'SALE/POS2022/07/0252', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8c7cd84b742b5961c95044060f18e0291218405125a25202c158a69c825c51a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (416, '2022-07-14 18:58:45', 'SALE/POS2022/07/0253', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a01667eca447d48ce036816c7b300d081fac0f7253877c9801bf37780c927a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (417, '2022-07-14 19:01:26', 'SALE/POS2022/07/0254', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67152fa082ca749f14ce3069c008cd386aec0fb696957d25a74d97113fc87ef3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (418, '2022-07-14 19:02:36', 'SALE/POS2022/07/0255', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '701055bdf19a1ebceeb2fd303f023d4dcff9fe20d2d5f5852b56e67afd806352', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (419, '2022-07-14 19:05:46', 'SALE/POS2022/07/0256', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d3c5e88f0fa68bd1cb013aa03f99feb0c82daa2893a109664b44e9d83c73076', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (420, '2022-07-15 17:44:33', 'SALE/POS2022/07/0257', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '902a4e4c1fbd792f8fdf142dbd19d866a326fff909d04863ddc98f959733c426', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (421, '2022-07-15 17:47:01', 'SALE/POS2022/07/0258', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0fa40c1b47ca6c06f4431f2ceb2039232e16ee260024b900a8b1aff85f480a60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (422, '2022-07-15 17:49:09', 'SALE/POS2022/07/0259', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '940609eb23e7c7d9bdfe9f5e8b79cd4ee146f45b35c556f18bdd7d9643d8158f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (423, '2022-07-16 17:21:51', 'SALE/POS2022/07/0260', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e43c584aa4bfa54bea293190b65d57723bb9894e5fae49d797e65bb14deff2e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (424, '2022-07-16 17:33:00', 'SALE/POS2022/07/0261', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0460f506b24b07efaa98cfdc2e4d58f70bfad149bb97c362bd8d99a88f1370f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (425, '2022-07-16 18:21:04', 'SALE/POS2022/07/0262', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f2f2fea79e73b1e6bcdb666c77509fff517807a262c41acca57db0a1d097c470', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (426, '2022-07-16 21:24:08', 'SALE/POS2022/07/0263', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5475c4225fdc4de8ffdb55c3bfbef11ed385165e74d7cbb47d77066f01589a7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (427, '2022-07-16 21:25:40', 'SALE/POS2022/07/0264', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4607192aaba548c20e0dbf09c091a3398f630b102240233ccf77d0349f27085c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (428, '2022-07-16 21:26:52', 'SALE/POS2022/07/0265', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57e1539c83d3cb9cd86b4c390ec8a0f60cf3dd3a7264420da0fbfab9af7085e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (429, '2022-07-16 21:27:56', 'SALE/POS2022/07/0266', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed49db6cf24ef2da1e19ce4a7a0a56a03ba688a7a767670609c38186ca09e933', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (430, '2022-07-16 21:29:16', 'SALE/POS2022/07/0267', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efe23dfd1f5fa0b4756b8b7c78ad2ef4ae1f586799939720d4dac01e315d2c9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (431, '2022-07-16 21:30:26', 'SALE/POS2022/07/0268', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '023ee380e3c51a1706404c69fc921de02139e4b8c1799809aae4f04e2311ba8c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (432, '2022-07-16 21:31:47', 'SALE/POS2022/07/0269', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65e726c35eda3679e13e02e67e762377c3ec9332730143ce8e51dd9c564069c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (433, '2022-07-16 21:32:43', 'SALE/POS2022/07/0270', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8600d2fccaf7420cb1347f2c683a47be4abcd4a5dc195ab84ad8b78fb1f5d94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (434, '2022-07-18 16:44:01', 'SALE/POS2022/07/0271', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f115e5acab02820f8eadf566eb7a49f64d7722b9ab9039107b34fa845dfb130', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (435, '2022-07-18 17:48:46', 'SALE/POS2022/07/0272', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10dd275a499ce1742d840a86b5b83231934901dbfbf2f02a4140e460f4d44fc0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (436, '2022-07-20 08:57:21', 'SALE/POS2022/07/0273', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3210.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3210.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '3210.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07e2fd01467ba64a5cb80a7ac5a38500d03c0ec739426ca5c10a332dc76e1f32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (437, '2022-07-20 20:46:24', 'SALE/POS2022/07/0274', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6210.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '6210.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 12, 1, '5570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '120407781e6a9d7e266cd6be35b298f2f15f6e728651e7e7bba7e2d9671541e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (438, '2022-07-21 17:29:32', 'SALE/POS2022/07/0275', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '070cd6751b453be32b5bfbd216dfa30bb4602f4b145df53f0d1a4b22e9c46fa6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (439, '2022-07-21 17:32:29', 'SALE/POS2022/07/0276', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2080.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 4, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79323450d04141697053d908c848fcdf1eb4cad7e27351aaa52351e40ee37dfd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (440, '2022-07-22 15:19:34', 'SALE/POS2022/07/0277', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2740.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2740.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '2740.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '00234f52c5227cc0d86e3add2a27f89f731274a3381e26477c0ce063d2cba316', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (441, '2022-07-11 14:59:00', 'SALE2022/07/0155', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1863.6400', '0.0000', '', '0.0000', '0.0000', '186.3600', NULL, '0.0000', '186.3600', '0.0000', '2050.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '2050.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6b671fd14078765b23b3a1bacdef51cb0f6654593c3b60ce0d44dd58e9f0d556', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (442, '2022-07-11 15:00:00', 'SALE2022/07/0156', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1045.4500', '0.0000', '', '0.0000', '0.0000', '104.5500', NULL, '0.0000', '104.5500', '0.0000', '1150.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '1150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9518c4a10677e2397aab09234a3dd27d658437b0d13b1fa4015d958317d96edf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (443, '2022-07-12 15:03:00', 'SALE2022/07/0157', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2072.7300', '0.0000', '', '0.0000', '0.0000', '207.2700', NULL, '0.0000', '207.2700', '0.0000', '2280.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '2280.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4067531b4b448cae272b538465e8ff34465fc7d7a10da0b4e5fd1afb9535e933', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (444, '2022-07-12 15:25:00', 'SALE2022/07/0158', 35, 'KCB Bank', 3, 'Tech-Firm Knits', 1, '', '', '127.2800', '0.0000', '', '0.0000', '0.0000', '12.7200', NULL, '0.0000', '12.7200', '0.0000', '140.0000', 'completed', 'paid', 0, NULL, 5, 8, '2022-07-29 13:07:49', 2, 0, '140.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ffc59229a3affab85e53134c80028758798f7a6e7adf80a24a2f21115b05a6f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (445, '2022-07-23 16:04:06', 'SALE/POS2022/07/0278', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1890.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1890.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1890.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f02c322c4a50536caea6d1776e081c02a814e4c3ec29ef7d5f7162a4a4889bd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (446, '2022-07-23 16:05:49', 'SALE/POS2022/07/0279', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e53acd5457aa196ee61f9366d83a471c518532573bdbe06311fe376ea460251', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (447, '2022-07-26 17:19:24', 'SALE/POS2022/07/0280', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '290.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '290.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '290.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffc9b17b6c9b389ffd7a3afeb597bb64f7e5fe02c5a720b1d8199fd9fdf47df4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (448, '2022-07-26 18:35:18', 'SALE/POS2022/07/0281', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '290.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '290.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '290.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '164a8fbb3f60ee54722de82326dc8b84a284b6799d9d803d5614db25830ec7e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (449, '2022-07-27 17:16:25', 'SALE/POS2022/07/0282', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4f92e8e3c087b21f9b2007d4e598b816705c9dc52d77e23f0c77a5d801133cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (450, '2022-07-28 17:27:58', 'SALE/POS2022/07/0283', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '400.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25b96126550c4200be87c9962e776d40d4257355237a52a8fc9853729226b06c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (451, '2022-07-29 08:36:29', 'SALE/POS2022/07/0284', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 4, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fecb5efa65be032bf9b345e0fa1543be4adfb017d60eb34025abd3f735d69f7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (452, '2022-07-29 17:11:07', 'SALE/POS2022/07/0285', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9e21a72f17488ec7de1b5477f6e3fa37345d22d5847defc05b68c14b806000b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (453, '2022-07-29 17:12:38', 'SALE/POS2022/07/0286', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '580.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '580.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '580.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '987d4e8ae2fd996b53265f24039c67a16a3a8c3a2c8332e9f86641eaccd9561d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (454, '2022-07-30 15:48:33', 'SALE/POS2022/07/0287', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2040.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2040.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2040.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e03b8649b2726c91360cc414a8f32241091c2e2af385bb868bcbc1c21966640', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (455, '2022-07-30 17:49:20', 'SALE/POS2022/07/0288', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1120.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c99052579d751ed39a12b274d1c8c501b30a320f3dbd3240cf404263febdeab8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (462, '2022-08-01 20:05:00', 'SALE2022/08/0160', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '336.3600', '0.0000', '', '0.0000', '0.0000', '33.6400', NULL, '0.0000', '33.6400', '0.0000', '370.0000', 'completed', 'paid', 0, NULL, 5, NULL, NULL, 1, 0, '370.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5e2e1114d2a5fbc301b6c9a482e19b04279de26e9f57e4544abbccfd5bd3f438', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (463, '2022-08-03 11:41:58', 'SALE/POS2022/08/0289', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b130db632d9713b86c2a55fe6ff9554e8a47afc876c716935134db9ff73e4959', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (464, '2022-08-03 17:39:59', 'SALE/POS2022/08/0290', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '240.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '75217f2f4bfeb9a600e5f434f72d2046610d549666194e3d760fbc8666c1a145', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (465, '2022-08-03 17:43:50', 'SALE/POS2022/08/0291', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '580.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '580.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '580.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc2fdba59bb7671471ccf1cf19a3df0f94a60da70452a47fc4fecae23eb072d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (466, '2022-08-04 16:30:05', 'SALE/POS2022/08/0292', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2460.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 4, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36c89f29654bc674d0ef8fae3321d367983a0118a6d081a3d1bf565464269959', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (467, '2022-08-06 08:29:44', 'SALE/POS2022/08/0293', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6520.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '6520.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 10, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa588533c0195585090dedbd3c6a5a20f0deba3a882cfced7440f6a5ca4df6e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (468, '2022-08-06 15:51:16', 'SALE/POS2022/08/0294', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab4c50469a5f9e506ca9e3a9ece1459760cf04c2e61b362826e429a8bb46845d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (469, '2022-08-06 15:52:04', 'SALE/POS2022/08/0295', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7afb837168734ecf824ccae038a2a688c975c84da294b8877508587e9b4f6052', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (470, '2022-08-11 14:02:08', 'SALE/POS2022/08/0296', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4f41f9101264aae5a92caaa892e6923d01ab0ef8b97c02899aa47b1c6ba82e75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (471, '2022-08-11 14:04:48', 'SALE/POS2022/08/0297', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '2560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1fbea919b70d392c78c56828f49ee0f4a9f2cd7c8476c2d5f6dd372a0cbcb6f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (472, '2022-08-11 17:00:53', 'SALE/POS2022/08/0298', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '580.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '580.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '580.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '386509c2cb0de40ddb23c1e8ce422f96b3c9ce3a664f721b50de71e1a7cc994a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (473, '2022-08-11 17:10:04', 'SALE/POS2022/08/0299', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb48914984730962d7c3160d52f74fd120ef14c81cfb2cfea6de37e71eaa9381', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (474, '2022-08-11 17:24:14', 'SALE/POS2022/08/0300', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9b2c67e2e75c6ad25db4ffde8ce2beb3bc944e3ff7375830b6d1674428f7f61', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (475, '2022-08-12 17:38:45', 'SALE/POS2022/08/0301', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '709a37bbe41e83300bd428dffc3566337b3fda54658d1d82ed9a242b19fa2994', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (476, '2022-08-12 17:40:17', 'SALE/POS2022/08/0302', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '014eda1b7cfd482770651254a204d6afbd02e8ca8c3944c12bf21133855dd186', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (477, '2022-08-13 17:23:07', 'SALE/POS2022/08/0303', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1280.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1280.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1280.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '698e412109acdfeaf60ad78b4a77b05a446a609a4fdd6469b47d8d47a440969f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (478, '2022-08-17 13:08:43', 'SALE/POS2022/08/0304', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cfcf0fabc6699f52cd6b27cf1b2ccfb920a2b8441bd46d571c56d970a46878a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (479, '2022-08-17 13:11:20', 'SALE/POS2022/08/0305', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7c4949298c9920913bc22fc5e90a1ba93199b4c12544218b27acaa7641d04fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (480, '2022-08-17 13:12:42', 'SALE/POS2022/08/0306', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '073d3236708856808dbd90f0fc339b909551c947aa917efc1e28a61ec30f5b4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (481, '2022-08-17 13:19:10', 'SALE/POS2022/08/0307', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3b85abc15f4ee7eed6b358f8cf84aae1725190830cdedb240628c99bfc19675', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (482, '2022-08-18 16:03:04', 'SALE/POS2022/08/0308', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1400.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db3acfdb7cc91a53e1219b535eb94e4be14a5d11436d3be8ef3e75cd667ae81f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (483, '2022-08-18 16:04:13', 'SALE/POS2022/08/0309', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5201b43b01df02f8ac3126d1fc8d6989099a777649404066c088db03d5d3d841', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (484, '2022-08-19 10:10:27', 'SALE/POS2022/08/0310', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95ec42e53d38923bd7404f88cdef1c3b27d716a599b42bdeeb6f9032a875d9f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (485, '2022-08-20 16:18:15', 'SALE/POS2022/08/0311', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '53bfed5b4a0962cb62c458b0077bc09c04be4b8b3cb90f9fac7a5f43229ffab2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (486, '2022-08-20 17:41:49', 'SALE/POS2022/08/0312', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2610.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2610.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '2610.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1dbe5e534fbfc366899124a769b460ee21122115fe15e14c186b88702e96aad4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (487, '2022-08-22 17:57:29', 'SALE2022/08/0161', 35, 'KCB Bank', 3, 'Tech-Firm Knits', 1, '', '', '127.2700', '0.0000', NULL, '0.0000', '0.0000', '12.7300', NULL, '0.0000', '12.7300', '0.0000', '140.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-08-22 18:06:02', 1, 0, '140.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'acca791226d279bd373fb87e90652f7b6ae7b3391c2ddffd2229fcd1094e7a49', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (488, '2022-08-22 18:03:35', 'SALE2022/08/0162', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', NULL, '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'aba127adb32507c998c406ab34148f1b33703e1f41acb0e0f6bcfef804d7e58e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (489, '2022-08-23 16:45:14', 'SALE/POS2022/08/0313', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '891d32430cb30400eb770102129c8e933f9a028a0135da17ea12d070374706b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (490, '2022-08-23 17:56:48', 'SALE2022/08/0163', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '345.4500', '0.0000', NULL, '0.0000', '0.0000', '34.5500', NULL, '0.0000', '34.5500', '0.0000', '380.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '380.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '97e44972c6b17fb60853f652b74657ca0700cd34064e848a63722aa805e51b25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (491, '2022-08-24 15:32:06', 'SALE/POS2022/08/0314', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8761121ca0e210faf6efa778559f6dfae7f86d79b04c62350a597a87b57a5efd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (492, '2022-08-24 15:34:46', 'SALE/POS2022/08/0315', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1030.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1030.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1030.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '411488db2557be53a1a381c5b6193501115f62dc53c6a8286ed2f6204e0ec7fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (493, '2022-08-24 17:53:23', 'SALE/POS2022/08/0316', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f605af982c44782fab97cd305c825b6a48483f4de378ef05acb5e1a47a586913', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (494, '2022-08-24 18:02:46', 'SALE2022/08/0164', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1718.1800', '0.0000', NULL, '0.0000', '0.0000', '171.8200', NULL, '0.0000', '171.8200', '0.0000', '1890.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1890.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '598375f3441ef83683d5e9e1a368bdae1bd808d3fd3c195b6e79ff5a02867166', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (495, '2022-08-24 18:06:04', 'SALE2022/08/0165', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '63.6400', '0.0000', NULL, '0.0000', '0.0000', '6.3600', NULL, '0.0000', '6.3600', '0.0000', '70.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c5d0a0adc3ed906bb7936dfdda6e258aa84ddb200f36164d4a43667fb45e2e31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (496, '2022-08-25 16:29:06', 'SALE/POS2022/08/0317', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aabf3b6cc16e4b022c3e2a931f4657fdfe661c0f8e59ec2b9ba6f6fea3edc9fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (497, '2022-08-25 17:15:00', 'SALE2022/08/0166', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '436.3600', '0.0000', '', '0.0000', '0.0000', '43.6400', NULL, '0.0000', '43.6400', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '480.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '7a4d6ad2da316e211cca740a3aba937b51dc49c8166ce428b5acab3304e294fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (498, '2022-08-25 17:44:00', 'SALE2022/08/0167', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-08-26 08:53:32', 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e397dec49e8ea5c3a5edea161e1077eccc7b38bb705bfda3f12fd6a86d765ec7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (500, '2022-08-26 09:57:46', 'SALE/POS2022/08/0318', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1090.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1090.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1090.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd16978b7dbbe97bb4ebb4b07bb49a54302314b46dc53f5c198f8be90762707a4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (501, '2022-08-26 16:59:27', 'SALE/POS2022/08/0319', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '960.0000', '240.0000', '', '240.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '960.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 1, '960.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c66ae241520d89932283c5f081452bfeeda71bb2327e69fb91006cd3a7c9a7d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (502, '2022-08-26 18:01:00', 'SALE2022/08/0169', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '627.2700', '0.0000', '', '0.0000', '0.0000', '62.7300', NULL, '0.0000', '62.7300', '0.0000', '690.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '690.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ace0672d5c804ef8ac3c8d54db725aa11fbe2636c3b5cd6caab8d818a4fbfe0a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (503, '2022-08-26 18:14:00', 'SALE2022/08/0170', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1363.6500', '0.0000', '', '0.0000', '0.0000', '136.3500', NULL, '0.0000', '136.3500', '0.0000', '1500.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 15, 0, '1500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '160da0db10f995ff66010faa3e80136a8337179ab294b248adc0f5d685ef3889', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (504, '2022-08-27 12:51:39', 'SALE/POS2022/08/0320', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '545ed3d3512fe39817207350577548fca2190d07fdff8a2592d66c8268d33a90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (505, '2022-08-27 12:52:59', 'SALE/POS2022/08/0321', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '830.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '830.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '66addfbf08fb34298c091b8df5e5337e2ca9f4354fdad32eeb87f991d854261e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (506, '2022-08-27 17:33:22', 'SALE/POS2022/08/0322', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd063b4a08cdf8fa14cfdcee523fd4f07293ae8f188d59ec33e54cc82272a8a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (507, '2022-08-27 17:54:55', 'SALE/POS2022/08/0323', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1350.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1350.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '1350.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34d5f42c82f0e384ed31a88bc5d81d9f6a0d4a197eb661747a8ff73780df1d03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (508, '2022-08-27 17:59:11', 'SALE/POS2022/08/0324', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '290.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '290.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '290.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9d22f5e8fd0b4c47b1f59de0359c12c685b905e86a01461c8523776f77c964f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (509, '2022-08-27 18:57:00', 'SALE2022/08/0171', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '672.7300', '0.0000', '', '0.0000', '0.0000', '67.2700', NULL, '0.0000', '67.2700', '0.0000', '740.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '740.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5605e4760e60f8b6aff03ac93975c0e203b6be486e15b9a33c19390e8cd03ffd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (510, '2022-08-29 16:59:29', 'SALE/POS2022/08/0325', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8dd4cce6adb46d96b13af9ca7e5fbe1084246d91ad7f75c1f9834b66c4b2731b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (511, '2022-08-29 18:00:00', 'SALE2022/08/0172', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5d2062fbc038db5b385f9b50bac7670ca4b3b5cc47e9cf828cc5495998af1218', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (512, '2022-08-30 18:01:00', 'SALE2022/08/0173', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '754.5500', '0.0000', '', '0.0000', '0.0000', '75.4500', NULL, '0.0000', '75.4500', '0.0000', '830.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '830.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'db5289b157421d997b161c9d67ab8ffb5d86c7b1ebd69a3076af280e27216533', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (513, '2022-09-01 15:16:53', 'SALE/POS2022/09/0326', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1660.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1660.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1660.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b2c9d457ef87eafb0a21798ed365343cb4b34be6608ffde986516f68eb2f0e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (514, '2022-09-01 16:05:48', 'SALE/POS2022/09/0327', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d245300d0f24bc48d3efdb01ef93b765fec6b8ccc1fd43520983c95c99130af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (515, '2022-09-01 18:06:00', 'SALE2022/09/0174', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '990.9100', '0.0000', '', '0.0000', '0.0000', '99.0900', NULL, '0.0000', '99.0900', '0.0000', '1090.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1090.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '140f7447c3fd5e6c7fa0a840204727575db19bcfdd9851b54230ca7ee1a0db5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (516, '2022-09-02 15:30:57', 'SALE/POS2022/09/0328', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74c48978c02f72e5ec9605a32d037d9f7056dee7d28d5cd45237c66e0ec7d3ce', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (517, '2022-09-02 17:46:00', 'SALE2022/09/0175', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2750.0000', '0.0000', '', '0.0000', '0.0000', '275.0000', NULL, '0.0000', '275.0000', '0.0000', '3025.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 55, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3bc17138e8f577e420d3e2ff88ee990512b848153f1f77a55f58d75cd537408a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (518, '2022-09-03 14:40:30', 'SALE/POS2022/09/0329', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1340.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1340.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1340.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a104a85b0a7fc96ba4427089f52ef25f13a6c761e22113844c96eba1b51ab87', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (519, '2022-09-03 18:08:00', 'SALE2022/09/0176', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1681.8200', '0.0000', '', '0.0000', '0.0000', '168.1800', NULL, '0.0000', '168.1800', '0.0000', '1850.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1850.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1cf5dc3e21ad042231fb22cc048162c93225f05b4ca0b5e9036850a244d3fa65', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (520, '2022-09-03 18:11:00', 'SALE2022/09/0177', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '127.2800', '0.0000', '', '0.0000', '0.0000', '12.7200', NULL, '0.0000', '12.7200', '0.0000', '140.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '18900539fb3d87b8df746f2e2fcad7b9a26fed85cdb5b2e915a345aad1ec51ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (521, '2022-09-05 17:57:24', 'SALE/POS2022/09/0330', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7436085c8474f92b2ca0a52efeed218ee16100ad3eb5a92c236ac55bc8f9de53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (522, '2022-09-05 18:02:00', 'SALE2022/09/0178', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'da3d223f41f93268a172b44c9aecabe88c7bb03b66b10c0f57566398a9655f82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (523, '2022-09-05 18:04:00', 'SALE2022/09/0179', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '136.3600', '0.0000', '', '0.0000', '0.0000', '13.6400', NULL, '0.0000', '13.6400', '0.0000', '150.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1ad9b7095430d076f3b655dd67b69f933adc87a65fe204d6c89e81ac1251d117', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (525, '2022-09-06 18:31:00', 'SALE2022/09/0181', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '909.0900', '0.0000', '', '0.0000', '0.0000', '90.9100', NULL, '0.0000', '90.9100', '0.0000', '1000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd56b839467a3ed7ac16ffc85b77b68fe82c3e147e8aa929ad250f14fad24e321', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (526, '2022-09-06 18:34:00', 'SALE2022/09/0182', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '60.0000', NULL, '0.0000', '60.0000', '0.0000', '660.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2c65c6b1efac50e88b288d2d09a4ba956aa3271b05d3ce6be2578cfefff97915', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (527, '2022-09-07 16:20:57', 'SALE/POS2022/09/0331', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '990.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '990.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '990.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93143622cce4fceb406c792c8bbd63f8d664017208949be9b9b7caa756ef79f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (528, '2022-09-07 17:57:11', 'SALE/POS2022/09/0332', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b6bb63c4fbd15b198bb87a4ad3082b079add44472f580baef3ca000dffcf9b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (529, '2022-09-07 17:59:00', 'SALE2022/09/0183', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '454.5500', '0.0000', '', '0.0000', '0.0000', '45.4500', NULL, '0.0000', '45.4500', '0.0000', '500.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9c92e0dd9e9be3b26df433aa516212f6a6daff73de3e2f07e6d0b994f00361d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (530, '2022-09-07 18:00:00', 'SALE2022/09/0184', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '436.3600', '0.0000', '', '0.0000', '0.0000', '43.6400', NULL, '0.0000', '43.6400', '0.0000', '480.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '39f3babcc05e4b78238398ae4fec5cb30b8adb8fbd1be3ae02574bdd44cd3ba8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (531, '2022-09-08 17:53:00', 'SALE2022/09/0185', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7300', '0.0000', '', '0.0000', '0.0000', '27.2700', NULL, '0.0000', '27.2700', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b0182163586d2f31628d955eaa3a709c39ec0b7b1b5c586e7d5d80d25f094ddb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (532, '2022-09-08 18:02:00', 'SALE2022/09/0186', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1363.6400', '0.0000', '', '0.0000', '0.0000', '136.3600', NULL, '0.0000', '136.3600', '0.0000', '1500.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e06dcae6a1e35608609f488412c32bc7d7b5f74251ea33e01be71007901891b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (533, '2022-09-09 14:45:12', 'SALE/POS2022/09/0333', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40a28d5cd5672ac4ff60bb5cdc543ca11b08194559be3a2f3fed64bff5fa636e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (534, '2022-09-09 17:47:03', 'SALE/POS2022/09/0334', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '310.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '310.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '310.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c134a60a4deea249fdcecb9c3f3ed7a6f56f32affde49c4e7eaad49d1e8df9a6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (535, '2022-09-09 18:01:00', 'SALE2022/09/0187', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1254.5500', '0.0000', '', '0.0000', '0.0000', '125.4500', NULL, '0.0000', '125.4500', '0.0000', '1380.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1380.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '640e1a19f10729c0dcc1e0597468b662051e1903fccdd171d25c1f6331b018ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (536, '2022-09-09 18:07:00', 'SALE2022/09/0188', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'pending', 'paid', 0, NULL, 7, 7, '2022-09-10 08:49:23', 2, 0, '120.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ec5c31f1a11ca5b1a06c1f8d90018315d453fd1f14b58b696eac28c567068e48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (537, '2022-09-10 17:53:59', 'SALE/POS2022/09/0335', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27e5bd0d6e4e52d705226db2802ab3b3daae9688f6dd540071d6ca0049ab9968', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (538, '2022-09-10 17:54:57', 'SALE/POS2022/09/0336', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ba9ff336a5f69798ff45cec6aa8dec8c352c96247a2fa13a2229b164ca3848c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (539, '2022-09-10 18:08:00', 'SALE2022/09/0189', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '454.5500', '0.0000', '', '0.0000', '0.0000', '45.4500', NULL, '0.0000', '45.4500', '0.0000', '500.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'dcbd97fa9298ef6fdaac967e70f57fd0454c72360306fe80d3c96f55fb9319c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (540, '2022-09-12 17:57:00', 'SALE2022/09/0190', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6bbe4917e4a88451a2ea17b7b4ea457bdc26697940394649dd30e0a082f6e55f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (541, '2022-09-12 18:11:24', 'SALE/POS2022/09/0337', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fbde3d63b5456420e423bb5487dd8699c85f31d37eda40f7d47bd83689fcb36b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (542, '2022-09-14 18:12:00', 'SALE2022/09/0191', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '81.8200', '0.0000', '', '0.0000', '0.0000', '8.1800', NULL, '0.0000', '8.1800', '0.0000', '90.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '90.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ab8a3de89fe5bbd80d1fdbad119c6515a2237e3d985875ce1f213e8b38176a6b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (543, '2022-09-14 18:14:00', 'SALE2022/09/0192', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7300', '0.0000', '', '0.0000', '0.0000', '27.2700', NULL, '0.0000', '27.2700', '0.0000', '300.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 3, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '676bc4c790ee746f5949fedef30531a34531ee7f85762a66fd769637f7a783e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (544, '2022-09-08 11:05:00', 'SALE/POS2022/09/0338', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '3600.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-09-15 11:07:41', 20, 1, '3600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1c757c0727dac404cfc9f3e91f1b781ce0a1e6a2dd481b9b7e841e0f1bb0fa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (545, '2022-09-15 16:55:57', 'SALE/POS2022/09/0339', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1110.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1110.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1110.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c89634935dbd1cbfaee9d9eca22cad560d8cb08b81fb128dcab145d99d9c2fa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (547, '2022-09-15 18:19:00', 'SALE2022/09/0193', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '40.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd5e36f5dbe7e1d0ca8efb0d885a1af303634bdd8c3c532e7f4345c99ff23bfe6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (548, '2022-09-15 08:30:00', 'SALE/POS2022/09/0341', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-09-16 08:32:02', 1, 1, '570.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a947695fa405959351dffe45ee556d15ff88eded3bc5d9cddeaeed545d3d008e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (549, '2022-09-16 16:44:10', 'SALE/POS2022/09/0342', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7740671a33ea53f2c67dcc80345854e17bd6024a1dfa581ad457777f470cf86a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (550, '2022-09-16 18:05:00', 'SALE2022/09/0194', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7300', '0.0000', '', '0.0000', '0.0000', '27.2700', NULL, '0.0000', '27.2700', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '346837907388b91f901b43dcda681aa0435f47b2782f428a475bb5b9264e70ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (551, '2022-09-17 17:16:08', 'SALE/POS2022/09/0343', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76ec356dd59826a805343f4b3914bbadeea646e58d4439cfebb6f2b316b8d191', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (552, '2022-09-17 17:17:53', 'SALE/POS2022/09/0344', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4cb1dda2ce18114f24c2336ed484b5801f33f09ac074f46341bfb80ce54dd60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (553, '2022-09-17 17:23:03', 'SALE/POS2022/09/0345', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '378e665f7c22d516616b7451265b8772e35ac8d3c98cfc89b6f8a595e6985736', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (555, '2022-09-17 18:31:00', 'SALE2022/09/0196', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.9100', '0.0000', '', '0.0000', '0.0000', '59.0900', NULL, '0.0000', '59.0900', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '650.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1c14bde5690c926a67123f0979c933155556810d1972a7bac6bca4c2d88273d9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (556, '2022-09-19 18:10:00', 'SALE2022/09/0197', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '70343c9af07c0a52e2e457f939903a75ab7571b4719b554c07620a32cffee291', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (557, '2022-09-20 17:55:08', 'SALE/POS2022/09/0346', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f349570f63e2fbe20626e985ae00f738864c190259c33be6638845cd95780aa0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (558, '2022-09-20 17:55:44', 'SALE/POS2022/09/0347', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '089d6294f31fc9ebf63ae8339afe45f35b4b6ff7ad5bfc1a7aeb91d52c061b17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (559, '2022-09-21 17:18:31', 'SALE/POS2022/09/0348', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71009835d9973956dabcfc26dafed65713d66019435ef274f306f41f976b3d7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (560, '2022-09-21 17:51:00', 'SALE2022/09/0198', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1145.5200', '0.0000', '', '0.0000', '0.0000', '114.4800', NULL, '0.0000', '114.4800', '0.0000', '1260.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 18, 0, '1060.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd11309904d7f6112a4cbf6aec81d721de2b5faa11a7dab80de0ae642d82f137c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (561, '2022-09-21 17:53:00', 'SALE2022/09/0199', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '136.3600', '0.0000', '', '0.0000', '0.0000', '13.6400', NULL, '0.0000', '13.6400', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5e2e56f75b574af173d5af7bf63004d6fb4d5a29b5cab7ac1fbcebc52422eca1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (562, '2022-09-22 17:45:16', 'SALE/POS2022/09/0349', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e6efee68c69e63c20d9e67f4cd8039bb2c714982e0197c3e029ec34eb8fc8ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (563, '2022-09-22 17:45:54', 'SALE/POS2022/09/0350', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b312d6fda8b8df858e8fa5d8e1858996bd29eed22f8a85bc75980df70f85a979', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (564, '2022-09-22 17:54:00', 'SALE2022/09/0200', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '363.6400', '0.0000', '', '0.0000', '0.0000', '36.3600', NULL, '0.0000', '36.3600', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9c4f25bc4509cad04f5c3aaddb905a628575fc9e8642c802acbd39909a05a802', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (565, '2022-09-14 14:30:00', 'SALE/POS2022/09/0351', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '92440.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '92440.0000', 'completed', 'due', 0, NULL, 7, 7, '2022-09-23 09:26:25', 180, 1, '85000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f268eec6883d1492fe14342f099915e934a7e1c0b52bece91f189317707e2fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (566, '2022-09-23 17:44:44', 'SALE/POS2022/09/0352', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1240.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '377686920681209724058ff286dfed0881584902de79d1dc236eb7ad81727ffb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (567, '2022-09-23 18:20:00', 'SALE2022/09/0201', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '409.0900', '0.0000', '', '0.0000', '0.0000', '40.9100', NULL, '0.0000', '40.9100', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '450.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '60568a561cea3cb96d1e7c84460f40718b14427d608bea7ddce91a7c3b8a3467', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (568, '2022-09-23 18:21:00', 'SALE2022/09/0202', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '409.0900', '0.0000', '', '0.0000', '0.0000', '40.9100', NULL, '0.0000', '40.9100', '0.0000', '450.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '450.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c4b5cce9a0a0e2ef4192e1d9f4817b6020787610b2e6cde01494e7e06de5b790', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (569, '2022-09-24 18:39:21', 'SALE/POS2022/09/0353', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '139fed210b5a7c738d81902cb255908538fb7b6f5384d2d8d718f79ee52520d3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (570, '2022-09-24 18:40:06', 'SALE/POS2022/09/0354', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '196f31785dd2069dfb7428ecadb5812a6d23ccaa72b8131dd55ca2cff03b3837', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (571, '2022-09-24 18:43:00', 'SALE2022/09/0203', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1590.9100', '0.0000', '', '0.0000', '0.0000', '159.0900', NULL, '0.0000', '159.0900', '0.0000', '1750.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1750.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '02bae4af32b07e685b08d8cd7e3ee50fd22037e4426ef2043c4c060f4c2c1c23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (572, '2022-09-24 18:45:00', 'SALE2022/09/0204', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '763.6800', '0.0000', '', '0.0000', '0.0000', '76.3200', NULL, '0.0000', '76.3200', '0.0000', '840.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 12, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '34971b07892250b23e174e948b3daacb6e4e9765a216de95d6e96eb0b22d7e3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (573, '2022-09-26 08:59:32', 'SALE/POS2022/09/0355', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba33401a8c93111df037e642fcc0551e4c2bb81a7eefe8c2180fb43a6f538e45', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (574, '2022-09-26 17:34:12', 'SALE/POS2022/09/0356', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '670.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '670.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '670.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30aa4752f1c47ec5081956e756d0833cf787fc68eae1f11f38dc490d4152177e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (575, '2022-09-26 17:35:12', 'SALE/POS2022/09/0357', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '042b749cef3efd4acc00f549ee40f563918c3fb5403919b1cea3b4997ce28031', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (576, '2022-09-26 18:52:00', 'SALE2022/09/0205', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1918.1800', '0.0000', '', '0.0000', '0.0000', '191.8200', NULL, '0.0000', '191.8200', '0.0000', '2110.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2110.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '50ce44ab451466c0c8237c095ac61e30ba44449739408bc6d2b7cb1d1faf70c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (577, '2022-09-27 17:24:47', 'SALE/POS2022/09/0358', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '656b4ccaec95d0932478aea8392fbc235c51d9ca13193ed4077edd0b45e6c9e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (578, '2022-09-27 17:26:46', 'SALE/POS2022/09/0359', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '180.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '180.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '180.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '67873a3f1fb7a9caea4d8a0aae53994ece1b348b214061a8dec14c2670d8df63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (579, '2022-09-27 18:03:00', 'SALE2022/09/0206', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1509.0900', '0.0000', '', '0.0000', '0.0000', '150.9100', NULL, '0.0000', '150.9100', '0.0000', '1660.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1660.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '00bf8f93d09b5ed41445581cee397e5f4b73cb91d4768cc0de0c542b779c8908', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (580, '2022-09-27 18:04:00', 'SALE2022/09/0207', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'pending', 'pending', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4221e726fe2e0130575b858d1eb978674e35ce4ab8c3ee49f5fc250354e37979', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (581, '2022-09-27 18:12:17', 'SALE/POS2022/09/0360', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4845.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '4845.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '4845.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6561cfddee120b6c28d8d48e0de9aa956f17656a9b83a3dd72233d08ad3f0dbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (582, '2022-09-28 18:29:13', 'SALE/POS2022/09/0361', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1170.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1170.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9f55eb8ccc59156b4cbb48e6bf88cfcdd1a1db41a4f801ca569c60270ceebb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (583, '2022-09-28 18:34:00', 'SALE2022/09/0208', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '363.6400', '0.0000', '', '0.0000', '0.0000', '36.3600', NULL, '0.0000', '36.3600', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9240749e844234c6cb3af347b6b9f4008196254a705b15ec4600bcd37cceabd1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (584, '2022-09-28 18:35:00', 'SALE2022/09/0209', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 2, 0, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3cbb083cefcc5be4605d8d83eaee5334f11b3a09317e6b8972f00ec3a980bbe4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (585, '2022-09-28 18:36:00', 'SALE2022/09/0210', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3272.4000', '0.0000', '', '0.0000', '0.0000', '327.6000', NULL, '0.0000', '327.6000', '0.0000', '3600.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-09-30 15:56:38', 72, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd9a2b27203aa4c77cae1d4bdd87f18719ddd5de8e61bfe3408c2acc83dc5a1eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (586, '2022-09-29 10:45:00', 'SALE/POS2022/09/0362', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '2000.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-09-30 08:50:04', 4, 1, '2000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f8747498d0e64e9a38838e3c6a39ffc1187daaccb6bd29a7aa697a57a2ecd9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (587, '2022-09-29 18:50:00', 'SALE2022/09/0211', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '409.0900', '0.0000', '', '0.0000', '0.0000', '40.9100', NULL, '0.0000', '40.9100', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-09-30 08:52:57', 1, 0, '450.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5f19d975b562d9c84e0b1dea37c577ed1883de8967ab64f2374f2958a45356c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (588, '2022-09-29 18:50:00', 'SALE2022/09/0212', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3545.1000', '0.0000', '', '0.0000', '0.0000', '354.9000', NULL, '0.0000', '354.9000', '0.0000', '3900.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-09-30 15:55:28', 78, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ef093cbe45184e8bae48e6e971fc6f1bfa3803651c4dbc31d3d36dce249b65f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (589, '2022-09-30 15:58:38', 'SALE/POS2022/09/0363', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b597c5e24139ae237190552160df919aa6c024e6bc6098cc5796a523789d942', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (590, '2022-09-30 17:19:19', 'SALE/POS2022/09/0364', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61fa6688ec3c0d028298142d75c45435117c0a71813d86bde9ec0d09d101ee97', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (591, '2022-09-30 18:30:00', 'SALE2022/09/0213', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2818.1800', '0.0000', '', '0.0000', '0.0000', '281.8200', NULL, '0.0000', '281.8200', '0.0000', '3100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '3100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6c53184e7a88d00b76ac9a06b61e9a22349bd853e1a3f383374544711e192d1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (592, '2022-09-30 18:32:00', 'SALE2022/09/0214', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '636.4000', '0.0000', '', '0.0000', '0.0000', '63.6000', NULL, '0.0000', '63.6000', '0.0000', '700.0000', 'completed', 'pending', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0b57c748a4da731b0520cf06a777c70c00df7e55c6edc03b3544c4c59e6ffb66', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (593, '2022-09-30 18:34:00', 'SALE2022/09/0215', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 10, 0, '600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1212bff062f4e2da9f45a0ed29979d1e28052b85182d72ef31c866bff292f847', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (594, '2022-09-30 18:35:00', 'SALE2022/09/0216', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '227.2700', '0.0000', '', '0.0000', '0.0000', '22.7300', NULL, '0.0000', '22.7300', '0.0000', '250.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '250.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fad171cfc92a8d90adae64c9fc13babff3969a0c397a231faa30a1fbd5be1539', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (595, '2022-10-01 18:02:53', 'SALE/POS2022/10/0365', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f4ec01f89c91996bb714bf010b76aa6facf5cd532afae126a9c26886776135e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (596, '2022-10-01 18:04:40', 'SALE/POS2022/10/0366', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da8c7fd24676a64cbe71aa350edd6e4b013d015db0e14e03815d90256c01ada0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (597, '2022-10-01 18:06:29', 'SALE/POS2022/10/0367', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '930.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '930.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '930.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '56f716bf2a7b55d9e965a4bb7b4826de97db5eae85e647a86a92ebbf1e38acd9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (598, '2022-10-01 18:17:00', 'SALE2022/10/0217', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '981.8200', '0.0000', '', '0.0000', '0.0000', '98.1800', NULL, '0.0000', '98.1800', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1080.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '987d3f65f8684e18598b0c0fdf47f7214a34a3771c9d8264ca6cd2cee7cefb91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (599, '2022-10-01 18:19:00', 'SALE2022/10/0218', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '636.4000', '0.0000', '', '0.0000', '0.0000', '63.6000', NULL, '0.0000', '63.6000', '0.0000', '700.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'de1654488d4ea718f8594a7a684543916ed6506ca70b6ba65a199804d3e783b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (600, '2022-10-01 18:21:00', 'SALE2022/10/0219', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.9200', '0.0000', '', '0.0000', '0.0000', '49.0800', NULL, '0.0000', '49.0800', '0.0000', '540.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 6, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '7085ff838b40c4f44d21caa34fc411b2787c3e0ef9fe7c3a85d14f4ca7ef8b1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (601, '2022-10-03 16:09:59', 'SALE/POS2022/10/0368', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bec5f5b58f916a325cd537240ff6b0778c69f4ae23a97363daa12d2e32d3afef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (602, '2022-10-03 16:11:17', 'SALE/POS2022/10/0369', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c3bd8f68629531edabcebdaf1b8843ecb4733adb1cee29cd36a8416f9f68380', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (603, '2022-10-03 17:45:00', 'SALE2022/10/0220', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '463.6400', '0.0000', '', '0.0000', '0.0000', '46.3600', NULL, '0.0000', '46.3600', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '510.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '86303c45bf30ff6e5fcdf04a545e01a8d4358945857fa5cdd3b9f7081a236bd1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (604, '2022-10-03 17:47:00', 'SALE2022/10/0221', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8bd720b53c66bdd3ac707a73a93606ddd05d4e4eaf2dfcedcc3a5ed2156a2f9d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (605, '2022-10-04 18:16:00', 'SALE2022/10/0222', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '345.4500', '0.0000', '', '0.0000', '0.0000', '34.5500', NULL, '0.0000', '34.5500', '0.0000', '380.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '380.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9013b818b0f131397654be5653c197bf5424786c9df3021bba31245797815cbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (606, '2022-10-04 18:18:00', 'SALE2022/10/0223', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '163.6500', '0.0000', '', '0.0000', '0.0000', '16.3500', NULL, '0.0000', '16.3500', '0.0000', '180.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 3, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd19beb5b57da8b021075892af4de12a1b8b340485c79c203a269fb7e05a4dfa0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (607, '2022-10-04 18:19:00', 'SALE2022/10/0224', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '50b6f003755deaf717c02ebacd54e47ce2cfcc4cc1ffd14067b20875e3519b28', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (608, '2022-10-05 14:00:11', 'SALE/POS2022/10/0370', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6913b2e70685fbc312d382517f723c56052a989aeb78a2f84a2d9e82f61d5dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (609, '2022-10-05 14:02:22', 'SALE/POS2022/10/0371', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2000.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 4, 1, '90.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7109f5c12be3fe6c3f95d93c16fd26ab041725ca890c03a5b9792503bffc23df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (610, '2022-10-04 17:45:00', 'SALE/POS2022/10/0372', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6470.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '6470.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-10-05 17:54:03', 10, 1, '6470.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fafd8d60fb1c941a61eeb825ec5a3014d92657376a5841099588f15fa629731f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (611, '2022-10-05 17:58:39', 'SALE/POS2022/10/0373', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1150.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1150.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ac82007d5e63fc78eaab2a605812208c7fa7821615a116c22d887d568df0c83e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (612, '2022-10-05 18:15:00', 'SALE2022/10/0225', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '509.0900', '0.0000', '', '0.0000', '0.0000', '50.9100', NULL, '0.0000', '50.9100', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '560.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'bfcc6ef7e05f78197adb474d259a7addbd260bdb161dbb453d65741edd66a0a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (613, '2022-10-05 18:17:00', 'SALE2022/10/0226', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3636.0000', '0.0000', '', '0.0000', '0.0000', '364.0000', NULL, '0.0000', '364.0000', '0.0000', '4000.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 80, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd570f6470fa7c9f7983aa53d0e971a41100208eca905d4a9edf4d89b5c36ea71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (614, '2022-10-05 18:18:00', 'SALE2022/10/0227', 35, 'KCB Bank', 3, 'Tech-Firm Knits', 1, '', '', '445.4800', '0.0000', '', '0.0000', '0.0000', '44.5200', NULL, '0.0000', '44.5200', '0.0000', '490.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 7, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8cf45fe3c6207ae7c8bd4c4a7e7762afce9836a805506f699ca743e7851739bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (615, '2022-10-06 17:09:25', 'SALE/POS2022/10/0374', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1370.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1370.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 3, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8a36bb0c547e205d0e3a117ff5bbc829b8d25f2e899bab45977f7a7ab7e2932', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (616, '2022-10-06 17:10:11', 'SALE/POS2022/10/0375', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dde8a33c2b27ea5c8373170551b2db0c4a4c385d00b28a29a0a9eaedc86acc82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (617, '2022-10-06 17:14:57', 'SALE/POS2022/10/0376', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1680.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1680.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1680.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7e3b385d295c414d84227883bf9f4670ac4f92aec573ee04301a298e232f43e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (618, '2022-10-06 17:16:39', 'SALE/POS2022/10/0377', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2400.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f41cd206448c55219d237b4f59cb7767d0d3760efbb33b528041716975ab6ce6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (619, '2022-10-06 18:02:00', 'SALE2022/10/0228', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7300', '0.0000', '', '0.0000', '0.0000', '27.2700', NULL, '0.0000', '27.2700', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1cd4c1f91b2a03616282212accf90db73a3d7d070c3ac89e7227557c41a5dc1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (620, '2022-10-06 18:05:00', 'SALE2022/10/0229', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4090.5000', '0.0000', '', '0.0000', '0.0000', '409.5000', NULL, '0.0000', '409.5000', '0.0000', '4500.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 90, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4f1ca77366d451462bce3565ac00f5ea420e7527afc380c1a5276e3ef003c2dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (621, '2022-10-07 18:01:36', 'SALE/POS2022/10/0378', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12b7a627a184a5c54decbb627d78c8097a757b909013cd5cb53a588f1015fb7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (622, '2022-10-07 18:02:46', 'SALE/POS2022/10/0379', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1260.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1260.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cecb7840b368e860f82352b9986ba9c2b0a6379d5de7975d74eb118932c04dde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (623, '2022-10-07 18:05:00', 'SALE2022/10/0230', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '54.5500', '0.0000', '', '0.0000', '0.0000', '5.4500', NULL, '0.0000', '5.4500', '0.0000', '60.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '60.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '304697aadf1315020c0de9fa72876f6bf9fd36aa851a31a882b85be9a115b070', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (624, '2022-10-07 18:04:00', 'SALE2022/10/0231', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2a1ceea4ec6a2d900b737b171fe43c1be54981909e86f713e01688771f1ee5e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (625, '2022-10-07 18:08:00', 'SALE2022/10/0232', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1408.9500', '0.0000', '', '0.0000', '0.0000', '141.0500', NULL, '0.0000', '141.0500', '0.0000', '1550.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 31, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b1ea0e3f67cfe7fa72df3e0f9eaf2927c3fe1ff186afdb93e6314f5d940af112', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (626, '2022-10-07 18:10:00', 'SALE2022/10/0233', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1454.6000', '0.0000', '', '0.0000', '0.0000', '145.4000', NULL, '0.0000', '145.4000', '0.0000', '1600.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 20, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3b47eb13d3f3b1f1af907365253073cc0beabcd6fa965d4b644c795f95fe4cbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (627, '2022-10-08 17:57:00', 'SALE2022/10/0234', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b252e0683a1fc551347552332c1a6eeaf26d20860fb6263088f10472a20f5dbd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (628, '2022-10-08 18:00:00', 'SALE2022/10/0235', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1772.5500', '0.0000', '', '0.0000', '0.0000', '177.4500', NULL, '0.0000', '177.4500', '0.0000', '1950.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 39, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '789070a6841ea3514c6c7e9397b6b1ee0712fa9d876ebc88063fa775e8e359ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (629, '2022-10-08 18:02:00', 'SALE2022/10/0236', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '120.0000', NULL, '0.0000', '120.0000', '0.0000', '1320.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1320.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4b328f06075dbad0051debe8d5656de7d86de289942d9c498b493c4fbef80e15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (630, '2022-10-10 17:10:00', 'SALE2022/10/0237', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '654.5500', '0.0000', '', '0.0000', '0.0000', '65.4500', NULL, '0.0000', '65.4500', '0.0000', '720.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '720.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '75654cf17c0d591519c710d3dfc5ec49c6d047e27dce735fb579b96d090a9967', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (631, '2022-10-11 16:29:39', 'SALE/POS2022/10/0380', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d7826a8b9c07beb618b857ac5c1aca64a64c5cd53087ee82eac680fbe67943f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (632, '2022-10-11 16:30:49', 'SALE/POS2022/10/0381', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '578fbef7216be13c6d9221f4adb8815a9e4b1a602f98074fce31efdbee5bc14c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (633, '2022-10-11 18:05:00', 'SALE2022/10/0238', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7300', '0.0000', '', '0.0000', '0.0000', '27.2700', NULL, '0.0000', '27.2700', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '74233daf82efac59db57495f3b49da6b519cb40780e8ff41591865a90d70f3c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (634, '2022-10-11 18:11:00', 'SALE2022/10/0239', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '120.0000', '', '120.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '587d34f2d6a96f5cd579fb02d7dc30ba12b5c441c651ef7566993ab96c1249ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (635, '2022-10-12 15:28:12', 'SALE/POS2022/10/0382', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2730.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2730.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '2730.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3a2a10510a9978f1487b9130ee4eb64455b0b6a304579b7c417ddd571175385', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (636, '2022-10-12 16:09:21', 'SALE/POS2022/10/0383', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '584f73e3ae73f68430268a9710047bee414beabe0ddca75ce457703c177d5e88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (637, '2022-10-12 17:54:00', 'SALE2022/10/0240', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd56f478f09a8680923665dfdbd9bedbf0260c476b2c6395412873f3128a4966c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (638, '2022-10-13 09:39:35', 'SALE/POS2022/10/0384', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8352c6463b66bc3cf77151dd42d1497ffd21f83a7cc858c3c979c978e9cf597', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (639, '2022-10-13 18:01:37', 'SALE/POS2022/10/0385', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '14920.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '14920.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '14920.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b36d86224d5878f05006602470f0fc2d2233c6860078c85a6a3fb5229c8315c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (640, '2022-10-13 18:02:45', 'SALE/POS2022/10/0386', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f8ea2538c6c041603ec2381e9a240454ec147ec2c03f18c364c0918972512ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (641, '2022-10-13 18:15:00', 'SALE2022/10/0241', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '163.6400', '0.0000', '', '0.0000', '0.0000', '16.3600', NULL, '0.0000', '16.3600', '0.0000', '180.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '180.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1c85f099d066ed433d382d7849c2adc7a3bcfbdde39e7520de257e7435a3cf50', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (642, '2022-10-13 18:19:00', 'SALE2022/10/0242', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '45.4500', '0.0000', '', '0.0000', '0.0000', '4.5500', NULL, '0.0000', '4.5500', '0.0000', '50.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c95ccec3ecf68ee0bc6f67bd3b9b8ff75a8b35f57b64bfdcf897f8ab2bf2fef6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (643, '2022-10-13 18:20:00', 'SALE2022/10/0243', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '145.4600', '0.0000', '', '0.0000', '0.0000', '14.5400', NULL, '0.0000', '14.5400', '0.0000', '160.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c2968e1cb5b17523209217f39caaebc1fa6e5abc99f16b4c396862391783e3db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (644, '2022-10-14 16:55:25', 'SALE/POS2022/10/0387', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3090.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3090.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '3090.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '232fe12042a6a6c2994d21ebf3d2990069b4323546063f5f478b92e8c9329a4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (645, '2022-10-14 17:25:01', 'SALE/POS2022/10/0388', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0a6ee4afa6590a27b90ae4e3e74d3b858e70405543601bdf3f44a17394854342', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (646, '2022-10-14 18:35:00', 'SALE2022/10/0244', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1727.2700', '0.0000', '', '0.0000', '0.0000', '172.7300', NULL, '0.0000', '172.7300', '0.0000', '1900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1900.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5f94c53b8a0996798399db2de2de9ab597ee2c2313a8393f834f5c35299b0fc9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (647, '2022-10-14 18:37:00', 'SALE2022/10/0245', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '290.9200', '0.0000', '', '0.0000', '0.0000', '29.0800', NULL, '0.0000', '29.0800', '0.0000', '320.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-10-14 18:39:50', 4, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '62d00ee3ad791421da231b01d02bd0a195c192158a1bd982cc2faa9cea1951c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (648, '2022-10-15 18:14:00', 'SALE2022/10/0246', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '763.6400', '0.0000', '', '0.0000', '0.0000', '76.3600', NULL, '0.0000', '76.3600', '0.0000', '840.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '840.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '434c1bc7c277af115336c1974b1beaaf83742509e331a8e7bc560315d328f72c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (649, '2022-10-17 17:52:03', 'SALE/POS2022/10/0389', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1870.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1870.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1870.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6bf2b5934cf161123095761faa594fcb2e7066275f1bafba65a5a30e540b005', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (650, '2022-10-17 18:05:00', 'SALE2022/10/0247', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '227.2700', '0.0000', '', '0.0000', '0.0000', '22.7300', NULL, '0.0000', '22.7300', '0.0000', '250.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '250.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cd98d0981bea6e31fb136487da3537a85009c1c5f0a12c4bf62d1a61a516ff2e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (651, '2022-10-17 18:06:00', 'SALE2022/10/0248', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '799381b1ffbd38d366818c0f54e8844a97308112a118ee4bb22d56328ce7c152', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (652, '2022-10-18 18:16:11', 'SALE/POS2022/10/0390', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b856e2480866c20b851b99deb93a741bbbe3d929dc53dbd16c388bfab761abd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (653, '2022-10-18 18:17:38', 'SALE/POS2022/10/0391', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1690.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1690.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1690.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfdbf8ad0add382533e9524950c67ca761911db45e24d8ef83bf9751a78804b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (654, '2022-10-18 18:18:58', 'SALE/POS2022/10/0392', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '313b3d2d3a96d6c8a43f4667af7a6daffb9a9c6b842742bddf200eb657ea6a59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (655, '2022-10-18 18:20:48', 'SALE/POS2022/10/0393', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '55934d9a8c31513ef5cd5b6e462d33379ee84c642e9688e83f0bdd07228b763c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (656, '2022-10-18 18:23:00', 'SALE2022/10/0249', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '863.6400', '0.0000', '', '0.0000', '0.0000', '86.3600', NULL, '0.0000', '86.3600', '0.0000', '950.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '950.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6707985bb1f3879f8da96dd71dbd2752c33f0cb39fed2fc1441ce53668406995', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (657, '2022-10-19 18:13:36', 'SALE/POS2022/10/0394', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '920.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '920.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '920.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6c988c34b9e5a6648a74f40113581e69b87de4bad3ca23a1447024bee2ab8966', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (658, '2022-10-19 18:16:00', 'SALE2022/10/0250', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '509.0900', '0.0000', '', '0.0000', '0.0000', '50.9100', NULL, '0.0000', '50.9100', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '560.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f1117b5d2ab7e4f67c9672fad4da414994ac88a66ecab9853b1aaedb4c74c5e2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (659, '2022-10-19 18:17:00', 'SALE2022/10/0251', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.0900', '0.0000', '', '0.0000', '0.0000', '10.9100', NULL, '0.0000', '10.9100', '0.0000', '120.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '588a4d39620e5b1dcd97ca5befc7020be21714a418c0c82da1be90796cd63862', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (660, '2022-10-20 17:22:49', 'SALE/POS2022/10/0395', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '30.0000', '', '30.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d8b411638807d98f5b5ba19c36ba0717353b32974de5a7c2a3ef7c93691b8bb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (661, '2022-10-20 17:24:39', 'SALE/POS2022/10/0396', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3040.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3040.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '3040.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dea2fbc10a6506b428811693f34cd2eaad9753b268b778c0085f5735ce0c93b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (662, '2022-10-20 17:26:00', 'SALE2022/10/0252', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '390.9100', '0.0000', '', '0.0000', '0.0000', '39.0900', NULL, '0.0000', '39.0900', '0.0000', '430.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '430.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a1ab67205b83072b444a6ed852df8e26d83dd511aef003e090401b5ef9b58979', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (663, '2022-10-20 17:27:00', 'SALE2022/10/0253', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2945.7000', '0.0000', '', '0.0000', '0.0000', '294.3000', NULL, '0.0000', '294.3000', '0.0000', '3240.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 54, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1dd41e1dd7394961fabf6820703ca7f9157daf9522a513bd66df72258e417d51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (664, '2022-10-21 17:53:00', 'SALE2022/10/0254', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1745.6000', '0.0000', '', '0.0000', '0.0000', '174.4000', NULL, '0.0000', '174.4000', '0.0000', '1920.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 32, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '65a7fd852e7e7131a19c7a3c139554b3ac884233aec9fddef421a4d5685f754d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (665, '2022-10-21 17:57:00', 'SALE2022/10/0255', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '008106076d9f8f658c17dd69b40a732a473936d3b20d6d256de5f5968f8ceda9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (666, '2022-10-21 17:58:00', 'SALE2022/10/0256', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.9500', '0.0000', '', '0.0000', '0.0000', '49.0500', NULL, '0.0000', '49.0500', '0.0000', '540.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 9, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e21dde5661bc113cbf28aa34ee0c59b65cf8f15a996183f2d97433de0469d930', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (667, '2022-10-22 17:07:00', 'SALE/POS2022/10/0397', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3960.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '3960.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-10-22 17:09:24', 6, 1, '3960.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7665146e388e6489b95662414f5148c740b756d669e064442e2832e812dd2b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (668, '2022-10-22 18:01:00', 'SALE2022/10/0257', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '518.1800', '0.0000', '', '0.0000', '0.0000', '51.8200', NULL, '0.0000', '51.8200', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '570.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2be7e2b53a0276393868a277e55d850279a7e164a56c00e987b3e25372b4f171', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (669, '2022-10-22 18:03:00', 'SALE2022/10/0258', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '44c5e6ce0ccfc6c62802ba4e2e2fb2adafbd68844ab75b97fab62dee7e81a8a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (670, '2022-10-24 17:55:32', 'SALE/POS2022/10/0398', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '226c936ad014634a9f026aa2e57dd01cba94ad222e5de3d269db2e831b6799ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (671, '2022-10-24 17:57:00', 'SALE2022/10/0259', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '136.3600', '0.0000', '', '0.0000', '0.0000', '13.6400', NULL, '0.0000', '13.6400', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1f5aea094bb01976f58641d0eaebd7776c392b5df2cd7aafa6b8d2b123cace95', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (672, '2022-10-24 17:58:00', 'SALE2022/10/0260', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'dbd27d4cad3ad2d088dbbc904e5430534ff4ecb57f287433ca2c1780575d04a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (673, '2022-10-24 18:00:00', 'SALE2022/10/0261', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7500', '0.0000', '', '0.0000', '0.0000', '27.2500', NULL, '0.0000', '27.2500', '0.0000', '300.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 5, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2c2f7b53ca530dcaab9d774aa11a40cdb7a33ab14d112e1f658c773d665016cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (674, '2022-10-25 18:02:40', 'SALE/POS2022/10/0399', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e72ac8b37ff75c51e757d6f1a583b3def78f18fab4f0a90a720a6cd2bafb8194', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (675, '2022-10-25 18:05:00', 'SALE2022/10/0262', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '835bec5ef1718eacaf879a1185fceac90056752b768125486a3c468f0cede3fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (676, '2022-10-25 18:10:00', 'SALE2022/10/0263', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1309.2000', '0.0000', '', '0.0000', '0.0000', '130.8000', NULL, '0.0000', '130.8000', '0.0000', '1440.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 24, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5d9e8b7d7b889fd5a76306d8b81dfee198852c0b72eb69df6ecfc042a7233da8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (677, '2022-10-25 18:13:00', 'SALE2022/10/0264', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '736.3800', '0.0000', '', '0.0000', '0.0000', '73.6200', NULL, '0.0000', '73.6200', '0.0000', '810.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 9, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'addf9be9d1c213508666f2d9315022563d7c9e7354d89e57682ef1ab318c88f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (678, '2022-10-26 17:46:00', 'SALE2022/10/0265', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1963.6400', '0.0000', '', '0.0000', '0.0000', '196.3600', NULL, '0.0000', '196.3600', '0.0000', '2160.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2160.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '17c5550517d013602674fb97773074e8cd055216661868d6b9a1504c5d1e61f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (679, '2022-10-26 17:48:00', 'SALE2022/10/0266', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '74a8bb77ea56c88fb34309a69dabd943b057524d5fde44ae44dc936ae3314720', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (680, '2022-10-26 17:49:00', 'SALE2022/10/0267', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2618.2400', '0.0000', '', '0.0000', '0.0000', '261.7600', NULL, '0.0000', '261.7600', '0.0000', '2880.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 32, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5e695472b77d8eac151209734344e84f9fe896bc90082a3fa425e36a85ac7902', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (681, '2022-10-27 18:05:09', 'SALE/POS2022/10/0400', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85b1ea291b86ee534155dae93a04c3d4e4cb265435070bef1839a1d80cb4edda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (682, '2022-10-27 18:06:00', 'SALE2022/10/0268', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1309.2000', '0.0000', '', '0.0000', '0.0000', '130.8000', NULL, '0.0000', '130.8000', '0.0000', '1440.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 24, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6e09451a338fe1cbc497bb95786002c25a888ce26bb4fececdb29ae10e039b06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (683, '2022-10-27 18:08:00', 'SALE2022/10/0269', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '163.6500', '0.0000', '', '0.0000', '0.0000', '16.3500', NULL, '0.0000', '16.3500', '0.0000', '180.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 3, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '7d3f1020e18abe849b5b05708c0430f9ea49e8a124b74830544599e37236f7f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (684, '2022-10-28 17:42:00', 'SALE2022/10/0270', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '227.2700', '0.0000', '', '0.0000', '0.0000', '22.7300', NULL, '0.0000', '22.7300', '0.0000', '250.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '250.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b66f64b5b397a9fe3a0aeb56d19894dedb3c3d3d978d33c0c3c823de06c199c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (685, '2022-10-28 17:44:00', 'SALE2022/10/0271', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1418.3000', '0.0000', '', '0.0000', '0.0000', '141.7000', NULL, '0.0000', '141.7000', '0.0000', '1560.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 26, 0, '1400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'bd9504729d3d82bc792cab61894c7f4e6bf36488006aa660e9029ad6d5f4cafb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (686, '2022-10-28 17:46:00', 'SALE2022/10/0272', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2618.2400', '0.0000', '', '0.0000', '0.0000', '261.7600', NULL, '0.0000', '261.7600', '0.0000', '2880.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 32, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3c96153373c96ec5d03ffb40571a722ce837bd29cbc4680e5c8af42701527b8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (687, '2022-10-29 18:01:58', 'SALE/POS2022/10/0401', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '826e0edf1b730e64b4e598677668cd038d22069a012aec06d5a3370c39b6cbd7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (688, '2022-10-29 18:11:00', 'SALE2022/10/0273', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-10-29 18:14:54', 1, 0, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5c9678c61a5ab4cfaed58f4144a72df2af779503ca38db2aca417607daf0c2f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (689, '2022-10-29 18:12:00', 'SALE2022/10/0274', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4364.0000', '0.0000', '', '0.0000', '0.0000', '436.0000', NULL, '0.0000', '436.0000', '0.0000', '4800.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 80, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'eef138d1edcdd808de453af3b0c39d2aff77532e22738b5da1418e3a7483b290', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (690, '2022-10-29 08:35:00', 'SALE/POS2022/10/0402', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'due', 0, NULL, 7, 7, '2022-10-31 08:38:02', 1, 1, '110.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15492fdce2f0b33bc7a7286d6f867a45e298c882d920f720df4751a6fe83dfea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (691, '2022-09-06 08:40:00', 'SALE/POS2022/10/0403', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '1150.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-10-31 08:44:28', 3, 1, '1150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cfecb288f51353e5770eceae7b0f517e4553e9de3d3a99cd1fe405a6f2cf561d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (692, '2022-10-31 18:19:00', 'SALE2022/10/0275', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.9500', '0.0000', '', '0.0000', '0.0000', '49.0500', NULL, '0.0000', '49.0500', '0.0000', '540.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 9, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c4fe46772c63117ef6c67e9e1a8ec780a689b5c8258e17e189bab45a4902f81d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (693, '2022-10-31 18:20:00', 'SALE2022/10/0276', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '763.6800', '0.0000', '', '0.0000', '0.0000', '76.3200', NULL, '0.0000', '76.3200', '0.0000', '840.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-11-02 08:34:06', 12, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5cf7fa08eb1637ac8e81ba580d3fe0d0c9632baaaf892c578b4cad1d43c19b39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (694, '2022-10-31 18:21:00', 'SALE2022/10/0277', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '014a111cb85dab19797c99acac85ea4d65906cb2f64fac96a13fa796d51d70f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (695, '2022-10-31 18:22:00', 'SALE2022/10/0278', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '654.5600', '0.0000', '', '0.0000', '0.0000', '65.4400', NULL, '0.0000', '65.4400', '0.0000', '720.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-11-02 08:33:12', 8, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1b61506a850cc18dd3b99151bf70a4c741f1bb7f97750675ca84cb34e5dadce1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (696, '2022-11-01 18:17:30', 'SALE/POS2022/11/0404', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1330.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1330.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12a0e25f3ad8fe965d7221bce15ddf20f91a3ba33d0ee8b5c14bd5401e3e70e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (697, '2022-11-01 18:18:00', 'SALE2022/11/0279', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '736.3600', '0.0000', '', '0.0000', '0.0000', '73.6400', NULL, '0.0000', '73.6400', '0.0000', '810.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '810.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '189fd37e8e229de9b8ec4ee22e616c10f3fa57eb1c1d98f704bd8377201e4d11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (698, '2022-11-01 18:25:00', 'SALE2022/11/0280', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '981.9000', '0.0000', '', '0.0000', '0.0000', '98.1000', NULL, '0.0000', '98.1000', '0.0000', '1080.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 18, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3eed229122d5826a6c0ee53a8464c402c9d6d7b4a97128c54f5cc9e8a05f6169', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (699, '2022-11-01 18:31:00', 'SALE2022/11/0281', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '163.6500', '0.0000', '', '0.0000', '0.0000', '16.3500', NULL, '0.0000', '16.3500', '0.0000', '180.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 3, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '47141146c0b619c9c23eae2912828e06cb3a60ee5c477f951c12cf2ca793ca46', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (700, '2022-11-01 18:37:00', 'SALE2022/11/0282', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '927.3500', '0.0000', '', '0.0000', '0.0000', '92.6500', NULL, '0.0000', '92.6500', '0.0000', '1020.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 17, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b938d9d078d8974559c4e18ec969e78b64915baeef8ae98c568df53a6b55a2a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (701, '2022-11-01 18:39:00', 'SALE2022/11/0283', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '54.5500', '0.0000', '', '0.0000', '0.0000', '5.4500', NULL, '0.0000', '5.4500', '0.0000', '60.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ceb4983f3b59afed148f95477757dd21c9e335d66a444b9f94c73eed19a0a343', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (702, '2022-11-02 18:24:00', 'SALE2022/11/0284', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1527.3600', '0.0000', '', '0.0000', '0.0000', '152.6400', NULL, '0.0000', '152.6400', '0.0000', '1680.0000', 'completed', 'due', 0, NULL, 7, 7, '2022-11-02 18:26:31', 24, 0, '1160.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f7b545a8a8b08effe87acbb78c024cde5d5e14b076e9076432edd527e789cbf1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (703, '2022-11-02 18:26:00', 'SALE2022/11/0285', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2c029280fea32d257a5c1803288a09820e4984d80378dec38df287da885a26a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (704, '2022-11-02 18:25:00', 'SALE2022/11/0286', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1063.6600', '0.0000', '', '0.0000', '0.0000', '106.3400', NULL, '0.0000', '106.3400', '0.0000', '1170.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-11-08 18:18:01', 13, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '91ad77abcce24363e0adca3e91d25db2536f7cfb825058ddbc2d3b4431588c60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (705, '2022-11-03 17:15:22', 'SALE/POS2022/11/0405', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ae10d7114589bdf291bb1fb16f28d76af374b06b6fd2da957bcf52ebe2cf192a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (706, '2022-11-03 17:16:16', 'SALE/POS2022/11/0406', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '960.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '960.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '960.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9ddca9f6de411624a0db3bcf4e4f74feb5fa287ca9a21ca33ff27d799bcc05e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (707, '2022-11-03 17:22:00', 'SALE2022/11/0287', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1090.9100', '0.0000', '', '0.0000', '0.0000', '109.0900', NULL, '0.0000', '109.0900', '0.0000', '1200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5d0372d4ca9b52953b2ff4ecb8f94533b6283b556001f71b1dff180458663329', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (708, '2022-11-03 18:01:00', 'SALE2022/11/0288', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5455.0000', '0.0000', '', '0.0000', '0.0000', '545.0000', NULL, '0.0000', '545.0000', '0.0000', '6000.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-11-14 17:44:10', 100, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f366564bfac5766e3a816f6d0fb5e4fd84c12fd1178ff69ccbfcbc5e2276342b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (709, '2022-11-03 18:02:00', 'SALE2022/11/0289', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '872.8000', '0.0000', '', '0.0000', '0.0000', '87.2000', NULL, '0.0000', '87.2000', '0.0000', '960.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 16, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a7888273dc6e9801170f26ebf2ced65db9a8550f875b2cd356205529b801abe9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (710, '2022-11-04 08:40:00', 'SALE2022/11/0290', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1563.6400', '0.0000', '', '0.0000', '0.0000', '156.3600', NULL, '0.0000', '156.3600', '0.0000', '1720.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-11-05 08:46:42', 1, 0, '1720.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b602a3f92f70053191caa55da7d4ac7c33a62e81db95b04bee2abd77d59082e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (711, '2022-11-05 17:47:10', 'SALE/POS2022/11/0407', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2240.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5581d47ad74f9d1079381bd453b1db6fd09ffd1058304dde9197845589610fb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (712, '2022-11-05 18:05:00', 'SALE2022/11/0291', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '381.8200', '0.0000', '', '0.0000', '0.0000', '38.1800', NULL, '0.0000', '38.1800', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '420.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c2e5e3212a60f07a7ecb6979d8dfc3b50b1dbeec8c95816fdc74288377b9572f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (713, '2022-11-05 18:06:00', 'SALE2022/11/0292', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1745.6000', '0.0000', '', '0.0000', '0.0000', '174.4000', NULL, '0.0000', '174.4000', '0.0000', '1920.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 32, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'acf7a09d6ecabc119859f675f30976db993403a069289916573bb7ef3e525c73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (714, '2022-09-30 13:00:00', 'SALE/POS2022/11/0408', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '73380.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '73380.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-11-07 13:07:16', 132, 1, '73380.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61dba6dcb2175503d8782e44a06d0ab5ca5d6fe828462483fc6fcc86d4084249', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (715, '2022-10-04 13:05:00', 'SALE/POS2022/11/0409', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '5900.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-11-07 13:10:46', 10, 1, '5900.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3a7843ab0e5a7c7ba94cf1c815de054b101748876d5a1f995f51318a2c4447b3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (716, '2022-11-07 18:15:52', 'SALE/POS2022/11/0410', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6b3f2bb30e8d5783cee48ee70db30b25c484d14027a91eb398932ceeb97deab4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (717, '2022-11-07 18:16:35', 'SALE/POS2022/11/0411', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c620b64fe7b7b7122fd9d420ce257495f8ccc7ff6002963f262594721e05ee53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (719, '2022-10-04 13:05:00', 'SALE/POS2022/11/0409', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '218.2000', '0.0000', '', '0.0000', '0.0000', '21.8000', NULL, '0.0000', '21.8000', '0.0000', '240.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 4, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9844dfeb741420cb5a00c18fbb5e439d07aac8d5015ecdaf4b1028b83c3cc4ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (720, '2022-11-07 18:22:00', 'SALE2022/11/0293', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1636.5000', '0.0000', '', '0.0000', '0.0000', '163.5000', NULL, '0.0000', '163.5000', '0.0000', '1800.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 30, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1695aece1568973c158b893556e890aa21ee6a7f4fd8b2659d762dac31a27a5e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (721, '2022-11-07 18:23:00', 'SALE2022/11/0294', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '218.2000', '0.0000', '', '0.0000', '0.0000', '21.8000', NULL, '0.0000', '21.8000', '0.0000', '240.0000', 'pending', 'pending', 0, NULL, 7, NULL, NULL, 4, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '13df2dfa7a9b932db740c2ee4dfca89e5efd22163aae53a637d788d5d2f237ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (722, '2022-11-07 18:24:00', 'SALE2022/11/0295', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1218.1800', '0.0000', '', '0.0000', '0.0000', '121.8200', NULL, '0.0000', '121.8200', '0.0000', '1340.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1340.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b93addbb4c8e9af86795455d4fa0ab7b3e5f99e318ec2a58fa4b161bfb8fbddc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (723, '2022-11-08 18:08:07', 'SALE/POS2022/11/0412', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48895cb29c257e14bb2258e14ae4603aa2ec56ff607e4222b9a3c60f8398b8f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (724, '2022-11-08 18:12:00', 'SALE2022/11/0296', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '70.0000', NULL, '0.0000', '70.0000', '0.0000', '770.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '770.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b4fe25d9595c27892d5ae0266ad061c5cb8ac791c58147e0e96660299d71e7a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (725, '2022-11-08 18:13:00', 'SALE2022/11/0297', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '763.7000', '0.0000', '', '0.0000', '0.0000', '76.3000', NULL, '0.0000', '76.3000', '0.0000', '840.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 14, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '222446aeb27651b23974adbec654254c9cc2d44d376eace5b441724786506041', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (726, '2022-11-08 18:15:00', 'SALE2022/11/0298', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '472.7200', '0.0000', '', '0.0000', '0.0000', '47.2800', NULL, '0.0000', '47.2800', '0.0000', '520.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 4, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '071ff484e03be24312528ae3617b1ebc9ff69df72317bf1dff1d3aa4ecb9aaa1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (727, '2022-11-09 19:38:17', 'SALE/POS2022/11/0413', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1090.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1090.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1090.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c913148cfe3bebf9397644fea520edc0337345c74efa24f74e4895783d49512c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (728, '2022-11-09 19:42:00', 'SALE2022/11/0299', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '690d53f6a430d6165e4a6216f6f8b28d429347609ab35bfeac21c788db3f8eff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (729, '2022-11-09 19:42:00', 'SALE2022/11/0300', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '163.6500', '0.0000', '', '0.0000', '0.0000', '16.3500', NULL, '0.0000', '16.3500', '0.0000', '180.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 3, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '221029bc7085b71b9edb0c4b174096fef17c0a256159bc05dadbedf1c2dee65d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (730, '2022-11-09 19:47:00', 'SALE2022/11/0301', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1854.7000', '0.0000', '', '0.0000', '0.0000', '185.3000', NULL, '0.0000', '185.3000', '0.0000', '2040.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 34, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6db6c485bb51646b4cfad88219acf86acdc4a91958226ef66428935c3b4fbf3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (731, '2022-11-10 17:50:00', 'SALE2022/11/0302', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1418.3000', '0.0000', '', '0.0000', '0.0000', '141.7000', NULL, '0.0000', '141.7000', '0.0000', '1560.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 26, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'be07b78bc15d62d081559d70dba8adc0e960a3f5b6f2a38de34e90167dd24462', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (732, '2022-11-10 17:52:00', 'SALE2022/11/0303', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2908.8000', '0.0000', '', '0.0000', '0.0000', '291.2000', NULL, '0.0000', '291.2000', '0.0000', '3200.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 80, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '01a17f5f767dcf05152b0a41100d97edcc681643b75e330b6cf00a829293c243', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (733, '2022-11-10 17:54:00', 'SALE2022/11/0304', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4800.0000', '0.0000', '', '0.0000', '0.0000', '480.0000', NULL, '0.0000', '480.0000', '0.0000', '5280.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 48, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a62d3f25a8358700974f3c6053aa6a0ba0fe72083bb871789d534212042d322d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (735, '2022-11-11 17:58:00', 'SALE2022/11/0306', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1400.0000', '0.0000', '', '0.0000', '0.0000', '140.0000', NULL, '0.0000', '140.0000', '0.0000', '1540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 14, 0, '1540.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4fb82ec9d1019a156242122a389d5996166a58bd56a39f5a749f64473f2b75e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (736, '2022-11-12 18:26:02', 'SALE/POS2022/11/0414', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34ca4cf5004f24ac04ca9446ead5a1c55b24e53f801616cbb7e52e034222af02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (737, '2022-11-12 18:27:11', 'SALE/POS2022/11/0415', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '160948ca2089ddb015c034e3d1e264e6253b7c1c52345d245ba41953c01faa22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (738, '2022-11-12 18:28:00', 'SALE2022/11/0307', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '636.4000', '0.0000', '', '0.0000', '0.0000', '63.6000', NULL, '0.0000', '63.6000', '0.0000', '700.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b7a9c9e3c15df23b3c30f803631e540fffb116575f253b1faa0e466f4af6885e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (739, '2022-11-12 18:33:00', 'SALE2022/11/0308', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '163.6500', '0.0000', '', '0.0000', '0.0000', '16.3500', NULL, '0.0000', '16.3500', '0.0000', '180.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 3, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '65b232c958c4f04608c77ce9d7988119fca37ce31c7c9d165ab07b88c8c654fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (740, '2022-11-12 18:35:00', 'SALE2022/11/0309', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.1000', '0.0000', '', '0.0000', '0.0000', '119.9000', NULL, '0.0000', '119.9000', '0.0000', '1320.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-11-14 17:47:33', 22, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '32fe8c51009b47138dd99aa8397f98988106a5714a6fdb76a8d17e175984520f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (741, '2022-11-14 17:40:15', 'SALE/POS2022/11/0416', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '960.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '960.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '960.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e2bd3c50b5c98d9fd4f505232acdb69a42c3f4c704ed72ed5ba34169ad888f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (742, '2022-11-13 17:45:00', 'SALE2022/11/0310', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '454.5500', '0.0000', '', '0.0000', '0.0000', '45.4500', NULL, '0.0000', '45.4500', '0.0000', '500.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-11-14 17:52:38', 1, 0, '500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '367323dbf53bc8715fc4a683c0dbd88eaaebcfc8e1e71155fbf2507befa4fafd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (743, '2022-11-14 18:02:00', 'SALE2022/11/0311', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '11182.7500', '0.0000', '', '0.0000', '0.0000', '1117.2500', NULL, '0.0000', '1117.2500', '0.0000', '12300.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 205, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4d8fd162fd77ee7fff978df5e7bfa5e6701e23893aeb3b748f156ea0fec3eed7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (744, '2022-11-15 17:52:53', 'SALE/POS2022/11/0417', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e25d8005083f0bc1571ab3b05c6a6f1ec16f04b656e36c3a4cdbc2f63f19e1a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (745, '2022-11-15 18:14:00', 'SALE2022/11/0312', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3000.2500', '0.0000', '', '0.0000', '0.0000', '299.7500', NULL, '0.0000', '299.7500', '0.0000', '3300.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 55, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b7a69afb351c3062506a77103dec8b32e3f79310b20217b693c6251fc965d741', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (746, '2022-11-15 18:15:00', 'SALE2022/11/0313', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8b745ce0d1fcb7d3c74371650d216c9a903b40d6199248c4fee4325e9b1877a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (747, '2022-11-15 18:17:00', 'SALE2022/11/0314', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3272.4000', '0.0000', '', '0.0000', '0.0000', '327.6000', NULL, '0.0000', '327.6000', '0.0000', '3600.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 72, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'bfd44ca53f7eb919439e7b242ccf1ad2fa1ec8524992b75525e80256a0e9507c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (748, '2022-11-15 20:16:00', 'SALE2022/11/0315', 54, 'RCCG', 3, 'Tech-Firm Knits', 1, '&lt;p&gt;Customer to pay the rider&lt;&sol;p&gt;', '', '1091.0000', '0.0000', '', '0.0000', '0.0000', '109.0000', NULL, '0.0000', '109.0000', '0.0000', '1200.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 20, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'abb0b62be568c3ffc8c42332202cc9153db5b41a0c8a9e80b0cb19a2e222d56c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (749, '2022-11-16 18:02:09', 'SALE/POS2022/11/0418', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd66e76ae5f0ab35d925049a5d4dcf66c9bebbccba2979b98783b0cbcda53089c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (750, '2022-11-16 18:03:14', 'SALE/POS2022/11/0419', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7904cc17bce0efd8174051f326aebf5092bf04c1547f888bcb4d1caa8348e75a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (751, '2022-11-16 18:05:00', 'SALE2022/11/0316', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '454.5500', '0.0000', '', '0.0000', '0.0000', '45.4500', NULL, '0.0000', '45.4500', '0.0000', '500.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 5, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b0df8e8905d86ab34f193f8ecb922ad009380fb7e0610a013e862900e7762a9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (752, '2022-11-16 18:07:00', 'SALE2022/11/0317', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2545.2000', '0.0000', '', '0.0000', '0.0000', '254.8000', NULL, '0.0000', '254.8000', '0.0000', '2800.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 56, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '873487474cb1388cdbd9db3caab0438a7b99ab77c166ab4d1677f4de2569962e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (753, '2022-11-16 18:08:00', 'SALE2022/11/0318', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4036.7000', '0.0000', '', '0.0000', '0.0000', '403.3000', NULL, '0.0000', '403.3000', '0.0000', '4440.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 74, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '811e188b617f4a6b983451824b4aba67ab488e1d9eaab052edf80a1e8823140b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (754, '2022-11-16 18:10:00', 'SALE2022/11/0319', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e5d3c19844dc4568c1651353370f8e27d69db450750b989f220c928574d30d6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (755, '2022-11-16 18:11:00', 'SALE2022/11/0320', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '127.2800', '0.0000', '', '0.0000', '0.0000', '12.7200', NULL, '0.0000', '12.7200', '0.0000', '140.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'dd0b01ca1cf8d3ef614f34b4a6630549f4dc6a3dabf3066b3b6a0e57ce4da6f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (756, '2022-11-16 18:13:00', 'SALE2022/11/0321', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2563.6400', '0.0000', '', '0.0000', '0.0000', '256.3600', NULL, '0.0000', '256.3600', '0.0000', '2820.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2820.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '98827dcf97722b6679cd03c26b756ec8deb8dc276032de2626a430034bfde6c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (757, '2022-11-17 18:03:00', 'SALE2022/11/0322', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2454.7500', '0.0000', '', '0.0000', '0.0000', '245.2500', NULL, '0.0000', '245.2500', '0.0000', '2700.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 45, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '67c59e7c6b0c2477b82aa2f6f691b18578a7f4882588379c1595a506084e8893', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (758, '2022-11-17 18:09:00', 'SALE2022/11/0323', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '88000b82b627f771ec86d922d0fea941a5453ff148e92d3c7c0ed512ef69c048', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (759, '2022-11-17 18:11:00', 'SALE2022/11/0324', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7300', '0.0000', '', '0.0000', '0.0000', '27.2700', NULL, '0.0000', '27.2700', '0.0000', '300.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 3, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c64bcff724414b93244675f1ec2c170fe234d716e200dd34ae9e8c6bb4b292e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (760, '2022-11-17 18:15:00', 'SALE2022/11/0325', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.4500', '0.0000', '', '0.0000', '0.0000', '54.5500', NULL, '0.0000', '54.5500', '0.0000', '600.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 5, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd49b1293d0aebb88c14f5b0b3e9ac331b4bee627b12b9f1ba7f2faf1e008e03d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (761, '2022-11-17 18:17:00', 'SALE2022/11/0326', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fbecc18afd57970c49abcdf3dfc04b33437ccf128363c35a7f2d5eaff88a074b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (762, '2022-11-18 18:06:00', 'SALE2022/11/0327', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3481.8200', '0.0000', '', '0.0000', '0.0000', '348.1800', NULL, '0.0000', '348.1800', '0.0000', '3830.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '3830.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '587566b514ad0e15693b535a29ec93c1bd4f6a671e84500fb53355a853e9139d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (763, '2022-11-19 18:12:00', 'SALE2022/11/0328', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5545.4500', '0.0000', '', '0.0000', '0.0000', '554.5500', NULL, '0.0000', '554.5500', '0.0000', '6100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '6100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c323ad44d0730e5d924cff897a72d04bd67c272c64e759c6bc128b56c623e750', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (764, '2022-11-19 18:14:00', 'SALE2022/11/0329', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '681.7500', '0.0000', '', '0.0000', '0.0000', '68.2500', NULL, '0.0000', '68.2500', '0.0000', '750.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 15, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '7e3298b581548e9f483b0daee380db78e844a951e8d356e509cdd9cfd9779ab4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (765, '2022-11-20 14:50:00', 'SALE2022/11/0330', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7818.2600', '0.0000', '', '0.0000', '0.0000', '781.7400', NULL, '0.0000', '781.7400', '0.0000', '8600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 86, 0, '6200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '86dccf0694aee9c96a8a03f8a0f431747e073e9ee88f39acb03680a2e2acbcf3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (767, '2022-11-21 18:14:00', 'SALE2022/11/0332', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '20727.4800', '0.0000', '', '0.0000', '0.0000', '2072.5200', NULL, '0.0000', '2072.5200', '0.0000', '22800.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-11-22 18:09:05', 227, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fbb2388fa5d646af18864fc9fd7ad5fd3b85dfec65156de22ffaad537033597f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (768, '2022-11-22 18:05:00', 'SALE2022/11/0333', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5636.4200', '0.0000', '', '0.0000', '0.0000', '563.5800', NULL, '0.0000', '563.5800', '0.0000', '6200.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 62, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8b420caeb4cbfdc79e347695d25082a7367a1ba82a574483f0a6b7beb2e5d8a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (769, '2022-11-23 18:16:00', 'SALE2022/11/0334', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5454.0000', '0.0000', '', '0.0000', '0.0000', '546.0000', NULL, '0.0000', '546.0000', '0.0000', '6000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 120, 0, '6000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9096654164ffe20a11dcc32f7fc1094e5a3c25a1f287a726dae32c8689385ea0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (770, '2022-11-23 18:17:00', 'SALE2022/11/0335', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '318.2000', '0.0000', '', '0.0000', '0.0000', '31.8000', NULL, '0.0000', '31.8000', '0.0000', '350.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 5, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '29b43664d1eeb0bf6ddbcb23d70d685c96192048a45cd6a770c9d447d5415fc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (771, '2022-11-24 18:25:00', 'SALE2022/11/0336', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7417.4400', '0.0000', '', '0.0000', '0.0000', '742.5600', NULL, '0.0000', '742.5600', '0.0000', '8160.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 408, 0, '8160.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f2ed86249f430b488a5222e55c7d97157c61f37ab5a346de873c60e0760e38eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (772, '2022-11-25 18:33:00', 'SALE2022/11/0337', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1772.7300', '0.0000', '', '0.0000', '0.0000', '177.2700', NULL, '0.0000', '177.2700', '0.0000', '1950.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1950.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '56066193a22b507d05ef81fe290fa4c50c920eb4f6466a2f8ee22ee744286b94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (773, '2022-11-25 18:34:00', 'SALE2022/11/0338', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '45.4500', '0.0000', '', '0.0000', '0.0000', '4.5500', NULL, '0.0000', '4.5500', '0.0000', '50.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ec05249b58b4ce683f4afec812401d6a8357946b77132729518a6896fa7d8fc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (774, '2022-11-25 18:35:00', 'SALE2022/11/0339', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '218.2000', '0.0000', '', '0.0000', '0.0000', '21.8000', NULL, '0.0000', '21.8000', '0.0000', '240.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 4, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '624ce55d69faaeb937917ec090feba459f3aad32ae61c69816ed470b933d7391', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (775, '2022-11-26 17:39:00', 'SALE2022/11/0340', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '120.0000', NULL, '0.0000', '120.0000', '0.0000', '1320.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1320.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '73c6a3d24ab7299c5c6f2cf38f89211d3bf9f438944a039e3aa0442ee9cfc030', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (776, '2022-11-26 17:45:00', 'SALE2022/11/0341', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1800.1500', '0.0000', '', '0.0000', '0.0000', '179.8500', NULL, '0.0000', '179.8500', '0.0000', '1980.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 33, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'eac924dc7a60c33ca154f66a8d1f7ee25af49fca29fcacf4dafb1bcc0a00da42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (777, '2022-11-26 17:48:00', 'SALE2022/11/0342', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'pending', 'pending', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9140ad8d5963d10e40f93855d3a4afa0a298e65aed14b0e60ad61f1ad3c96d80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (778, '2022-11-26 18:03:00', 'SALE2022/11/0343', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2182.0000', '0.0000', '', '0.0000', '0.0000', '218.0000', NULL, '0.0000', '218.0000', '0.0000', '2400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 40, 0, '2400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '581e1db8d988e87c2d722c78d7d45cd8ec51d9d8b95c7cd368df2f0ea9d4435f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (779, '2022-11-28 18:07:37', 'SALE/POS2022/11/0420', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10ad30e767977ddaf4eaaa806a25ba54410ae762e07ab66babe6910f09509529', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (780, '2022-11-28 18:12:40', 'SALE/POS2022/11/0421', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '4600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '4600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3286880f481ac343caca8c8dfd7b6ad8ec98d729972a70efbee6027abaee0765', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (781, '2022-11-28 18:16:00', 'SALE2022/11/0344', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '800.0000', '0.0000', '', '0.0000', '0.0000', '80.0000', NULL, '0.0000', '80.0000', '0.0000', '880.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '880.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b3fc92f9793b5aee3cd1fd7cda4cc2c5e982c36cd20c8a317486c172ea3198c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (782, '2022-11-28 18:24:00', 'SALE2022/11/0345', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1909.1100', '0.0000', '', '0.0000', '0.0000', '190.8900', NULL, '0.0000', '190.8900', '0.0000', '2100.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 21, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f7cfd4752071a8667830bb11d1a14c5a8f53e7917e5127ca13a48a27319ff452', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (783, '2022-11-28 18:26:00', 'SALE2022/11/0346', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '709.1500', '0.0000', '', '0.0000', '0.0000', '70.8500', NULL, '0.0000', '70.8500', '0.0000', '780.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 13, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8c55a75647c4a748f47fc69d517ee520011034d5488e6eebd779d94cd33b33f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (784, '2022-11-28 18:28:00', 'SALE2022/11/0347', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1418.3000', '0.0000', '', '0.0000', '0.0000', '141.7000', NULL, '0.0000', '141.7000', '0.0000', '1560.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 26, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '54271c9d4f140c05920fa534fcf9811469a8c5a912243ee0d2a2a6b27b7969da', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (785, '2022-11-28 18:29:00', 'SALE2022/11/0348', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1800.1500', '0.0000', '', '0.0000', '0.0000', '179.8500', NULL, '0.0000', '179.8500', '0.0000', '1980.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 33, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b677eb32d445ba22f5fb6a2f6ea81e72cf0a38e749a5b1a59237e911c2057b27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (786, '2022-11-28 18:42:37', 'SALE/POS2022/11/0422', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e9081f209f2361001af4bb8af811850fa04776abffd68d484bce5801652c600', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (787, '2022-11-29 18:15:28', 'SALE/POS2022/11/0423', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87c304f09aaa3d0251e4cc3d36a8ac1782baf887dc613c376c08bea02db9cc79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (788, '2022-11-29 18:34:00', 'SALE2022/11/0349', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1136.2500', '0.0000', '', '0.0000', '0.0000', '113.7500', NULL, '0.0000', '113.7500', '0.0000', '1250.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 25, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '418d4d28a68ffdb01fe514d1cc5833de287557b6e6cbdce261e4b3dfcf414f13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (789, '2022-11-29 18:36:00', 'SALE2022/11/0350', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6544.8000', '0.0000', '', '0.0000', '0.0000', '655.2000', NULL, '0.0000', '655.2000', '0.0000', '7200.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 180, 0, '2000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0547c31a0726f613fe0924e57891d3cc904cd6bc17edddf2bcab57fac5e40558', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (790, '2022-11-30 18:17:00', 'SALE2022/11/0351', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '636.4000', '0.0000', '', '0.0000', '0.0000', '63.6000', NULL, '0.0000', '63.6000', '0.0000', '700.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '64029e8fcbd6feb6326ae92305550511537310707a65c723ee8ed10d6e195c3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (791, '2022-12-01 17:10:31', 'SALE/POS2022/12/0424', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '973c50f7afef453ce091759df1d79940115c7e4a6ca4933f971eafcfb95f8350', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (792, '2022-12-01 17:12:35', 'SALE/POS2022/12/0425', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2932c36d05ba4ac708815ef7aefb050a75a9ebad97bd0b2f2df46af28c795179', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (793, '2022-12-01 17:15:00', 'SALE2022/12/0352', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1127.2700', '0.0000', '', '0.0000', '0.0000', '112.7300', NULL, '0.0000', '112.7300', '0.0000', '1240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1240.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd1c6dc6d46040fa0676c3983fe467aea5d2673cc2b234218b14b11a8f8cbc597', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (794, '2022-12-01 17:16:00', 'SALE2022/12/0353', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4800.1800', '0.0000', '', '0.0000', '0.0000', '479.8200', NULL, '0.0000', '479.8200', '0.0000', '5280.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 66, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1f6e8d5d97e4ffb9234deb2ad8625080ec37028d52b0294b8c9565092154e65f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (795, '2022-12-01 17:19:00', 'SALE2022/12/0354', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1090.8000', '0.0000', '', '0.0000', '0.0000', '109.2000', NULL, '0.0000', '109.2000', '0.0000', '1200.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 30, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b85cb68134da2ed98980a4e3c9157a7ec663555ffae83a1a8f9cce0d16b78c4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (796, '2022-12-01 17:24:00', 'SALE2022/12/0355', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '318.2000', '0.0000', '', '0.0000', '0.0000', '31.8000', NULL, '0.0000', '31.8000', '0.0000', '350.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 5, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6675e0eafb06778523f7fac671de7299db546c1900850ee7d9fb639f1d5842f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (797, '2022-11-30 17:25:00', 'SALE2022/12/0356', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2181.6000', '0.0000', '', '0.0000', '0.0000', '218.4000', NULL, '0.0000', '218.4000', '0.0000', '2400.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-12-01 17:34:26', 60, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6959fd4ee50bdf3c4a7b1ef844431d991dd983bcf0bb4155fd6d2697db86992c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (798, '2022-11-30 17:25:00', 'SALE2022/12/0357', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6545.7000', '0.0000', '', '0.0000', '0.0000', '654.3000', NULL, '0.0000', '654.3000', '0.0000', '7200.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-12-01 17:32:26', 90, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5baed6ce7194fbf07a19b7cdeb7946aab4303c7e21f13098ae0334006e2c981d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (799, '2022-12-02 18:27:02', 'SALE/POS2022/12/0426', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bae7716b6e62a3c6aea95d3383a2e52d9a100610e8e082766486f6242a9300c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (800, '2022-12-02 18:27:50', 'SALE/POS2022/12/0427', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '450.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '450.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '92390548e6ec0db55dd810a204b616e0605fca83faac39f3f53cf60c36121b92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (801, '2022-12-02 19:11:00', 'SALE2022/12/0358', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd8b89c77bd9a2cf29b599a4e6cc54c73248936e942aa147b58bf00b06a553c8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (802, '2022-12-02 19:12:00', 'SALE2022/12/0359', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '136.3500', '0.0000', '', '0.0000', '0.0000', '13.6500', NULL, '0.0000', '13.6500', '0.0000', '150.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 3, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2658d46734883ee32a71849f1e8cc47638e749f259498f877aca7bf4e79c170e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (803, '2022-12-02 19:13:00', 'SALE2022/12/0360', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1909.2500', '0.0000', '', '0.0000', '0.0000', '190.7500', NULL, '0.0000', '190.7500', '0.0000', '2100.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 35, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '07a8b316ea47548db4fcf035da7ae6db448313b6c957ae0dc7b5f1a4f66cd580', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (804, '2022-12-02 19:14:00', 'SALE2022/12/0361', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1691.0500', '0.0000', '', '0.0000', '0.0000', '168.9500', NULL, '0.0000', '168.9500', '0.0000', '1860.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 31, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '367a004089b9602ce6994b8448d6de602d4b3ed88c063d763c5d8c9e77dec60d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (805, '2022-12-02 19:16:00', 'SALE2022/12/0362', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1600.0600', '0.0000', '', '0.0000', '0.0000', '159.9400', NULL, '0.0000', '159.9400', '0.0000', '1760.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 22, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'abfdb5f80b66a9013ee96d078b0b4495bda142469156d10590707fbdc20eb28c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (806, '2022-12-02 19:18:00', 'SALE2022/12/0363', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '727.3000', '0.0000', '', '0.0000', '0.0000', '72.7000', NULL, '0.0000', '72.7000', '0.0000', '800.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6b8c502a96c2a5eb782e9bc83cd96b370aa9b771941fbdaf9ce395b79f471dc0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (807, '2022-12-03 18:09:00', 'SALE2022/12/0364', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2727.3000', '0.0000', '', '0.0000', '0.0000', '272.7000', NULL, '0.0000', '272.7000', '0.0000', '3000.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 30, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '11f4cbfe5182ddd5027bceecd4207947f2627c72caac191d071406449c1335e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (808, '2022-12-03 18:16:00', 'SALE2022/12/0365', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4681.3500', '0.0000', '', '0.0000', '0.0000', '468.6500', NULL, '0.0000', '468.6500', '0.0000', '5150.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 103, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f201082b0b57a964f4db79026aa0254e0914eafd0bd0ae1b4735a2402019d006', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (809, '2022-12-03 18:21:00', 'SALE2022/12/0366', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '363.6400', '0.0000', '', '0.0000', '0.0000', '36.3600', NULL, '0.0000', '36.3600', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '11e251fde17df61c96b9ba8bbe8e8210a84162af04b908937c1195854aaa6f25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (810, '2022-12-05 18:09:00', 'SALE2022/12/0367', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '363.6400', '0.0000', '', '0.0000', '0.0000', '36.3600', NULL, '0.0000', '36.3600', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e35902f05fc724561db873421b7b577b8e6f8eb1e80ac1f3a582a22d2d2d01af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (811, '2022-12-05 18:13:00', 'SALE2022/12/0368', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2836.6000', '0.0000', '', '0.0000', '0.0000', '283.4000', NULL, '0.0000', '283.4000', '0.0000', '3120.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 52, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd31708425703c375672bdf68981370a9349210521b119bf1f2afdbca571abda1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (812, '2022-12-05 18:18:00', 'SALE2022/12/0369', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4145.8000', '0.0000', '', '0.0000', '0.0000', '414.2000', NULL, '0.0000', '414.2000', '0.0000', '4560.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 76, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1ba6150547dea163f9197235f95973e7e844431b40e7fa9e2fd556b9a46cbece', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (813, '2022-12-05 18:20:00', 'SALE2022/12/0370', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4582.2000', '0.0000', '', '0.0000', '0.0000', '457.8000', NULL, '0.0000', '457.8000', '0.0000', '5040.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 84, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '7f518df164f1ba0876f5138d217488595582e2105675bc08841bf132d71febaa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (814, '2022-12-05 18:23:00', 'SALE2022/12/0371', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9100', '0.0000', '', '0.0000', '0.0000', '9.0900', NULL, '0.0000', '9.0900', '0.0000', '100.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-12-05 18:55:49', 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '41cad34541d8e395465dcdbaa91778c45dc462ee4172d9d840f2c5421747fdd0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (815, '2022-12-06 17:41:22', 'SALE/POS2022/12/0428', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2460.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 4, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d616e2497ef72373c4b2cef3d4e575b0e173ec3645fd88ec4bef753507ea998', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (816, '2022-12-06 18:11:00', 'SALE2022/12/0372', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1163.6400', '0.0000', '', '0.0000', '0.0000', '116.3600', NULL, '0.0000', '116.3600', '0.0000', '1280.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1280.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a6620e43af3529148c3fed2c57f6afa22976c049d3f68a3d7286cfa40f2bcb05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (817, '2022-12-06 18:14:00', 'SALE2022/12/0373', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b5f6eedab8e95e9db074eb5e11dcff89773ba74842d67654efbbca995ea4f468', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (818, '2022-12-06 18:14:00', 'SALE2022/12/0374', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '327.3000', '0.0000', '', '0.0000', '0.0000', '32.7000', NULL, '0.0000', '32.7000', '0.0000', '360.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 6, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '82651963c2f724459cb40bd066c31c3f332940d0c860d988a2c3f7289840bbf6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (819, '2022-12-06 18:17:00', 'SALE2022/12/0375', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '90.9000', '0.0000', '', '0.0000', '0.0000', '9.1000', NULL, '0.0000', '9.1000', '0.0000', '100.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '055e5620a95c82158812d863dc18a415977f4144fa0b92a544436d9ebf674fdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (820, '2022-12-06 18:19:00', 'SALE2022/12/0376', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '763.7000', '0.0000', '', '0.0000', '0.0000', '76.3000', NULL, '0.0000', '76.3000', '0.0000', '840.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 14, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '60197991199bf7bd31574132e4f0dc36a48b95e3fd2a64c6cab2e3ef31522121', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (821, '2022-12-06 18:22:00', 'SALE2022/12/0377', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2072.9000', '0.0000', '', '0.0000', '0.0000', '207.1000', NULL, '0.0000', '207.1000', '0.0000', '2280.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 38, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '66a2e9666af4f695ff103414e6cab322c779ccd15253521c6c2da044d240e6e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (823, '2022-12-06 18:31:00', 'SALE2022/12/0379', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '818.2500', '0.0000', '', '0.0000', '0.0000', '81.7500', NULL, '0.0000', '81.7500', '0.0000', '900.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 15, 0, '900.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '361904a8c144d71e08f41852a066b238825ad7616f7f23c66424dd4647a26042', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (824, '2022-12-06 18:36:00', 'SALE2022/12/0380', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '981.9000', '0.0000', '', '0.0000', '0.0000', '98.1000', NULL, '0.0000', '98.1000', '0.0000', '1080.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 18, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c3abf9d81f0dfc32fe79098a54f832044e2b08ec495efcfab37d3bfa6f3528b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (825, '2022-12-07 18:36:00', 'SALE2022/12/0381', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3781.4400', '0.0000', '', '0.0000', '0.0000', '378.5600', NULL, '0.0000', '378.5600', '0.0000', '4160.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 104, 0, '4160.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '638edc8c66c20429b25aa748e5b5258dacdb3eb3579290f7f96bb50c47bc7356', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (826, '2022-12-07 18:38:00', 'SALE2022/12/0382', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '190.9200', '0.0000', '', '0.0000', '0.0000', '19.0800', NULL, '0.0000', '19.0800', '0.0000', '210.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-12-07 19:09:15', 3, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f44a867507a1d664fd5f8acda09839d5413569c08ea6818c20dd3e6b2c4ed253', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (827, '2022-12-07 18:44:00', 'SALE2022/12/0383', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '818.2500', '0.0000', '', '0.0000', '0.0000', '81.7500', NULL, '0.0000', '81.7500', '0.0000', '900.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 15, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '72af2eb9eebbc9c4c0c286e7dd5f4daf8c9ca087c5e48dbf7d24c29cdf5e2308', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (828, '2022-12-07 18:46:00', 'SALE2022/12/0384', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '100.0000', NULL, '0.0000', '100.0000', '0.0000', '1100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '67d82a9d1dd9cb394c63dcb48c86b4c156549c3adab9cdecebb9647bd489ce0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (829, '2022-12-08 18:09:00', 'SALE2022/12/0385', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3863.6400', '0.0000', '', '0.0000', '0.0000', '386.3600', NULL, '0.0000', '386.3600', '0.0000', '4250.0000', 'completed', 'due', 0, NULL, 7, 7, '2022-12-08 18:40:46', 1, 0, '1900.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1804956ea9d53db1a2d260a7aa93a0b23149cd519d30298141c3afe1c155efcf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (830, '2022-12-08 18:10:00', 'SALE2022/12/0386', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1545.4700', '0.0000', '', '0.0000', '0.0000', '154.5300', NULL, '0.0000', '154.5300', '0.0000', '1700.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 17, 0, '1700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a4de5b015e8f1623aa93dd32c0e757973d0d80944bbf3b357b4be7211ad249ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (831, '2022-12-08 18:13:00', 'SALE2022/12/0387', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7500', '0.0000', '', '0.0000', '0.0000', '27.2500', NULL, '0.0000', '27.2500', '0.0000', '300.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 5, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9c63006efcc69c3d29c45b32eaea9cb5c64568c914ec0fd41fc677a3c4243421', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (832, '2022-12-08 18:16:00', 'SALE2022/12/0388', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2f7ab0b5cdaea895180a50feed04c8d59cd0bbac8c40830886a5996133f5208d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (833, '2022-12-08 18:17:00', 'SALE2022/12/0389', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '818.2000', '0.0000', '', '0.0000', '0.0000', '81.8000', NULL, '0.0000', '81.8000', '0.0000', '900.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '718ce6003ca64851ef391d7f592ae0ad9e6e2541b660760e4a1f4e2134e0636c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (834, '2022-12-08 18:20:00', 'SALE2022/12/0390', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2727.5000', '0.0000', '', '0.0000', '0.0000', '272.5000', NULL, '0.0000', '272.5000', '0.0000', '3000.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 50, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '522845163c25bbfd38090b7e0c4fc9dd741c2b844215034c96032d96e038cce7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (835, '2022-12-09 17:20:22', 'SALE/POS2022/12/0429', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '990.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '990.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '990.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffa18c79d34bddd8e5fbba0f5241e5e84a67a49c181ae3c8c20d5077611ab269', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (836, '2022-12-09 17:48:00', 'SALE2022/12/0391', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3163.9000', '0.0000', '', '0.0000', '0.0000', '316.1000', NULL, '0.0000', '316.1000', '0.0000', '3480.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 58, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a6ef27fcafcd9131c088652c39b6a38d3987cd19bf3e9b6836d0697527f8c10b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (837, '2022-12-09 17:46:00', 'SALE2022/12/0392', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2181.9000', '0.0000', '', '0.0000', '0.0000', '218.1000', NULL, '0.0000', '218.1000', '0.0000', '2400.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 30, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '14c3c140866ebda576219f9b5581c6d958bca7920e8f60bd506eed75856bfd38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (838, '2022-12-09 17:51:00', 'SALE2022/12/0393', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ef5e616a89dbd70ec314c7b65b06a5899a1af4b5d7b818c130ba0522f7604c98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (839, '2022-12-10 16:44:48', 'SALE/POS2022/12/0430', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2fee29b2f15397b5450091d52412cf74c969da9b67175568d50124137fc27c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (840, '2022-12-10 16:50:46', 'SALE/POS2022/12/0431', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2920.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2920.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2920.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd46fabcba9279c92051ed7790089b1a36f446e4652ecee1678369d6582ec3eab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (841, '2022-12-10 18:21:00', 'SALE2022/12/0394', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '100.0000', NULL, '0.0000', '100.0000', '0.0000', '1100.0000', 'completed', 'due', 0, NULL, 7, 7, '2022-12-10 18:53:54', 1, 0, '500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '42245a2b18bca64eabfd8ac24c814e199a42add5fcfb9212745caf83eabe9b6a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (842, '2022-12-10 18:24:00', 'SALE2022/12/0395', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3363.3000', '0.0000', '', '0.0000', '0.0000', '336.7000', NULL, '0.0000', '336.7000', '0.0000', '3700.0000', 'pending', 'paid', 0, NULL, 7, 7, '2022-12-10 19:05:42', 74, 0, '3700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd0220c8dc5cf0bf89fe935698a5c2b4c69c5e05c4a904f3539d7889d08e704cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (843, '2022-12-12 16:35:17', 'SALE/POS2022/12/0432', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca1dcb110abd64f2561643a85ec649af25a5c82a8423d1b1c2bfd3d94b548a7a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (844, '2022-12-12 18:04:00', 'SALE2022/12/0396', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1454.5500', '0.0000', '', '0.0000', '0.0000', '145.4500', NULL, '0.0000', '145.4500', '0.0000', '1600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e58e5f5c09852e18316df343f7fa9d2be71c61211a5516bb5371516d020bbe32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (845, '2022-12-12 18:07:00', 'SALE2022/12/0397', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '10271.7000', '0.0000', '', '0.0000', '0.0000', '1028.3000', NULL, '0.0000', '1028.3000', '0.0000', '11300.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 226, 0, '11300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e4078f8dd019b88a290db4b9f43a21726a976b23df79ac05dfc4a6f0333a3907', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (846, '2022-12-12 18:09:00', 'SALE2022/12/0398', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1309.2000', '0.0000', '', '0.0000', '0.0000', '130.8000', NULL, '0.0000', '130.8000', '0.0000', '1440.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 24, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1c674a31352d35687ae23e4d44abbb5d5d97f1320f9d6d6d8ed095c96fecb3d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (847, '2022-12-12 18:11:00', 'SALE2022/12/0399', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1909.1100', '0.0000', '', '0.0000', '0.0000', '190.8900', NULL, '0.0000', '190.8900', '0.0000', '2100.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 21, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a3cfccca6ce749e33ba6e50ae55f588586011b2ebb7b37e1fedab6a2567650fd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (848, '2022-12-12 18:13:00', 'SALE2022/12/0400', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '454.5000', '0.0000', '', '0.0000', '0.0000', '45.5000', NULL, '0.0000', '45.5000', '0.0000', '500.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ea35bf2bcd4ece97650ddb8fb485b55fd07ae539917a71b7a09c3b21ece15e59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (849, '2022-12-13 17:11:31', 'SALE/POS2022/12/0433', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da53454b3fdf8a29b98ab26a5f01b2ecc596f237bdd21211ca714052f27e6c26', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (850, '2022-12-13 17:54:10', 'SALE/POS2022/12/0434', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6cc1799826dc07c90487fc2c55f336c1d41be19601185e6926dd0d84422fb75c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (851, '2022-12-13 18:30:00', 'SALE2022/12/0401', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1636.5000', '0.0000', '', '0.0000', '0.0000', '163.5000', NULL, '0.0000', '163.5000', '0.0000', '1800.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 30, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '013b6dbb6c30b7ae9827f69e6df64edc8a8c8909a649cb5c3e4b5e2ec54f76fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (852, '2022-12-13 18:31:00', 'SALE2022/12/0402', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '10.0000', NULL, '0.0000', '10.0000', '0.0000', '110.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '110.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '99549f22f8da5460e05a487bf28debab6e3b0e46ea39fd008d93cb7ffc725fcb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (853, '2022-12-13 18:33:00', 'SALE2022/12/0403', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '218.2000', '0.0000', '', '0.0000', '0.0000', '21.8000', NULL, '0.0000', '21.8000', '0.0000', '240.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 4, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9c713efd2c92e3af19b4bc38186babf55716b72e0c35b35834e11d414a3c99c9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (854, '2022-12-13 18:54:00', 'SALE2022/12/0404', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1063.6400', '0.0000', '', '0.0000', '0.0000', '106.3600', NULL, '0.0000', '106.3600', '0.0000', '1170.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1170.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '97f477b6dc4defe53cb1241d9a3fc59d6db8649edad850457588fe82684ab0a5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (855, '2022-12-14 17:33:28', 'SALE/POS2022/12/0435', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d0ef5f4f62995d0df650e41fdd0c6c707b565b5c70a95454c0c571385eaaad7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (856, '2022-12-14 17:38:17', 'SALE/POS2022/12/0436', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c82954738e90ee215a2cca09a88ebfe927c465a2de4fb45cdb086ed38bab9732', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (857, '2022-12-14 18:20:00', 'SALE2022/12/0405', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6218.7000', '0.0000', '', '0.0000', '0.0000', '621.3000', NULL, '0.0000', '621.3000', '0.0000', '6840.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 114, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9d1d6506c4c2a7e5ab15e8b33eeba3dd9f969b45dc9323a8fc7cd5e0d606c0be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (858, '2022-12-14 18:23:00', 'SALE2022/12/0406', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1963.8000', '0.0000', '', '0.0000', '0.0000', '196.2000', NULL, '0.0000', '196.2000', '0.0000', '2160.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 36, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'be07fb0f4b04a46483a41a842db05af9bc2bc05ee7f47057ba212c733822cffb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (859, '2022-12-14 18:25:00', 'SALE2022/12/0407', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '436.4000', '0.0000', '', '0.0000', '0.0000', '43.6000', NULL, '0.0000', '43.6000', '0.0000', '480.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 8, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'be9a69c7b351ab630480a3d60c36f1d146c91c787ee52373cf74b4d46ec2b418', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (860, '2022-12-14 18:28:00', 'SALE2022/12/0408', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7300', '0.0000', '', '0.0000', '0.0000', '27.2700', NULL, '0.0000', '27.2700', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '509d4d9b643b1f65fe8dfcefd2b4748b004106bb695adca135453d9d41b02b22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (861, '2022-12-15 17:14:48', 'SALE/POS2022/12/0437', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '450f0852a11c0af10392aefd36391393a5f99463e9727326a69004a1530d616e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (862, '2022-12-15 18:16:19', 'SALE/POS2022/12/0438', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '140.0000', '', '140.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9b5ee7739bc72bb62c7577fa911cbde5898a905cc77310401b5fe219d8cb56f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (863, '2022-12-15 18:28:00', 'SALE2022/12/0409', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2291.1000', '0.0000', '', '0.0000', '0.0000', '228.9000', NULL, '0.0000', '228.9000', '0.0000', '2520.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 42, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c5341f7c28c38ffed4a14572ea8654e1a55a0904163c690b78cd1cfaa0fe7772', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (864, '2022-12-15 18:32:00', 'SALE2022/12/0410', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '318.1800', '0.0000', '', '0.0000', '0.0000', '31.8200', NULL, '0.0000', '31.8200', '0.0000', '350.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '350.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8b88f645a1fef951d398d934f2d1d6c144b347fd6bf2986ff50544b7827f62b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (865, '2022-12-16 17:23:15', 'SALE/POS2022/12/0439', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '320.0000', '80.0000', '', '80.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '320.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '320.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1de79b8f838e547ea0d33495274f694e38fff39a85f26edb558cd6d7a4cc208', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (866, '2022-12-16 18:41:00', 'SALE2022/12/0411', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.9100', '0.0000', '', '0.0000', '0.0000', '59.0900', NULL, '0.0000', '59.0900', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '650.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f2bc0ae904f53ceaf86ef360bac0f05769f8e9ec45cae97da0bcbb082fb98b2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (867, '2022-12-16 18:43:00', 'SALE2022/12/0412', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1454.5600', '0.0000', '', '0.0000', '0.0000', '145.4400', NULL, '0.0000', '145.4400', '0.0000', '1600.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 16, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fd6e9156263f2cfe078c610fa10d67a24b6c1045fbf53818cd09b78b39dc149c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (868, '2022-12-17 19:23:23', 'SALE/POS2022/12/0440', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '20.0000', '', '20.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b1e7e8b131377911096db06b1674092c88fe11e32aa7e891b80272319b2c2c82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (869, '2022-12-17 19:44:00', 'SALE2022/12/0413', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3ec175dd4adce85f179d81dce90b299b3be1cacdffb0fbf88fb028b2d3a11119', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (870, '2022-12-18 14:54:00', 'SALE2022/12/0414', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1090.9100', '0.0000', '', '0.0000', '0.0000', '109.0900', NULL, '0.0000', '109.0900', '0.0000', '1200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e878e6847943963d99bf8f427ab877b2012407afee228938c10f36670be4256a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (871, '2022-12-18 14:59:02', 'SALE/POS2022/12/0441', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd09af6c77c35a6992a1fe07f0faedd5047e31d77a731f74afc52af0078643cc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (872, '2022-12-19 19:25:37', 'SALE/POS2022/12/0442', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04118e2bf20e60b4d8a812eb2ec2d44374d433940ea75d224a81fb2b394d02d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (873, '2022-12-20 17:53:26', 'SALE/POS2022/12/0443', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '870.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '870.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '870.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7aa85dd707d565d6f40deaf9bd3694977575acc7814fb2b0e78d710370f97929', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (874, '2022-12-19 18:05:00', 'SALE2022/12/0415', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6090.9100', '0.0000', '', '0.0000', '0.0000', '609.0900', NULL, '0.0000', '609.0900', '0.0000', '6700.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-12-20 18:34:10', 1, 0, '6700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd91f539988c8245e8696115599cf17b6d1163db51b9ab4ccacf1938601c9ce22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (875, '2022-12-19 18:25:00', 'SALE2022/12/0416', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '218.2000', '0.0000', '', '0.0000', '0.0000', '21.8000', NULL, '0.0000', '21.8000', '0.0000', '240.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-12-20 18:38:46', 4, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '29681ba2190741f121c021c0dece0082ccf65cfb9b5630a79d8f0098bef5fc18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (876, '2022-12-19 18:25:00', 'SALE2022/12/0417', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '163.6500', '0.0000', '', '0.0000', '0.0000', '16.3500', NULL, '0.0000', '16.3500', '0.0000', '180.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-12-20 18:39:54', 3, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'dfa6f0894b864cc54112831ab1691f069473be62b104c701afc4c60008bdf223', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (877, '2022-12-19 18:30:00', 'SALE2022/12/0418', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'pending', 'due', 0, NULL, 7, 7, '2022-12-20 18:41:00', 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b914d68cdc3ddc8ff216ea792e94d7beef59f1763e65607d8b1e7fe2f5563f27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (878, '2022-12-20 18:41:00', 'SALE2022/12/0419', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '163.6500', '0.0000', '', '0.0000', '0.0000', '16.3500', NULL, '0.0000', '16.3500', '0.0000', '180.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 3, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '755be2a4c43188589e7865b7fe51e67e5f0f3417ef09d151f21c56738f8e3823', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (879, '2022-12-20 18:42:00', 'SALE2022/12/0420', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6ef8ceb3cbd68fb33bf9a495f67123cd94620b41d98a45eb223a16bfdef27370', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (880, '2022-12-20 18:44:00', 'SALE2022/12/0421', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '981.9000', '0.0000', '', '0.0000', '0.0000', '98.1000', NULL, '0.0000', '98.1000', '0.0000', '1080.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 18, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6a19340f6f777358aa3b264d1379554e3fd31ad3f88b75046fbdf156743e861a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (881, '2022-12-20 18:46:00', 'SALE2022/12/0422', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5236.8000', '0.0000', '', '0.0000', '0.0000', '523.2000', NULL, '0.0000', '523.2000', '0.0000', '5760.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 96, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4e3f2bcf268b7924aabc96eb4559889c6a3ebf024634677a8b869e93805c62db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (882, '2022-12-20 18:48:00', 'SALE2022/12/0423', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0b7ca29a964ff4b35ec8660181e575ad61a4ac4a0395ec2e5a99f158b317309d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (883, '2022-12-20 18:49:00', 'SALE2022/12/0424', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '872.8000', '0.0000', '', '0.0000', '0.0000', '87.2000', NULL, '0.0000', '87.2000', '0.0000', '960.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 16, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '58135b20d1e4821cf2a08e88d3307d6f25a78415b62f941fe861df88fbbb9794', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (884, '2022-12-21 18:51:59', 'SALE/POS2022/12/0444', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '920.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '920.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '920.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'baa205fe0a4fa4e22a161c963b57926402c84af4eed70d4d81062c58c8f6accc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (885, '2022-12-21 19:03:00', 'SALE2022/12/0425', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2018.3500', '0.0000', '', '0.0000', '0.0000', '201.6500', NULL, '0.0000', '201.6500', '0.0000', '2220.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 37, 0, '2220.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '35e0f2aa156ab4d669e2d0f204f084ad03a89bbe0f7acb205fb28f6e31ba496d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (886, '2022-12-21 19:06:00', 'SALE2022/12/0426', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1800.1500', '0.0000', '', '0.0000', '0.0000', '179.8500', NULL, '0.0000', '179.8500', '0.0000', '1980.0000', 'pending', 'paid', 0, NULL, 7, NULL, NULL, 33, 0, '1980.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2beed7ed5b20c82aeb3db62cb756e301496441bc8dfb5fcf60ee76b6319f71cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (887, '2022-12-21 19:07:00', 'SALE2022/12/0427', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '727.2800', '0.0000', '', '0.0000', '0.0000', '72.7200', NULL, '0.0000', '72.7200', '0.0000', '800.0000', 'pending', 'pending', 0, NULL, 7, NULL, NULL, 8, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '26cdac33fc6dba53cd34361a6ac5ac0a0656519e4807ea1526aea2cfe1e5647c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (888, '2022-12-21 19:09:00', 'SALE2022/12/0428', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '436.3600', '0.0000', '', '0.0000', '0.0000', '43.6400', NULL, '0.0000', '43.6400', '0.0000', '480.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 4, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4ea3f71a26e40d2b3f46b6c079548d0c718c51e7492c81c337158a91872862e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (889, '2022-12-21 19:10:00', 'SALE2022/12/0429', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7300', '0.0000', '', '0.0000', '0.0000', '27.2700', NULL, '0.0000', '27.2700', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f71ea517e1b37e60ce5155ccd04caf2fe2fc718f4516d986934381af5e0cf24d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (890, '2022-12-22 18:38:00', 'SALE2022/12/0430', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1545.4500', '0.0000', '', '0.0000', '0.0000', '154.5500', NULL, '0.0000', '154.5500', '0.0000', '1700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '39ea13aa84750b859e4b95ff44e0e97526cc37c75266efbd73902f29dbfdfe1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (891, '2022-12-22 18:40:00', 'SALE2022/12/0431', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4691.3000', '0.0000', '', '0.0000', '0.0000', '468.7000', NULL, '0.0000', '468.7000', '0.0000', '5160.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 86, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4bc401379c77fb106a63f89f41a65e7873ef3b5cbd3a0e4453ccace9b2bccfea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (892, '2022-12-22 18:41:00', 'SALE2022/12/0432', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3273.0000', '0.0000', '', '0.0000', '0.0000', '327.0000', NULL, '0.0000', '327.0000', '0.0000', '3600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 60, 0, '3600.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1072bc65b6a46abf388f610e715bc27ba6ed1e93e53a08485807f74a156c20c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (893, '2022-12-22 18:43:00', 'SALE2022/12/0433', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1636.5000', '0.0000', '', '0.0000', '0.0000', '163.5000', NULL, '0.0000', '163.5000', '0.0000', '1800.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 30, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '29548f75597ea779802af6df9fe1ec4f6eaff55556dd78542be7993f404936b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (894, '2022-12-23 18:40:53', 'SALE/POS2022/12/0445', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '950571820061889f7ea63f000bd06e728710932bcc9a17998140971a7869af73', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (895, '2022-12-23 18:42:44', 'SALE/POS2022/12/0446', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '399e27cfe6d1e427694ab04397101c5d5b05926deddc1e61ca6fa9cb8031daf0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (896, '2022-12-23 18:55:00', 'SALE2022/12/0434', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '381.8200', '0.0000', '', '0.0000', '0.0000', '38.1800', NULL, '0.0000', '38.1800', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '420.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '86082c3231d8a247007122d46884001647f79f92140b5578bc518c1067210da7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (897, '2022-12-23 18:57:00', 'SALE2022/12/0435', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '927.3500', '0.0000', '', '0.0000', '0.0000', '92.6500', NULL, '0.0000', '92.6500', '0.0000', '1020.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 17, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ef20b4a2b1aca0c29014a93cfeea8aa6ca058ea4cd7df1d7dca2abddd69d04d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (898, '2022-12-23 18:59:00', 'SALE2022/12/0436', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '327.3000', '0.0000', '', '0.0000', '0.0000', '32.7000', NULL, '0.0000', '32.7000', '0.0000', '360.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 6, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fc194d31c986e3b18db1476387d7e51f9552a5c37106fe24a1bc724f725c4a64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (899, '2022-12-23 19:00:00', 'SALE2022/12/0437', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3e85ae083136b7f4a64f6135d6aacc30e9470d8f37853aa54a24eacf9a14fc42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (900, '2022-12-23 19:01:00', 'SALE2022/12/0438', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '327.3000', '0.0000', '', '0.0000', '0.0000', '32.7000', NULL, '0.0000', '32.7000', '0.0000', '360.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 6, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ea4698644a4ae0c86a16a7775e366da010f2adee0ebd487b7d6c345a86caea30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (901, '2022-12-28 14:04:38', 'SALE/POS2022/12/0447', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aca75b437ebe0f8b0ad88f175b32fb365216faa03b443317044a9d40536fa039', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (902, '2022-12-24 10:05:00', 'SALE2022/12/0439', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '327.3000', '0.0000', '', '0.0000', '0.0000', '32.7000', NULL, '0.0000', '32.7000', '0.0000', '360.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 6, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '23a1497ab73d5b9a5ee26d7940908a6b33d02c4647b5817de28b6d25e6ab8701', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (903, '2022-12-24 14:05:00', 'SALE2022/12/0440', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '136.3600', '0.0000', '', '0.0000', '0.0000', '13.6400', NULL, '0.0000', '13.6400', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 7, 7, '2022-12-28 18:25:21', 1, 0, '150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fd8a36ba25119f8a43da567688663d9fcefe5c98cd297454307af3067c90e707', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (904, '2022-12-28 17:50:17', 'SALE/POS2022/12/0448', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c56b2d5a6275bf3d3c878a6f3848d274197eb7dda06a0d95b14d3c222991902', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (905, '2022-12-28 17:51:03', 'SALE/POS2022/12/0449', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78c33b35c9aa3ef82ec5b3bb242351eb63d63bec590a6db5e216aa936c13b4d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (906, '2022-12-28 18:22:00', 'SALE2022/12/0441', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1181.8200', '0.0000', '', '0.0000', '0.0000', '118.1800', NULL, '0.0000', '118.1800', '0.0000', '1300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ad116beba8c28a002ff3a94e1bfbef41d84853204723d2904725a1417cbbe0a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (907, '2022-12-28 18:25:00', 'SALE2022/12/0442', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1963.8000', '0.0000', '', '0.0000', '0.0000', '196.2000', NULL, '0.0000', '196.2000', '0.0000', '2160.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 36, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '065e1c6e1f8cdfe58429a4b76cab0ca6c801de7e6110aa08ced03308ff20a1d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (908, '2022-12-29 14:58:09', 'SALE/POS2022/12/0450', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '7140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 13, 1, '7140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c411b1a42f8ad349fd559bac3fd559bd0b36871d3abf206b32beda24b9baa6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (909, '2022-12-29 18:16:42', 'SALE/POS2022/12/0451', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65b417b7da4be3c3847713cb0d0f0fbb711f84188ea5b2f5e2fa96cb253ddbac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (910, '2022-12-29 18:41:00', 'SALE2022/12/0443', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '709.0900', '0.0000', '', '0.0000', '0.0000', '70.9100', NULL, '0.0000', '70.9100', '0.0000', '780.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '780.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f465ce708f374e4206ddcfb7d8a324d5be32ff61d2c7d98fb41fc4a8e2202307', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (911, '2022-12-29 18:43:00', 'SALE2022/12/0444', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2727.5000', '0.0000', '', '0.0000', '0.0000', '272.5000', NULL, '0.0000', '272.5000', '0.0000', '3000.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 50, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5bb0a0cb5d265d1533adacd02a1182625ca1453d3a5d3626a575ccc59f8338ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (912, '2022-12-29 18:44:00', 'SALE2022/12/0445', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '981.9000', '0.0000', '', '0.0000', '0.0000', '98.1000', NULL, '0.0000', '98.1000', '0.0000', '1080.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 18, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f01b38f170a74f35c1ab90f8bb2330b3a7c1fd867a6107bfa5ce9bc1b7bf4b70', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (913, '2022-12-29 18:46:00', 'SALE2022/12/0446', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '381.8500', '0.0000', '', '0.0000', '0.0000', '38.1500', NULL, '0.0000', '38.1500', '0.0000', '420.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 7, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1055b22ab8d387a073caa3d0237334cfae420f48c8bd848f3810abd3df257e4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (914, '2022-12-29 18:47:00', 'SALE2022/12/0447', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '65f873e45a15c6ab414cf9ce4368172d8e3a8c710035f3aa74cd9ca93c3972e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (915, '2022-12-29 18:49:00', 'SALE2022/12/0448', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '218.2000', '0.0000', '', '0.0000', '0.0000', '21.8000', NULL, '0.0000', '21.8000', '0.0000', '240.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 4, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '898796db49b03b527190d9b0d4d2b330505683646ba18cfb446b53a0046b5bcc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (916, '2022-12-29 18:50:00', 'SALE2022/12/0449', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1636.5000', '0.0000', '', '0.0000', '0.0000', '163.5000', NULL, '0.0000', '163.5000', '0.0000', '1800.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 30, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f39d252c919a43117622574055c913d984366a5e3dc765077e0256a56731e334', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (917, '2022-12-29 18:52:00', 'SALE2022/12/0450', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1636.5000', '0.0000', '', '0.0000', '0.0000', '163.5000', NULL, '0.0000', '163.5000', '0.0000', '1800.0000', 'pending', 'due', 0, NULL, 7, NULL, NULL, 30, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9bdb40294ac9e20d2bd1acc669e9acd4cbc265379ec673c9c7c8d9f929718625', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (918, '2022-12-30 16:56:50', 'SALE/POS2022/12/0452', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '800.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '800.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7bc323c46d1fabb0ba32c92af243c3b85cf26213e8dc280689956894fc280a36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (919, '2022-12-30 16:57:55', 'SALE/POS2022/12/0453', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '986b8e34b86a5c3719f8294ab1aa67a45ee4f82a5008d06a3722eeec5562eba5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (920, '2022-12-30 16:58:57', 'SALE/POS2022/12/0454', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '850.0000', '50.0000', '', '50.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '850.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '850.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5cb9e60990147e17a5eb415f55048f7ec1e5a9372616c99e9eb24827547c80b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (921, '2022-12-30 19:02:00', 'SALE2022/12/0451', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2145.4500', '0.0000', '', '0.0000', '0.0000', '214.5500', NULL, '0.0000', '214.5500', '0.0000', '2360.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2360.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd73c9c7050f586225e875b966be17bbf6a267037539e84342f0d6e9588834741', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (922, '2022-12-30 19:14:57', 'SALE/POS2022/12/0455', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c74745e12073eba2e6a1063a76b4e5c3327c718195eb2c6d98a1f650a42940b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (923, '2022-12-31 18:35:16', 'SALE/POS2022/12/0456', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c452cf97cc55d04136a902216bc0e51e911e33570324db81130759a7d1a313a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (924, '2022-12-31 18:42:00', 'SALE2022/12/0452', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '636.3600', '0.0000', '', '0.0000', '0.0000', '63.6400', NULL, '0.0000', '63.6400', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '05d8b888e682d8afabf2e4c8e5be93dbc3aa614e329c9b282201309a1fd8f753', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (925, '2022-12-31 18:43:00', 'SALE2022/12/0453', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '227.2500', '0.0000', '', '0.0000', '0.0000', '22.7500', NULL, '0.0000', '22.7500', '0.0000', '250.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 0, '250.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0983196e41de57706f7b03a59115462474202c788261fc518567906d6b07d140', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (926, '2022-12-31 18:44:00', 'SALE2022/12/0454', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '727.2500', '0.0000', '', '0.0000', '0.0000', '72.7500', NULL, '0.0000', '72.7500', '0.0000', '800.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 0, '800.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '46a5f3678c77020f9be36178adca0b0f76236d1525079b9251164e121df71a9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (927, '2022-12-31 18:46:00', 'SALE2022/12/0455', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7500', '0.0000', '', '0.0000', '0.0000', '27.2500', NULL, '0.0000', '27.2500', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '97c8e71404d4b68f7e9969741e5ff46c195d1a1555788eb4b436811b95d75bff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (928, '2023-01-02 17:43:00', 'SALE2023/01/0456', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3572.7300', '0.0000', '', '0.0000', '0.0000', '357.2700', NULL, '0.0000', '357.2700', '0.0000', '3930.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '3930.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '36fffabb6355948bd23b3feafa0929f52d222ebe52c5dc0c5a8c6e5c1f0985dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (929, '2023-01-02 17:53:00', 'SALE2023/01/0457', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3491.2000', '0.0000', '', '0.0000', '0.0000', '348.8000', NULL, '0.0000', '348.8000', '0.0000', '3840.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 64, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '41ee4e090cd7ce6fd23ffbc3ba49ae68c9a667a9a0e035ba09ec78a7c2d1e586', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (930, '2023-01-02 17:56:00', 'SALE2023/01/0458', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '436.4000', '0.0000', '', '0.0000', '0.0000', '43.6000', NULL, '0.0000', '43.6000', '0.0000', '480.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 8, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '17a5f2646a0495459c579cd553b89e35c7b6584a4df57aaa5a5114a0516d1791', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (931, '2023-01-02 18:01:00', 'SALE2023/01/0459', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1636.5000', '0.0000', '', '0.0000', '0.0000', '163.5000', NULL, '0.0000', '163.5000', '0.0000', '1800.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 30, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0b1156590942706ff5b354fd06212d4c9366af89ab9d724a5b0ad1fa86a254ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (932, '2023-01-02 18:03:00', 'SALE2023/01/0460', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '04875c11763c72b4409f8950af07a55cfa0d36a182b96eee9e882595cdfe040d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (933, '2023-01-02 18:05:00', 'SALE2023/01/0461', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1036.4500', '0.0000', '', '0.0000', '0.0000', '103.5500', NULL, '0.0000', '103.5500', '0.0000', '1140.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 19, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '919e83d4892f9d071063d003493fb37e8030c58bb94b60b8713397a8d3cfc12a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (934, '2023-01-02 18:09:00', 'SALE2023/01/0462', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2291.1000', '0.0000', '', '0.0000', '0.0000', '228.9000', NULL, '0.0000', '228.9000', '0.0000', '2520.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 42, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b4f7839065426bf2ebdea99b61f351ed204df0c3df45135fca373852288b014d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (935, '2023-01-03 13:35:48', 'SALE/POS2023/01/0457', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '450.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '450.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc1deecce1a96efb93581f4964464b8704accc2fb269faf90e6b2c2eebd94b3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (936, '2023-01-03 17:16:31', 'SALE/POS2023/01/0458', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '78b414e49609df6f8f6447e987f8c6a4c6eb5acfe7c8ad28418df42b0588531b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (937, '2023-01-03 18:20:00', 'SALE2023/01/0463', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '581.8200', '0.0000', '', '0.0000', '0.0000', '58.1800', NULL, '0.0000', '58.1800', '0.0000', '640.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '640.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '74d9245c9b4625735fbf3da8c162bef73ff7bdd1f771c37c90ea2f36722adc16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (938, '2023-01-03 18:21:00', 'SALE2023/01/0464', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '763.6800', '0.0000', '', '0.0000', '0.0000', '76.3200', NULL, '0.0000', '76.3200', '0.0000', '840.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 12, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5d43562486fed4dbe90e9ee1f80ae2ca5b478618c45ae77db506e753bc128621', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (939, '2023-01-03 18:23:00', 'SALE2023/01/0465', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '08546ddb718b2f50fcea9109825e809a31d38b2a3909c921593a15f685c92441', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (940, '2023-01-03 18:24:00', 'SALE2023/01/0466', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7637.0000', '0.0000', '', '0.0000', '0.0000', '763.0000', NULL, '0.0000', '763.0000', '0.0000', '8400.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 140, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2d490bb2b52aca36d411eaaca4b15499ec685f4ca0940eb0d8ccfb46f159a0c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (941, '2023-01-04 16:45:32', 'SALE/POS2023/01/0459', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e65a752884b81db3eb65dac1bf71175fc76107fef08217116d86548ac3d402e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (942, '2023-01-04 16:46:44', 'SALE/POS2023/01/0460', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6c0a3b6338e729db41d7b6e839b37bcfe0dae42ba2a63a08a3a15aa84c804b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (943, '2023-01-04 16:48:03', 'SALE/POS2023/01/0461', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'acd435f657bbd3decf997c40ea16844f680a54c836cc9478c2b4966e1795fdd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (944, '2023-01-04 16:49:43', 'SALE/POS2023/01/0462', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1440.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1440.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1440.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c54a384114c05c7ebf65dd95d82c08345e9700c69cb937f60264a997abd2fb84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (945, '2023-01-04 18:29:00', 'SALE2023/01/0467', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '763.6400', '0.0000', '', '0.0000', '0.0000', '76.3600', NULL, '0.0000', '76.3600', '0.0000', '840.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '840.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd60c53e869c617fd23d288301bd83aa6b0ddcf68171b6e929a5031dd9ec84c4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (946, '2023-01-04 18:31:00', 'SALE2023/01/0468', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2291.1000', '0.0000', '', '0.0000', '0.0000', '228.9000', NULL, '0.0000', '228.9000', '0.0000', '2520.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 42, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'dfe4d1029488d801b4d117ace2a1cba4791737515945ce0b29823eb15af0b84d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (947, '2023-01-04 18:33:00', 'SALE2023/01/0469', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1091.0000', '0.0000', '', '0.0000', '0.0000', '109.0000', NULL, '0.0000', '109.0000', '0.0000', '1200.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 20, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '53e215e65c0a0721337d4d3faf313d1e56dedd67735faccfa0d269574218c676', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (948, '2023-01-04 18:34:00', 'SALE2023/01/0470', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '636.3700', '0.0000', '', '0.0000', '0.0000', '63.6300', NULL, '0.0000', '63.6300', '0.0000', '700.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 7, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'bdf29616c2f7ef9652bf9e001560ab867ee4c3a48a678bb77060fc52510525d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (949, '2023-01-04 18:36:00', 'SALE2023/01/0471', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '318.1500', '0.0000', '', '0.0000', '0.0000', '31.8500', NULL, '0.0000', '31.8500', '0.0000', '350.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 7, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '834158094bb5d5559d76ed828d24b705b98c5489dfca4172c8b77d281b6e5767', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (950, '2023-01-04 18:38:00', 'SALE2023/01/0472', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '327.3000', '0.0000', '', '0.0000', '0.0000', '32.7000', NULL, '0.0000', '32.7000', '0.0000', '360.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 6, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cd9de8259dda67c40619cdb3981a730d0806851717eee73bacec3167ddc44ab9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (951, '2023-01-04 18:39:00', 'SALE2023/01/0473', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3545.7500', '0.0000', '', '0.0000', '0.0000', '354.2500', NULL, '0.0000', '354.2500', '0.0000', '3900.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 65, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a1d6511c929c66b1c1df6ddaa0f2642710a1bb68e945f2ca12ef4ae3d91c4725', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (952, '2023-01-04 18:44:32', 'SALE/POS2023/01/0463', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '21900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '21900.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 41, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7c2260942247ba2779a8979ae62498725f92fc9c4a7e24cf3895b29de38f4e0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (953, '2023-01-04 18:46:10', 'SALE/POS2023/01/0464', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '07fd0d3d3caf583033c6adf5984d68a8dfc643613b425f5abff577b6cb48e5b7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (954, '2023-01-05 17:31:40', 'SALE/POS2023/01/0465', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '619400bbafa6aeff4c92fe109bd958db3457ff50a2524b18236ae9a2d8021463', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (955, '2023-01-05 17:32:58', 'SALE/POS2023/01/0466', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5aab1e6199c0d0b163cab82e39304ab1d4070a83f33351836463239c77f2261', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (956, '2023-01-05 17:35:06', 'SALE/POS2023/01/0467', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1060.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1060.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1060.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32089f817608390ada332a4e5a323cb5e7cbdc9d0483e5a69c31bba19c92ce23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (957, '2023-01-05 17:36:09', 'SALE/POS2023/01/0468', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d33b3f2bc71cc65b21d92288341f291fee37cb54108e6b2187ffd70880a1d25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (958, '2023-01-05 17:37:35', 'SALE/POS2023/01/0469', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76c317ca2196363b2a92074b831a456fe8b6187e722f3725bae017223de7c92f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (959, '2023-01-05 18:07:25', 'SALE/POS2023/01/0470', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c11eb81f6f9e7f395ccca0a9b0a1dc48f84cd245cecda32113b0c25e75a9f03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (960, '2023-01-05 18:16:00', 'SALE2023/01/0474', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '200.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4231b5a90e3d3e283918311b7a0d39e1437264a9b158c613747958e9760a9462', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (961, '2023-01-05 18:19:00', 'SALE2023/01/0475', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7582.4500', '0.0000', '', '0.0000', '0.0000', '757.5500', NULL, '0.0000', '757.5500', '0.0000', '8340.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 139, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '7c1ba4edb11616edf5f40bb9dc20a2393a46751bd28a5687166a6bd9f4e1243a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (962, '2023-01-05 18:20:00', 'SALE2023/01/0476', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '327.3000', '0.0000', '', '0.0000', '0.0000', '32.7000', NULL, '0.0000', '32.7000', '0.0000', '360.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 6, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c561b018a1f69aa0a27d131f42aac527ddf0e6b0a99270bee99bef41ff69218e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (963, '2023-01-05 18:24:00', 'SALE2023/01/0477', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '318.1500', '0.0000', '', '0.0000', '0.0000', '31.8500', NULL, '0.0000', '31.8500', '0.0000', '350.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 7, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1559039f8109ac9e7a4dcd4ee26f622e961a0e5dd23b34eca11230ed7d7e4f64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (964, '2023-01-05 18:33:00', 'SALE2023/01/0478', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '436.4000', '0.0000', '', '0.0000', '0.0000', '43.6000', NULL, '0.0000', '43.6000', '0.0000', '480.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 8, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e8f30133338f5e5c65e264ba82136247b7e35046a214a185733fc0f7d84a13ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (965, '2023-01-06 18:30:29', 'SALE/POS2023/01/0471', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a987ee54d93a6b9b88309d687995e8837317eb338ee1c2eb5c1022a60704903c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (966, '2023-01-06 18:39:00', 'SALE2023/01/0479', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '154.5500', '0.0000', '', '0.0000', '0.0000', '15.4500', NULL, '0.0000', '15.4500', '0.0000', '170.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '170.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '57ae935c1152b76d3ac53d7dfcc6951ad16bf622f61b5989f9d5524c618f59fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (967, '2023-01-06 18:43:00', 'SALE2023/01/0480', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2836.6000', '0.0000', '', '0.0000', '0.0000', '283.4000', NULL, '0.0000', '283.4000', '0.0000', '3120.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 52, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9797b256b186d8fb691ae5ad9898142f1bc1ff2ee49ac8b951b698a9a72888bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (968, '2023-01-06 18:44:00', 'SALE2023/01/0481', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1091.0000', '0.0000', '', '0.0000', '0.0000', '109.0000', NULL, '0.0000', '109.0000', '0.0000', '1200.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 20, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fb0bcd621aceaf3a33f53b698b94452cb088c06c564824cebd93752d5baa2fde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (969, '2023-01-06 18:47:00', 'SALE2023/01/0482', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'bdd3b559fa2d2c0b1bb48c698f94fe7a7f0676214fe562c5dc49cee25823558f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (970, '2023-01-06 18:48:00', 'SALE2023/01/0483', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7500', '0.0000', '', '0.0000', '0.0000', '27.2500', NULL, '0.0000', '27.2500', '0.0000', '300.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 5, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b00a24a6c2c98851e619c4e494d0a174f713c59d92fb4754b7d590f1243bde92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (971, '2023-01-06 18:59:23', 'SALE/POS2023/01/0472', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ba0ad7eccab129b4ab7b5b1c039da1c13872d9f2e3e21e85965dfba64676222', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (972, '2023-01-07 16:34:58', 'SALE/POS2023/01/0473', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60dccdcc35583bce899fd146fbfb9dd4def812b4efa2a5bf7936b9d71012d00f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (973, '2023-01-07 16:56:09', 'SALE/POS2023/01/0474', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '016f09a96c2d32d747c0d8d7f491d4080680fbf2fc264e5d69fa40a192b87232', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (974, '2023-01-07 16:57:48', 'SALE/POS2023/01/0475', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc8e08a408281d6f08837715526cf1bc329358a02d5317dc215c90f182446b4d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (975, '2023-01-07 17:31:03', 'SALE/POS2023/01/0476', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3cea4b5c30c5a23e25de617908d9ef7e9452a334859644f16cb2e7a0dc996b9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (976, '2023-01-07 17:32:03', 'SALE/POS2023/01/0477', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22062a125dff8c376e0563e3210e88313f4892ef5ce412959d2d49c66a624c8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (977, '2023-01-07 17:34:25', 'SALE/POS2023/01/0478', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3df6446aa6e0a666b40d591ffec0a0736a6c9998f7618c612e597077b53827e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (978, '2023-01-07 17:37:59', 'SALE/POS2023/01/0479', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d3ba0ffa2da4b647c397ebe6227ec89a018e965bd91f43b9320a7e9b3488428', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (979, '2023-01-07 18:14:00', 'SALE2023/01/0484', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1754.5500', '0.0000', '', '0.0000', '0.0000', '175.4500', NULL, '0.0000', '175.4500', '0.0000', '1930.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1930.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ca24e59c798c64e3383bb3f993ea4ba71af3b0a5e737a537a628456629f25783', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (980, '2023-01-07 19:18:00', 'SALE2023/01/0485', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1854.7000', '0.0000', '', '0.0000', '0.0000', '185.3000', NULL, '0.0000', '185.3000', '0.0000', '2040.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 34, 0, '2040.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8950178fdf8c7ef04f45919890f560295ef8ec3c0dbca83b76fab7a3d4b934ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (981, '2023-01-09 18:12:28', 'SALE/POS2023/01/0480', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1050.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1050.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63cb0db40296800608d8fe2223650c7cdb22c24dc6168a1d7e01428539562904', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (982, '2023-01-09 18:13:40', 'SALE/POS2023/01/0481', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '450.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '450.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c01062ce608bf336dca5d48401bb28031b066a97b45e373048412b2f4c4bcc5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (983, '2023-01-09 18:14:49', 'SALE/POS2023/01/0482', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '14d0fe7e1fc8fb72fc7a08b2f3eb86bd1155be91375c443ccc6e001b87dacf3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (984, '2023-01-09 18:16:38', 'SALE/POS2023/01/0483', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b392da26deeecd2b2961b9d0546a37ded6ad989ac9450ac2824b857ae76e4e14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (985, '2023-01-09 18:21:19', 'SALE/POS2023/01/0484', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '10570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '10570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 23, 1, '10570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '44d6e044ec6f7df5e57d835efa1bd18ec2b146b781fc6aef8ba26ad23f2431ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (986, '2023-01-09 18:27:14', 'SALE/POS2023/01/0485', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5360.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '5360.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 11, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '470ce825873226227900b3d9a6bc56286f0bc83253174908d471966a377e7449', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (987, '2023-01-09 18:48:00', 'SALE2023/01/0486', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3000.2500', '0.0000', '', '0.0000', '0.0000', '299.7500', NULL, '0.0000', '299.7500', '0.0000', '3300.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 55, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1590f3d82b270bfcc05af53b8bd7c83266ca4f4d7102bc737d96eadc0c0477cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (988, '2023-01-09 18:54:00', 'SALE2023/01/0487', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '54.5500', '0.0000', '', '0.0000', '0.0000', '5.4500', NULL, '0.0000', '5.4500', '0.0000', '60.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '379dda0797857cf9d32bdf025d5f762f39cb1c412e3c8f3b41a1677e7b9a9169', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (989, '2023-01-09 18:56:00', 'SALE2023/01/0488', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5891.4000', '0.0000', '', '0.0000', '0.0000', '588.6000', NULL, '0.0000', '588.6000', '0.0000', '6480.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 108, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6c2aa283e702f95492434c338e577b2b00eed6c5df616b0e61f808a69fe75474', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (990, '2023-01-09 19:03:00', 'SALE2023/01/0489', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1145.5500', '0.0000', '', '0.0000', '0.0000', '114.4500', NULL, '0.0000', '114.4500', '0.0000', '1260.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 21, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '40aa15db417c2940b57406e3e24d0616559ca4c5cfe500c1d339240fc56fa759', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (991, '2023-01-09 18:56:00', 'SALE2023/01/0490', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '499.9500', '0.0000', '', '0.0000', '0.0000', '50.0500', NULL, '0.0000', '50.0500', '0.0000', '550.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 11, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '614f3a0d63dda526e0e5085b8dbd798c43a064ddcd4a8d1d210ffff9edbf2a72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (992, '2023-01-09 19:07:00', 'SALE2023/01/0491', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0500', '0.0000', '', '0.0000', '0.0000', '59.9500', NULL, '0.0000', '59.9500', '0.0000', '660.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 11, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '54238e886ce7531329452daf4074e039f20117c49a3c41440a028c1522f85424', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (993, '2023-01-09 19:06:00', 'SALE2023/01/0492', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cc44a88c4a17c22b25f926b620f573bd534cf4db320410f543b12fd51c564fc2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (994, '2023-01-09 19:11:00', 'SALE2023/01/0493', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5182.2500', '0.0000', '', '0.0000', '0.0000', '517.7500', NULL, '0.0000', '517.7500', '0.0000', '5700.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 95, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2f22a6242661098dd6ec09d92b045b7f27b3321ef93bf74191b7160ea15d61e4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (995, '2023-01-10 18:48:41', 'SALE/POS2023/01/0486', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '980.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '980.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '980.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '877ea7919d1e78d7d053133f3490ef2845b40e967c357b28041dafdf0d9f3046', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (996, '2023-01-10 18:50:15', 'SALE/POS2023/01/0487', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b59d70002e1b7a04f0bec9b9cb4d61fd02bc03eb76c1fcf1d85c711068baa99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (997, '2023-01-10 19:11:16', 'SALE/POS2023/01/0488', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1050.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1050.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3abe839de352bc8071b6003f8011e1293f81fdc2dbc40c1bdeb76a2ba8d9115', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (998, '2023-01-11 21:31:15', 'SALE/POS2023/01/0489', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '185268c9f3f345395b0453b564e64a29ed7926bed0ff7d480ed7034cb1b5dd53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (999, '2023-01-11 21:33:19', 'SALE/POS2023/01/0490', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '750.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '750.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '750.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c769473176c04131e91fc9397e2104c2351059d8dd950295c449daade330d4a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1000, '2023-01-11 21:34:32', 'SALE/POS2023/01/0491', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0bc81168099f11a85c4071c4a5afea158decdd2cb67f4019396f2e209e13838c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1001, '2023-01-11 21:36:36', 'SALE/POS2023/01/0492', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd6d90f659c82ee883bc116da0d5104131f7d7acd54ca9e11303df451bec55a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1002, '2023-01-11 21:41:47', 'SALE/POS2023/01/0493', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a88bee4761679581eb4b0985908405cbbe4a4e9fa27c71171de1fe2f01c9295e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1003, '2023-01-10 22:01:00', 'SALE2023/01/0494', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '9036.3600', '0.0000', '', '0.0000', '0.0000', '903.6400', NULL, '0.0000', '903.6400', '0.0000', '9940.0000', 'completed', 'paid', 0, NULL, 7, 7, '2023-01-11 22:04:40', 1, 0, '9940.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '81b9d453c42270aefc884fe8893c463433b33ed7be9dd7648d306133cfcbce19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1004, '2023-01-11 22:05:00', 'SALE2023/01/0495', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2736.3600', '0.0000', '', '0.0000', '0.0000', '273.6400', NULL, '0.0000', '273.6400', '0.0000', '3010.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '3010.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0b0699fdab1957ef7621d185289f86a18fa1bbcd0e08283a557aed139eacebc1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1005, '2023-01-11 22:07:00', 'SALE2023/01/0496', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2727.5000', '0.0000', '', '0.0000', '0.0000', '272.5000', NULL, '0.0000', '272.5000', '0.0000', '3000.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 50, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9691595078f7052aaf304d4f4ed79c2d730272e40548aeee1cb6fca8af4d205d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1006, '2023-01-11 22:08:00', 'SALE2023/01/0497', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2018.3500', '0.0000', '', '0.0000', '0.0000', '201.6500', NULL, '0.0000', '201.6500', '0.0000', '2220.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 37, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '66a151cd01b3abb3f3e080021eecd76862091a932689343c4b66f85e709e7d02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1007, '2023-01-11 22:09:00', 'SALE2023/01/0498', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6b32748f33081de71d929b63a41e43b18722b5025a0310d41f93aab28190a13e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1008, '2023-01-11 22:11:00', 'SALE2023/01/0499', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '181.8200', '0.0000', '', '0.0000', '0.0000', '18.1800', NULL, '0.0000', '18.1800', '0.0000', '200.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2ae38803a78731252f58a3237819aa7c3d0a849c6d9d23628300af676679c34a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1009, '2023-01-11 22:12:00', 'SALE2023/01/0500', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '54.5500', '0.0000', '', '0.0000', '0.0000', '5.4500', NULL, '0.0000', '5.4500', '0.0000', '60.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1e60592d9a977a4c9a4b97857d0c64fc56c3052ec6ce194a24a607c132174131', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1010, '2023-01-11 22:13:00', 'SALE2023/01/0501', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2945.7000', '0.0000', '', '0.0000', '0.0000', '294.3000', NULL, '0.0000', '294.3000', '0.0000', '3240.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 54, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6aa3f6734fec60994ecbd67ff4c369f2dc7637fa3f55680be4baf1764ac2ddc4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1011, '2023-01-11 22:14:00', 'SALE2023/01/0502', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7500', '0.0000', '', '0.0000', '0.0000', '27.2500', NULL, '0.0000', '27.2500', '0.0000', '300.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 5, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '62a7ad422f33bb0e6245a6a815a678a2c8f72cdf4c1bd6c855a32d94fbcec382', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1012, '2023-01-11 22:15:00', 'SALE2023/01/0503', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '327.3000', '0.0000', '', '0.0000', '0.0000', '32.7000', NULL, '0.0000', '32.7000', '0.0000', '360.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 6, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '19c1dce0c9f382516d6148b5bb9e6fa1f0674c0c892ea3d45f7c0ce8c0a4abe7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1013, '2023-01-11 22:16:00', 'SALE2023/01/0504', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7500', '0.0000', '', '0.0000', '0.0000', '27.2500', NULL, '0.0000', '27.2500', '0.0000', '300.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 5, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cac457ac8a1958e99bc176bdae4559bab613c557caf651d62f6497b157f7dfee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1014, '2023-01-11 22:17:00', 'SALE2023/01/0505', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e9171da34e50a473532d3728ec0c40ca3a7fcfe17d7ae07260eeb411766add05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1015, '2023-01-12 17:37:57', 'SALE/POS2023/01/0494', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '500.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '500.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1420e0738c84193efc643419d4069f906350f02e77aaf6267d0e718b2e39f246', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1016, '2023-01-16 18:37:20', 'SALE/POS2023/01/0495', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a51c63e46b1aa866d0775af36ad938f58a5d985708bf8d795a38952e70395962', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1017, '2023-01-16 19:22:59', 'SALE/POS2023/01/0496', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e83b99f6318245030e268dd44b6a792c036ae6015d8746f69aa05fcea1e8673e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1018, '2023-01-16 19:24:11', 'SALE/POS2023/01/0497', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e84cc088786741b871cc3689706c861ec7778a951e625253e1cf6eef15e5c40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1019, '2023-01-16 19:25:31', 'SALE/POS2023/01/0498', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e81027171e2f6b88f6cc9abb79e473a95de0ffb73c6edf515c0a5b778f22119f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1020, '2023-01-16 19:26:20', 'SALE/POS2023/01/0499', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c061a768e5a167ff8c38821d6ac6e88de4911cecfeabbab15818edbb4c6bf46a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1021, '2023-01-16 19:27:09', 'SALE/POS2023/01/0500', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6968f000b52024e297acc42bedb10daafac0e282d8ec5cf094256d21f1a3c36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1022, '2023-01-16 19:33:00', 'SALE2023/01/0506', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2154.5500', '0.0000', '', '0.0000', '0.0000', '215.4500', NULL, '0.0000', '215.4500', '0.0000', '2370.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2370.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '15023cc42f7b7440c78b0bd020d4c1e6f765edb98bf29a2dd82f6789f96ea8dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1023, '2023-01-16 19:38:00', 'SALE2023/01/0507', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '54.5500', '0.0000', '', '0.0000', '0.0000', '5.4500', NULL, '0.0000', '5.4500', '0.0000', '60.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '33c15081463f1b02171804f81c1be96bc1175204848834bbeed1136546cae4e9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1024, '2023-01-16 19:40:00', 'SALE2023/01/0508', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '163.6500', '0.0000', '', '0.0000', '0.0000', '16.3500', NULL, '0.0000', '16.3500', '0.0000', '180.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 3, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '260ec59ffb9769f21ad5e287314bcb8327b62a2592561cb0ef81c1737bca8f52', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1025, '2023-01-16 19:41:00', 'SALE2023/01/0509', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b86538e460238fe31469cf648307d6de205a2ca50cc38d98d6920dc727f50d03', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1026, '2023-01-16 19:41:00', 'SALE2023/01/0510', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.5000', '0.0000', '', '0.0000', '0.0000', '54.5000', NULL, '0.0000', '54.5000', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 10, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6aefc09e531051af037949a18b34354d7f0a747fea506c3155593b25125ae823', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1027, '2023-01-16 19:42:00', 'SALE2023/01/0511', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3327.5500', '0.0000', '', '0.0000', '0.0000', '332.4500', NULL, '0.0000', '332.4500', '0.0000', '3660.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 61, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '18ca92143844381b222e7535c604e29f7fe4a9bd1a7e661988bd1d74d2ed4131', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1028, '2023-01-17 18:24:47', 'SALE/POS2023/01/0501', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0446975e258c73480037a04cc1e8c74b3a880c5a3a06868c8b92db41332108c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1029, '2023-01-17 18:25:46', 'SALE/POS2023/01/0502', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2100.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 5, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b027ea6899dd7de891f28ebb3bfd8ee1dded1b572f6d869227c1d416694d439a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1030, '2023-01-17 18:26:57', 'SALE/POS2023/01/0503', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a0664c1e119a8e43969542bb4be35f81e96693e43ebfec081de8d59e7c25d36', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1031, '2023-01-17 18:28:12', 'SALE/POS2023/01/0504', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '60dc5e0f956fe58be2f691c516e4081bc94cb406fb75c6aca004d29243c0320e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1032, '2023-01-17 18:29:46', 'SALE/POS2023/01/0505', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc038349d80d5c68de1632a13253523d4b4d2e83b94085419f35af1b5d75d397', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1033, '2023-01-17 18:30:36', 'SALE/POS2023/01/0506', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '621e00c00b03cdf3c074ea59e704ff1852ffc52b110243328ad4704a07b2665a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1034, '2023-01-17 18:31:33', 'SALE/POS2023/01/0507', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff11865feae0999ab1e75f542dac6920a63205efaea70c86fe5550a1c512990e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1035, '2023-01-17 18:33:51', 'SALE/POS2023/01/0508', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd80374deb759a292e345a24fc80e5df7b6a574065fb16eb9caca40e4b8813c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1036, '2023-01-17 18:34:53', 'SALE/POS2023/01/0509', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '383791da89ae55e90d95ca930c1b1ab46bef0f3adab07c4bacfc397a799699f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1037, '2023-01-17 18:36:26', 'SALE/POS2023/01/0510', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32d307b0ac02d593f7955f76e591f92c8ebd3d8f46f56209a46f0dbacc5cc3d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1038, '2023-01-17 18:38:18', 'SALE/POS2023/01/0511', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3d2b113361cdf7c2296469b0708588361235780ac4997b8e74d48124a4addb7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1039, '2023-01-17 18:40:05', 'SALE/POS2023/01/0512', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0849464c96076da09b294f62083c830a0e8bd47cbd82acd493abe5d6c73688b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1040, '2023-01-17 18:41:18', 'SALE/POS2023/01/0513', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '25e2778c9cbd59bfcb372162f7d4b06f4cbb38f61a6729cf89f6ed1a5da59035', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1041, '2023-01-17 18:42:07', 'SALE/POS2023/01/0514', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1680.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1680.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 4, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62605bd8966e5d13497defbc64ed692508894c1ef8ac028092148ca353e6ef32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1042, '2023-01-17 19:07:15', 'SALE/POS2023/01/0515', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4d447a78f3bc33620d957cf6e8356a0943c8012224e85bcde4bedd40fe5bfc76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1043, '2023-01-17 19:08:21', 'SALE/POS2023/01/0516', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '581c8da87212c9d45422ec2ef3b8d7b66001eae21047a32da81c2204ecab79ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1044, '2023-01-17 19:29:25', 'SALE/POS2023/01/0517', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2190.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2190.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2190.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13fb8da0996fcb27b67f0e00876796e17df55a68d60ab9d5b09ea329811fc2ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1045, '2023-01-17 19:31:11', 'SALE/POS2023/01/0518', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bc0606bcdc44f1952dac9ac119081de865fd9bfe904d35ace42f8e3e65c22bde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1046, '2023-01-18 18:39:29', 'SALE/POS2023/01/0519', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc844edf6c15057df2fb9b1ecfd699f9d76f749a740ebb6e5f5904edb0652346', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1047, '2023-01-18 18:42:05', 'SALE/POS2023/01/0520', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e2e618aaee55e2692f2061d08de3569c590334b1ff375136c6eecc1988cc450', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1048, '2023-01-18 18:44:17', 'SALE/POS2023/01/0521', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '850.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '850.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '850.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f544d4e3b6188df6c2cae1e8533e0f6fb2c0832a5808d31f467cd002cddaf17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1049, '2023-01-18 18:48:41', 'SALE/POS2023/01/0522', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '750.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '750.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '750.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cbbf7d100975f84b67fb96f7555134bba0def2996fd7c3caef5da98e8d5966a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1050, '2023-01-18 18:50:22', 'SALE/POS2023/01/0523', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '550.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '550.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '550.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a46ccdbdac4546a68a7442849164a61b3c802803ffc0840b7b53a1a7be89ac80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1051, '2023-01-18 18:53:08', 'SALE/POS2023/01/0524', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1780.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1780.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1780.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd6ee040674351691b1a68134281cfe0ad76dab4aa77a444f6913dbab697f61b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1052, '2023-01-18 18:53:41', 'SALE/POS2023/01/0525', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f27bd3c0585c98d61ed41a5ed7e5544c44683946d6f5a87782dbb7b5f925bff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1053, '2023-01-18 19:09:00', 'SALE2023/01/0512', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2181.8200', '0.0000', '', '0.0000', '0.0000', '218.1800', NULL, '0.0000', '218.1800', '0.0000', '2400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b3109347aeb25b2f6482ba064dc9bcad59ff619754f16ef63f823f0a0f6981ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1054, '2023-01-18 19:16:00', 'SALE2023/01/0513', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1809.0900', '0.0000', '', '0.0000', '0.0000', '180.9100', NULL, '0.0000', '180.9100', '0.0000', '1990.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '52958a446be3d40f1fedd4a02f6bdb288a95cec68c1edabdf4f7f013f24606b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1055, '2023-01-19 19:25:54', 'SALE/POS2023/01/0526', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b33e3bb5996f9adb5ed9c4541d4ec88752253747fd006d7f04dff5a54a27e607', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1056, '2023-01-19 19:34:26', 'SALE/POS2023/01/0527', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea6ac2c86b2c33d208b41f70fce62bba1e63c25236e63878e6506867502bdbb2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1057, '2023-01-19 19:35:15', 'SALE/POS2023/01/0528', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1000.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69ba6259e1308573b338844cf61f036a1cedb219d4d594307f4f901a9c9b4eec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1058, '2023-01-19 19:36:30', 'SALE/POS2023/01/0529', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f434beb4698915e27132bfc2f70f1969178869b84527f90614faf63a765897e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1059, '2023-01-19 19:56:14', 'SALE/POS2023/01/0530', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '500.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '500.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34d103b3dda999c060809af7fef6fc20bf4c9d019528a85f78e9efb9dd06aa8e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1060, '2023-01-19 19:57:26', 'SALE/POS2023/01/0531', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad96816e7adaadc308a5729403097b3543d8722e169e0f82c516a1dd34875259', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1061, '2023-01-19 19:58:29', 'SALE/POS2023/01/0532', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f55f6b00071db65e34b67dd9bbd9d5149f5a03529dc52501679859d54bb4577', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1062, '2023-01-19 20:00:48', 'SALE/POS2023/01/0533', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1190.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1190.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1190.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '04f781296ea357d1e844fcdbfe9edca6f89f6632754c054e18c1e6e67f62f669', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1063, '2023-01-19 20:02:05', 'SALE/POS2023/01/0534', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1050.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1050.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5aec638604a67cbda90c19c71e7a395ca5e7c1f49a0d1a8060363ef355bbddf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1064, '2023-01-19 20:02:54', 'SALE/POS2023/01/0535', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5fb8f15961b013771794b08a90a64bd373c8b1aed1697e51dae6305cbb5a62c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1065, '2023-01-19 20:03:55', 'SALE/POS2023/01/0536', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8a03b9a72a1d65c88cdde401a641c32bb9435ee7d98150c844691766808aad7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1066, '2023-01-19 20:05:05', 'SALE/POS2023/01/0537', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1950.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1950.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1950.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f113be0fa0403bb9ab3741456088737466751503f98ad2326ca128f35f41d931', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1067, '2023-01-19 20:05:47', 'SALE/POS2023/01/0538', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a92b486c4de5775f4861e02704cb13df8b9b5d79cdaca8806cf8eb92491eb29c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1068, '2023-01-19 20:06:42', 'SALE/POS2023/01/0539', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8e8a62530aaf4373e87506952ad66295ac84ef2645d0c52b1f1390b88cfd0fea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1069, '2023-01-19 20:07:27', 'SALE/POS2023/01/0540', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd96fe97e66844fb58bd9a87453810ab9986453855c413a9ac2bf801eb12c805a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1070, '2023-01-19 20:09:07', 'SALE/POS2023/01/0541', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '5120.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 11, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26bf6179ea18bde3c2eb7b6bb3f95e2fce8aa3ad7ef69ef50e00bf3636f28160', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1071, '2023-01-19 20:14:00', 'SALE2023/01/0514', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6209.0900', '0.0000', '', '0.0000', '0.0000', '620.9100', NULL, '0.0000', '620.9100', '0.0000', '6830.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '6830.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '465b427ef01963681f1c464a71389cf4c827869d366ff2453a9c025f2b48c585', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1072, '2023-01-19 20:15:00', 'SALE2023/01/0515', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2090.9100', '0.0000', '', '0.0000', '0.0000', '209.0900', NULL, '0.0000', '209.0900', '0.0000', '2300.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f8db9ac528d4d1d475a3606c8154dab26888519e149f85b40a3d292d2541c2e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1073, '2023-01-22 22:50:19', 'SALE/POS2023/01/0542', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c423a59650b2690d30a9a8688eb86a4c56271a2fb5e2cc3ae4d1474c9e4faba6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1074, '2023-01-22 22:52:59', 'SALE/POS2023/01/0543', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd0bf44ff4d1af4842e4c6b1421ecf8eb860f4db8c484341b221be923194849d4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1075, '2023-01-22 22:59:58', 'SALE/POS2023/01/0544', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8db8744971efe02994bcbbe628370ef3cd03abe7cc97d43509723bb0d19384cb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1076, '2023-01-22 23:01:57', 'SALE/POS2023/01/0545', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2aef96266091078ee1f6857c811c8e638c873864a13d9c19d82b0a1e3f71cdfb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1077, '2023-01-22 23:02:55', 'SALE/POS2023/01/0546', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '127a5d5bc20f27f3f4e09c6898e890132e5c178f10bfa131e5ea29d3e46c545a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1078, '2023-01-22 23:03:47', 'SALE/POS2023/01/0547', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50edac4416b0c4cdde33ffc1490d1ccc07ca7d93be1cbab252cd9f7f2b4ada0e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1079, '2023-01-22 23:05:02', 'SALE/POS2023/01/0548', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb876bb7040cf6497f330e5161e1888b78cbdd21aeb14c3fe214cefdd2dbadab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1080, '2023-01-22 23:09:08', 'SALE/POS2023/01/0549', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '4600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '4600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5451ac68bec43225a207fa7eed13c0c81d84f7332b35edfb69a4790c6574636b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1081, '2023-01-22 23:10:39', 'SALE/POS2023/01/0550', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '980.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '980.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '980.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0922d08b1276e3a0cfaf83ab3bb5cffacc6329a3ed832c97658d5f28fe7b4af', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1082, '2023-01-22 23:11:49', 'SALE/POS2023/01/0551', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '610.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '610.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '610.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de7e4bb84136747cf53159304e5d72f1095cdc5747707aedf3dbf8faea51b160', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1083, '2023-01-22 23:12:45', 'SALE/POS2023/01/0552', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95e8c79e9dbea5de1e0cc41f238c6cbd1ac4520149039832c7a17bd91f35b2c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1084, '2023-01-22 23:15:07', 'SALE/POS2023/01/0553', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1330.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1330.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1330.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b59b43cac22ab3a13277431de75261049bc048008dc0ede473ab1c3a9f8a2cd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1085, '2023-01-22 23:16:14', 'SALE/POS2023/01/0554', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1f366e4f0ad7fddb2c0bdb2b993356c63e6239f2149256ada29e95b23fb93c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1086, '2023-01-22 23:18:29', 'SALE/POS2023/01/0555', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c33c359b4c9c79092dfa59ad6ee47d19567bc50c65279bd1f16c41c1a68b0d08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1087, '2023-01-22 23:19:23', 'SALE/POS2023/01/0556', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1f83c3938a51ef26fefe3a0341648a2de6912c65d751e6428c53cbcae261afdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1088, '2023-01-22 23:21:42', 'SALE/POS2023/01/0557', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '840.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '840.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '840.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '639c8908aa53adca055f9bf2e3a8f06eff4f57e079106b7f370aae4ca072b066', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1089, '2023-01-22 23:23:12', 'SALE/POS2023/01/0558', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '920.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '920.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '920.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9fb9cd9227495ac1db68a1f5d931d9e407b3688215423b0c5032d02fe52f0c18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1090, '2023-01-22 23:24:53', 'SALE/POS2023/01/0559', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2820.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2820.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2820.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '941990aa69cda8e11be6b052ff0a22f02bfe690740484dbbcb267c32e17140f9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1091, '2023-01-22 23:25:54', 'SALE/POS2023/01/0560', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f76e3344a9718f20867b24d4fd6b0aa60efc42492699d3e6e3ec0c4628767976', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1092, '2023-01-22 23:26:50', 'SALE/POS2023/01/0561', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71d89834b95e648ddeed4e2f5056e9d096203b355a53ae027f1f9d9e647536a7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1093, '2023-01-22 23:27:47', 'SALE/POS2023/01/0562', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '750.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '750.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '750.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5e60abae3c6d4faecd7f9cb6210a1baabf21cdb9a05f36e37c3c58b4b42038e1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1094, '2023-01-22 23:29:25', 'SALE/POS2023/01/0563', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a13df385ffdd3144334f75bedad0ce84a04675604a95e6701f72152074d3f916', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1095, '2023-01-22 23:37:43', 'SALE/POS2023/01/0564', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2190.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2190.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2190.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '336268e38c1999c3279199765d42bbbc0a2f2be96da36f987d73c61431073cef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1096, '2023-01-22 23:38:49', 'SALE/POS2023/01/0565', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ddc55ffc35a7908740110e1dda23a684b0d7160db9d790a529a30c38dd44df2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1097, '2023-01-22 23:42:30', 'SALE/POS2023/01/0566', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2fb1a2cb084457eaaff06ecb0fc9587851b03c03065865feca0a5db480d2ff9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1098, '2023-01-22 23:43:37', 'SALE/POS2023/01/0567', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa40424707684de471abc4bfacdf128377d6c05955ac2f4e5affb08840843e1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1099, '2023-01-22 23:44:36', 'SALE/POS2023/01/0568', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afd75517d8b05913dcbad5a63e947c1c19c88a78dc91b46a3f771ddee03e7152', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1100, '2023-01-22 23:45:29', 'SALE/POS2023/01/0569', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3e557541e1040a577749b174888ce2eeebfc822b42381ba1a203f84ad7a86044', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1101, '2023-01-22 23:48:13', 'SALE/POS2023/01/0570', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6794344d5af42646026f5aa0b15499c032c42689956b0ab1c67b92a85edc891f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1102, '2023-01-22 23:48:58', 'SALE/POS2023/01/0571', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '400.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a9dd7560978c6cebe4fe48ef4d266510e8050cf1e3dd9964a74920bb165fc479', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1103, '2023-01-22 23:49:57', 'SALE/POS2023/01/0572', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1060.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1060.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1060.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c0d144b6a0ff49e45af91ca68508b645d310029b657edc00aaf6e871476b2d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1104, '2023-01-22 23:51:12', 'SALE/POS2023/01/0573', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '910.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '910.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '910.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '490d4181abd8b19a52a225774ab012b3c0d3ab3ec551c1fd8dd9a994894b4427', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1105, '2023-01-22 23:51:59', 'SALE/POS2023/01/0574', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9dee39ed64be41fa71ede82499e7d347e49b8c362806622e238ecfb502f3acf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1106, '2023-01-22 23:53:04', 'SALE/POS2023/01/0575', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '359524e59be353f282147661f45924739e0a490a5366e11d5af9d0d2ceb9d499', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1107, '2023-01-22 23:54:15', 'SALE/POS2023/01/0576', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9beedeb47465219573c7b77b2c6a2d382b8c2a1f197b49281f49db9731f8ae58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1108, '2023-01-22 23:54:58', 'SALE/POS2023/01/0577', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '901d327a6d9afeb30514437593b5a2c7d5a6d435bdceec58b111bca330896ac1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1109, '2023-01-22 23:55:47', 'SALE/POS2023/01/0578', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b7bb50f4080a470c0a711c7a8f6e044c1aa8a123e0315f14b4dfd53e85780c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1110, '2023-01-22 23:58:32', 'SALE/POS2023/01/0579', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f157acca829fbc952abb4638ca754113dabf5aebdf73dddbbee1ca385d6cebf8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1111, '2023-01-22 23:59:48', 'SALE/POS2023/01/0580', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6ae01cbb1d94a64ba992df83a65a55a2c5ca6787c9f4f1bdc6b387b789330167', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1112, '2023-01-23 00:00:52', 'SALE/POS2023/01/0581', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11dac0186d3429d26f0763a0cb14c27db298df301d795f01a35a511bb5c9c77e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1113, '2023-01-23 00:02:41', 'SALE/POS2023/01/0582', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0648f852f639d0db50a6866a2d865127c39eb495090ad02c8bf9bbe64dc17dd6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1114, '2023-01-23 00:03:37', 'SALE/POS2023/01/0583', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afa94d5eb5da7d5c8c069b83f31a2726f47a62203e046130c42465dd33b82d72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1115, '2023-01-23 00:04:54', 'SALE/POS2023/01/0584', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1440.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1440.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1440.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c5d6e6a790499223623d912c14519b20112840b56bd73a0b29535cea86a5e241', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1116, '2023-01-23 00:06:07', 'SALE/POS2023/01/0585', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a55a86c0831d15d20829f12e64da3b311976036f2eca27ef0504adad7b6c647', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1117, '2023-01-23 00:06:44', 'SALE/POS2023/01/0586', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca531ecc5c9740520ad095acc7d5d758aae444a8dca80f4b9c3470fa46535204', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1118, '2023-01-23 00:07:34', 'SALE/POS2023/01/0587', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5980.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '5980.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 13, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76367e882453d7aa2018cc1d1b826e04286217eedb2a37e50b3dab3a0b85dc5a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1119, '2023-01-23 00:09:38', 'SALE/POS2023/01/0588', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c9cce7de859d7eb70ab49c1866662757e04ec03633952e0ce75e9fd52d879a47', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1120, '2023-01-23 00:10:28', 'SALE/POS2023/01/0589', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'edf22a4a59a25a17d5015bff2611e44f6b4f02e214256d1d2fcaed87b7b08ce0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1121, '2023-01-23 00:11:13', 'SALE/POS2023/01/0590', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c16ccb683b970212967d47d38d4cd4567fda50bd8275a68a88bc562225904cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1122, '2023-01-23 00:12:32', 'SALE/POS2023/01/0591', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f62efce0bdc1bbf6f66a71ae2b2752106c9d67d573a7f850f0a04c0e5356a4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1123, '2023-01-23 00:13:21', 'SALE/POS2023/01/0592', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '970.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '970.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '970.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a8881acfeb013116adfda63bd32263dadc96dc81e7898c8e95952d8630ac280d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1124, '2023-01-23 00:14:38', 'SALE/POS2023/01/0593', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5475569d516cac1db8ab8e3b2c5aafe17c4cf750e4449e29d23ac3d98c0c383', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1125, '2023-01-23 00:15:24', 'SALE/POS2023/01/0594', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '850.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '850.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '850.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd67b54dec67d73be647dfb60d53a9b1d388bd1066cc80b5918f5ec7a880abad2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1126, '2023-01-23 00:17:14', 'SALE/POS2023/01/0595', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7fb1bb63c4d18f8c4ea588c208e0a2591eed235962ba7f6cc9e11b78b0575f17', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1127, '2023-01-23 00:18:58', 'SALE/POS2023/01/0596', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1000.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2c7fa6391c512e60e51a8619650dfb6b9cb68b0e4861e14c3f34368c1068f8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1128, '2023-01-23 00:21:10', 'SALE/POS2023/01/0597', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3900.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 6, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '95e772a21bfe9bc635ae016c3d64fc33b88a954577ca2a5a47fa0d552cb499de', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1129, '2023-01-23 00:23:50', 'SALE/POS2023/01/0598', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1050.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1050.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef1db46b423efb00b0e62a054d32ac3e521a195ea34edea345a43c498aed61a8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1130, '2023-01-23 00:25:24', 'SALE/POS2023/01/0599', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0bb34a135f54425ba111671207029eae175263e28a7f1172280d50975f4ccd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1131, '2023-01-23 00:27:09', 'SALE/POS2023/01/0600', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '513ab790a2680fc4170202ad8fadbf84b1afac7d83cca97fe7e60108700debd3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1132, '2023-01-23 00:28:19', 'SALE/POS2023/01/0601', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1470.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1470.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1470.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6fcc13cff363c056631a6e69873d7bc59cb94808275754ef082c8608a06763e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1133, '2023-01-23 00:29:05', 'SALE/POS2023/01/0602', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd393d1a85fe6b72a7bd6df84e49c500fa698b871c18733fc60ae3abd748a872d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1134, '2023-01-23 00:29:50', 'SALE/POS2023/01/0603', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '920.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '920.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '920.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0277dea10f5a73c5daffb36371f9937c675145b5d07ca1fb2e774573d3bb0a80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1135, '2023-01-23 22:07:55', 'SALE/POS2023/01/0604', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ca524b455906fc171e3955acca10be7577b8d5db127dd01bc61ad71649df092', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1136, '2023-01-23 22:09:11', 'SALE/POS2023/01/0605', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1950.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1950.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1950.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb932a0d57c8c5c1b84dad5b95b933bfba835353925389bd9079089ecb00884f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1137, '2023-01-23 22:10:24', 'SALE/POS2023/01/0606', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1010.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1010.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1010.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee81fa62cff4b68c4d70bd771f9da7dd77a5e646728d58b72c0008416922c711', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1138, '2023-01-23 22:11:05', 'SALE/POS2023/01/0607', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cecb7fcf22ad6d8a66e35f4955d55f79864ee64587602d8f577cbdc2e626d447', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1139, '2023-01-23 22:11:54', 'SALE/POS2023/01/0608', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1c41cb2a688b8bb8f3d3a940f4b13c5c9ccc3b29d07d2cca97554a646fe68a8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1140, '2023-01-23 22:12:56', 'SALE/POS2023/01/0609', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9eb35fc6d409408983e5f1f982528093012c0543f0e62ff062113b3cb6a7c274', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1141, '2023-01-23 22:13:45', 'SALE/POS2023/01/0610', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '233d37d8addc88e5ac5a8cdef9e4505fbfea225c81be12943fb83c8ac622e7b1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1142, '2023-01-23 22:14:34', 'SALE/POS2023/01/0611', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd224c3203d20cf657bc8399fd5a10d4716dd7c00d8885d1faa63f7a247dde696', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1143, '2023-01-23 22:15:19', 'SALE/POS2023/01/0612', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7860955d56c49f6cc1c310791db39cfb8838b314e18a877a6b1ad6de0ad9c19', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1144, '2023-01-23 22:16:47', 'SALE/POS2023/01/0613', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c4a05a09148bef0227b543b191abcedbff015ab8239881a8477e2e307ab770d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1145, '2023-01-23 22:18:06', 'SALE/POS2023/01/0614', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1150.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1150.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1150.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b7bc2795436e981a9f1f0972ef23bf9844660cf95fecb8e04193dbb7de147d2c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1146, '2023-01-23 22:20:44', 'SALE/POS2023/01/0615', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1060.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1060.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1060.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd076d0402e58b0670121f39dba23056a22a58ac3e18610efbd941509265ca62b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1147, '2023-01-23 22:21:31', 'SALE/POS2023/01/0616', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '24b6c8809c19b49252dfc6679aa262ff79e76baf06530ed38ff91aef7e5fc7fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1148, '2023-01-23 22:22:30', 'SALE/POS2023/01/0617', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '940.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '940.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '940.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4c3529cb306c374772edb49a982be9de998aa302f147a02b975eaad6e87c84bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1149, '2023-01-23 22:26:31', 'SALE/POS2023/01/0618', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99b20a2339d6f2f28beca12942acb5e6b01e861789675bcf9fc39ff435b28be2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1150, '2023-01-23 22:27:42', 'SALE/POS2023/01/0619', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d82ce9b3f52bdf9825b5967694cb79ca03db3a7cd804a743c57fa14cdf32cc6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1151, '2023-01-23 22:29:24', 'SALE/POS2023/01/0620', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2050.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 3, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ee4bb5df85076eb1824c64f26d13880dc8e63400cb8430e19bd92d90d94edac0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1152, '2023-01-23 22:30:14', 'SALE/POS2023/01/0621', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e137ffcaa1c5f3cd66c62642b1428742ffed5074cae25b9cfbebac1fd8d7348a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1153, '2023-01-23 22:31:11', 'SALE/POS2023/01/0622', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0497e3ea9e0ad309d389a0aa1ffcf68ed62037b4252cddd2ddca451f95664acc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1154, '2023-01-23 22:31:52', 'SALE/POS2023/01/0623', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dffcbe318cc614a65f30ef6c158051574854efdeea915f912801823e704e010d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1155, '2023-01-23 22:32:35', 'SALE/POS2023/01/0624', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fe319fa9f8c1eadc321d2ffa16b2db20a6f4f431551d28a1833313b466c55018', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1156, '2023-01-23 22:33:16', 'SALE/POS2023/01/0625', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '86495b047726a05cf470fff0913787ce0a24582e978daed17f03beb30a6ef90f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1157, '2023-01-23 22:33:58', 'SALE/POS2023/01/0626', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9cc8915af6be8c3dd1014c348ddd34803a5ae25190e5a728fe700623b2e1ac63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1158, '2023-01-23 22:34:31', 'SALE/POS2023/01/0627', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1497fdccc707ad5771cd83c762496f6e33a55c81e6294154d4ad760b358b18c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1159, '2023-01-23 22:36:21', 'SALE/POS2023/01/0628', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2330.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2330.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2330.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa500627276704161a24774cd03d1469c11600d3ba8887c0b6677e4667da1c44', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1160, '2023-01-23 22:36:58', 'SALE/POS2023/01/0629', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4dfd1d3331aa078f16101ccf1cfa12de406e56d1aae50a2fcd213f9b3acf13c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1161, '2023-01-23 22:38:18', 'SALE/POS2023/01/0630', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1010.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1010.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1010.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7724419a576913fa6cdb43e32443635d894a2ba29b45bf6336e56fcb2e686ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1162, '2023-01-24 18:08:32', 'SALE/POS2023/01/0631', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3770.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3770.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '3770.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9094901d319da288c746a47eee6dd452717238fb629136c9720362a28eb9f737', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1163, '2023-01-24 18:09:39', 'SALE/POS2023/01/0632', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1c76614047c7183c82c979a2650cf0b787910cc08a772b41665dcc0d96e9320', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1164, '2023-01-24 18:11:06', 'SALE/POS2023/01/0633', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1740.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1740.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1740.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '239027b839c6adc9c66ad92a9db29529d4640f512446ad2a885e2451e6042e3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1165, '2023-01-24 18:12:02', 'SALE/POS2023/01/0634', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13ed10d02cc3eed4f10f5cbaf042ebbb13035f4e6c68b1ce744cef3b55c8f16e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1166, '2023-01-24 18:13:10', 'SALE/POS2023/01/0635', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7d173849bb665218aae1178594d3a5364f14816ed178b6dd60c6fa52b9e59a43', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1167, '2023-01-24 18:13:49', 'SALE/POS2023/01/0636', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0a4904fc876006c8973e2649be5cadae1145dcbe98394a555383947a8204b16', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1168, '2023-01-24 18:21:59', 'SALE/POS2023/01/0637', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2330.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2330.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '2330.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f5505fa9bb883501aadd7b68a8986a78ac3761da2b7050089b08b2971ea77c2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1169, '2023-01-24 18:27:05', 'SALE/POS2023/01/0638', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '544bb8a33ede3eb1681019906d289b1725075c169a3672540d02ce83870bbe0d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1170, '2023-01-24 18:30:09', 'SALE/POS2023/01/0639', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1650.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 3, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0872b68e31cb5f14b5ffecda55ae054acbea5511dcd6b7c7cfa3eaaf3fb5084', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1171, '2023-01-24 18:48:19', 'SALE/POS2023/01/0640', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2940.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2940.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '2940.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '646f25da12e2d94f759809d5bfae6641a74ca5bfc4f964f08291bcec98fca2f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1172, '2023-01-25 22:28:25', 'SALE/POS2023/01/0641', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c66517b759dd8839cb8dc403a884ed1183ca2c699f18568dfea91c0c64d56c4b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1173, '2023-01-25 22:53:21', 'SALE/POS2023/01/0642', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1770.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1770.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1770.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '51be5e9882ae749c6437f2bc3c46c9426e88c52390c26f132048de42f2263974', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1174, '2023-01-25 23:26:15', 'SALE/POS2023/01/0643', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1770.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1770.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1770.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9f37499d15d64e83f862b3e801064264cbe64f81298a88624008b8c67fbeb8d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1175, '2023-01-25 23:27:09', 'SALE/POS2023/01/0644', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '750.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '750.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '750.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '06a6712103262df6dd2372693523651cc965126f169dea79dcc182c5846e09fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1176, '2023-01-25 23:27:45', 'SALE/POS2023/01/0645', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4e12e3a99c03e1b8eb4f23326e44d5d404f3a473fc0c792be33f0ad491ee9add', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1177, '2023-01-25 23:28:38', 'SALE/POS2023/01/0646', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d00c7a2bce8936ce2509071852722a4e759c576c6436126bf960f601638821d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1178, '2023-01-25 23:29:41', 'SALE/POS2023/01/0647', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1070.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1070.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1070.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72829423d45031de86b94b372278593053cf46ed413a6c58451cc1412c5fdd8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1179, '2023-01-25 23:30:31', 'SALE/POS2023/01/0648', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ad1af1874067fb6a1bb1b164e7521425ee93614f132c9450989310779aff70e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1180, '2023-01-25 23:31:45', 'SALE/POS2023/01/0649', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7779fb9cad99bda9d93ca1a1702caef7351d1701343a69ee020f69b6332b4b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1181, '2023-01-25 23:32:28', 'SALE/POS2023/01/0650', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e09264a7eb6357579d4b479dab28e6020b967927a443ade09411fca321d92746', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1182, '2023-01-25 23:33:22', 'SALE/POS2023/01/0651', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1170.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1170.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '540f3902942cce914b6f11e03a7a7e52c04fb9d7dff60bafff1b4b91a2a7e394', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1183, '2023-01-25 23:34:41', 'SALE/POS2023/01/0652', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1050.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd26249d84364876d974d114b6547e680fdea7711fc03fd222f931e3f4a0166a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1184, '2023-01-25 23:35:17', 'SALE/POS2023/01/0653', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7af3e6db04979f78934cbca53ebcbef98da84b5e7c47b7a3c6f3c7ba1b2704c2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1185, '2023-01-25 23:35:59', 'SALE/POS2023/01/0654', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '850.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '850.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '850.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f292e0b19ce378d34b3dcf0a5639881d2ac8817578f17ff9cc5e06168e8fc41', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1186, '2023-01-25 23:36:48', 'SALE/POS2023/01/0655', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b6ef10ddeb4feac4f27ec5d801717d64539f9071f06734859b678749cabf5206', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1187, '2023-01-25 23:40:31', 'SALE/POS2023/01/0656', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '14950.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '14950.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 30, 1, '14950.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3e1d7b3139e80ebf5d790a02a1c9084f16997cdc43689c4aef5646fcf9c29ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1188, '2023-01-25 23:42:34', 'SALE/POS2023/01/0657', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a04058ae72015211d860d4c55a237b6f8b884acf554863b3e13f2005dc75140', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1189, '2023-01-25 23:43:19', 'SALE/POS2023/01/0658', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '50bc2aed00746f4e96454d1075a713464d2374979231a30f5257a70ffb193982', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1190, '2023-01-25 23:45:34', 'SALE/POS2023/01/0659', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2770.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2770.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 5, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '156281436376b69ff4b86e24a8a6c247c0b17fabe17f372b5a28986d99e60d80', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1191, '2023-01-25 23:46:48', 'SALE/POS2023/01/0660', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1240.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f7dfdf27d9f401ced61dde9ea38d812c9b9bb61d5182926d33a8557e86a49d8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1192, '2023-01-25 23:49:09', 'SALE/POS2023/01/0661', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4440.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '4440.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 8, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '23a253618cc43e4f1ff6fa22bd143ac5716f514b24ad15d6e1fac82ce885b604', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1193, '2023-01-26 21:44:10', 'SALE/POS2023/01/0662', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8c004d2a5c522a7cadf16f6e3e3982415442b2f9a12b1120416ba13dc07a3574', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1194, '2023-01-26 21:45:04', 'SALE/POS2023/01/0663', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '750.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '750.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '750.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b93e7e4a12618c197698626d511f4ff21c4c8781af255ba127b816b5c852ba20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1195, '2023-01-26 21:45:53', 'SALE/POS2023/01/0664', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '450.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '450.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0c266c73a6793f7b824f84bd824f2a7a2757c7f65487570817191bf203945033', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1196, '2023-01-26 21:46:45', 'SALE/POS2023/01/0665', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85b9a18723b1d14baa5d92d3e09a88749441538c38799c2e30af22c082a73bff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1197, '2023-01-26 21:47:25', 'SALE/POS2023/01/0666', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f74ea7c06b2e1b2daec3a4890d965bb74297dd517a78b4d17e2a31ab01e4fbbe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1198, '2023-01-26 21:48:09', 'SALE/POS2023/01/0667', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4559125f37fb318782abc3e11117d88baf732fd1dc55d70948cb524e383beb59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1199, '2023-01-26 21:51:48', 'SALE/POS2023/01/0668', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '6650.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 10, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '682c61341d7d4b55e9c9ad4529afad22f555530cbd838966a942c752196ea371', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1200, '2023-01-26 21:53:46', 'SALE/POS2023/01/0669', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6df0e052feb182079e8f319068290c0c6030addafd33a78bb9853ba8a544a59a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1201, '2023-01-26 21:54:58', 'SALE/POS2023/01/0670', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '22818b3c66ef8197d64290429433e3b741f5dbfee53eb5f5518bad4a20042f68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1202, '2023-01-26 21:56:07', 'SALE/POS2023/01/0671', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '778f659c3be8038ea98df19b5d5834fa9197957e0f0a41838471c21736c09c99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1203, '2023-01-26 21:57:49', 'SALE/POS2023/01/0672', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9d3f1ac4246c19f0351e8c83cd5bc26e02965b3a28c37f1526d2f569ff645490', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1204, '2023-01-26 22:01:16', 'SALE/POS2023/01/0673', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af455a13d3f54387df612c2a0bc765af9205acbc36b27ad14e298f73b1ccd6d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1205, '2023-01-26 22:03:04', 'SALE/POS2023/01/0674', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '6480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 11, 1, '6480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32baf278042641213cccf03c837ef4d5cf0192d4e0c6fbeca79fdd195a335adf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1206, '2023-01-26 22:04:53', 'SALE/POS2023/01/0675', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '3630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '70991be44338ecbbfeee971dd3641ccc5725ce64cc8cc03bc2f87a8a534164f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1207, '2023-01-26 22:07:32', 'SALE/POS2023/01/0676', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '2620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9dcbef05f3c192d164ffdc9430169b469bfc72a43c480a7506faad5afea221e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1208, '2023-01-26 22:09:24', 'SALE/POS2023/01/0677', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1170.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1170.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1170.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21c5ec8af5b29f093a943298bfdb30ec3179affb57eb1bc980bfdc91129f148f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1209, '2023-01-26 22:10:24', 'SALE/POS2023/01/0678', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '850.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '850.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff8c9830a1a3be0a5188cfd25748249c19f8164d1448058642ae0083541e3d85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1210, '2023-01-26 22:11:38', 'SALE/POS2023/01/0679', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1190.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1190.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1190.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '861c110153a2f6cd37db9fe600ba33974dd3e25b0c603aeeffff4d9a2a19ef58', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1211, '2023-01-26 22:13:01', 'SALE/POS2023/01/0680', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1110.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1110.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1110.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd93bc2fd4581a310b313c60bd6ab82a82942d4fbded300104bdc717fe6a8b9f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1212, '2023-01-26 22:14:22', 'SALE/POS2023/01/0681', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a602690cd75b67e92372c8605b3e59d63a8a4123bc8d0cdeedac8c21802ea8cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1213, '2023-01-27 23:01:17', 'SALE/POS2023/01/0682', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '850.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '850.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '850.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd77df90d5468df17c29499d5f98dff42fdd5d3d13ac0453b54b0c6dee8f8cc4e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1214, '2023-01-27 23:02:38', 'SALE/POS2023/01/0683', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'aa3175abab6c2f7744ade578a1f2c2adea5329671f5c236cb2fda07df76dd24c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1215, '2023-01-27 23:04:50', 'SALE/POS2023/01/0684', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '581eb82635209a5af134a2cceb8690cab8e457c8ff90921e24a6632fe0c827ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1216, '2023-01-27 23:05:59', 'SALE/POS2023/01/0685', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a441f585ff3eea699d8ea86c944200a122187a31cfb7cb09ad4e6c32a754d8aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1217, '2023-01-27 23:07:18', 'SALE/POS2023/01/0686', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b70a8cec1788138ff1efdc37338f60fcd21af76d50495b96bdabfac36b1c3860', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1218, '2023-01-27 23:08:12', 'SALE/POS2023/01/0687', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd94de7f9b45798f0fa8c9eb88b1c3d03dac18e69dd019d6f3809b0fe2d770634', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1219, '2023-01-27 23:09:08', 'SALE/POS2023/01/0688', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e869807d8719c55987e76460aa24db809e20a7a735c3db6ca80aed1f4af96a3b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1220, '2023-01-27 23:10:08', 'SALE/POS2023/01/0689', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c1b26632edc9b3cce23aec8f6140ca2346f168498b4848c36febb29afcb0c9ff', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1221, '2023-01-27 23:11:08', 'SALE/POS2023/01/0690', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b30efc1d37afa6cdc91eb104cba929321930380a9acee6195f215da2795d436', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1222, '2023-01-27 23:12:28', 'SALE/POS2023/01/0691', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4440.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '4440.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 7, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '851a917236074432dcce88d10f78602cb5e819e66effbbd0e8fa5d109fb22568', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1223, '2023-01-27 23:13:40', 'SALE/POS2023/01/0692', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '800.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '800.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '549bff81b13900e5fa38ab635e93f63d300a936679c2ddad593618debb857f99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1224, '2023-01-27 23:14:46', 'SALE/POS2023/01/0693', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82927ead0c7860c3fba727d03db216e5219a2f7a8184137f7e50662e5cb4cc27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1225, '2023-01-27 23:15:49', 'SALE/POS2023/01/0694', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4ef6ea26636a96599b6475da5ef0bfabf4b4f21dd582a3a6ccd5569ae09b2d14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1226, '2023-01-27 23:16:58', 'SALE/POS2023/01/0695', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1635c576ef18d04a0b4e3c998da5a663b5acdea2db064c490f9bc5f3a137a39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1227, '2023-01-27 23:18:05', 'SALE/POS2023/01/0696', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ecabb9963b20832876de32e255b373ccb42fd6e0a5e7aa094e5a0adc64bee1f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1228, '2023-01-27 23:19:22', 'SALE/POS2023/01/0697', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '12210.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '12210.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 20, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88205d2926e37101fe895a1b1c4a4ea3c7e1a3ebfc3e31fbf30ce7653f835795', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1229, '2023-01-27 23:20:20', 'SALE/POS2023/01/0698', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'de95879481d0261272153dec78847c44ddabc4a0818a809121a17363982c0e02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1230, '2023-01-27 23:21:34', 'SALE/POS2023/01/0699', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '93bbb25c3255b0d0415fd5e6c3b83c2ebd58371a8894be96700ce88c39ac8091', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1231, '2023-01-28 21:53:03', 'SALE/POS2023/01/0700', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '160b2008f03a5422523a59431aff7e908cf489d871fca39231a881b913a65270', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1232, '2023-01-28 21:54:48', 'SALE/POS2023/01/0701', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '4900.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 7, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18baea57c7b3e65794d609f811e945256f49d10f2a24abe044d2fa35727311bd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1233, '2023-01-28 21:57:50', 'SALE/POS2023/01/0702', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a34d1d87a0cbfccd05569d0e398876ff436bf137790ad7853cbd5e9156ead08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1234, '2023-01-28 21:59:22', 'SALE/POS2023/01/0703', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1400.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2b0c59861f09a7f0f0351994bcb54a670145fce0b4db3524953340e067f8ab84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1235, '2023-01-28 22:01:48', 'SALE/POS2023/01/0704', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '48cc50471e5217fab3acd9a9fe701c2d15974e5a6ab01127038c0694f3917d4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1236, '2023-01-28 22:04:33', 'SALE/POS2023/01/0705', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39b1ebffcfce8f69591332e21091b5f4c08325aa723125f2815858f335b9ce15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1237, '2023-01-28 22:06:19', 'SALE/POS2023/01/0706', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3101577bbd2748dacbb9f56b600bc280059adb058c96548896bdee46c6d1edd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1238, '2023-01-28 22:07:17', 'SALE/POS2023/01/0707', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37bda7ffdb732e9a66e2e45b29f1c948fe711d62b9cb06dcf41be740454d5c76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1239, '2023-01-28 22:10:10', 'SALE/POS2023/01/0708', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6476e8a3fb0d84b21b33a726f0a4202f582d4ee31f19daf2c074d39da2a95a39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1240, '2023-01-28 22:13:44', 'SALE/POS2023/01/0709', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab36591558a1b387db36ff64fd6be9c7f52d0b1e4235d36f2a3316c78cd6f753', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1241, '2023-01-28 22:15:39', 'SALE/POS2023/01/0710', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1a6cbc5991757c97271bd7399289fa49e1824c06adf2ad1892edb88c1a52acf8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1242, '2023-01-28 22:17:08', 'SALE/POS2023/01/0711', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54a04a886979c9f951c60cf01e1d5d94265645fe07e360f2c9ae56aeda0e3420', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1243, '2023-01-28 22:19:28', 'SALE/POS2023/01/0712', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '13375c378db383c65e7e0b316dee3ebf519bc4d6d69a7220ac8019f13218c804', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1244, '2023-01-28 22:20:51', 'SALE/POS2023/01/0713', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '753ab06612f208b68b66da17b5d86e25ba98140bdc45aad7b78933f4e6ddd66a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1245, '2023-01-28 22:21:38', 'SALE/POS2023/01/0714', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2dd89a58871e7ea809e058d912e2d64eb9d6d8823b09f764687f1ca45a4b4c2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1246, '2023-01-28 22:28:21', 'SALE/POS2023/01/0715', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '017a9cac2d8f034a6aebd2be54d9674fbc85bb5daf6cf28ee0a7bfb7d40edf2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1247, '2023-01-28 22:30:29', 'SALE/POS2023/01/0716', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a782b6b5bb3299f6561810519e0b583c3ac9f8333756fe54e25437affb4041e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1248, '2023-01-28 22:33:31', 'SALE/POS2023/01/0717', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9123e9635d7f5dffc4ab5174d1ee6a3b67888dcc7ce3f3a8cf35cabe817001f4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1249, '2023-01-28 22:34:31', 'SALE/POS2023/01/0718', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'afd73d30ba7edf3cecf7a842ab06c5797d392274091cde811426288b434f9485', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1250, '2023-01-28 22:35:54', 'SALE/POS2023/01/0719', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eb78258250863396be745c8c941b015aea5f87329aa68e5b66ad471f441cda40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1251, '2023-01-28 22:37:54', 'SALE/POS2023/01/0720', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1170.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1170.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '054c355e70dcfd0d447722606adc6523d698d5e83bf98ad90304b7c8316657ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1252, '2023-01-28 22:39:21', 'SALE/POS2023/01/0721', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f7659057e1bb021f5e496534f328ad2b8a9937f5413713ac78ee58f2c32b3a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1253, '2023-01-28 22:41:52', 'SALE/POS2023/01/0722', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4790.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '4790.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '4790.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '05db5746c1df491d5a1c937bafc92295174e9faae885d00b13b43c62d163fb60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1254, '2023-01-28 22:43:44', 'SALE/POS2023/01/0723', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1060.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1060.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1060.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8e1646883b63012dfeeb31fcc0fa6fe196ed7e899c5a3f8805151633ce967df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1255, '2023-01-28 22:46:42', 'SALE/POS2023/01/0724', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1670.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1670.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1670.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cecadb360191c3466871a4610fd8b700bd4587e965fd0d54c4652ffcf4615b63', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1256, '2023-01-28 22:49:02', 'SALE/POS2023/01/0725', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '4200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '4200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a189bc0510ced637fb88f343e17fbe48262798672ce5d670172ff0f09175c79', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1257, '2023-01-28 22:51:13', 'SALE/POS2023/01/0726', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08746d48fa8df37d298397d74a62d35e82c7ade87dc4a08e0e6c3c1807b03cef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1258, '2023-01-28 22:52:40', 'SALE/POS2023/01/0727', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1bd5273e9249e564d82d926e244a868f856e2596a3a66bbfe3b3c34f4ab79a91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1259, '2023-01-28 22:54:44', 'SALE/POS2023/01/0728', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1040.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1040.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1040.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9cf1ec019c03f05d238c40f8bed2c4348107d35ba1cca185c129c4e8e9f356c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1260, '2023-01-28 22:55:51', 'SALE/POS2023/01/0729', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4333b8d4e81236e2ff9b9b21f94b03e41b9d17eabdd3b40b44d4b90aba49fe3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1261, '2023-01-28 22:57:03', 'SALE/POS2023/01/0730', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f93ad0810a43744867393e8e34a1295be5403296ae651eac9021961c3e804ee3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1262, '2023-01-28 22:57:58', 'SALE/POS2023/01/0731', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c1d82094395a3eb47728115b86211db70e183bc0fff35630b0fac681a580b8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1263, '2023-01-28 22:59:00', 'SALE2023/01/0516', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2818.1800', '0.0000', '', '0.0000', '0.0000', '281.8200', NULL, '0.0000', '281.8200', '0.0000', '3100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '3100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'bb64d8fcc7f1547b754864038bb8dc9d757133e72c8479fcfcd5e1c46591aea1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1264, '2023-01-28 23:03:00', 'SALE2023/01/0517', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '909.0900', '0.0000', '', '0.0000', '0.0000', '90.9100', NULL, '0.0000', '90.9100', '0.0000', '1000.0000', 'completed', 'due', 0, NULL, 7, 7, '2023-01-28 23:25:45', 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4703d815e388f1d04be3fe612ca25d638e6b99bc66744db05bc201c35e10252f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1265, '2023-01-29 22:04:37', 'SALE/POS2023/01/0732', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c5ba9df50e213115d62825bdfe154b5102fab367a7fce1463075fe6d5b29c77', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1266, '2023-01-29 22:08:27', 'SALE/POS2023/01/0733', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3ec4939c4b6e936cca551c1bf12591943a5ca50319935e8ae1f0ec43cfab330', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1267, '2023-01-29 22:10:37', 'SALE/POS2023/01/0734', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b0c4a62ec580f1c23075af7b6eb3e7e60139e64a0d4f2a2a8d50fdcfbe4dbb7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1268, '2023-01-29 22:12:44', 'SALE/POS2023/01/0735', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11bfae29f18b08264b40c8904066a3f81381900de76c6a32242b310ac3c002b5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1269, '2023-01-29 22:14:22', 'SALE/POS2023/01/0736', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'baf1b692495150da1023732ec846e404ceb8df51f4e4560f2e9a8f09b17f11b9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1270, '2023-01-29 22:15:15', 'SALE/POS2023/01/0737', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3663d1f55190e540f0b32298c70317ef3e6b789a08882d07748ef630bbfc7d05', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1271, '2023-01-29 22:21:30', 'SALE/POS2023/01/0738', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68fbfe1d1722b285dbf904031829155e73b0ac9d1d9dc68779e92591fc88ece1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1272, '2023-01-29 22:23:57', 'SALE/POS2023/01/0739', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca99d251ecc988c8710bc9bc7aac6e6bb6d7a0056672fa2feb72004a21fb5872', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1273, '2023-01-29 22:25:15', 'SALE/POS2023/01/0740', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fb733336bf0297bd7553f2889b207c3be3a8772e5ed317afd0575f12cb9d55f5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1274, '2023-01-29 22:26:27', 'SALE/POS2023/01/0741', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '61124ff050507c35bac9cf3610bf05d79340118c3a26d69c86f3d1a23e584972', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1275, '2023-01-29 22:27:43', 'SALE/POS2023/01/0742', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a85e489421ec4edef2510131f6b14b4898d4f7ed89cd6c00f3a8d51999b4f73c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1276, '2023-01-29 22:28:54', 'SALE/POS2023/01/0743', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1950.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1950.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 3, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9e4627227c15ac4eb2b32b2651033fab454503cc26f7e0262146f352bd55967', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1277, '2023-01-29 22:29:49', 'SALE/POS2023/01/0744', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ce26e05d37968c8c27348e811ca16486d4d4680ca6f5f91147546c6b8b295ef7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1278, '2023-01-29 22:31:37', 'SALE/POS2023/01/0745', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1200.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8e2a8fea4ea1a4e9466b556a7d944df4db1c7686fd8f7ad64a62c725787d1dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1279, '2023-01-29 22:33:50', 'SALE/POS2023/01/0746', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6050.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '6050.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '6050.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'da264bda778f79ee31754bc15bdacdf2574e8d7ca17acf57d71a381baff542b2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1280, '2023-01-29 22:34:46', 'SALE/POS2023/01/0747', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd5c90136172ac5b149dcbb65bca937ced3a3885375a49a3e4e427992cae1bdef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1281, '2023-01-29 22:35:34', 'SALE/POS2023/01/0748', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e4bfc879979c57406229c293d230fe0df1ee457e1ba36d5589cd7f6ef3ffe513', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1282, '2023-01-29 22:37:36', 'SALE/POS2023/01/0749', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5580.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '5580.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '5580.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3552acb09533da4cc8ea238726fb8502581bd2cb70e9908c50232fc2634c5fe5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1283, '2023-01-29 22:39:21', 'SALE/POS2023/01/0750', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '76bfa62d660be565062a0accc70fe7b8d3da77e298ae5c82054c9c1f57a74ef7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1284, '2023-01-29 22:41:20', 'SALE/POS2023/01/0751', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '72d02e8173a70d380daa35dbdf53086142cad8431350e383ccf31b50002821fc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1285, '2023-01-29 22:42:00', 'SALE2023/01/0518', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1181.8200', '0.0000', '', '0.0000', '0.0000', '118.1800', NULL, '0.0000', '118.1800', '0.0000', '1300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '39c79884d2f84c8a94be0bc5e1702ef22b15b5baa43362520c7ed6b436ff742c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1286, '2023-01-29 22:43:00', 'SALE2023/01/0519', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1636.5000', '0.0000', '', '0.0000', '0.0000', '163.5000', NULL, '0.0000', '163.5000', '0.0000', '1800.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 30, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c6d973c82a40b8c8de30e8f7eaf75fd08ea9afceb3c8b4caea5ae1f01df5ad84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1287, '2023-01-29 22:44:00', 'SALE2023/01/0520', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1636.5000', '0.0000', '', '0.0000', '0.0000', '163.5000', NULL, '0.0000', '163.5000', '0.0000', '1800.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 30, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '7b4f6c1975954c8a41c0e6dd0f90880a4a46e73ad758bddd280567cd9ccd35e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1288, '2023-01-29 22:44:00', 'SALE2023/01/0521', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7200.6000', '0.0000', '', '0.0000', '0.0000', '719.4000', NULL, '0.0000', '719.4000', '0.0000', '7920.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 132, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'bb2af814dcc559ba4a639e1dd6eb7b5ade21f02007ac16790b7702fd1718400a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1289, '2023-01-29 22:45:00', 'SALE2023/01/0522', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '436.4000', '0.0000', '', '0.0000', '0.0000', '43.6000', NULL, '0.0000', '43.6000', '0.0000', '480.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 8, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3538bcd3b681ac5f26644fbbdbcb978b2f7cbf6d159a91569d11b190fd0f776b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1290, '2023-01-29 22:46:00', 'SALE2023/01/0523', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '41256983f411f8d991cee76adea9271ef985414d102d24ceb269db59727bd53f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1291, '2023-01-29 22:47:00', 'SALE2023/01/0524', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.1000', '0.0000', '', '0.0000', '0.0000', '10.9000', NULL, '0.0000', '10.9000', '0.0000', '120.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 2, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '55b22b7a4a1a35a9b772b5d09097a40944006cb26a237878844592997497086e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1292, '2023-01-29 22:48:00', 'SALE2023/01/0525', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '54.5500', '0.0000', '', '0.0000', '0.0000', '5.4500', NULL, '0.0000', '5.4500', '0.0000', '60.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '36e709f9a49cbf494cd5c71b9645c19c5f03047406f8fe13f326b1481b4a41b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1293, '2023-01-30 22:32:57', 'SALE/POS2023/01/0752', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '627fa8925f152b4be91d1a7e247e0bedb32f3a1fa6c197fb46bdf09ea2abd063', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1294, '2023-01-30 22:34:32', 'SALE/POS2023/01/0753', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5850.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '5850.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '5850.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '79e79454e19f03637a70646043dbf7c6c9eaf223fd07341498028a1b813f5337', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1295, '2023-01-30 22:36:28', 'SALE/POS2023/01/0754', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '63494eb9b1ef1a686b4a152bba9c6cec67ac91782b48be7d5a9cd3efdd09e8fa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1296, '2023-01-30 22:37:00', 'SALE/POS2023/01/0755', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '1400.0000', 'completed', 'paid', 0, NULL, 7, 7, '2023-01-30 22:39:42', 2, 1, '1400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0e2c5dd13026b99450c0e02073952b603d25f8230f5a6a14b5c5987be3721db', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1297, '2023-01-30 22:40:57', 'SALE/POS2023/01/0756', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f39e3d17b744e826806109db8a3c041287c1ac25a03e8d98e7453f4fa9efc525', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1298, '2023-01-30 22:44:58', 'SALE/POS2023/01/0757', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a41865702e45eddfef3f9527ce919ff4a9bd3a33cf349d9636b0c61ece45889', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1299, '2023-01-30 22:46:01', 'SALE/POS2023/01/0758', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '980.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '980.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '980.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '433898a8c62a3bc8640c410e7b8a62a1cf221628f4b52268a79dbdf819faf570', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1300, '2023-01-30 22:47:11', 'SALE/POS2023/01/0759', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1240.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1240.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f07f9455ff9bc96be54d763539e2d009859c5a680338260f78da5aa051a498c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1301, '2023-01-30 22:48:24', 'SALE/POS2023/01/0760', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e6cc571f7d95ee298eb43a2321618b2a1ba8884c6794f7ae8e4b9aa8ce529c18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1302, '2023-01-30 22:49:22', 'SALE/POS2023/01/0761', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd3a13ee1397ca47fdba24ef4d63dcb76ac6338f4e78b5e522d7e2f8809278df3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1303, '2023-01-30 22:50:35', 'SALE/POS2023/01/0762', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1260.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1260.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1260.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9e5206b6beef41112f3df2edca31014104042c79eee2c9fb93ee46e1ae891891', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1304, '2023-01-30 22:51:59', 'SALE/POS2023/01/0763', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fce02db913e3034a1564550ab6bad6eee597fa251f5e85de535021acfc3141d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1305, '2023-01-30 22:52:54', 'SALE/POS2023/01/0764', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '670.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '670.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '670.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f40fd92812ac3b91fd62796fcbcff240c555795653f8d51509c0ff789f4f7a59', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1306, '2023-01-30 22:53:52', 'SALE/POS2023/01/0765', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8db1815333aed8c3c5480c329613ba8709593662fc12546df3c5afbdd8ccd093', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1307, '2023-01-30 22:59:00', 'SALE2023/01/0526', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1272.7300', '0.0000', '', '0.0000', '0.0000', '127.2700', NULL, '0.0000', '127.2700', '0.0000', '1400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1400.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '307f35a134c1b80e3ad9a487b02f6abbc9f4fc1f1955f177f0d0a0d7c608f5ad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1308, '2023-01-30 23:00:00', 'SALE2023/01/0527', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2018.3500', '0.0000', '', '0.0000', '0.0000', '201.6500', NULL, '0.0000', '201.6500', '0.0000', '2220.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 37, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4dd29899645415b299a4bb530748874e00a5b7c55da80ffdaac186dec6a0f849', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1309, '2023-01-30 23:06:00', 'SALE2023/01/0528', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.4000', '0.0000', '', '0.0000', '0.0000', '54.6000', NULL, '0.0000', '54.6000', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 12, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c1806408e6ef8d607ddb6d5fb3e8041f5e9c0b7907b1690aef6c6bc7e26c7451', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1310, '2023-01-31 21:50:37', 'SALE/POS2023/01/0766', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cae4413a8f25dc5bb5e038d06ebaf06ce94055048003064c7b2c3ff31732c1cc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1311, '2023-01-31 21:51:53', 'SALE/POS2023/01/0767', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dc5a05d78cb95bd7a00de8fcabeba7a9c1477af87ac3a41e4eea25503b4d8a1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1312, '2023-01-31 21:52:59', 'SALE/POS2023/01/0768', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e3ea5990cfa62c56c4063697926507ee181d83c17f03efb63f8465524ef06d53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1313, '2023-01-31 22:10:33', 'SALE/POS2023/01/0769', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5f99ec13456d25dddaba31139d7884e53bfc901b34cc8485884dc719b60e6b1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1314, '2023-01-31 22:11:29', 'SALE/POS2023/01/0770', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ac4a68a7c6c4de41b89f4589488d8d28f74200e5f4edfad0e353120bbedcb5f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1315, '2023-01-31 22:12:18', 'SALE/POS2023/01/0771', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd5cf5891b00ac9575aaa953bf0229315689328a3b60dc9b112afd8452b3821a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1316, '2023-01-31 22:13:15', 'SALE/POS2023/01/0772', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '872557425706e8f19088ad4b40ef78521838faca20d4e043f5178afd64c8d712', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1317, '2023-01-31 22:14:21', 'SALE/POS2023/01/0773', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a213cae13a0497f5886551344dcb463fe0afa41789447defe692fdca314b4ba9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1318, '2023-01-31 22:15:21', 'SALE/POS2023/01/0774', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '82b0ea1236098b4acfeebe84739bb6503a48f5c0d33791ca094399b3f2fc7fd2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1319, '2023-01-31 22:18:48', 'SALE/POS2023/01/0775', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed3ab03b88adf1957282b2596f3db59bfd8ae3ca9781bad568fcfb3c16d6409f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1320, '2023-01-31 22:19:42', 'SALE/POS2023/01/0776', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '424179fa684cd05a3a206cc697804168cb4567e1ea24e3b38b2aca356f7ad506', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1321, '2023-01-31 22:21:23', 'SALE/POS2023/01/0777', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1160.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1160.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1160.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6bce15ce2aa1715de4af2076ba1afc6af94733382d31e6fdc7dbf015795e725a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1322, '2023-01-31 22:23:23', 'SALE/POS2023/01/0778', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb1d5ef109dba30e7efca581748eb329a933c1c2099b34e9ac2bf2c45bac24c4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1323, '2023-01-31 22:24:27', 'SALE/POS2023/01/0779', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1260.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1260.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1260.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71c8806cc1ddb7a5e165e30426575e3f8652d5966696339ac007ddd5b59cb56b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1324, '2023-01-31 22:25:15', 'SALE/POS2023/01/0780', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eac106ad55e39f573d9909adf8338e57112e4eb3187557ca30e00bf24f6555d8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1325, '2023-01-31 22:26:18', 'SALE/POS2023/01/0781', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0672c075605daa2140df7e9467b2978ed4ee99090db71809621f3a26f68e0b69', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1326, '2023-01-31 22:28:39', 'SALE/POS2023/01/0782', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '970.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '970.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '970.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '810984ccca3279ce2712143787fced0de17f63f574284f213e3d131d4a75de84', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1327, '2023-01-31 22:34:48', 'SALE/POS2023/01/0783', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eeb82cb3415123bdfda174020fe6c9a5657e93c51f1240f4b1e98714b5f0b648', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1328, '2023-01-31 22:38:38', 'SALE/POS2023/01/0784', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '960.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '960.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '960.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e6d8604e30b64cc0b7a0458584e9a060f5ec2ca90339a9f8843513a81d20f9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1329, '2023-01-31 22:39:53', 'SALE/POS2023/01/0785', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '450.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '450.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f38130908a7f56a4f7ce2c07d7cd79ae0daf6cdabb24c04a532f51db7adaf216', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1330, '2023-01-31 22:41:07', 'SALE/POS2023/01/0786', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '12ad2580c5804803ac6647afae4b2c9cf00dcb78898c0b0b9f7cd57a76928f93', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1332, '2023-01-31 23:16:00', 'SALE2023/01/0530', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2918.1800', '0.0000', '', '0.0000', '0.0000', '291.8200', NULL, '0.0000', '291.8200', '0.0000', '3210.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '3210.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ff31fe2be70947be93c47782dde98e4c9978e126ecf52ae998c74b921f268f3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1333, '2023-01-31 23:18:00', 'SALE2023/01/0531', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2618.4000', '0.0000', '', '0.0000', '0.0000', '261.6000', NULL, '0.0000', '261.6000', '0.0000', '2880.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 48, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2edbeb77f6f4b76c3ed9a5ec786bd38162b8bec60839bde14d57cad133ff0b15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1334, '2023-02-01 05:40:00', 'SALE/POS2023/02/0787', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6090.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '6090.0000', 'completed', 'paid', 0, NULL, 7, 7, '2023-02-02 21:43:41', 10, 1, '6090.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e7c3b4898d9e53280837e853e4a7145632c6eeb82763707dcf2f758d342f310', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1335, '2023-02-01 21:45:00', 'SALE/POS2023/02/0788', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1610.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '1610.0000', 'completed', 'paid', 0, NULL, 7, 7, '2023-02-02 22:03:47', 3, 1, '1610.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7e0002d5cab07bb2d45227526773b442df2bbd96ed258ae64cdece2b788585d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1336, '2023-02-02 21:49:27', 'SALE/POS2023/02/0789', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d4ea0eecfae8cc4fb3c23110278b0bdc889a5e1c94b20546da06a89c182d2a2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1337, '2023-02-02 21:52:23', 'SALE/POS2023/02/0790', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1800.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1800.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bec26079b1efd4d8463e947f017a17532640af282e0c790c06322430764b629d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1338, '2023-02-02 21:55:08', 'SALE/POS2023/02/0791', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '81e2adb6bb7a16448edd564da4623d5a6bc396137425c50c18b5390e0a1adc6f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1339, '2023-02-02 21:56:30', 'SALE/POS2023/02/0792', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5cc365f9bfa5a46d6d86dd3cf0cbe4423078e8c3f205ed6f37d107e4299debe3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1340, '2023-02-02 21:58:22', 'SALE/POS2023/02/0793', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c35a520ba3cf044df807aba325e30eee68fb5d721fada475fd97c4ec5ab2352', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1341, '2023-02-02 22:04:30', 'SALE/POS2023/02/0794', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1260.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1260.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1260.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f757d220b3370d79bdede3a05ef3fa79f3c659272925bb4cf9e062cf3bce459', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1342, '2023-02-02 22:06:26', 'SALE/POS2023/02/0795', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1040.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1040.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1040.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd8e00f2534b42b36affa5099a6e515a3f2e8778a7126ddf35368d219343ff14', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1343, '2023-02-02 22:08:08', 'SALE/POS2023/02/0796', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1efe26550616fadd992d1c6f00b340ee2f5c904208572cba138ea58f1a98b79d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1344, '2023-02-02 22:09:07', 'SALE/POS2023/02/0797', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a4cce4a92c8d803739712bc31469b07f1eb81ab77338e873992db3991dac456', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1345, '2023-02-02 22:09:52', 'SALE/POS2023/02/0798', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6802aa74b8812465898a1da9efc8cbe1e3a82305d92d6b30ddd93c139e23b0bc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1346, '2023-02-02 22:13:42', 'SALE/POS2023/02/0799', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7f017ffcf656aa86ce7ced15e8a0dd71090fa9848f254518d49d37365c00bc74', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1347, '2023-02-02 22:17:58', 'SALE/POS2023/02/0800', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1810.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1810.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1810.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b4d9189e2fdb547eaea210d23c9151e8b9e2b2202c434f247f0a0c0d79237ac1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1348, '2023-02-02 22:18:46', 'SALE/POS2023/02/0801', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c51c85e2ef4ba772603fea24b529be4cf689a8be5f96b749ca24e63f2df985b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1349, '2023-02-02 22:19:40', 'SALE/POS2023/02/0802', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '85920b9743c401923733c368dc2980b36f61c4242149a2ae72013b708d56ee91', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1350, '2023-02-02 22:20:28', 'SALE/POS2023/02/0803', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e6784a05888dec29693b5283e0f8fed8890bcc71814d03b9e5053c2089d6349', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1351, '2023-02-02 22:21:17', 'SALE/POS2023/02/0804', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '20e7b51edf9ea22d45b7da404b14cb8def51c93ca43ac9d7f4adcd88956755b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1352, '2023-02-02 22:22:34', 'SALE/POS2023/02/0805', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '940.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '940.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '940.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd2728124632d013fede5b7246916a878bea829fff1ccc26374938e5341d854a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1353, '2023-02-02 22:23:14', 'SALE/POS2023/02/0806', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62d5479d74f7b220c4e35ba3477bfc4d2167370938338a7406664d807b16876a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1354, '2023-02-02 22:24:40', 'SALE/POS2023/02/0807', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c45003e86a27605442a5005c5b2ef6c3920c6962da0d229dcc63bee1b5ab5af3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1355, '2023-02-02 22:27:59', 'SALE/POS2023/02/0808', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2760.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2760.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '2760.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8b1e156890d2699c6b566b057cb8b072698d85bb66735e831cb5138f93dfea4a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1356, '2023-02-02 22:34:00', 'SALE2023/02/0532', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3536.3600', '0.0000', '', '0.0000', '0.0000', '353.6400', NULL, '0.0000', '353.6400', '0.0000', '3890.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '3890.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '25e01462225295cda5211f4a8b320716126fd9fcc09e6eadf858af57336aebd4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1357, '2023-02-02 22:36:00', 'SALE2023/02/0533', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7890.7400', '3720.0000', '', '3720.0000', '0.0000', '789.2600', NULL, '0.0000', '789.2600', '0.0000', '8680.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 62, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8785a11b73e8b706666fe35067816d80cc9d3428130bf76efa40db64987215e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1358, '2023-02-02 22:38:00', 'SALE2023/02/0534', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '363.6000', '0.0000', '', '0.0000', '0.0000', '36.4000', NULL, '0.0000', '36.4000', '0.0000', '400.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 8, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a472264f326c5902d6d681748cf24ed26589e6fd85fc3e28fbbdc459f69b3747', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1359, '2023-02-03 21:37:31', 'SALE/POS2023/02/0809', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1170.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1170.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1170.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1888e734daca3d3771bd17882e84735461628652147585d615a9e10d8aad3219', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1360, '2023-02-03 21:48:11', 'SALE/POS2023/02/0810', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '8300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '8300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 16, 1, '8300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1d0c182fad3d2fa9d7e2e6fa5027883ce8f16b212cc919aeaede229483fdd4c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1361, '2023-02-03 21:51:07', 'SALE/POS2023/02/0811', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2400.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd006dfa49dd3c13d38b3fb04260b25ad245af1efbb044d4322985d6407acfe6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1362, '2023-02-03 21:56:46', 'SALE/POS2023/02/0812', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1690.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1690.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1690.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5b9aa2a4c462851bfa07279bce336f01eccde7cb1ef8ca603f5a481e70e057c5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1363, '2023-02-03 21:57:43', 'SALE/POS2023/02/0813', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ad684f1fa5832ebf6d9974fcc81d766066e0eee63d095ce5a9e5074e27f168b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1364, '2023-02-03 21:58:38', 'SALE/POS2023/02/0814', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9572fc95ab8e172a735a7b5f7fe5a2a156b875383c9ca80cf110c215c80dbdbb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1365, '2023-02-03 22:01:15', 'SALE/POS2023/02/0815', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '3480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'dd428cef9aaf3c6c0a4c37e471b60faf517849523f78b68b4d49e53b432290a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1366, '2023-02-03 22:02:52', 'SALE/POS2023/02/0816', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1120.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '34ca7d6945575c5cb9b289f01c51cf39de00fd18ea3c727bdbb8565bf8f4ea6c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1367, '2023-02-03 22:04:13', 'SALE/POS2023/02/0817', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '0.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd27ef11b4ab7d36c3d4c4f612d260784315aabbd6bf6dec34b6d3f630b225c1f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1368, '2023-02-03 22:06:40', 'SALE/POS2023/02/0818', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1260.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1260.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1260.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6d90a8a3a4612d35570e954c3f6d96c8843dbb397ddff93e8a8910cfaab1e48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1369, '2023-02-03 22:08:02', 'SALE/POS2023/02/0819', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fd8459a31a96fd69a69a7ca65f1a24cc8d11d9016f205428a0a92adeda02e98e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1370, '2023-02-03 22:08:48', 'SALE/POS2023/02/0820', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e9540c36c2abae4683de3ee04efbb8b905fb188138390a8f5d038e94c590c62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1371, '2023-02-03 22:09:32', 'SALE/POS2023/02/0821', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab8f3d898c8438e8932c3333c008de5790028ff054fcd867aaa4fa80555a72e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1372, '2023-02-03 22:10:17', 'SALE/POS2023/02/0822', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a971e1d57d69737f1c31cff5dd869da6b162a01e0f0fef589035b2c3131d479d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1373, '2023-02-03 22:12:00', 'SALE/POS2023/02/0823', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '3000.0000', 'completed', 'paid', 0, NULL, 7, 7, '2023-02-08 19:13:31', 5, 1, '3000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f8cffade621d4065b8fc32a6fac84f34740aac4d09bf53a17f012045966a4dc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1374, '2023-02-03 22:17:00', 'SALE2023/02/0535', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7409.0900', '0.0000', '', '0.0000', '0.0000', '740.9100', NULL, '0.0000', '740.9100', '0.0000', '8150.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '8150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd77d59f5ec3d3df68eb9f1698e9ef028fac0d513132180fd2db62e7e0d8af9e8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1375, '2023-02-03 22:17:00', 'SALE2023/02/0536', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2236.5500', '0.0000', '', '0.0000', '0.0000', '223.4500', NULL, '0.0000', '223.4500', '0.0000', '2460.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 41, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4670063c58f4c381657ffa4aad81d6d0fbd69cb7a7e1e2e1229372585a84de06', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1376, '2023-02-03 22:21:00', 'SALE2023/02/0537', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1636.5000', '0.0000', '', '0.0000', '0.0000', '163.5000', NULL, '0.0000', '163.5000', '0.0000', '1800.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 30, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c3f774b586379615ef7c21ebdac98841ee9f7090ad969abfeb4e4979b8ea70c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1377, '2023-02-03 22:22:00', 'SALE2023/02/0538', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '127.2800', '0.0000', '', '0.0000', '0.0000', '12.7200', NULL, '0.0000', '12.7200', '0.0000', '140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 0, '140.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '50a2f230af3f9d4db3a3e157ab4a7f15fdd191157309be98cac9364917a44196', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1378, '2023-02-03 22:23:00', 'SALE2023/02/0539', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '927.3500', '0.0000', '', '0.0000', '0.0000', '92.6500', NULL, '0.0000', '92.6500', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 17, 0, '1020.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3046d28bef5409be3876885b7bad432673025438d54815ae1a5fb0dfb5d2a01f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1379, '2023-02-03 22:25:00', 'SALE2023/02/0540', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '654.6000', '0.0000', '', '0.0000', '0.0000', '65.4000', NULL, '0.0000', '65.4000', '0.0000', '720.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 12, 0, '720.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6a8e2a8f3e15d97f22c8c05483c5af9f2018708ab72960c40074f750afba27d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1380, '2023-02-03 22:26:00', 'SALE2023/02/0541', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7000', '0.0000', '', '0.0000', '0.0000', '27.3000', NULL, '0.0000', '27.3000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 0, '300.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c06413868b826de5697dd50fcf25fe7c08aec9c8f4596470477cd275feda4fac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1381, '2023-02-06 18:41:45', 'SALE/POS2023/02/0824', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c6ff392a96951890eeb252a696df28a179baf95f40c8fbfe0be5ae486c275b2f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1382, '2023-02-06 18:59:29', 'SALE/POS2023/02/0825', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '09908c027d3896cb10d10f2d8e90e012bdeadc88183e750df921c744349ad15f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1383, '2023-02-06 19:06:32', 'SALE/POS2023/02/0826', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2745758df5868578ef86e8c42dc718014ae27afb232925c7627f0f809c07d934', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1384, '2023-02-06 19:08:45', 'SALE/POS2023/02/0827', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '2300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd1701e82d4374df1915395b918d02f7324ffec3ff031565ae68cde0f03a90b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1385, '2023-02-07 10:21:50', 'SALE/POS2023/02/0828', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52ed36f7c9f9d2ddb4d6806c71b60b7a985a06b292080446240505ad76bb6442', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1386, '2023-02-07 10:24:02', 'SALE/POS2023/02/0829', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8bcdbd66b4f69cd9d7212e880aa75bc0cdb694665857f1033f34e22c034838c1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1387, '2023-02-07 10:26:17', 'SALE/POS2023/02/0830', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '88c586f2adddeb78b0a9f8270205c8b59049a52d658278318e644ae9440e3a1b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1388, '2023-02-07 10:27:43', 'SALE/POS2023/02/0831', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '21e66ae4666302c6625dd3bed02e6f04d4a863e711d26fc8923955e82b9f746b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1389, '2023-02-07 10:29:20', 'SALE/POS2023/02/0832', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f3456c2838c82a5a24ec83e6f69f542670a1f4773db9df8238a6e32024b3e3d1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1390, '2023-02-07 10:31:22', 'SALE/POS2023/02/0833', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d7c17924dabb86c43b9ac99810023f9ee7008487322aa97ffaca44f33fdfb27', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1391, '2023-02-07 10:40:24', 'SALE/POS2023/02/0834', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '477073bf6bf2428441c10c083f5526d90fa6693bdd71104e443be768f3a80455', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1392, '2023-02-07 10:42:09', 'SALE/POS2023/02/0835', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1800.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1800.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3cc074e855323db9e9d1b7864a654cd177f49c9e3523d483a37292195bd3da7c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1393, '2023-02-07 10:44:01', 'SALE/POS2023/02/0836', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e9a5721bc9d18bb8211c614c6d4c591ade6c54aa15d2304c26c778dfedd5cc30', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1394, '2023-02-07 10:47:13', 'SALE/POS2023/02/0837', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '33db3b957795bddf2454c7050d739478b85235ba07c3a34c20bcaa942e846625', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1395, '2023-02-07 10:49:49', 'SALE/POS2023/02/0838', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7c101d5ece439c77e6f46fed8beb37d85d45c03f9d343ff354cdb61a6be97501', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1396, '2023-02-07 10:59:05', 'SALE/POS2023/02/0839', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1770.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1770.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1770.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2536a39c699bf635c30a69365f4308ba9521cefc89d922b13865df0b9fbcddf5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1397, '2023-02-07 11:01:05', 'SALE/POS2023/02/0840', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '3900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '811e134c8e9c563a62870202e28b83f2ecd036a86a9bcd3fb0586b70aa614b75', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1398, '2023-02-07 11:04:02', 'SALE/POS2023/02/0841', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1800.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1800.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4b0e13266e941f2fee18e78907602c1fedeeedbbb5ea75a4d0e433f1095b144a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1399, '2023-02-07 11:06:18', 'SALE/POS2023/02/0842', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2950.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2950.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '2950.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '723ccfcee4906b8d2ad62ce5b8943339fd4b97cf4022250d7be8c2068433c8b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1400, '2023-02-07 11:10:49', 'SALE/POS2023/02/0843', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2950.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2950.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '2950.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f0af6b762ed1ab814990b275104aec68f8da2305c943f595889d70ade250ef4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1401, '2023-02-07 11:14:17', 'SALE/POS2023/02/0844', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e1092b85fff37affde40a0d224779de104f0172bd70ad9f4cfab927290f0a231', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1402, '2023-02-07 11:17:06', 'SALE/POS2023/02/0845', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0044d54c8be1649f3fc90d7a517cd3ccd1d9176ec134b60274103e68adcf7d42', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1403, '2023-02-07 11:18:16', 'SALE/POS2023/02/0846', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27d99244cfbadd0df2b296de3280ab68e8951c44cbb84c10e20c3624928ab015', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1404, '2023-02-07 11:30:03', 'SALE/POS2023/02/0847', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e335834dc5a3f1ac3d0bea0904bceeab4f005183f8f40f7a5831dd1300620527', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1405, '2023-02-07 11:34:13', 'SALE/POS2023/02/0848', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '845b5d5199405ea76ced8c0272a2bb194cbc213f920c67a87e4367ae6b35669b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1406, '2023-02-07 11:35:43', 'SALE/POS2023/02/0849', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1060.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1060.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1060.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c120a3a89b3abe030619372a65a032ad41554e9830b85bc240db14800dbe17a9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1407, '2023-02-07 11:37:22', 'SALE/POS2023/02/0850', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '960.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '960.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '960.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '39809d0ac33d838f2aeb98a4d6d1df0f7523768feb2e5fdd666a598ab272c13f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1408, '2023-02-07 11:38:50', 'SALE/POS2023/02/0851', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '913fd523f6f5579f8bd3317ddb2bbd2e7e0cd6b471ea63b385db83622a98f11e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1409, '2023-02-07 11:40:43', 'SALE/POS2023/02/0852', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0409fc9d1b53f77b089cd218db7ac015db95562d849f8a8d29e036a0dc564e2d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1410, '2023-02-07 11:44:52', 'SALE/POS2023/02/0853', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0cadfc133659dbd023457d77ee014b3bd6c01592bc26e8e21d39b42249e24c7f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1411, '2023-02-07 11:46:22', 'SALE/POS2023/02/0854', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e17c20ca484d884e089e988f0855900a85abf57e345a95c2d86cafa9edbdf2a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1412, '2023-02-07 11:50:24', 'SALE/POS2023/02/0855', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1380.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1380.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1380.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'db2eb19fd305fe1e4af80ae6913ec60a416ed705e4cdf0a6f224af3e3720e793', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1413, '2023-02-07 11:58:17', 'SALE/POS2023/02/0856', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4a096d75be45a303db7b9c1c98abdec619f4e71d6f2be5e25b03253bd98c5f83', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1414, '2023-02-07 12:00:32', 'SALE/POS2023/02/0857', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '30f765d5745a6cb9ba853577553c239db42e672e246cf51560271bb23dd02b9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1415, '2023-02-07 12:02:27', 'SALE/POS2023/02/0858', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1840.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1840.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1840.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2cc70f38414391cdb429277a85088edfc6fed30950396f42234736782518bb88', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1416, '2023-02-07 12:04:36', 'SALE/POS2023/02/0859', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd6b02e321c8c111bcdbe33e7a2616d57e661e94861561e39464ecfeb51598dda', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1417, '2023-02-07 12:06:10', 'SALE/POS2023/02/0860', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd82e9d9e0bce80c9b9f63c8fb2cffa2f6f94dfd555911d60a1ce4b7894f61abf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1418, '2023-02-07 12:07:22', 'SALE/POS2023/02/0861', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1800.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1800.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '87f4a33238c09ec5de4cc974f2dd10c1e5c1f5ddf171905b15b85489c6351b86', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1419, '2023-02-07 12:08:32', 'SALE/POS2023/02/0862', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bd3356421a10d5a2f33b069bf6999152f485b12589ca5a4cfd395adfb049bc1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1420, '2023-02-07 12:13:54', 'SALE/POS2023/02/0863', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '560956798ce0598d28b71fe42692674c507323978d31140c14b6f5d1e4d2690e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1421, '2023-02-07 12:15:43', 'SALE/POS2023/02/0864', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca75136bf56a11659b75b21c00db9bea6d0b4fea5b7df3100ed585ebc45fe92b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1422, '2023-02-07 12:16:55', 'SALE/POS2023/02/0865', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '766e8d211952fa39156c760bb83c80925a01417f06fe560507e27e29c13c7d94', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1423, '2023-02-07 12:18:27', 'SALE/POS2023/02/0866', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '3900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '759f6472613848517f2d6b7f5d907e715962a983d9f64c44fe81969913145865', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1424, '2023-02-07 12:19:53', 'SALE/POS2023/02/0867', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a58e4b9583ba06d943279d30401f4a69cea569211fca6d528b3911f77de2e4ee', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1425, '2023-02-07 18:33:50', 'SALE/POS2023/02/0868', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f816476f5e70f7a8d1c56a3effbfabbab276ced26205e00a276b329e2c69261a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1426, '2023-02-07 18:35:06', 'SALE/POS2023/02/0869', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8440466c9ffd9fbf69798b94124f29f06f14ab807934c22018a63f656d9575f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1427, '2023-02-07 18:36:49', 'SALE/POS2023/02/0870', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99509fdfa659e61a1c7d3c746f89bd256ddb1229b5682354bf9ebabee4beb70a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1428, '2023-02-07 18:38:41', 'SALE/POS2023/02/0871', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c7cbece3335eaabd8582e56a4c3f9106c17efee691b22fbc4c2f5e4723850888', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1429, '2023-02-07 18:41:15', 'SALE/POS2023/02/0872', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4a1d518eac887cb5592d1e8bc5061426ed6911ee9b01d117dfb08121741a914', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1430, '2023-02-07 18:42:50', 'SALE/POS2023/02/0873', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e9dd0d9d721b60e143298f3e0ad860a0986ce25617d9200e0b2956b3b4505e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1431, '2023-02-07 18:44:52', 'SALE/POS2023/02/0874', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5576aa4a3ff79557fba35ea7c4c5377132876cbb050953b1baa564ddd5bc3f23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1432, '2023-02-07 18:46:21', 'SALE/POS2023/02/0875', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c81dc3a5389e3866c620c53eb9e0f4fe9aafdf78d7ebb722188b5640f96a3c51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1433, '2023-02-07 18:48:02', 'SALE/POS2023/02/0876', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1800.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1800.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5205d9a2c85682fc70bad6d3faafda9f0437015e96d5e82f13fcb86a6c222d18', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1434, '2023-02-07 18:50:51', 'SALE/POS2023/02/0877', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '74e496daad4229897f50648ed10f696d9e6cb4d7825f1e82ecba642afb1f9e9a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1435, '2023-02-07 18:53:40', 'SALE/POS2023/02/0878', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '26a4310dd04de23ab8fd9cc0509b7983ca3933808ffad62d3ed26c31fc669386', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1436, '2023-02-07 18:59:30', 'SALE/POS2023/02/0879', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f8c8f661759dff7a312db62f9f3f224af120c57e3ad38d4a7c92f57dfe556e25', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1437, '2023-02-07 19:02:09', 'SALE/POS2023/02/0880', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c279573bcdeb15e9164698f2219b0a5b1b2b00241fd7c889c0ef2e3cdfa67683', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1438, '2023-02-07 19:03:44', 'SALE/POS2023/02/0881', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5ff3d807d223ae24aad33cf27b09a88f61e259b5746a89a058435d0aabebf920', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1439, '2023-02-07 19:04:58', 'SALE/POS2023/02/0882', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b3e2c96255089775d7237a0a4afa9f891c2967e0b9b3cf30772805415b0d7d1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1440, '2023-02-07 19:06:02', 'SALE/POS2023/02/0883', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8fa336015959ab53d41d4ef142d39b141f87ba421bee23e0c68d9292fd482237', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1441, '2023-02-07 19:07:03', 'SALE/POS2023/02/0884', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6a92f78628ab920a5c21902e9d0e267b83a773fafa0f34c8a8effd19ef30978e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1442, '2023-02-07 19:08:05', 'SALE/POS2023/02/0885', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2158db477a392ddf6a71bd7f1caae0a9905d76c09463ac7dc672b8e4eec07d8f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1443, '2023-02-07 19:09:36', 'SALE/POS2023/02/0886', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1710.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1710.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1710.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8d153b0e5e76157b76e444daaaa455492dfa0f0ba4bb960175d8ce22ecf7ef33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1444, '2023-02-07 19:10:47', 'SALE/POS2023/02/0887', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e508c9006863cd4865df530c4174bfc26e00bf5f05ddc9359ae9bcae49997b48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1445, '2023-02-07 19:11:56', 'SALE/POS2023/02/0888', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b246d85cfbc471f7e142e3e5c50accc25c0594cf68018c034deaaba77a423047', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1446, '2023-02-07 19:13:24', 'SALE/POS2023/02/0889', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9476962941c7ee5ad52a79b39634d24ef016c72ac296a86a51ab9f3631864b3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1447, '2023-02-07 19:17:45', 'SALE/POS2023/02/0890', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '670.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '670.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '670.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '702a8c3725d0b21d67af54ee73bf8aca0ab4875559c97e6a0ca69b025b922c1e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1448, '2023-02-07 19:19:01', 'SALE/POS2023/02/0891', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '670.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '670.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '670.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8bf6b49377d3b63c5dc6ef0cae65e00d8751e888f8ad8ae354456a9cd4c95e7e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1449, '2023-02-07 19:20:27', 'SALE/POS2023/02/0892', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a080e4c37e8a061e55a0408b874e7fe9870a7561ac3cd23aec144349d7f5aee7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1450, '2023-02-07 19:21:49', 'SALE/POS2023/02/0893', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '912c9f731f1596224925ba90863a6a065e6d0fc3d5b684b36a32975f6488da9f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1451, '2023-02-08 17:21:45', 'SALE/POS2023/02/0894', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1710.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1710.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1710.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '69d00a739cd1b788a3a9b7b91bda28d0cc68705c47b7eb0a43c94cf5e705ac02', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1452, '2023-02-08 17:23:12', 'SALE/POS2023/02/0895', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1800.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1800.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '270228181b9ce01c363ca68b2075cf259f7e31fb6f4da370c697287163e31fc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1453, '2023-02-08 17:24:44', 'SALE/POS2023/02/0896', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '46d3a117fefc6102e47ab0af521a06bfba55bb66b11b56de640af60734a68c9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1454, '2023-02-08 17:29:17', 'SALE/POS2023/02/0897', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a4f0d41e3e4acde5852db0d22443a710f3f3ae646fc09ddf98a45537b8d45fca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1455, '2023-02-08 17:30:18', 'SALE/POS2023/02/0898', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2c343b84b56c6192e98391d74acaa18485a22c88a968455b55cdd8ba7599b21b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1456, '2023-02-08 17:31:58', 'SALE/POS2023/02/0899', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b5feb331604d7581f838416fc26ed0c51145b851965be09f276a4865100a892f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1457, '2023-02-08 17:35:54', 'SALE/POS2023/02/0900', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1260.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1260.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1260.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0994bf1467f191d09110de512ea99d8f3d77efc4b4cb7e3ff724c2e294821b60', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1458, '2023-02-08 17:40:05', 'SALE/POS2023/02/0901', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1020.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1020.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1020.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9d7bd37fdfd47419cd0262ba584455501fa9cdabf1a5680e576b85e83ac8fdc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1459, '2023-02-08 17:40:56', 'SALE/POS2023/02/0902', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e337dc0e518022ac2a772ed33fc210e302177ed1b7a79fd84c640ee396c7c64c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1460, '2023-02-08 17:41:53', 'SALE/POS2023/02/0903', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4fff6016f8270c2a37f95b7415b25de8c83ed8f4dc48e33c9f05a144f9c81d67', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1461, '2023-02-08 17:45:24', 'SALE/POS2023/02/0904', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d13d21ed83775a5d51e237e9a3a65ef120d020dbe4ac56ef08a8832fb3709aa', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1462, '2023-02-08 17:46:12', 'SALE/POS2023/02/0905', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '3000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b9610446435d9148a53c61d08e8f1a45ab2f92b2acb0f2a0e4db213efb76a6fe', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1463, '2023-02-08 17:47:02', 'SALE/POS2023/02/0906', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a77f8f59c0ff516405afdd6c925dcd90ff677c06e23a17510bd6fcfe1582fbcc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1464, '2023-02-08 17:47:54', 'SALE/POS2023/02/0907', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '592f0ffabf33b81055d917fc53eea9aab1b0b2cca4ce6d88851a0d6a21538026', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1465, '2023-02-08 17:48:35', 'SALE/POS2023/02/0908', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2aaf177b2475d7534bddb556bcf505adab1df85e53dd156b896e5cc5a2602d38', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1466, '2023-02-08 17:49:45', 'SALE/POS2023/02/0909', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '47a3b9a21dce87b933d2d46064680f98367d34c3d641f87478951176e221a270', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1467, '2023-02-08 18:18:05', 'SALE/POS2023/02/0910', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f102902a34f00546ec703549daac0ada0eabb9aaf11f6f4cf75ba9c9a6e70a08', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1468, '2023-02-08 18:20:16', 'SALE/POS2023/02/0911', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3c2ce904898f69b6b4a3c0395f1be7fa690e18c8d8a1b0f2cd570ae1f371c0a1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1469, '2023-02-04 18:40:00', 'SALE2023/02/0542', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '8718.1800', '0.0000', '', '0.0000', '0.0000', '871.8200', NULL, '0.0000', '871.8200', '0.0000', '9590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '9590.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4eb19e7f872d66f62e3b2353d498d8c8e7ac363bf09a7e1a9b31d5bad38087d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1470, '2023-02-04 18:40:00', 'SALE2023/02/0543', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1690.9100', '0.0000', '', '0.0000', '0.0000', '169.0900', NULL, '0.0000', '169.0900', '0.0000', '1860.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6fd2e0436249c84ed915e9d9f64f92de92fae790bfd44a9e606dc4b1066098d6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1471, '2023-02-05 18:45:00', 'SALE2023/02/0544', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '3250.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '3250.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '971c589367a8f190040a9fa4553cebc9b7fe0cee451f3413a474443508b922ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1472, '2023-02-05 18:45:00', 'SALE2023/02/0545', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2618.1800', '0.0000', '', '0.0000', '0.0000', '261.8200', NULL, '0.0000', '261.8200', '0.0000', '2880.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'efc59cbbab6a8ad3345e8698ecc6e3907c6bbdc8fc7b135646cb36413a1678b6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1473, '2023-02-06 18:45:00', 'SALE2023/02/0546', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '7336.3600', '0.0000', '', '0.0000', '0.0000', '733.6400', NULL, '0.0000', '733.6400', '0.0000', '8070.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '8070.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd99731fa4229479390958b2020310b74cdc07fb632ca3b99c1f99461aa3e9988', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1474, '2023-02-06 18:50:00', 'SALE2023/02/0547', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '581.8200', '0.0000', '', '0.0000', '0.0000', '58.1800', NULL, '0.0000', '58.1800', '0.0000', '640.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4fde92522afbbf6d447277de5c393980ebbf920ef695417d6b3528b6991ebc53', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1476, '2023-02-01 18:55:00', 'SALE2023/02/0549', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5309.0900', '0.0000', '', '0.0000', '0.0000', '530.9100', NULL, '0.0000', '530.9100', '0.0000', '5840.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '5840.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '323e7430570a4261af4179446f1d6c86848b8ca4352fbfacb9af067cf71dd9fb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1477, '2023-02-01 18:55:00', 'SALE2023/02/0550', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2518.1800', '0.0000', '', '0.0000', '0.0000', '251.8200', NULL, '0.0000', '251.8200', '0.0000', '2770.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2770.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4e7504603858f987868b4b730bb1542727b5b700567a9f74921bb973057354d2', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1478, '2023-02-01 19:00:00', 'SALE2023/02/0551', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3163.6400', '0.0000', '', '0.0000', '0.0000', '316.3600', NULL, '0.0000', '316.3600', '0.0000', '3480.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '3c1598512652355c3e446c650efec20bae5d528c1e7200b052b4755da53e90f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1479, '2023-02-07 19:00:00', 'SALE2023/02/0552', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3036.3600', '0.0000', '', '0.0000', '0.0000', '303.6400', NULL, '0.0000', '303.6400', '0.0000', '3340.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '3340.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '255d0327c859041b6056b642b742a7599e3499874589ff3def91a555ff97b1e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1480, '2023-02-07 19:00:00', 'SALE2023/02/0553', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1481.8200', '0.0000', '', '0.0000', '0.0000', '148.1800', NULL, '0.0000', '148.1800', '0.0000', '1630.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f9be9f0fee5fe80c17d30d4a60aa1d27f8419b384995320b7a07dace67165d07', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1481, '2023-02-08 19:28:22', 'SALE/POS2023/02/0912', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3390.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3390.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '3390.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cab6adefbe92c9fdb45d79895accc5c20117ecc473667172ced2f36ce91c1f13', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1482, '2023-01-08 16:15:00', 'SALE2023/02/0554', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4481.8200', '0.0000', '', '0.0000', '0.0000', '448.1800', NULL, '0.0000', '448.1800', '0.0000', '4930.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '4930.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '274224362e6518464fc3b264296caafab2e6d34012f6243ce3de43aaf9cc13e6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1483, '2023-02-08 16:20:00', 'SALE2023/02/0555', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1527.2700', '0.0000', '', '0.0000', '0.0000', '152.7300', NULL, '0.0000', '152.7300', '0.0000', '1680.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c6be9e1caad6138ecbaf3e213c8242f4f0c5d4e145e6bf89a4bd5008bf1b65bf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1484, '2023-02-08 16:30:00', 'SALE2023/02/0556', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4481.8200', '0.0000', '', '0.0000', '0.0000', '448.1800', NULL, '0.0000', '448.1800', '0.0000', '4930.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '4930.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'da554d762e4ca016a3b3e15869eb5c06467b359efcfd22a0a2872c2b3cd27652', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1485, '2023-02-09 17:23:37', 'SALE/POS2023/02/0913', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b351ae15077fccc0f45b3d04eb24904effb4c3ce44c4473580ed87d69a94b046', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1486, '2023-02-09 17:25:30', 'SALE/POS2023/02/0914', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1cf68c3ec6ee9ee3a691709de2bd965826af8e16e7aa37be6a46b49c707c723a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1487, '2023-02-09 17:27:22', 'SALE/POS2023/02/0915', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '580.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '580.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '580.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f6deb0968f445f177e6c6798caed14099602925084ac9aa09ec4e2432ff214f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1488, '2023-02-09 17:30:52', 'SALE/POS2023/02/0916', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4830.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '4830.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 9, 1, '4830.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c05960177a36d8dab69cf6215f38de89f119b18586eac3c9b9a9d3fb048e46ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1489, '2023-02-09 17:33:11', 'SALE/POS2023/02/0917', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1680.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1680.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1680.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a1ca7d8302389ec937045b9125e8ea58d283b6eb781379611425f862d70c788b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1490, '2023-02-09 17:35:08', 'SALE/POS2023/02/0918', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '450.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '450.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5082dcb970942b2c3ffce6271223b2a4bbee15e7abbf4ee301951d747274e353', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1491, '2023-02-09 17:37:42', 'SALE/POS2023/02/0919', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd120550b31d77e04abbb98412f457de3b0829d114e9e6e3eaf8e33825b354de6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1492, '2023-02-09 18:34:05', 'SALE/POS2023/02/0920', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c381c578d4db4229ed2c0170d5ce6e883e188548d3ca2d55d6b11b51f4936837', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1493, '2023-02-09 18:45:00', 'SALE2023/02/0557', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2036.3600', '0.0000', '', '0.0000', '0.0000', '203.6400', NULL, '0.0000', '203.6400', '0.0000', '2240.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2240.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9135b3e8300bcd09e7dfb26eaceb661e387a94d4f608d8204eae2745808a0deb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1494, '2023-02-09 18:48:00', 'SALE2023/02/0558', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4109.0900', '0.0000', '', '0.0000', '0.0000', '410.9100', NULL, '0.0000', '410.9100', '0.0000', '4520.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ea858ba23752e3ca4fa5ff0c367e88b6a4b679609af614775b94dab55fe893a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1495, '2023-02-10 18:12:07', 'SALE/POS2023/02/0921', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '08b51590f6d9ef2b9e8bc97e69ad35891fee30d3caf24b411b12bcf96595b62e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1496, '2023-02-10 18:13:16', 'SALE/POS2023/02/0922', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '62cf28af81d4ae0b2e6120d1e332bc0dde375442389eb5abf12436b1e30eb80e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1497, '2023-02-10 18:14:27', 'SALE/POS2023/02/0923', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2d45003345136c577fe83fb147bd2254dc245c2f66190171c6b73000a1c3f5b8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1498, '2023-02-10 18:16:14', 'SALE/POS2023/02/0924', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '850.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '850.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '850.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '32dab37baa353f8193cd94487698b30378ffb6053dc714dff585dd877a157acd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1499, '2023-02-10 18:18:18', 'SALE/POS2023/02/0925', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'deb40741ff7ef7e9cab9e2bfd7f57df32ded9d692f40eeb6432fcd18452bd943', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1500, '2023-02-10 18:22:22', 'SALE/POS2023/02/0926', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4138a493ed49f74e6256be4e987b74097fcafcd2bfa96a587097492d54e34f3f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1501, '2023-02-10 18:23:53', 'SALE/POS2023/02/0927', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '645310aad41752377fbd8e7fe2406dcea395297bf58cd035dc1f12173c615609', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1502, '2023-02-10 18:28:27', 'SALE/POS2023/02/0928', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2578933c38152c7bf12cf3a45d3654332fb57777b7dd456cec142b0f9205f56c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1503, '2023-02-10 18:31:00', 'SALE/POS2023/02/0929', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '850.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '850.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '850.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'af06f843bb9dcac07e4892f0afc0152b3e877f03e7a2d9c1df55a6d0bc8385df', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1504, '2023-02-10 19:03:17', 'SALE/POS2023/02/0930', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '700.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '700.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c2459578e44974e8b3b6594d813d719282f5f2acab63591d6f3f9eabfccae64a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1505, '2023-02-10 19:07:00', 'SALE2023/02/0559', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1927.2700', '0.0000', '', '0.0000', '0.0000', '192.7300', NULL, '0.0000', '192.7300', '0.0000', '2120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2120.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'b95e6995d10ef45c9dba172f8d5fb39ce9f4e47f6a8fca6d5d3bb8784adea26e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1506, '2023-02-10 19:09:00', 'SALE2023/02/0560', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '163.6400', '0.0000', '', '0.0000', '0.0000', '16.3600', NULL, '0.0000', '16.3600', '0.0000', '180.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f233c215bc9c8bb59f194fec3d0b3a905add6f66b5311d9d46c1e4ddb3bfa716', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1507, '2023-02-11 19:14:12', 'SALE/POS2023/02/0931', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc34dce9d73164e8d43dbcb150b68ca7faae0daf263bf941179ec8920fc76e2b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1508, '2023-02-11 19:16:54', 'SALE/POS2023/02/0932', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '40189a297f74f4be417d0b0db281b2ecb8c188adfc19e4b7249d9e4ae34afa31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1509, '2023-02-11 19:18:20', 'SALE/POS2023/02/0933', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f6f346f4732899f4889e00b10585eb6b60c1aa519ab2556d9219c86c9e8c4c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1510, '2023-02-11 19:19:36', 'SALE/POS2023/02/0934', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd159ac7824bfdb29898ca04f6f05aace2cb1f36ff41cafedac183fd195511d9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1511, '2023-02-11 19:20:25', 'SALE/POS2023/02/0935', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a910072a1a58ec1ba04b0cba9d2d2f90986c67095a56643158dd9b157ac543ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1512, '2023-02-11 19:22:23', 'SALE/POS2023/02/0936', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea84c3e9ca3f14b8b9c753ad00e83bd1f98bc368926857167b9982ca4e3e2ff9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1513, '2023-02-11 19:23:38', 'SALE/POS2023/02/0937', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cd4f04030847995724597e18d83d0a3daa7eeed135f0ba6ab4b15b12e87afa39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1514, '2023-02-11 19:24:28', 'SALE/POS2023/02/0938', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e4712ed9b72af90898aaf69ab02aeb035612ae5634371bd18cd154f95ee7a40', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1515, '2023-02-11 19:27:00', 'SALE2023/02/0561', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1981.8200', '0.0000', '', '0.0000', '0.0000', '198.1800', NULL, '0.0000', '198.1800', '0.0000', '2180.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2180.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1a742101186dbf047b1797a24cba978f0a426700f02db5b177c30cc0b4ad7fa9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1516, '2023-02-11 19:29:00', 'SALE2023/02/0562', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2290.9100', '0.0000', '', '0.0000', '0.0000', '229.0900', NULL, '0.0000', '229.0900', '0.0000', '2520.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '5200e1983716613850215d688c6a76185272f7547fd253c8b10fc9c2b05ae5e3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1517, '2023-02-12 16:51:06', 'SALE/POS2023/02/0939', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd8bb7935af3af042209c79110ad0618ca978efe103626f46dee5d74d9d3fbca7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1518, '2023-02-12 16:53:09', 'SALE/POS2023/02/0940', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0e0ff61cf788c1b28a8377e01fb523e9e06e0207fdcca39e9bce73e64680730d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1519, '2023-02-12 16:59:04', 'SALE/POS2023/02/0941', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '460.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '460.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd259906c6408a2965b83d6470a972eb0063b155797b034816ddd79211f278ea5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1520, '2023-02-12 17:00:17', 'SALE/POS2023/02/0942', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1030.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1030.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1030.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5c23bddbb41e76c2f1b749b17a56e42ccb2e2c351e2f3a73f52e143956701bc5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1521, '2023-02-12 17:03:55', 'SALE/POS2023/02/0943', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2e73e0eaa1bcc06e459c80e3686196d378b61b04dd3370cbb466609b02d50777', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1522, '2023-02-12 17:05:00', 'SALE2023/02/0563', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '636.3600', '0.0000', '', '0.0000', '0.0000', '63.6400', NULL, '0.0000', '63.6400', '0.0000', '700.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '700.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '76a4acad7906b4556f393f1ad16847617d5d0cec2a3774de24c6482bd9ab7c9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1523, '2023-02-12 17:06:00', 'SALE2023/02/0564', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.4500', '0.0000', '', '0.0000', '0.0000', '54.5500', NULL, '0.0000', '54.5500', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fcc5166e9caa5e7ff33014f500a88f2f8bfa47818ce22fcfa91c6f1f18e9941d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1524, '2023-02-13 18:47:02', 'SALE/POS2023/02/0944', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1030.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1030.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1030.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '786b33af3f71de03f864c80babc77cc1f44dd81f5853144f269eaf12ea6534f8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1525, '2023-02-13 18:49:24', 'SALE/POS2023/02/0945', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2310.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2310.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2310.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '68fd1f7de27229eada05cf2cbb72d295ab3c59282e6df05d67aade9f0bc262b4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1526, '2023-02-13 18:53:24', 'SALE/POS2023/02/0946', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f963d1acc69519a9cc5ff43c745900ce65d845eae4f611a6d75aaa78d69a8e48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1527, '2023-02-13 18:54:34', 'SALE/POS2023/02/0947', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0f8b84aa14ac0688e04b31169d937d21f1df36c523dde580a92a367a67bd2630', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1528, '2023-02-13 18:57:03', 'SALE/POS2023/02/0948', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1890.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1890.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1890.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'efc96edaee23fdc79300390e8f571eeb4da2d7d43f5459dfaa5f104b85709d7b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1529, '2023-02-13 18:59:25', 'SALE/POS2023/02/0949', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1557551e9d8e17b750628260b25045bad099433d9472707a0507bd0278b3eacc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1530, '2023-02-13 19:00:18', 'SALE/POS2023/02/0950', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '547ca0aa6cf68a37112ac39448a54f15e3e051bc31e487841a092688f1abf1ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1531, '2023-02-13 19:01:32', 'SALE/POS2023/02/0951', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01cf13151827d45ae5ea04099bffdd4a139005a65b569f960607f3d3e0edbbd9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1532, '2023-02-13 19:02:37', 'SALE/POS2023/02/0952', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '11282e68c9756a430c35c7b1552a99a78849919863a22437ece407cd3ed0c383', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1533, '2023-02-13 19:04:37', 'SALE/POS2023/02/0953', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '6440.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '6440.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '6440.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc7585188697b5481c9181379f8c715a5192d4d085ea676d94066a9b1299814b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1534, '2023-02-13 19:05:36', 'SALE/POS2023/02/0954', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f1a211782d4e728bc73df2f6cd58c454c43e2c325e9b1263bf0b21e577437b4f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1535, '2023-02-13 19:06:29', 'SALE/POS2023/02/0955', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '65c7d291dcac1e8ed0b70ae251398ee5296ac05383ab9bf541619fde64955ded', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1536, '2023-02-13 19:07:11', 'SALE/POS2023/02/0956', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'daaf6a2fb7ffa148edd5608d054105ff59c89413e4dfda0f5fa03eb8b0dff446', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1537, '2023-02-13 19:28:00', 'SALE2023/02/0565', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2436.3600', '0.0000', '', '0.0000', '0.0000', '243.6400', NULL, '0.0000', '243.6400', '0.0000', '2680.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2680.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cb98cda8da205228ba7d1fb8e17bc23973d4dea0665b7ecd6dcb0f000ffa558a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1538, '2023-02-14 18:17:57', 'SALE/POS2023/02/0957', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fc8a22ef843c398dcd5db3300a3e7ae1532a6ab33f20d17d21bfde9bb0211112', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1539, '2023-02-14 18:18:56', 'SALE/POS2023/02/0958', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1950.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1950.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1950.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'eaea0c251c258248fdeafeae0c7ae416d7c5f97b6967a41e27f2cdda4f7974c8', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1540, '2023-02-14 18:21:05', 'SALE/POS2023/02/0959', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2250.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2250.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2250.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be426090811015ba352181b4cbac6b74a47a8a46bca4f5949e9be8048f8135ba', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1541, '2023-02-14 18:21:52', 'SALE/POS2023/02/0960', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1950.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1950.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1950.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '368872dfa6adc8ed4d1174687615d5219d78b0ebf9658e1cda3bfcd0eedb53c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1542, '2023-02-14 18:23:37', 'SALE/POS2023/02/0961', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1080.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1080.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5a82ef5f8299fc6b04c8c680b0f6cf166530c8766e622be888ee09662ef04a68', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1543, '2023-02-14 18:24:19', 'SALE/POS2023/02/0962', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '36b1b2c2ea86527269ac9762ae8cec0a695985462e03068b875935474fc4bc56', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1544, '2023-02-14 18:37:00', 'SALE2023/02/0566', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1763.6400', '0.0000', '', '0.0000', '0.0000', '176.3600', NULL, '0.0000', '176.3600', '0.0000', '1940.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1940.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '774780aab97ef91af4b5722473e85db524c68d36bf784e6c6d0d8c587ad1c466', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1545, '2023-02-14 18:39:00', 'SALE2023/02/0567', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '718.1800', '0.0000', '', '0.0000', '0.0000', '71.8200', NULL, '0.0000', '71.8200', '0.0000', '790.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'acf2abfa6a7f5d1f9fc13d1aa527c3a3626d55aeb8342adceb8b6c8e08a8c26e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1546, '2023-02-14 18:54:57', 'SALE/POS2023/02/0963', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ff60c74fe5edc57f830b33528c9d67c538c9043ca8d94637b86ffed925d46f66', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1547, '2023-02-15 18:41:11', 'SALE/POS2023/02/0964', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '363fc1b73bf2039ad64ebcc4cd18f355be28a84a9c605953121f3b8baf30bab1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1548, '2023-02-15 19:04:00', 'SALE2023/02/0568', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1845.4500', '0.0000', '', '0.0000', '0.0000', '184.5500', NULL, '0.0000', '184.5500', '0.0000', '2030.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2030.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e61e9bf81b4ec1e708e899ed366447d2193d0a0fbb4f431c00eaeeeed7644acb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1549, '2023-02-15 19:05:00', 'SALE2023/02/0569', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2454.5500', '0.0000', '', '0.0000', '0.0000', '245.4500', NULL, '0.0000', '245.4500', '0.0000', '2700.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9af7cc0bbaad9b3c9e73b8d336581a9a85042dc4205e32671af7811162973651', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1550, '2023-02-16 18:42:35', 'SALE/POS2023/02/0965', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '321a0e97c375ddcd54476d59ada9ae81269c930cbf50e4dca44bc0ecbd1f5d72', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1551, '2023-02-16 18:50:27', 'SALE/POS2023/02/0966', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1620.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1620.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1620.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '161d2a4a8d7e15ebbdca9014076ba3c11f7871b4bcd6c738ed31638965872e8a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1552, '2023-02-16 18:51:49', 'SALE/POS2023/02/0967', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c34b8a30b7ed9a92c7d0d912226c92fbdf9418f50d4c0ab5938e35a52372330', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1553, '2023-02-16 18:52:57', 'SALE/POS2023/02/0968', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d96c6441d7faf7df9644453fd077c281cf24d9fe9a5a173e43e588066d30b85', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1554, '2023-02-16 18:54:12', 'SALE/POS2023/02/0969', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '27f323ff876c27dc3a143127dc287d17247277e114763db3a2e9e3aa3c0f1e64', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1555, '2023-02-16 18:55:02', 'SALE/POS2023/02/0970', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2feb5d4ce84a6698d91843f118367c27c0bfd1bee46f251040691b9711f5d7c7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1556, '2023-02-16 18:56:41', 'SALE/POS2023/02/0971', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3550.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3550.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '3550.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca517183b201cb41d9d41101ccef167c27cdf0c812cfcc15909596f1f431b281', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1557, '2023-02-16 19:09:00', 'SALE2023/02/0570', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '120.0000', NULL, '0.0000', '120.0000', '0.0000', '1320.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1320.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '4f922b85216d2a7599025eee4a7836fde213bd5e1399ab58322ddd80d0efb66f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1558, '2023-02-16 19:10:00', 'SALE2023/02/0571', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '709.0900', '0.0000', '', '0.0000', '0.0000', '70.9100', NULL, '0.0000', '70.9100', '0.0000', '780.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '759815256230d124f63cee966a1465d2791ec413afc2022a79bf77e34367e6dd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1559, '2023-02-17 19:00:36', 'SALE/POS2023/02/0972', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ba085cece11dd9ae391fc1438327ec72b3f38117cbd8de3df570ca2a5d7c3529', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1560, '2023-02-17 19:01:34', 'SALE/POS2023/02/0973', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5d765ee10f9186f68754c29eb847300f9ab48fc72988118563dc4fcaebf811e5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1561, '2023-02-17 19:03:18', 'SALE/POS2023/02/0974', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '960.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '960.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '960.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ea33f3bfa2d9a5707664295508c6b5688b5e0736edb06f260d459423b9c5fc1a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1562, '2023-02-17 19:05:53', 'SALE/POS2023/02/0975', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '15db1709d46ddc9546a9cc858b1de75d6a88c43f0865eea6f32b8cd00ea3a21c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1563, '2023-02-17 19:11:00', 'SALE2023/02/0572', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1736.3600', '0.0000', '', '0.0000', '0.0000', '173.6400', NULL, '0.0000', '173.6400', '0.0000', '1910.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1910.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'fdfb3c9ac82a1897dddb3d0cde92e2f01cb78d674823ab60eadd4ce89d3ffe4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1564, '2023-02-18 18:11:59', 'SALE/POS2023/02/0976', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'be16b5aa55950aa2801689b934aa5b9833b6bbfb7ff442f83fb54d2c83626813', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1565, '2023-02-18 18:14:09', 'SALE/POS2023/02/0977', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '19f010800759ca53977ac445fd2a48b781f4d7acc8afbbd76de303912e7fa25b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1566, '2023-02-18 18:15:17', 'SALE/POS2023/02/0978', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a84aeeb3fbda0da4da9ab9acd2ec7eabf52ebabbd2b7e0bee621eda861a813a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1567, '2023-02-18 18:20:25', 'SALE/POS2023/02/0979', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4320.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '4320.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 8, 1, '4320.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '71829a8121992736aab1c59a4c1643f3abe468c9da1f8ca6aa406e03a93e90d5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1568, '2023-02-18 18:21:44', 'SALE/POS2023/02/0980', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2040.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2040.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2040.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '684b9ace91c095f11851827ab0c5f6d85221584d713aa93b9d4b2fe52d30c125', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1569, '2023-02-18 18:23:37', 'SALE/POS2023/02/0981', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8a747dfb72afd79f7519cd32896210c3beca4750a827ab49f9d4355302a3cbe7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1570, '2023-02-18 18:24:41', 'SALE/POS2023/02/0982', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb675e4796939d7f5cdc71a4f5ac80b2d3f0d550cd65ecd8a7813b9dd681259b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1571, '2023-02-18 18:25:43', 'SALE/POS2023/02/0983', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '450.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '450.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b09fd209ab3504e20f75f1815a9e9545ca753228aa66b1790a98077fbe56c55a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1572, '2023-02-18 19:06:00', 'SALE2023/02/0573', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1227.2700', '0.0000', '', '0.0000', '0.0000', '122.7300', NULL, '0.0000', '122.7300', '0.0000', '1350.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1350.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '7776a126639c58912226fa138dd798125edd7451a9b735663219c12a89b21cc3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1573, '2023-02-18 19:07:00', 'SALE2023/02/0574', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4745.4500', '0.0000', '', '0.0000', '0.0000', '474.5500', NULL, '0.0000', '474.5500', '0.0000', '5220.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '82f71ff30eea8e3ed9e82f68304d037747c94ae969f5135eb13e6c04f08c4621', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1574, '2023-02-20 18:48:18', 'SALE/POS2023/02/0984', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2ccb9a346da7357f52408fea3e7bd7ac02fbfc682bbc2dfc0b70f8e9a3a17bcd', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1575, '2023-02-20 18:50:09', 'SALE/POS2023/02/0985', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1190.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1190.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1190.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2a0b71038d224dcd7ac324a17ba94c4d7c54a386b260a40aebdebcf4ad15e91f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1576, '2023-02-20 18:52:54', 'SALE/POS2023/02/0986', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ce92511ddba71088f0b0424c171b2e84ca124037935c580291187d8f01db867', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1577, '2023-02-20 18:54:07', 'SALE/POS2023/02/0987', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd1919e036df4e5a9d4c0af9cb738f63ff6247fc3ac12f823ab8aee720ae84195', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1578, '2023-02-20 19:22:00', 'SALE2023/02/0575', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.9100', '0.0000', '', '0.0000', '0.0000', '49.0900', NULL, '0.0000', '49.0900', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '540.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '33ef1aa8aa484691c26d84a8f4c59fa1873213345196e192f2678a72da6530c0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1579, '2023-02-20 19:38:00', 'SALE2023/02/0576', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4309.0900', '0.0000', '', '0.0000', '0.0000', '430.9100', NULL, '0.0000', '430.9100', '0.0000', '4740.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '84069a78dbc34b1c2d095b42380dd10954b35b70db214f01e2f1c0e06bed981c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1580, '2023-02-21 18:46:05', 'SALE/POS2023/02/0988', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '73acf4c15591b5bd350ae69acfd1ec7b473055c79403379b5f408a2de671f9f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1581, '2023-02-21 18:47:04', 'SALE/POS2023/02/0989', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1060.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1060.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1060.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '0d0b656be7881667da6f483658529160c359dcfd951d0e7039a416c0818e8dae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1582, '2023-02-21 18:48:26', 'SALE/POS2023/02/0990', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1060.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1060.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1060.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f9a5d5a757a40c817a2a2a89f273a34387cc7e11bb75cd3465c44fb1616135f7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1583, '2023-02-21 18:49:40', 'SALE/POS2023/02/0991', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2f3f277ae4f607ff00e7556d50016dee263198a7af97d1ba6d09d74b495dceb9', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1584, '2023-02-21 18:51:11', 'SALE/POS2023/02/0992', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ab1ff9fafac6ef3b4d31d8d5269f27d6e5fa3feafbeb7a67c95f525b38ec7675', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1585, '2023-02-21 18:52:05', 'SALE/POS2023/02/0993', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9f8263288755a477c72b0bdf9d1a18f54e8cc36489c43f50a7b8992a36c90923', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1586, '2023-02-21 18:52:58', 'SALE/POS2023/02/0994', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b655c6d726fd81eb04c541278d2090a5470efa1436236f1933f7b4e73943e7eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1587, '2023-02-21 19:06:00', 'SALE2023/02/0577', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '854.5500', '0.0000', '', '0.0000', '0.0000', '85.4500', NULL, '0.0000', '85.4500', '0.0000', '940.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '940.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '488ec366404fffa451303ef82d36dd91b40a8d506d59aa9443a7182e46813bad', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1588, '2023-02-21 19:08:00', 'SALE2023/02/0578', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.0900', '0.0000', '', '0.0000', '0.0000', '10.9100', NULL, '0.0000', '10.9100', '0.0000', '120.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6997ff33708eea463e530fd40f8c48b88595323689918caf655a96fddf9d7319', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1589, '2023-02-21 19:22:22', 'SALE/POS2023/02/0995', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a7edf3697a36e8df8279bb1151a7ecffd1662bfe537b8ab1f8d96e9f9b4d7041', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1590, '2023-02-22 17:42:34', 'SALE/POS2023/02/0996', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3780.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3780.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 6, 1, '3780.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '01521469c9b7b512a47398c56b187d9dd16bd38d12f721b0a02cc4f9464306ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1591, '2023-02-22 17:43:38', 'SALE/POS2023/02/0997', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '271be91a16172a80883face8517c23faf5ca9dd1d87b722343896b70ed2b8d8b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1592, '2023-02-22 17:44:23', 'SALE/POS2023/02/0998', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7ced7d3898132f936da9d96e13bd8350b45d5b070c76767bfd098e2d27f06bde', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1593, '2023-02-22 17:45:24', 'SALE/POS2023/02/0999', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '420.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '420.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a12688006cd472635fc7a7b4d4679f666083ece26790617120f4d63ae063f9be', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1594, '2023-02-22 18:07:52', 'SALE/POS2023/02/1000', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '18a050bde75f6776ac465b9dc2d56be3be504072b22e822b10b0b06321aff285', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1596, '2023-02-22 18:20:00', 'SALE2023/02/0580', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2327.2700', '0.0000', '', '0.0000', '0.0000', '232.7300', NULL, '0.0000', '232.7300', '0.0000', '2560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2560.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '79a06dffd5b8c0c35e7f53b4b1b65faf7e71198d25bad8406e79b0af87402900', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1597, '2023-02-23 18:17:50', 'SALE/POS2023/02/1001', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f252961cb33eac6fc69dfc6fe563ec3a0368d6a3dcf0cf5728ad7c631de99c0f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1598, '2023-02-23 18:24:15', 'SALE/POS2023/02/1002', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6d65df69cf61c4117c984867156e109295e893beedebb5019214fae8a5823503', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1599, '2023-02-23 18:26:20', 'SALE/POS2023/02/1003', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '54a4da8b30b0e7622464cd55d77f815a0158e0f99628bf9bee7fbf61b06d000b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1600, '2023-02-23 18:28:20', 'SALE/POS2023/02/1004', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3f18e32a1ba82f20a5bc31f0dbcc2c4902a9f10240cdeb5e012fc655892c190b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1601, '2023-02-23 18:31:00', 'SALE2023/02/0581', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '990.9100', '0.0000', '', '0.0000', '0.0000', '99.0900', NULL, '0.0000', '99.0900', '0.0000', '1090.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1090.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8145ddfd8b329aa85b74b373627565293e6aef0be79b6800d992d45f12213714', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1602, '2023-02-23 18:33:00', 'SALE2023/02/0582', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1309.0900', '0.0000', '', '0.0000', '0.0000', '130.9100', NULL, '0.0000', '130.9100', '0.0000', '1440.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'bbd3268854e4df0dbcab0459e450520130cc6230039eddeb784aefea998a7002', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1603, '2023-02-24 17:58:36', 'SALE/POS2023/02/1005', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6fca9cd078cc0f51603cf610896f4a87f7fddb11fcfbf8c9d9afaf47ff873b48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1604, '2023-02-24 17:59:46', 'SALE/POS2023/02/1006', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c0b17121743e4107766bfd35363ed91e5e330f8b86fb69064e84a63eff7896f6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1605, '2023-02-24 18:02:02', 'SALE/POS2023/02/1007', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4906f76f33eda09baa26f6da4b1592ed9a9eeab0bf393633b18fc03f582b52c6', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1606, '2023-02-24 18:04:04', 'SALE/POS2023/02/1008', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3849cca2bd9ad0bd2aba82de0c3e7041f636132f9c29763c5593c9ff32f4005e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1607, '2023-02-24 18:16:00', 'SALE2023/02/0583', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2272.7300', '0.0000', '', '0.0000', '0.0000', '227.2700', NULL, '0.0000', '227.2700', '0.0000', '2500.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '2500.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cb12065fbd5186d43b77abfdde6fc0528d9bfd07301e9e869f4692cbb9c50e62', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1608, '2023-02-24 18:17:00', 'SALE2023/02/0584', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '654.5500', '0.0000', '', '0.0000', '0.0000', '65.4500', NULL, '0.0000', '65.4500', '0.0000', '720.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '8cf4a04b64ca20baffb0959436f9db4fef1cd6f0afa1ec87b7dbb3ff2b95f00d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1609, '2023-02-25 18:26:54', 'SALE/POS2023/02/1009', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a73f800929b8c8326478ed4b3751643e9f260801ff625fa5105ab627ea1599ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1610, '2023-02-25 18:29:50', 'SALE/POS2023/02/1010', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3710.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3710.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 7, 1, '3710.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b39a7f46ae50dc75fe5330fbae0c29b2067505fac1562f498f13872acd284cec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1611, '2023-02-25 18:31:04', 'SALE/POS2023/02/1011', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5276288e053306ced15c5c27867a1cf17bf8be21eb48db9a2dda193b308f06d0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1612, '2023-02-25 18:32:25', 'SALE/POS2023/02/1012', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '900.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '900.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '900.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'bb3413673236df7d23c8fa1935ed15a2d5a4b49e6bec4993a417569c760e8ae5', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1613, '2023-02-25 18:33:17', 'SALE/POS2023/02/1013', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a0a31b2166af6773bac6c6f477ae5e975fdfe3c8f200fcebda4de094c46bd139', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1614, '2023-02-25 18:33:59', 'SALE/POS2023/02/1014', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e2ce4582c08090dfcfe9fef98d0f35176b52b998a9987b4c2c3354cf565bd8e7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1615, '2023-02-25 18:37:00', 'SALE2023/02/0585', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1236.3600', '0.0000', '', '0.0000', '0.0000', '123.6400', NULL, '0.0000', '123.6400', '0.0000', '1360.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1360.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '80f3bc70f2d24bceb05f22cc7dee8852623e22bede401232f6ce532955534d32', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1616, '2023-02-27 18:58:35', 'SALE/POS2023/02/1015', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e8c0f7e0f14b81333ca4c7363fc7b410068d706632f9705ea497a8a95f612600', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1617, '2023-02-27 19:00:00', 'SALE2023/02/0586', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '381.8200', '0.0000', '', '0.0000', '0.0000', '38.1800', NULL, '0.0000', '38.1800', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '420.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '572aa18cbd49446bd2665dd7bb6a34ca324dedfdaace2148039ff104f1f19706', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1618, '2023-02-27 19:02:00', 'SALE2023/02/0587', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.4500', '0.0000', '', '0.0000', '0.0000', '54.5500', NULL, '0.0000', '54.5500', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1b13b94696308c32c9e41db8d9a22e1d898ae7b7c6779d75afbc93581dfafde7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1619, '2023-02-28 17:47:01', 'SALE/POS2023/02/1016', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '5931449a5e8c57e6085eac03e4d6dbe3614c163680f850563c6f669a0cf2039f', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1620, '2023-02-28 18:05:00', 'SALE2023/02/0588', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '381.8200', '0.0000', '', '0.0000', '0.0000', '38.1800', NULL, '0.0000', '38.1800', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '420.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '36386bac028972b2f2a37ecc53f367a15b44683f94624d2cd66b76d3ed749d3d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1621, '2023-02-28 18:06:00', 'SALE2023/02/0589', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1963.6400', '0.0000', '', '0.0000', '0.0000', '196.3600', NULL, '0.0000', '196.3600', '0.0000', '2160.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '79584ddf394731d5f34fd0d2598019875dc2a0800ec3ee6c2906573359c8f483', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1622, '2023-03-01 18:18:00', 'SALE2023/03/0590', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '120.0000', NULL, '0.0000', '120.0000', '0.0000', '1320.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c96624f7fce31aa6da5665f93c9d40aff40f2ec41ae5a8f6ce3899d584bb547e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1623, '2023-03-02 19:00:28', 'SALE/POS2023/03/1017', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '2490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a04f94dcc756df49ba729763ba59dc5cb81fa05c9311019c79719d36bf54ec1d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1624, '2023-03-02 19:01:29', 'SALE/POS2023/03/1018', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3dc8bce51d80d3fff0ccc36fee7b03d1d935ad7e7f80ca19c5283f05ab5d4e11', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1625, '2023-03-02 19:02:24', 'SALE/POS2023/03/1019', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7b52f08a0d0e4e6d0c41fd5372a15eba978d2fbac18171cda448c65f741b5619', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1626, '2023-03-02 19:03:00', 'SALE2023/03/0591', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '236.3600', '0.0000', '', '0.0000', '0.0000', '23.6400', NULL, '0.0000', '23.6400', '0.0000', '260.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '260.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e38ec95b3826e817ff1136b3b50360b51435f99cb9ef34ef84d385394e8803ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1627, '2023-03-02 19:04:00', 'SALE2023/03/0592', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.4500', '0.0000', '', '0.0000', '0.0000', '54.5500', NULL, '0.0000', '54.5500', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '7aee58710fbdb23d36159cc8d0588975c2068eccf4a7021beca46c1bc4def173', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1628, '2023-03-03 18:51:34', 'SALE/POS2023/03/1020', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '630.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '630.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '630.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'a3090f5afa827db4b0bdbe9cf7d56abbf0d483952ab95a3765c6377f9e9fe636', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1629, '2023-03-03 18:52:45', 'SALE/POS2023/03/1021', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '8f12070103af611e4d0133ae3a99da94c5e35da2dcdf416d319bdb47c958aa90', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1630, '2023-03-03 18:53:43', 'SALE/POS2023/03/1022', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57a90b6159e5bb0e553180a898b1e7595a069cac4e93db25cb15163d4075a39a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1631, '2023-03-03 19:00:00', 'SALE2023/03/0593', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '336.3600', '0.0000', '', '0.0000', '0.0000', '33.6400', NULL, '0.0000', '33.6400', '0.0000', '370.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '370.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6a70bba9196f5055fb80b047f11f300b00233783aa22d8cc1ef8e0ba6786c8ef', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1632, '2023-03-03 19:01:00', 'SALE2023/03/0594', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.4500', '0.0000', '', '0.0000', '0.0000', '54.5500', NULL, '0.0000', '54.5500', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '508477b765200fd684251213d03aea03cb6f246d47b92e750754e760fda31e31', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1633, '2023-03-06 17:04:42', 'SALE/POS2023/03/1023', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '840.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '840.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '840.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9c8b87c4699e7b50ad5d46603949544e2a60e94bdc1f4328ba41db2f938069ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1634, '2023-03-06 17:06:57', 'SALE/POS2023/03/1024', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '560.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '560.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '560.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cb25d1b59f51d367e245881feac8c5afc3d17d754b3c214c76096ddd548ea3a', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1635, '2023-03-06 17:08:08', 'SALE/POS2023/03/1025', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '300.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '300.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '300.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd36631723fc2229d5bfa6c30923407d3ea38e617182a91e7dd382688a1c51b54', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1636, '2023-03-04 17:15:00', 'SALE2023/03/0595', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5454.5500', '0.0000', '', '0.0000', '0.0000', '545.4500', NULL, '0.0000', '545.4500', '0.0000', '6000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '6000.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cd8090c183102b78a6e8a9b130050c04fb8b8de587efd420d3c3c77b7d79fc7d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1637, '2023-03-04 17:15:00', 'SALE2023/03/0596', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2672.7300', '0.0000', '', '0.0000', '0.0000', '267.2700', NULL, '0.0000', '267.2700', '0.0000', '2940.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e4bfe2fbae64fade46a4b331fe4a8c2480c1e0690eb0c5c29117458f2114b09b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1638, '2023-03-06 18:16:09', 'SALE/POS2023/03/1026', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '9650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '9650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 15, 1, '9650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7e7fd2b8faf0f100d2d08f362e1623f9a989d5bc0b247ded4b0dc8987a7a097b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1639, '2023-03-05 18:25:00', 'SALE2023/03/0597', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1000.0000', '0.0000', '', '0.0000', '0.0000', '100.0000', NULL, '0.0000', '100.0000', '0.0000', '1100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1100.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '534c3a0008bdb4645e565bf118be06e1cbec7c4cdd177ffbf9a4e93a32782517', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1640, '2023-03-06 18:27:00', 'SALE2023/03/0598', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '500.0000', '0.0000', '', '0.0000', '0.0000', '50.0000', NULL, '0.0000', '50.0000', '0.0000', '550.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '550.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0caefa1b8b9ccb2fb402d3d66df75b0f53cf49db7d865b495f0355a867ca5128', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1641, '2023-03-06 18:29:00', 'SALE2023/03/0599', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2727.2700', '0.0000', '', '0.0000', '0.0000', '272.7300', NULL, '0.0000', '272.7300', '0.0000', '3000.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '510bff23744beffbcf050ddd81f6b023791be703565a427c4b6ac4f84fe6846b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1642, '2023-03-07 17:57:00', 'SALE/POS2023/03/1027', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e7991c161ba8720c905078239f88c5368b98f7156adcc7517a4aa0e31cfc54ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1643, '2023-03-07 18:06:00', 'SALE2023/03/0600', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '136.3600', '0.0000', '', '0.0000', '0.0000', '13.6400', NULL, '0.0000', '13.6400', '0.0000', '150.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '150.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'aa0171916ba9a293077780ea2a0030c4ae7109d1972c239b9e18084876a4c0ab', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1644, '2023-03-07 18:07:00', 'SALE2023/03/0601', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '436.3600', '0.0000', '', '0.0000', '0.0000', '43.6400', NULL, '0.0000', '43.6400', '0.0000', '480.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '382e465cabc27e34ade963b26dfeb3fcbf5026f467be771da99436fb361e58c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1645, '2023-03-08 17:13:04', 'SALE/POS2023/03/1028', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f16d7053bd5b5a94cf332a6b20797cf5ac8d2dd964b98edc95992f14efd42252', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1646, '2023-03-08 17:14:48', 'SALE/POS2023/03/1029', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'f299b11a7757705f4b01dd8138a9a85f87a2c3ab17ee3044086b0dadde4efd22', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1647, '2023-03-08 17:16:11', 'SALE/POS2023/03/1030', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ffd56d9979d87c181584f9cae819cae9bcc6c991c0dd9bc59b9cb389929fb65e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1648, '2023-03-08 17:18:11', 'SALE/POS2023/03/1031', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cb173a64d0c433fba479e115b13f91e34043fde543bd56ef9ab932932474797e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1649, '2023-03-08 17:49:00', 'SALE2023/03/0602', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1490.9100', '0.0000', '', '0.0000', '0.0000', '149.0900', NULL, '0.0000', '149.0900', '0.0000', '1640.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1640.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c9e982d3e14fe046aaf0b0fbc79bc9d43a1cb14d68bb9c6792d670e48d917e15', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1650, '2023-03-09 16:55:04', 'SALE/POS2023/03/1032', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ef362439b9e16df54f0d8cd126563ca6bb23ca3380e972c912f9dd74bc64af23', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1651, '2023-03-09 16:57:10', 'SALE/POS2023/03/1033', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '935d46613a00ff3c27783886c7feb8ce16d22ad2b05a5be5f64656121639df09', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1652, '2023-03-09 18:00:00', 'SALE2023/03/0603', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '381.8200', '0.0000', '', '0.0000', '0.0000', '38.1800', NULL, '0.0000', '38.1800', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '420.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '818df83488d1b030f4b6ba8427aeccf63f0d0fba189b28385ae5ce8133c9423e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1653, '2023-03-09 18:01:00', 'SALE2023/03/0604', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1472.7300', '0.0000', '', '0.0000', '0.0000', '147.2700', NULL, '0.0000', '147.2700', '0.0000', '1620.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ea2cc368c4b1f2c74b747bf945addae05d168995faf30eb745c4dc4bb5bb4659', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1654, '2023-03-10 17:46:16', 'SALE/POS2023/03/1034', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '510.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '510.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '510.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9dc847420c7e12aa8ebf8b6c84db69e0d526418dbc254e9afc796c9d98369830', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1655, '2023-03-10 17:48:00', 'SALE2023/03/0605', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '381.8200', '0.0000', '', '0.0000', '0.0000', '38.1800', NULL, '0.0000', '38.1800', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '420.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9fc6604437623a8d46f90152f6138afd823476e141edfbf9982315d410c03cdb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1656, '2023-03-11 17:59:59', 'SALE/POS2023/03/1035', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'b38fefafb20b146033b486bd8f06f05a7d3d276210a9edaf3f69904756039da4', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1657, '2023-03-11 18:02:27', 'SALE/POS2023/03/1036', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '800.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '800.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '800.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '10b8541fce4a04179df080d748e6d9c447553ddaf17d8beae6bd472e838a0a92', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1658, '2023-03-11 18:05:14', 'SALE/POS2023/03/1037', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1960.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1960.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1960.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd4e75d3fdd639110ac16239caabb1f3748a51d8a66ca8e6a3a93629872cc9f71', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1659, '2023-03-11 18:06:12', 'SALE/POS2023/03/1038', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '695322d11dbb3ae17188f4aea2ebc9cb9dffd2993e4aa705ca2da7b3110d39ed', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1660, '2023-03-11 18:19:00', 'SALE2023/03/0606', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '45.4500', '0.0000', '', '0.0000', '0.0000', '4.5500', NULL, '0.0000', '4.5500', '0.0000', '50.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '50.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '89aa61c04331bd8e37b215fc7c152a36384ec3f55a7ebb45405557e351cd1acc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1661, '2023-03-11 18:20:00', 'SALE2023/03/0607', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '120.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '120.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'd4b33de370f0c63f07a2a80899903ace3de06398ed75603b3f6e087b4bce8b9c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1662, '2023-03-13 17:50:40', 'SALE/POS2023/03/1039', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '480.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '480.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '480.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '57b6c1e4c4a4a1942bd41e774bf29c44f27fb54ec85c5d0da75e22f8df9f41c3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1663, '2023-03-13 17:52:01', 'SALE/POS2023/03/1040', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1140.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1140.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1140.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2716bb34d5a75d78203e18e18ae16682fd71041f7cc9b771f854ea87cee4d197', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1666, '2023-03-13 18:36:00', 'SALE2023/03/0610', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1327.2700', '0.0000', '', '0.0000', '0.0000', '132.7300', NULL, '0.0000', '132.7300', '0.0000', '1460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1460.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '1c1b1c14bb0acc6534719b8039d1255c03edeaa01325cfca5e1464bd6e813993', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1667, '2023-03-13 18:37:00', 'SALE2023/03/0611', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1218.1800', '0.0000', '', '0.0000', '0.0000', '121.8200', NULL, '0.0000', '121.8200', '0.0000', '1340.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '0216455dd213c0388713c9eb495c07aeb00a0863512a24bf87e1836367eed0f1', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1668, '2023-03-14 18:06:00', 'SALE2023/03/0612', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '227.2700', '0.0000', '', '0.0000', '0.0000', '22.7300', NULL, '0.0000', '22.7300', '0.0000', '250.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '250.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'cc68d2ca46616d0aa630621c937b00d73dc475627912928ec77b1af25edcab4c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1669, '2023-03-14 18:07:00', 'SALE2023/03/0613', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2454.5500', '0.0000', '', '0.0000', '0.0000', '245.4500', NULL, '0.0000', '245.4500', '0.0000', '2700.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '042fae56d7dce7897632e812fe3994d42599fc4ef78e6359ef8cdf1e881b0e76', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1670, '2023-03-15 12:45:00', 'SALE2023/03/0614', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '863.6400', '0.0000', '', '0.0000', '0.0000', '86.3600', NULL, '0.0000', '86.3600', '0.0000', '950.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '950.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c2b9f685ba1f540dc487d819a062d518788269797b5d42fb91e9b17459b6bb21', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1671, '2023-03-15 12:50:00', 'SALE2023/03/0615', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1109.0900', '0.0000', '', '0.0000', '0.0000', '110.9100', NULL, '0.0000', '110.9100', '0.0000', '1220.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c9b80f77d518b3be05e15fcc826377162c6ac853ab8e47d4d0b15b6f3ebb93b0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1672, '2023-03-17 12:50:00', 'SALE2023/03/0616', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1136.3600', '0.0000', '', '0.0000', '0.0000', '113.6400', NULL, '0.0000', '113.6400', '0.0000', '1250.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1250.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ee40a97928cfbd1b568af6e5bdbc7771b313292e13030a5e434016d8cd232447', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1673, '2023-03-17 12:50:00', 'SALE2023/03/0617', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '272.7300', '0.0000', '', '0.0000', '0.0000', '27.2700', NULL, '0.0000', '27.2700', '0.0000', '300.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'bbbb4c4cdd882a424a6cef0f98d25c54450e24048286d845a3b5eb5223c2bab3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1675, '2023-03-18 12:55:00', 'SALE2023/03/0619', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '4609.0900', '0.0000', '', '0.0000', '0.0000', '460.9100', NULL, '0.0000', '460.9100', '0.0000', '5070.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '5070.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '417fadfc5e197d8300eebbec68bdcf4605d9ed68d98b4402743278169c6ba0ae', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1676, '2023-03-20 13:25:40', 'SALE/POS2023/03/1041', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '530.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '530.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '530.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '7cd02351219b9c360469e8f47aad6decfc5340bd62388f33750521f8f031eb29', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1677, '2023-03-20 13:27:05', 'SALE/POS2023/03/1042', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '6e875a6c19d79c713077d1f9be80cfc14b655fa7c96aaa0fc021f5133ed9f97c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1678, '2023-03-20 13:29:02', 'SALE/POS2023/03/1043', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9a3ffb94ba96227261d94d5a7c731152602c3cfb7a94661f4a2f64022cb507a0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1679, '2023-03-20 13:30:47', 'SALE/POS2023/03/1044', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '5600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '5600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 10, 1, '5600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '876ad6efb2d9df2f6ec90be542f492ea0f6c28bad4ee56a79d14d73e59785fa7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1680, '2023-03-20 13:31:55', 'SALE/POS2023/03/1045', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'def7de0824e83e1f3f8d94760805a6a228574fd068c203eaf0afb4d2ebecf55e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1681, '2023-03-20 13:33:31', 'SALE/POS2023/03/1046', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '650.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '650.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '650.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'd584061b854c053d401db793a735ffb6f2aa9512ac5100d82228fff50e572948', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1682, '2023-03-20 16:28:40', 'SALE/POS2023/03/1047', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '500.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '500.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '500.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '121ad781f6587e0a7ec1880c2a189083cbf95b5bc7492aa45868215f3ee0ad3c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1683, '2023-03-20 16:29:39', 'SALE/POS2023/03/1048', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'e81fd016f1f3eb835612c4339574b8dc7b823c3c83e33616e38a7b606a9b3b99', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1684, '2023-03-20 16:30:48', 'SALE/POS2023/03/1049', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '450.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '450.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '99d1824ed8bc20871e6bdede8488c9769d4b8b01b7df5989dca993bf041531f0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1685, '2023-03-20 16:31:44', 'SALE/POS2023/03/1050', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '540.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '540.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '540.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'fa1a7e7a4cf97bb5289e3f9958ec9149e8e75ea11c0d95c0b12b74c778886b33', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1686, '2023-03-20 16:49:00', 'SALE2023/03/0620', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1327.2700', '0.0000', '', '0.0000', '0.0000', '132.7300', NULL, '0.0000', '132.7300', '0.0000', '1460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1460.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '01d213776d3fe5cae0ad1c6cb8234cedbadb93b7073286587ab0dcd6f8c7340c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1687, '2023-03-20 16:51:00', 'SALE2023/03/0621', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1145.4500', '0.0000', '', '0.0000', '0.0000', '114.5500', NULL, '0.0000', '114.5500', '0.0000', '1260.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a110fc9b5f7b7258a8cd89d9a189b65b2763ce43d787dcbf81bc3c7217589237', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1688, '2023-03-21 16:09:02', 'SALE/POS2023/03/1051', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '400.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '400.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '400.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '040ea8e18593d185983724b7f21f9510b50858674d7216c3c11460510f9915ea', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1689, '2023-03-21 16:10:35', 'SALE/POS2023/03/1052', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '200.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '200.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2882850daf57557ce1563290e4ac6114397d267bf46b24e49feac63ede64c5a3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1690, '2023-03-21 17:38:59', 'SALE/POS2023/03/1053', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '2490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '2490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '3699a9371e224f767142196f7975b626b3a695d1c1a1855c8ec63ff76011eb98', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1693, '2023-03-21 17:53:00', 'SALE2023/03/0624', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1209.0900', '0.0000', '', '0.0000', '0.0000', '120.9100', NULL, '0.0000', '120.9100', '0.0000', '1330.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '1330.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9a0e1c3d58ab914d9d8d40652d56d9b18487d9fd10a5e127b2d37f6016154a82', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1694, '2023-03-21 17:54:00', 'SALE2023/03/0625', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2227.2700', '0.0000', '', '0.0000', '0.0000', '222.7300', NULL, '0.0000', '222.7300', '0.0000', '2450.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '9dd0c47d2c2bed1fb470bfabe533f62280dca9fe5c42c9cccb011f8c6985ca9b', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1695, '2023-03-22 17:27:04', 'SALE/POS2023/03/1054', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c3071cf862613fd22f7f765f1a6e619ca2f9a316866236dec425780a9f818a3e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1696, '2023-03-22 17:28:18', 'SALE/POS2023/03/1055', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ed2efa14c616fa24ad90bd62ab86bf4b4f4d5d902fbb75b73efc94361471977c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1697, '2023-03-22 17:29:26', 'SALE/POS2023/03/1056', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '100.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '100.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '100.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'ca63c5b407c06b64c947fd25d6eb88b1ea0abff04013e7eabef46f055ddf3d9e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1698, '2023-03-22 08:55:00', 'SALE2023/03/0626', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '654.5500', '0.0000', '', '0.0000', '0.0000', '65.4500', NULL, '0.0000', '65.4500', '0.0000', '720.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '720.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '75cd66f22c20340b4ef06daa96239785b4c0c45f1ac41ea1d5b4ed11437c2899', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1699, '2023-03-22 08:55:00', 'SALE2023/03/0627', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.0900', '0.0000', '', '0.0000', '0.0000', '10.9100', NULL, '0.0000', '10.9100', '0.0000', '120.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f5bd731d7960252e19fd022030fd901daa03bca92dec3292cb0166370b7a5434', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1706, '2023-03-23 18:05:00', 'SALE2023/03/0628', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '400.0000', '0.0000', '', '0.0000', '0.0000', '40.0000', NULL, '0.0000', '40.0000', '0.0000', '440.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '440.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6ef339636fef87e5da4d914960b0b870eacf7d3ec23c2b9c00f0a6b6d55e4164', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1707, '2023-03-24 18:08:00', 'SALE2023/03/0629', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2563.6400', '0.0000', '', '0.0000', '0.0000', '256.3600', NULL, '0.0000', '256.3600', '0.0000', '2820.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '802862b17f8e532c14690c06278208fe3251cd3fa550f96a12800781f6ab076c', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1708, '2023-03-25 18:15:09', 'SALE/POS2023/03/1057', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1890.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1890.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 4, 1, '1890.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'c210ad0b15445e452613e47f802b29da5159315245b69b3a1747b146d311c3cf', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1709, '2023-03-25 18:25:00', 'SALE2023/03/0630', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '409.0900', '0.0000', '', '0.0000', '0.0000', '40.9100', NULL, '0.0000', '40.9100', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '450.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '65e9b4190b75c68b93bd3027b4493d8f626b273a98949c8db6e56a675f00a7ec', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1710, '2023-03-28 18:06:00', 'SALE2023/03/0631', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '381.8200', '0.0000', '', '0.0000', '0.0000', '38.1800', NULL, '0.0000', '38.1800', '0.0000', '420.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '420.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '30b9652aa3a0062221c047a254a6a7ceb92021997678ad26bcbf39191b595304', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1711, '2023-03-28 18:07:00', 'SALE2023/03/0632', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.9100', '0.0000', '', '0.0000', '0.0000', '49.0900', NULL, '0.0000', '49.0900', '0.0000', '540.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'a8d30c1e1097b03c8c44df64fd42f7e7124fa28584e4fbe82767795343a1db39', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1712, '2023-03-29 16:15:00', 'SALE2023/03/0633', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '500.0000', '0.0000', '', '0.0000', '0.0000', '50.0000', NULL, '0.0000', '50.0000', '0.0000', '550.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '550.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'ac85da69c33db34a316095666103717619770896a9d8f501246c8909e0f0da6d', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1713, '2023-03-29 16:20:00', 'SALE2023/03/0634', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '2454.5500', '0.0000', '', '0.0000', '0.0000', '245.4500', NULL, '0.0000', '245.4500', '0.0000', '2700.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '368e7cf718da9fb77ef4d2584c135a64b4607682ca7bf4277e998c30439b0711', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1714, '2023-03-31 16:32:48', 'SALE/POS2023/03/1058', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1160.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1160.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 2, 1, '1160.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '925fdeb43d979bca8ef990b808e0061d06b164830cd4cbeabf4e4f4c19fe35f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1715, '2023-03-31 16:34:58', 'SALE/POS2023/03/1059', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '600.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '600.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '600.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '2067e83c168fd9a6d9f4f3afdaa04f92e08fed70dad099eb91832a59268e0130', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1716, '2023-03-31 16:37:09', 'SALE/POS2023/03/1060', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '590.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '590.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '590.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '37587e9185faa51e454e6c19e36876e9ad197920b7339e17ffc15694198ab17e', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1717, '2023-03-31 17:53:00', 'SALE2023/03/0635', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.0900', '0.0000', '', '0.0000', '0.0000', '10.9100', NULL, '0.0000', '10.9100', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '120.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'f5571c28c3e0e96adcb904185f9f02a848abee47fb2c281d65d8be531c36b634', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1718, '2023-03-31 17:55:00', 'SALE2023/03/0636', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '981.8200', '0.0000', '', '0.0000', '0.0000', '98.1800', NULL, '0.0000', '98.1800', '0.0000', '1080.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e60438d526a3f094f1cfe7cb864330dd23dda918016bd2b7fffce7019dc1d3eb', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1719, '2023-03-31 18:05:55', 'SALE/POS2023/03/1061', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '450.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '450.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '450.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '1ba3afe7d5b284c5451e92684f075d7e0a02f0b3410156d655611d3bf4312e20', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1720, '2023-04-01 18:05:19', 'SALE/POS2023/04/1062', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '1570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 3, 1, '1570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, 'cc7499f62b72e76d5afc65c7ab63129bb10fc1e2dd8605fea290ca5f617887ca', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1721, '2023-04-01 18:11:00', 'SALE2023/04/0637', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '63.6400', '0.0000', '', '0.0000', '0.0000', '6.3600', NULL, '0.0000', '6.3600', '0.0000', '70.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '70.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '2bd7f1103a95a8ab167214c2721cfd83757f89d9480ef79cfd3e29fc4f5af434', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1722, '2023-04-01 18:12:00', 'SALE2023/04/0638', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1727.2700', '0.0000', '', '0.0000', '0.0000', '172.7300', NULL, '0.0000', '172.7300', '0.0000', '1900.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '16cf8204bd3ac036b0aae2176312c246d485b5c6609dbc8ab388dc10247e5ffc', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1723, '2023-04-03 17:55:04', 'SALE/POS2023/04/1063', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '9ffc291dcd173bc2004cafd2bead463c2b721fd885b120259c00cc7a189e7d51', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1724, '2023-04-03 17:56:46', 'SALE/POS2023/04/1064', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '3000.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '3000.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 5, 1, '3000.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '52481e4ceea6fe4489bbd212c712ce72c78416b6bb6a4384551f5df574823768', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1725, '2023-04-03 18:15:00', 'SALE2023/04/0639', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '1218.1800', '0.0000', '', '0.0000', '0.0000', '121.8200', NULL, '0.0000', '121.8200', '0.0000', '1340.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6453ddbcbdda47ee13312cf5d044f6145fd9996c990be8785f21ffda021bdf48', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1726, '2023-04-04 08:25:00', 'SALE2023/04/0640', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '200.0000', '0.0000', '', '0.0000', '0.0000', '20.0000', NULL, '0.0000', '20.0000', '0.0000', '220.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '220.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '43e32ab665e6ef798d76236f6fe65fbe91f7748fe807a62c8e3d0330143566d7', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1727, '2023-04-06 17:34:43', 'SALE/POS2023/04/1065', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '490.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '490.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '490.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '4980f12677624247f25fa6428ddf4135b85d9939278d75e9ffeab45669503951', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1728, '2023-04-06 17:41:00', 'SALE2023/04/0641', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '418.1800', '0.0000', '', '0.0000', '0.0000', '41.8200', NULL, '0.0000', '41.8200', '0.0000', '460.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '460.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'e74056071e00e41093b8dedac8a88cf4a5edebec604557fed13a9b0f1544d4ac', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1729, '2023-04-06 17:43:00', 'SALE2023/04/0642', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '363.6400', '0.0000', '', '0.0000', '0.0000', '36.3600', NULL, '0.0000', '36.3600', '0.0000', '400.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c5432962f68ac97b7c1f729e46e3af2d756e6ecebaea2ae3c8e6c767fe139fe0', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1730, '2023-04-07 16:05:57', 'SALE/POS2023/04/1066', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '570.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', 0, '0.0000', '0.0000', '0.0000', '570.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 1, '570.0000', NULL, '0.0000', NULL, NULL, NULL, '0.0000', '0.0000', NULL, 0, 0, NULL, NULL, '29dabeb3a66e2262272283240c4a3a1ffddad7d1baa22c76b72f3bbc0cc7f247', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1731, '2023-04-07 16:42:00', 'SALE2023/04/0643', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '109.0900', '0.0000', '', '0.0000', '0.0000', '10.9100', NULL, '0.0000', '10.9100', '0.0000', '120.0000', 'completed', 'paid', 0, NULL, 7, NULL, NULL, 1, 0, '120.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'bd760ddf26375136a11f03f4c873f1f393f650bcff14fdf4bb1f33d276a298f3', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1732, '2023-04-07 16:45:00', 'SALE2023/04/0644', 1, 'Walk-in Customer', 3, 'Tech-Firm Knits', 1, '', '', '545.4500', '0.0000', '', '0.0000', '0.0000', '54.5500', NULL, '0.0000', '54.5500', '0.0000', '600.0000', 'completed', 'due', 0, NULL, 7, NULL, NULL, 1, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, 'c74be0d1fae6198e1cc4c57939f39ba2be217ef13f3e6fd07d5ac6fd76b1ba00', NULL, NULL, NULL, NULL, NULL);
INSERT INTO `sma_sales` (`id`, `date`, `reference_no`, `customer_id`, `customer`, `biller_id`, `biller`, `warehouse_id`, `note`, `staff_note`, `total`, `product_discount`, `order_discount_id`, `total_discount`, `order_discount`, `product_tax`, `order_tax_id`, `order_tax`, `total_tax`, `shipping`, `grand_total`, `sale_status`, `payment_status`, `payment_term`, `due_date`, `created_by`, `updated_by`, `updated_at`, `total_items`, `pos`, `paid`, `return_id`, `surcharge`, `attachment`, `return_sale_ref`, `sale_id`, `return_sale_total`, `rounding`, `suspend_note`, `api`, `shop`, `address_id`, `reserve_id`, `hash`, `manual_payment`, `cgst`, `sgst`, `igst`, `payment_method`) VALUES (1733, '2023-04-03 10:50:00', 'SALE2023/04/0645', 38, 'UZURI INSTITUTE', 3, 'Tech-Firm Knits', 1, '', '', '131080.0000', '0.0000', '', '0.0000', '0.0000', '0.0000', NULL, '0.0000', '0.0000', '0.0000', '131080.0000', 'completed', 'due', 0, NULL, 5, NULL, NULL, 226, 0, '0.0000', NULL, '0.0000', '0', NULL, NULL, '0.0000', NULL, NULL, 0, 0, NULL, NULL, '6b5c80190989c1ba967bcb5b24f1dff45e3fb6fcb7dcbc3977a0fa8cfb91dc2a', NULL, NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_sessions
#

DROP TABLE IF EXISTS `sma_sessions`;

CREATE TABLE `sma_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 COLLATE=utf8_general_ci;

INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00003fba43e5a0514b004293d7fcfdc38a8926dd', '41.90.45.200', 1656411943, '__ci_last_regenerate|i:1656411943;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656389582\";last_ip|s:12:\"41.90.45.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1656411520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('000a7dc515ecae84e74fb7d67ecbd62ae2b918b6', '105.160.86.88', 1655577828, '__ci_last_regenerate|i:1655577828;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655543026\";last_ip|s:13:\"41.60.233.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0011ececdd66bb25ec850b31126d837082a1be2a', '41.60.233.155', 1672933558, '__ci_last_regenerate|i:1672933558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0015435ed88505e8744ac1e29054e823178069b5', '41.60.235.20', 1658579198, '__ci_last_regenerate|i:1658579198;requested_page|s:29:\"admin/customers/getCustomer/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('001dcfd57996687d8db1232e25fdc39a98466c5b', '41.60.237.126', 1669648532, '__ci_last_regenerate|i:1669648360;requested_page|s:17:\"category/sweaters\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669647261\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669648521;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00266a170bbe9dc169ecd345441dbc98a706735d', '41.60.237.200', 1651757902, '__ci_last_regenerate|i:1651757902;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0027d8ae684c0f3f8ea6eb976ac057e51dc37709', '41.60.235.80', 1673537485, '__ci_last_regenerate|i:1673537411;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673533863\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673535589;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0048764823e239d211e7ebd0de32248763c63aec', '41.90.40.126', 1659454169, '__ci_last_regenerate|i:1659450746;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659441860\";last_ip|s:14:\"105.160.90.114\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659449124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('004a6860c31f6cdca179c301ed8b3dff6ec049f4', '102.1.149.20', 1653737232, '__ci_last_regenerate|i:1653737232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00591ab42a628abfb0d1a872ac16c18d38f60e1f', '41.191.107.193', 1652723233, '__ci_last_regenerate|i:1652723233;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652647279\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1652723032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00631ebfd553b6cf4d1459d9cd080bfdbb819481', '41.60.232.12', 1663249294, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('009cd28e8ea12c5cc6e022a8ac408f3aa20172f9', '41.60.233.5', 1675872332, '__ci_last_regenerate|i:1675872332;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675869656;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00aa99ace91fd12654feabca3e09b6dfeb40e96a', '41.60.236.151', 1678169183, '__ci_last_regenerate|i:1678169183;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00aae2c659cc0800455a43b9f679f5164c93e02e', '41.90.178.115', 1674676401, '__ci_last_regenerate|i:1674676401;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674674848\";last_ip|s:13:\"105.161.0.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674676373;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00c020e48f51b4fee69eb68f8cbbb860fece9a0a', '41.60.233.85', 1664776796, '__ci_last_regenerate|i:1664776796;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664636410\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664776769;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00c62e40e0eadc184da38b88a5f18cf8bad9023d', '41.90.40.126', 1659464539, '__ci_last_regenerate|i:1659464539;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659448265\";last_ip|s:12:\"41.90.40.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00d694c5696ce85a671c65a95be3412f8266987d', '41.60.237.146', 1661868270, '__ci_last_regenerate|i:1661868270;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661781510\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00d8efee83a972f17c58f21b8b1af9f21064899b', '41.60.235.236', 1671028697, '__ci_last_regenerate|i:1671028697;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670940455\";last_ip|s:13:\"41.60.235.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671028640;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('00f79d829e61faf30d4b14199ea6f8d054ccfc7f', '41.60.236.151', 1678117361, '__ci_last_regenerate|i:1678117361;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01125dc9350d7085556abdf4eef53ce40f5f3a08', '41.60.232.12', 1663428196, '__ci_last_regenerate|i:1663428196;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663392041\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663424594;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0123bcbf1c25a6ae6ad14470132f31a304d4df3c', '41.60.233.85', 1664981919, '__ci_last_regenerate|i:1664981919;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664967522\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664981894;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0144a7b4701177a44d9dabc356e6f726512ff94d', '209.145.52.241', 1664968908, '__ci_last_regenerate|i:1664968908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0156b08decd9fdab56b3ba5e89f0ba1b0a439577', '102.69.228.74', 1661441899, '__ci_last_regenerate|i:1661441899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0156c3a4798c729cbd275b23b0ba837f76d69d13', '41.60.238.241', 1668012339, '__ci_last_regenerate|i:1668012339;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667920032\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668011161;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('015bd7c102230d04f6dc596335da845c0d0f981f', '41.60.232.148', 1659419908, '__ci_last_regenerate|i:1659419908;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659355947\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659417928;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0162e854a9b518a810c2796220fea3a5662b5947', '41.60.232.14', 1657988183, '__ci_last_regenerate|i:1657988176;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657975649\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657988176;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('017d9f9503ccf0c5aa3769038129ab4e6bcdc456', '105.163.56.70', 1663181369, '__ci_last_regenerate|i:1663181369;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"0fEFz4gTAXr8ayd9JkvL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01900231db37e19873247b886cf97af00623ae48', '41.90.189.189', 1674932508, '__ci_last_regenerate|i:1674932508;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674932445;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01a4fd5b1ea1174b1e39841d5d47cc362f3677cc', '41.60.239.159', 1651679691, '__ci_last_regenerate|i:1651679691;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651649073\";last_ip|s:13:\"41.60.238.127\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651679459;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"PwCv2Xi04z9GeI7JtEMd\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01a5db4b0ebeb176b4188757b9e04fac57a181ac', '41.60.232.27', 1666970249, '__ci_last_regenerate|i:1666970249;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666934651\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666968496;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01c5d03cf48dc4f144b59a5167c286570eade05c', '92.222.181.145', 1677753123, '__ci_last_regenerate|i:1677753123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01cd9839cae95808a46bb9b5c644256a0b5b818f', '41.60.233.5', 1673974081, '__ci_last_regenerate|i:1673974081;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673883343\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673973081;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01d6f277e286d143deb7020c088f0cca0ee65d0c', '105.161.82.98', 1675365222, '__ci_last_regenerate|i:1675365222;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675363110\";last_ip|s:13:\"41.90.177.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675365197;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('01f513b130de4dd02aa5d397c91793b41fddecfe', '41.191.107.204', 1653912937, '__ci_last_regenerate|i:1653912937;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('021a5a8f9ce509bb9e40305bd417bcbd906eecf8', '41.191.107.211', 1655921254, '__ci_last_regenerate|i:1655921254;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AbfXqCgk0sv5W49Z7pt1\";last_activity|i:1655920956;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('021db30bbb6d8f8b2274868b7fe3c48c373cd8bf', '41.90.38.215', 1657996498, '__ci_last_regenerate|i:1657996226;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657988076\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657996487;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0233db845090ac340b806dfda5a585e7686743cf', '41.60.237.195', 1652177401, '__ci_last_regenerate|i:1652177401;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652176806;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('023cddb475df805faf803eb18a4e54f8b0ac8a66', '105.163.61.45', 1662046685, '__ci_last_regenerate|i:1662046685;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('023d0b86270e54897bdc24b5ce7df59b41a82ac0', '41.60.237.200', 1651853526, '__ci_last_regenerate|i:1651853526;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651842412\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651852350;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"WlBxmj21Vth37ZM8qrzL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0245fa775182378361b1f298e34219f0a3d578f1', '105.163.50.229', 1659893919, '__ci_last_regenerate|i:1659893919;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0248bf99db7b909fb3aebef7e0a8f8de2f26b516', '41.80.96.73', 1653805325, '__ci_last_regenerate|i:1653805325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('024ad5a9859acad1faca2d222fdd8f99d6e99070', '41.60.235.76', 1653373678, '__ci_last_regenerate|i:1653373678;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('025dbcf68f2cdf463595711d44164e60449bea6a', '41.60.239.56', 1668784318, '__ci_last_regenerate|i:1668784318;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02701b2a6e5c3ba96977a31dd4e2bbee24629a95', '197.136.0.4', 1654032759, '__ci_last_regenerate|i:1654032759;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0270cf9063169e83d369e6f2719751680b2ebfd2', '105.163.50.229', 1659895527, '__ci_last_regenerate|i:1659895527;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('028d6f76c0d0fce5c0c355ed5e80872464d7f47d', '41.60.232.254', 1671205255, '__ci_last_regenerate|i:1671205255;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671199490\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671200959;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0291da5b61794c48108778e7920e8e70137af261', '41.60.238.127', 1651653669, '__ci_last_regenerate|i:1651653669;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02d7dc723aed5a7ec232a4b62f88633b9dba3b5a', '41.60.232.170', 1672756237, '__ci_last_regenerate|i:1672756237;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672755473;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('02f1277917a7b2e42af0da1d051499ed1ac16dee', '197.155.95.4', 1659289507, '__ci_last_regenerate|i:1659289507;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0303305b7e841288c8cb65f815a4b519641481bf', '105.163.50.229', 1659698711, '__ci_last_regenerate|i:1659698711;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622232\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"1uURofFqmlz4X5MEIbew\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0305410289e42fa334d6120b9d37cbb3962b309c', '41.60.232.254', 1671113688, '__ci_last_regenerate|i:1671113688;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671028290\";last_ip|s:13:\"41.60.235.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671113641;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('031f053f567c8c6354fa7d94e39ac524c09f6d32', '41.191.105.90', 1654893119, '__ci_last_regenerate|i:1654893119;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654805575\";last_ip|s:13:\"41.191.105.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654892905;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0346d1d55c73461fc903c8be688ad222a941fe44', '41.60.237.126', 1669736407, '__ci_last_regenerate|i:1669736407;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669647710\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669734944;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0353f5f0f67a8e6053fb872cfd12a2c71aa793ea', '209.145.52.241', 1653908259, '__ci_last_regenerate|i:1653908259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('035511dee16247d7229d550db1a9a9b55ce8b6f1', '41.191.105.93', 1652651888, '__ci_last_regenerate|i:1652651888;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03735006590c7b8d23062b57d34c801e9c34ccd4', '41.60.232.27', 1666623674, '__ci_last_regenerate|i:1666623674;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666590893\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666623347;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03808ea0e337d0e121e00b089fa827d0c841f8e6', '41.60.235.20', 1658844978, '__ci_last_regenerate|i:1658844978;requested_page|s:29:\"admin/customers/getCustomer/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0394f9f519fd99b19a36057d52a7dfd3da2fc95c', '41.60.233.106', 1655480135, '__ci_last_regenerate|i:1655480135;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655387861\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655479945;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0396ebeae55033a8004d8de58d40531c3af5f8fc', '41.60.237.126', 1670340942, '__ci_last_regenerate|i:1670340942;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337235\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('039ed957e5e44f420444b7cab4aaa13d8673920d', '41.60.235.224', 1670681391, '__ci_last_regenerate|i:1670681391;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595457\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670681099;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03a9eeb25d49adc3036bb3687f1351a822bc258c', '41.191.107.225', 1653403132, '__ci_last_regenerate|i:1653403132;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653403000;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03ab3b3601cc920ef4fdfb263dfd2c208535d775', '41.60.237.16', 1666074457, '__ci_last_regenerate|i:1666074363;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666018062\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666074453;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03b991ba1b2366b811d0eafdef952c06bc3a5e9d', '41.191.104.86', 1654548980, '__ci_last_regenerate|i:1654548980;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03e0896b344fd644daf8f6aacc8775e502384971', '41.60.237.126', 1669648360, '__ci_last_regenerate|i:1669648360;requested_page|s:17:\"category/sweaters\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669647261\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669648314;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03e896ea903b4b3b806ad2dd47825b63486884a2', '41.191.105.90', 1654891808, '__ci_last_regenerate|i:1654891808;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654805575\";last_ip|s:13:\"41.191.105.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654891771;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('03fb3ed9c84550325e10d8c4b6f81eb0fe2ae055', '173.252.95.22', 1660783343, '__ci_last_regenerate|i:1660783343;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('040e1e14a7a587aac4c23c9d1ffdbe6854b2b084', '41.60.239.133', 1667195207, '__ci_last_regenerate|i:1667195207;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667055611\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667195080;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('040e699c84ddceb2b50676a2a3761738727389f1', '41.60.232.140', 1662359129, '__ci_last_regenerate|i:1662359129;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662217686\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662356752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0413b94a1452254d4abaf5e08d13a9519f35775f', '41.60.237.200', 1651734795, '__ci_last_regenerate|i:1651734795;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('042569b98b6bc6a441faf2c00f27eb27faa5b5ef', '41.60.233.95', 1662562631, '__ci_last_regenerate|i:1662562631;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662531550\";last_ip|s:12:\"41.60.233.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662562613;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0433965a776a3952dcb59055ff3ef40fd32df374', '41.191.105.88', 1657816032, '__ci_last_regenerate|i:1657816032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0433a1e107484a3cf79825455954d777bcf7eb7e', '41.60.232.168', 1677074827, '__ci_last_regenerate|i:1677074827;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('043d777f825a9086942bc22114d4f844dc67295a', '41.60.239.133', 1667229739, '__ci_last_regenerate|i:1667229739;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667194476\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0450cc249f7e8993abeef6c06accfa02733fff9b', '41.60.239.133', 1667200001, '__ci_last_regenerate|i:1667195207;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667055611\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667197720;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('045b85ab70d032546e9036622ef3f47d341690a8', '41.60.237.158', 1661503889, '__ci_last_regenerate|i:1661503889;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661419599\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661503866;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('046c37c8843b00610111c5e094048f27e5e0670f', '154.159.252.6', 1651427447, '__ci_last_regenerate|i:1651427447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0472e1d67a3ad63dedfcf3f47d7d994c22b102a1', '209.145.52.241', 1671773371, '__ci_last_regenerate|i:1671773371;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('047cb9cc8666821e9303d846c7d3cadde29bb2d8', '217.21.116.218', 1680883898, '__ci_last_regenerate|i:1680883898;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680882537;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0483e09fd6fe7c27d9b6a3ae98855883e655b264', '41.191.105.93', 1652701345, '__ci_last_regenerate|i:1652701344;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0485ecb9d7f4dbd5ab2f0e90a4249b57279c3b50', '105.161.136.12', 1673463637, '__ci_last_regenerate|i:1673463637;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673442353\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673462563;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04a2922694dbf61c727a10b2c4bcfc2d242f684b', '41.60.237.158', 1661613585, '__ci_last_regenerate|i:1661613585;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661613177;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04b8c94e136212961ba0749e1e6270b7720d689d', '41.60.237.195', 1652171442, '__ci_last_regenerate|i:1652171442;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04c58aca86279d7a4d531ddc8bc82a6cebe24cc8', '41.191.105.88', 1654558938, '__ci_last_regenerate|i:1654558938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04cb0851ef1e985b7a52c31df4f28cbfa3677e16', '41.191.105.92', 1652637271, '__ci_last_regenerate|i:1652637271;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04cc24d1f9786483ea98156c1eb6af07ccee8b31', '41.191.107.225', 1653405025, '__ci_last_regenerate|i:1653405025;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653403969;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";user_csrf|s:20:\"Vr2nhscWYSjwAeQx4X6D\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04d45e0576cc5caa50eca3546159fe421a1047a0', '217.21.116.218', 1680878270, '__ci_last_regenerate|i:1680878270;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04e6bf472a6940fd392e972d76e382ec5e8ec033', '41.60.233.5', 1675957105, '__ci_last_regenerate|i:1675957105;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675956856;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04e920df985393c849b8ab68a888bb52bb4e0a6b', '41.60.238.241', 1668011435, '__ci_last_regenerate|i:1668011435;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667920032\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668011161;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04ef92a82c7df9d3f3a011d1b06e1bd96a52f57f', '217.21.116.217', 1667683262, '__ci_last_regenerate|i:1667683262;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('04f3c975e8abe1052d93d9ff5df24863345e3318', '41.191.104.95', 1651468477, '__ci_last_regenerate|i:1651468477;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651446524\";last_ip|s:13:\"154.159.252.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651467161;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0536e701defaeb36a876090924bfaaf144e9321b', '41.90.189.189', 1674935705, '__ci_last_regenerate|i:1674935705;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674935685;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0542a3c34e3dd6dc232be83bc1b997cd13fe9968', '41.60.233.115', 1680362332, '__ci_last_regenerate|i:1680362332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('054c4aef6656fc4aab6c6c21ee42b37aa52a22ad', '41.60.238.178', 1656153568, '__ci_last_regenerate|i:1656153567;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('054f161c6c500c72991c9f457fd7be04aa4bfd6d', '41.191.105.94', 1657049848, '__ci_last_regenerate|i:1657049848;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657049191;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0576075a4c35864e137d57d220f5d9bf46f1f305', '41.60.237.163', 1657726284, '__ci_last_regenerate|i:1657726284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0580cc57baabe540223885fc9bb529364600e201', '41.60.237.200', 1651751693, '__ci_last_regenerate|i:1651751693;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651751598;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05844463a3a762921206cc89beebaa181d1280d0', '41.191.105.93', 1654467273, '__ci_last_regenerate|i:1654467273;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0587166483a5fa8047200dc9e2287ab23da0a745', '41.90.33.7', 1655435982, '__ci_last_regenerate|i:1655435961;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655398673\";last_ip|s:15:\"102.167.152.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('058ac8a07bb814697aed40f96463649cee92a51d', '41.191.104.74', 1653754254, '__ci_last_regenerate|i:1653754254;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0593cf521ab85fe84da7c8babcc2c7ccf49499a0', '102.69.228.74', 1663083877, '__ci_last_regenerate|i:1663083877;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05a25cbb8b8570038342c6b4f38e2e3369f10277', '105.163.48.72', 1652644197, '__ci_last_regenerate|i:1652644197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05a8ac94d934192a01ad1050844ba8d7f419631d', '41.60.237.125', 1651677383, '__ci_last_regenerate|i:1651677383;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651677343;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"VdLnN0O9QPBvS4i1EZmz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05be58c75607b4429de09d2985456a2f5fbe10c2', '41.60.237.200', 1651851667, '__ci_last_regenerate|i:1651851667;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651842412\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651851595;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05c1f01a2d4c07217a2e5569e3de9d6f9d779bea', '41.191.105.88', 1652622100, '__ci_last_regenerate|i:1652622100;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652615028;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('05fbf9d2d6ca690e3274d496c65e434e4835e71c', '41.60.237.126', 1669649428, '__ci_last_regenerate|i:1669649428;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669473397\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06069e710eb9e3f95b2e01cad5f2924ba852ab4c', '105.163.1.219', 1663877988, '__ci_last_regenerate|i:1663877988;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663737159\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('060d686e92a2757b4b6cb12ce210462a1a0400fd', '41.60.238.241', 1668011954, '__ci_last_regenerate|i:1668011954;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667920032\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668011161;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('061b7e54ca139e0df27e05020f336902097f6e80', '41.60.237.158', 1661439309, '__ci_last_regenerate|i:1661439309;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661436615;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('062e901c1005e4d27eadc2b7896c7a4b971d0ece', '41.60.235.20', 1659072923, '__ci_last_regenerate|i:1659072923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('063119249f3d231a1300c4c1fd0e8f9f88da7651', '41.60.232.221', 1669044096, '__ci_last_regenerate|i:1669044096;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668945894\";last_ip|s:11:\"41.60.236.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('064a69535106ced8ccdd86a4b1acc36a0747c3b4', '41.60.234.241', 1660975659, '__ci_last_regenerate|i:1660975659;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660920149\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;last_activity|i:1660975365;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0652b253dd8515a3c2c260763a10947dae013a54', '105.163.50.229', 1659895923, '__ci_last_regenerate|i:1659895923;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06778ee1b1b9f33d84e0719f889f9d30cffd44bd', '41.60.237.16', 1666276766, '__ci_last_regenerate|i:1666276766;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666192277\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666275891;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('067fa5510c747f15d40b343827f27d1bfed0b544', '41.191.107.43', 1655151276, '__ci_last_regenerate|i:1655151276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('068ab89975c74184a18b62d9f6596ea1cc2b5dd8', '105.163.61.45', 1662051405, '__ci_last_regenerate|i:1662051405;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"lnHFv528dXOcoTrIJsEA\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0695b08d78f38cbfe931d89dea735a40e65e61ba', '41.191.107.45', 1655732064, '__ci_last_regenerate|i:1655732064;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('069ca609bf19e69613a5dcf1550472dba2dd3651', '41.60.235.76', 1653896069, '__ci_last_regenerate|i:1653896069;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653895995;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06a33556a8fcc9388bb80f10cc3e122fa7c39cd4', '105.163.48.72', 1652727662, '__ci_last_regenerate|i:1652727662;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652706091\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1652726667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06b24ad20d0df65c3b16e916d3dadb1a8e500d4d', '41.60.232.189', 1656778060, '__ci_last_regenerate|i:1656778060;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06b4cca22156b7d9c4f1a0c2a1f0e2dc9f250661', '41.60.238.178', 1655819451, '__ci_last_regenerate|i:1655819451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('06f94a53badb873beaa021d34ec5460386e045f3', '41.60.232.12', 1663600360, '__ci_last_regenerate|i:1663600208;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663424028\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663600360;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('071b2515e4838c3728598aeda209d189885069c2', '41.60.237.59', 1652272541, '__ci_last_regenerate|i:1652272541;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652272472;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0728821d872d7dcf82783a4f6de99b5406229416', '41.60.232.254', 1671467176, '__ci_last_regenerate|i:1671466962;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671365221\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671467173;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('072f5707c7d176a9cbf7fb0ef753d15e9b16f47b', '41.60.232.189', 1656774858, '__ci_last_regenerate|i:1656774858;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0742bba77a978b94a9a004d42a9636cca3cf001d', '105.163.48.250', 1660842711, '__ci_last_regenerate|i:1660842618;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660567399\";last_ip|s:12:\"41.90.50.105\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('075896489b1980014cbc418084027c451498d8c3', '41.60.233.29', 1680015519, '__ci_last_regenerate|i:1680015519;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679757169\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07627550ca81a44f88a24004c323dfa8dccb698a', '41.60.232.14', 1657893259, '__ci_last_regenerate|i:1657893259;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657813636\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('076a4495ea6e38c8b32889967dfcd5909428abb3', '105.160.31.183', 1651500827, '__ci_last_regenerate|i:1651500824;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651490559\";last_ip|s:15:\"154.159.252.168\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('076ad957f75ff4d22076d6f7a6feafa054525f44', '41.60.238.127', 1651578547, '__ci_last_regenerate|i:1651578547;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651575438;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07a040d57401b82666a8975b0fca3f826f50c6e0', '41.90.217.25', 1662373512, '__ci_last_regenerate|i:1662373512;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662307970\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07a6744955e629c4dfee1f5032c70cb437c43180', '41.80.96.73', 1653735992, '__ci_last_regenerate|i:1653735992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07acdf4a5ef520f12b4a2b419d921b7292ce73ea', '105.163.60.79', 1653227535, '__ci_last_regenerate|i:1653227535;requested_page|s:27:\"admin/products/stock_counts\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653206108\";last_ip|s:13:\"105.163.60.79\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b03a4c8ec4e6c3ae4475271ae3c5126bc4073d', '41.60.235.236', 1670946956, '__ci_last_regenerate|i:1670946827;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670851955\";last_ip|s:13:\"41.60.236.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670943284;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07b2bc3cdb55417ebd6b690fad3cb28071e38d9d', '41.191.107.204', 1653913954, '__ci_last_regenerate|i:1653913954;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07c398796b7653998b4a18afec5fe41a54b06b01', '41.191.104.254', 1655154361, '__ci_last_regenerate|i:1655154361;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07c79c5f05a8d65b6520cc4d49455e7a2e073a4d', '41.60.232.168', 1677166908, '__ci_last_regenerate|i:1677166908;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677076796\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677166452;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07dc2ae57e029fc5d005113a24b91a15bab37794', '41.80.96.73', 1653733066, '__ci_last_regenerate|i:1653733066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07fbba16590284340d0e58026c5b79d5ca2a72c7', '41.60.237.158', 1661436615, '__ci_last_regenerate|i:1661436615;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661435346;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('07fbda56800412eb290c879763bc905b792ba572', '105.163.60.79', 1653227535, '__ci_last_regenerate|i:1653227535;requested_page|s:27:\"admin/products/stock_counts\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653206108\";last_ip|s:13:\"105.163.60.79\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0802dd770c52809e32b8d641609fc2f88dcedc03', '41.60.239.115', 1655390627, '__ci_last_regenerate|i:1655390627;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655220230\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655390610;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0809fdef831663a5111c24b623449cc9ee84807a', '41.60.237.16', 1666276809, '__ci_last_regenerate|i:1666276809;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('081ed82247f5cf223e8877291fe1ef6fe19492cf', '41.60.237.98', 1660199365, '__ci_last_regenerate|i:1660199364;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('081fcb2d6d1922cd88172a79a955a80390770ba9', '41.90.189.189', 1675020090, '__ci_last_regenerate|i:1675020090;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674931835\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675019731;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08470208a7d4e6038befbf4a7f492d74afc7a7b1', '41.60.235.76', 1653484684, '__ci_last_regenerate|i:1653484684;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('084dbbb4a4f3a601a0eda9f4bf9b9e25569d5050', '41.60.234.153', 1660135718, '__ci_last_regenerate|i:1660135718;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660121246\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('086a22f433936ddbee94ac94e2c63f8d832445ed', '41.191.105.89', 1652876316, '__ci_last_regenerate|i:1652876316;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652858642\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652876096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('086e60bbb5e5df6aae0f240a3e9ee3126a519555', '41.60.236.83', 1661411804, '__ci_last_regenerate|i:1661411804;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661401890\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('088108a860b23602ef7f4c2434ab98b4dcd2e141', '41.60.233.5', 1675755623, '__ci_last_regenerate|i:1675755623;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675755550;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08be55de2d7acb8236f37dcbe0feccf9f4a63606', '197.136.0.6', 1665394559, '__ci_last_regenerate|i:1665394559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08c3997de46fa47dc07f98a0d68ed90587044a2b', '105.161.114.149', 1675450091, '__ci_last_regenerate|i:1675450091;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675364589\";last_ip|s:13:\"105.161.82.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675449970;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08c69e658dc1f004287e8926965ee4f85c8c8aa1', '105.160.65.227', 1674423027, '__ci_last_regenerate|i:1674422945;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674423025;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08e482e537eb3f71c7c56734a3d075f0cb117029', '41.60.233.5', 1675757055, '__ci_last_regenerate|i:1675757055;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675757043;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('08f0414a7756416081cfdb3aea8769e0fceb1399', '105.160.65.227', 1674418709, '__ci_last_regenerate|i:1674418709;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674418678;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0907a11ed038c5da6ccb1f5540091645b835dabf', '41.60.239.115', 1655132690, '__ci_last_regenerate|i:1655132690;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655098371\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655131052;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0909c2d93f902fe25a41e48eb208f39f9359c3b0', '41.60.237.59', 1652782656, '__ci_last_regenerate|i:1652782656;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652725476\";last_ip|s:13:\"105.163.48.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('091cda561c423d4bf302063b8f01d8390d4b9774', '41.60.238.178', 1656157149, '__ci_last_regenerate|i:1656157149;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656073759\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656156950;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('092745253a30ba72dd3516eeafd31710338d7377', '41.60.235.97', 1679411174, '__ci_last_regenerate|i:1679411174;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679318787\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679410517;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('092f246c8f867c30287d2963bc6b474283939bb3', '41.191.105.93', 1654466967, '__ci_last_regenerate|i:1654466967;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0946dda71800bcdeaa9341874c89c3efd35b67b2', '41.60.232.27', 1666795654, '__ci_last_regenerate|i:1666795654;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666710055\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09559bdf46a662a8838c1dd3cbc4fc08be205f8e', '41.60.233.165', 1657208359, '__ci_last_regenerate|i:1657208359;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657118583\";last_ip|s:12:\"41.60.235.21\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657208272;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('095d6788b0a5989879c46c4fda72cc9ae3fd6762', '41.191.104.73', 1656099788, '__ci_last_regenerate|i:1656099788;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656058719\";last_ip|s:14:\"41.191.107.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656099653;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0960a10126827cfa8168f3fa1fe9156e6ce32ab7', '41.60.238.241', 1667834485, '__ci_last_regenerate|i:1667834485;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667815163\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667834207;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('096627bba724833c38de0c3ca91bd85ff10e3c6a', '41.60.238.127', 1651590986, '__ci_last_regenerate|i:1651590986;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('096faaf99b5194134227a0a95787cd3e3bee2d5a', '41.60.235.80', 1673439637, '__ci_last_regenerate|i:1673439637;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673438826;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0972253db4760374283edd587cba31ff0a6f9a60', '105.163.40.83', 1652125089, '__ci_last_regenerate|i:1652124829;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652116825\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09808ab8ca1c4256ddf5528187e5789fab9524e1', '217.21.116.218', 1680852720, '__ci_last_regenerate|i:1680852720;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1678527261\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680852304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('098623d3a8a34a276eb4ccdf5e27e065b872674c', '41.90.37.211', 1660336013, '__ci_last_regenerate|i:1660336013;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0988e260e920d5892c709a435387426d49ab3908', '41.60.239.115', 1654955614, '__ci_last_regenerate|i:1654955614;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654872825\";last_ip|s:12:\"41.60.237.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654955586;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('099f17fdfdaab49a606cecaaf5f504f77d2c98a8', '41.60.232.46', 1670511207, '__ci_last_regenerate|i:1670511207;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670510396\";last_ip|s:12:\"41.60.232.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670510558;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09b93e216ed3bd455baa804f4da950c4db453587', '41.191.105.88', 1652628171, '__ci_last_regenerate|i:1652628171;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652626044;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09bb3acab836259f969b9d4c5e4d95eb65aa28a9', '41.60.235.97', 1679410445, '__ci_last_regenerate|i:1679410445;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679318787\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679409553;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c38a055082bdd67fccd3fd457c44bf2a5e6561', '197.248.117.169', 1664879580, '__ci_last_regenerate|i:1664879580;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1663007727\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664879550;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c5fec7886f6337022fe0fb716b6dd90b0fe4f2', '41.191.105.90', 1654552943, '__ci_last_regenerate|i:1654552943;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09c7a4ecfd0f0ac1e9b8278dd456fc59c61d8067', '41.60.237.200', 1651760098, '__ci_last_regenerate|i:1651760098;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"X1fPGaweLopF7D4SR2YN\";last_activity|i:1651759772;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09d05c5a476bde8650f181f9e38a638ea99acc50', '105.163.1.219', 1664134148, '__ci_last_regenerate|i:1664134148;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('09d2a45950913312e41e259c5646e7ae84f49840', '41.191.104.85', 1653829831, '__ci_last_regenerate|i:1653829830;requested_page|s:17:\"category/sweaters\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a0f2a7775ff92df6bff3f47e3a8abab7fec4bdb', '41.60.232.254', 1671364555, '__ci_last_regenerate|i:1671364555;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671294055\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a2ae2b71d2446c50c599029cc68e839411f5ee1', '31.13.127.22', 1659990675, '__ci_last_regenerate|i:1659990675;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a36aa9afd31406f9e5b9ecf9804aa0ba6ab527a', '41.191.107.150', 1652611433, '__ci_last_regenerate|i:1652611433;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;user_csrf|s:20:\"5Q8SrRZn4Hz2qLuI6GpO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a43f64e20ad0909534a43b7e2e4dcd752578811', '41.90.35.88', 1654117710, '__ci_last_regenerate|i:1654117682;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654071268\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a4f72613c07c1eba971b27a26231c9e18ff66f3', '41.60.238.178', 1656420825, '__ci_last_regenerate|i:1656420825;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656342790\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656420823;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a5c8ee361b227ae0a8fe523b887b84834e89f5f', '41.60.233.95', 1662549259, '__ci_last_regenerate|i:1662549258;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a74dac53c682ad4ad1e4b6740cad1c7fb230d9f', '41.60.237.207', 1665154346, '__ci_last_regenerate|i:1665154346;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665065308\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665150302;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a7aa268cb26fd0bfa30a9ffb3755da40cb86518', '41.191.104.98', 1655493274, '__ci_last_regenerate|i:1655493274;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655322204\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"rqznoJKXOlgcEu5pt7Z3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a98c78a5aee7da577baa077b9370e60a75c5099', '105.163.60.79', 1653226804, '__ci_last_regenerate|i:1653226804;requested_page|s:27:\"admin/products/stock_counts\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653206108\";last_ip|s:13:\"105.163.60.79\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a99d713292eaf12b77a861861a891a10c6234fa', '197.136.9.4', 1663875033, '__ci_last_regenerate|i:1663875030;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0a9ba88150776ee0bb7cb9a193f325331d0220bf', '41.80.96.73', 1653733286, '__ci_last_regenerate|i:1653733286;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aaad33429bdf7aa46480aa3eb7566d0a979dd07', '209.145.52.241', 1652189620, '__ci_last_regenerate|i:1652189620;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aab3547a215b6aa2813b4e93d7d2b5c674f8f4a', '217.21.116.218', 1680882221, '__ci_last_regenerate|i:1680882221;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ac74fd750b52d876bb5a28606c167ac9472b3b5', '105.161.136.12', 1673462462, '__ci_last_regenerate|i:1673462462;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673442353\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673462262;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ad69db29d1e8e7574ba05eb34cd1bd643e3bc54', '41.60.232.168', 1676649798, '__ci_last_regenerate|i:1676649798;requested_page|s:20:\"category/long-sleeve\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676561935\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676649755;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ada1682d07e66def933226be4682e03ab265292', '41.60.235.76', 1653488343, '__ci_last_regenerate|i:1653488343;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653401260\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653488087;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0add07f54d3a7b300ad425f5ae2ebacc7199e909', '105.163.56.70', 1663007843, '__ci_last_regenerate|i:1663007703;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1661420033\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae1c0b1dd03b5d2ef17593b612e496efdec7d26', '154.159.252.6', 1651427336, '__ci_last_regenerate|i:1651427336;error|s:119:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/pos/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ae6d4486e453624ca409e8175b2d4d5bdcd6c7d', '41.60.232.12', 1663685569, '__ci_last_regenerate|i:1663685569;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663657353\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663682218;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0aec3f5b77748eba82456d2dce40403d4d102c74', '105.163.61.45', 1662047034, '__ci_last_regenerate|i:1662047034;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0af82cbe1d7550cf4edd6784175ad6cadd744d76', '41.60.237.158', 1661436199, '__ci_last_regenerate|i:1661436199;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661435346;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b0795445a88ce47997171be9a09e3779d331733', '41.60.236.151', 1678203547, '__ci_last_regenerate|i:1678203547;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b36ba4315bf008a0750cbabba2d018f21ff4d7e', '209.145.52.241', 1654725215, '__ci_last_regenerate|i:1654725215;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b3a73fc8bbe2e255f64a80abbd6d71d79f32871', '41.191.107.225', 1653402043, '__ci_last_regenerate|i:1653402043;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653400102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b3debf65ff3309db6ea92201dd5f53dd905e7a7', '41.60.235.76', 1653752953, '__ci_last_regenerate|i:1653752953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b42eabc38ef0aa9ef0be7d4843995909b9fd098', '41.191.105.93', 1651964318, '__ci_last_regenerate|i:1651964318;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651963690;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b63883e58b2c18c355a9cd885bf15055119b294', '41.80.96.28', 1663790256, '__ci_last_regenerate|i:1663790256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b64df4dfb93824b119b01b108eb75a55aea8b85', '41.60.237.126', 1670080823, '__ci_last_regenerate|i:1670080823;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669997518\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b6b7ebe19f15ff34d8ca496a1ba7d18ed55fb5a', '41.60.236.83', 1661428004, '__ci_last_regenerate|i:1661427999;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b8a1f8ef207f91f9af746762a2bd3bed5a8484f', '41.60.232.27', 1667056975, '__ci_last_regenerate|i:1667056975;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666967117\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667055766;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b8aa27f350f60dd090f6cc215f7f2017fc04ded', '41.80.98.64', 1653738298, '__ci_last_regenerate|i:1653738298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0b9fde5024a11a22d90e67e99df4d183cc53303c', '41.60.236.83', 1661411804, '__ci_last_regenerate|i:1661411804;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661401890\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bb2afea7b23db4dd008d9179af84ce55a44f1af', '41.60.235.76', 1654068040, '__ci_last_regenerate|i:1654067948;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654032766\";last_ip|s:11:\"41.90.35.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1654068040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bb356f984d475c5dba64140623e6dec5754d252', '41.60.236.151', 1677859539, '__ci_last_regenerate|i:1677859539;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677772658\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677859331;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bbf3775500f3566f3712db9a5440448adcffee6', '41.60.235.97', 1679411174, '__ci_last_regenerate|i:1679411174;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bc0dbc85225dbcac3c6c52427f81feceb186df1', '41.60.233.5', 1676042907, '__ci_last_regenerate|i:1676042907;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675947973\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676042673;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bdb9aebe2a3444256e8ee90c8e05497b338d6eb', '41.60.233.5', 1676305406, '__ci_last_regenerate|i:1676305406;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676210582\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676304468;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0be6640cc1503742a78308022c94f95714381ed4', '217.21.116.218', 1680867630, '__ci_last_regenerate|i:1680867630;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bee143464305761f81270f765e2d46fc4c8e10e', '41.60.237.59', 1652542808, '__ci_last_regenerate|i:1652542808;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652368965\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Vba7mE3huwH1oR9kQXWv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0befa53d0e9c3b503c61615ccef3abb1422b8680', '41.60.234.241', 1660975660, '__ci_last_regenerate|i:1660975659;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660920149\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;last_activity|i:1660975365;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bf08d7544735a64fc813979dc7e4ea12daf7a53', '197.136.9.4', 1656439709, '__ci_last_regenerate|i:1656439707;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bfe28329f245c59e88d056522894b0660306f34', '41.191.105.90', 1654376272, '__ci_last_regenerate|i:1654376272;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654375435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0bffea69d61bc2d14fea3ea6354ca1bd5f973ede', '41.60.237.126', 1669821526, '__ci_last_regenerate|i:1669821526;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669734843\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c05d976ebad92a8892dd58e3038b410d64b0beb', '41.191.104.46', 1655327049, '__ci_last_regenerate|i:1655327049;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655320083\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c0c602feaf26ca030074e6c5ed1cc7f1fad73ac', '41.60.237.70', 1664636386, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c1d503224b75dbffbaff78899cbab020052442a', '217.21.116.217', 1668533767, '__ci_last_regenerate|i:1668533767;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1668085277\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c43c521d669d50d345f44decef328613e4e86b4', '41.60.237.70', 1664547559, '__ci_last_regenerate|i:1664547559;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664516282\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664547539;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c458d28d9d350c04db17ec4c2c65482489c1192', '41.60.232.148', 1659332592, '__ci_last_regenerate|i:1659332592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c48259b2e4988faa7237bed4fac7f4e413d4de0', '41.60.235.76', 1654241815, '__ci_last_regenerate|i:1654241815;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654185192\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654241659;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c4a1723f45e4873b72637ec02745675fb6bf837', '41.60.237.200', 1651763308, '__ci_last_regenerate|i:1651763308;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"v4K3AY5ESaWIknut6Cre\";last_activity|i:1651762695;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c53f7b5494a82018d73eaf8c86862291b1be41d', '41.191.105.90', 1655140380, '__ci_last_regenerate|i:1655140380;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654961496\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655139432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c5888d493fd09ae3f3ddb35123bbae83bc4ad05', '41.60.235.20', 1658580036, '__ci_last_regenerate|i:1658580036;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658500805\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658579074;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c68bff297a1fb8fe9f01b89332597c617143ad3', '217.21.116.217', 1667152969, '__ci_last_regenerate|i:1667152969;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c6b70a7f1321fee7f7125d7b2e1489109b0b02d', '41.60.235.76', 1653898628, '__ci_last_regenerate|i:1653898628;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653897357;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0c954122212fb9ded1f5190792386146721cf67b', '41.60.233.29', 1679758385, '__ci_last_regenerate|i:1679758385;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679670396\";last_ip|s:13:\"41.60.233.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679757843;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ca2522d05bb2f08f3e2be80c2557040328ad637', '41.60.232.168', 1677076760, '__ci_last_regenerate|i:1677076760;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cb44ba8810ff5a636cf5f4263b47335fe008ed3', '41.191.105.93', 1659451170, '__ci_last_regenerate|i:1659451170;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1659383303\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cd1648c9f128bed71b467b0757fa23b9e1ccfe7', '41.60.233.85', 1664983699, '__ci_last_regenerate|i:1664983699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0cd6cf507155d3ed35c9c295f413b6de79ef4333', '41.60.237.200', 1651742877, '__ci_last_regenerate|i:1651742877;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651742842;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"7NDybYoMHuL5gAQrKeOC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d0b100fe566134c8257471a141ff414e2756c29', '209.145.52.241', 1653679106, '__ci_last_regenerate|i:1653679106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d22806b6a185af862a2eb4c11ab086b73bb2742', '41.191.105.93', 1652010007, '__ci_last_regenerate|i:1652010007;requested_page|s:21:\"admin/system_settings\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651955606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d269a85bc8b5e84849caf24982992f7ff88d4ab', '41.60.235.76', 1653909190, '__ci_last_regenerate|i:1653909190;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653909167;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d3a3097f1afefcbf21c07c24673b4a476a78b65', '209.145.52.241', 1654725208, '__ci_last_regenerate|i:1654725208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d4dc968a5a0de85875a10c3abbe5f4a9d5e4f3d', '41.191.105.93', 1654464061, '__ci_last_regenerate|i:1654464061;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d62eb5e436016d2bb7e22193b54689b2d60c3bd', '41.60.232.170', 1672672784, '__ci_last_regenerate|i:1672672784;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d6dc670e9ad7f6203c5ab2f9a735bbe3911f4d7', '41.60.232.254', 1671366946, '__ci_last_regenerate|i:1671366946;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d815c897f7c1b98421f3e7b6734e93a8584e679', '41.80.96.73', 1653735549, '__ci_last_regenerate|i:1653735549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d8ca32b61ebe4c36b5762b6689e9419597e24f7', '209.145.52.241', 1653908292, '__ci_last_regenerate|i:1653908292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0d8f339e4ae155b4a97e2dcc062aaa417bf9b577', '41.60.237.59', 1652367646, '__ci_last_regenerate|i:1652367646;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1651756850\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652367274;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0df1cddf2a3416df55c5f19f1c5b04c882432692', '41.60.233.85', 1664002188, '__ci_last_regenerate|i:1664002188;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663944196\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663999856;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e218faadf9f79bc83329ec3d695d080d4889c0f', '197.248.117.169', 1674470008, '__ci_last_regenerate|i:1674470008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e529d982914c17156bbc2a55b9c09a74d67bd5a', '41.90.189.189', 1675019307, '__ci_last_regenerate|i:1675019307;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674931835\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675019280;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e55f50062f3511955aa67d754fa81b985898dba', '41.90.49.226', 1656439937, '__ci_last_regenerate|i:1656439937;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656411513\";last_ip|s:12:\"41.90.45.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e616fefa15a30b88ff8841f7fb95fb2f13b0c8d', '41.60.237.126', 1669995045, '__ci_last_regenerate|i:1669995045;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669903738\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669994890;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e6bcc6c5cf3299643bcd8ab246a0597dc46c7d3', '209.145.52.241', 1653908792, '__ci_last_regenerate|i:1653908792;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e81f3799e6ee15e9501cb5b25caf3fbac174bdf', '198.55.126.241', 1651423245, '__ci_last_regenerate|i:1651423245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0e909a01da957d061cc5780079cf05b48f7a8f28', '41.90.187.221', 1674851483, '__ci_last_regenerate|i:1674851483;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758970\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674851463;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0eb7d0f558684ff608ac616a9d579d84b3d72dd8', '209.145.52.241', 1653672280, '__ci_last_regenerate|i:1653672280;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f1e4aa9c8b282dc98cc9ee259154fbf2d7f5cf8', '102.1.149.20', 1653807217, '__ci_last_regenerate|i:1653807217;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1653806893\";last_ip|s:12:\"102.1.149.20\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:17:\"category/sweaters\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f4940ccf0cbd0607db9abdf16adae224d861eba', '41.90.189.189', 1674932104, '__ci_last_regenerate|i:1674932104;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674932088;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f55bda47e4e443ec819ec39c4fa3b3f390fd0bd', '197.182.60.254', 1674767999, '__ci_last_regenerate|i:1674767999;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f91c4a583258ccd9878b7aeb95cbc34176afbaf', '41.60.232.140', 1662207546, '__ci_last_regenerate|i:1662207546;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662116819\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662205518;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0f981e295de20ac80e96048485bee56b74b23828', '41.191.104.254', 1653399521, '__ci_last_regenerate|i:1653399521;requested_page|s:15:\"admin/pos/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fba18c2a8a2ddaf168c821558a9a0fb5f529b29', '217.21.116.217', 1667722048, '__ci_last_regenerate|i:1667722023;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667153237\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fbbbfecf25a7b824266249b9c063b1697b2761b', '105.160.65.227', 1674422643, '__ci_last_regenerate|i:1674422643;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674422631;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fc68ced489f4a42a592505de99abdcb922fb742', '41.60.232.170', 1672672003, '__ci_last_regenerate|i:1672672003;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672498390\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fcbbc0dc9fe2fac0f8b560e61fe1e7c8b1bdb5b', '198.55.126.241', 1651423478, '__ci_last_regenerate|i:1651423478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fcbdb2d27524d8dc3c5fe5c305e7d7bab0cc972', '41.191.105.95', 1655152527, '__ci_last_regenerate|i:1655152527;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0fced640a28b6381852152577755ea647b815823', '41.60.237.125', 1651676044, '__ci_last_regenerate|i:1651676044;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651675761;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"lZFUpsPcI0WkJLr2GA8B\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ff4ec01caa9387593908964c415948f0dc66788', '41.60.233.116', 1659597037, '__ci_last_regenerate|i:1659596986;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659537414\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659597000;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ff981b34765093084d3c2b802b09358d8245bee', '41.191.105.90', 1654549934, '__ci_last_regenerate|i:1654549934;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0ffabe9f3454060bf702d13c87bccf7ae664720c', '154.159.252.6', 1651427752, '__ci_last_regenerate|i:1651427752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('0vmua8jv10md4gklvjj9a5dehk4autt1', '::1', 1637103461, '__ci_last_regenerate|i:1637103173;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637102740\";last_ip|s:3:\"::1\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637103290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10271b720423950bc88c5764524888d68bf98d20', '41.60.234.241', 1660302804, '__ci_last_regenerate|i:1660302789;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660291343\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103b1f7e78d4793808f5c22defb6c5d7f6ea58ef', '105.160.13.106', 1656419279, '__ci_last_regenerate|i:1656419278;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('103f8db7bcf6b3b243356484c23009f80732f80a', '41.191.107.151', 1652630949, '__ci_last_regenerate|i:1652630949;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('104214ac39581da58401d8739f3a1ab487d1fe9d', '41.60.233.116', 1659694939, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1659694939;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659684050\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659694917;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10493bf9c0198320509bdd7e939ae582cbe05d49', '41.60.238.241', 1668091988, '__ci_last_regenerate|i:1668091988;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668011685\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('105cb1f323fb0a1338fa7632723f83c74ca71fb5', '41.80.98.64', 1653736287, '__ci_last_regenerate|i:1653736287;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('107622adaa4d71d51856a7149fccd7439eef1509', '41.60.233.5', 1674047075, '__ci_last_regenerate|i:1674047074;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10883d028dfef818400835c6d909b1bb4c55a5fc', '41.60.234.172', 1662730967, '__ci_last_regenerate|i:1662730909;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662610681\";last_ip|s:12:\"41.60.233.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('108fd7f1b54790fde5f054009b875f322ed3058a', '209.145.52.241', 1655188632, '__ci_last_regenerate|i:1655188632;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('109091fdf5f8b0a79ddd93d62e101a2a8cfd7ab6', '41.60.237.126', 1670341420, '__ci_last_regenerate|i:1670341291;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337235\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a107c7e9598d99c401d58521b637d66849b370', '41.191.104.254', 1656620026, '__ci_last_regenerate|i:1656620026;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656350728\";last_ip|s:14:\"41.191.105.232\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"VA4IClYdhBtFvZi8rUTD\";last_activity|i:1656619955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10a38a7ad760e712aadbb3bae0ff74d78253334e', '209.145.52.241', 1664894120, '__ci_last_regenerate|i:1664894120;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10acdd9a2a7aa820305237292499b69cbdcbf706', '41.60.237.158', 1661506804, '__ci_last_regenerate|i:1661506804;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661419599\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661503866;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10e836ae95956d5a25a19999d3c2a515122070dc', '41.60.237.159', 1664291537, '__ci_last_regenerate|i:1664291537;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664202547\";last_ip|s:13:\"41.60.237.159\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664291446;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ebd247585c48b551cd3381c5cc6f7280290787', '41.60.237.125', 1651671304, '__ci_last_regenerate|i:1651671304;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651671178;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"ur74tCno56Y1vsfwkebg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10ed7e499a505614da781ef0ba981a0c7baee120', '105.163.32.52', 1654570059, '__ci_last_regenerate|i:1654570045;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654536311\";last_ip|s:13:\"105.163.32.52\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('10f7b12d50fc3e841f13b75c9a606c794bb42780', '41.60.235.97', 1679409441, '__ci_last_regenerate|i:1679409441;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679318787\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679404340;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11148aca106c71b82ac05137e06de63c1e60fb96', '41.60.238.241', 1668260003, '__ci_last_regenerate|i:1668259901;requested_page|s:15:\"admin/sales/add\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('113a3250ec85864c60b67e8abce916d4723f79e0', '41.60.237.16', 1666590894, '__ci_last_regenerate|i:1666590846;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666447539\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('114f47281942097f7368991209e7f6eddd1d15d1', '198.55.126.241', 1651423205, '__ci_last_regenerate|i:1651423205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11504e461d103c2c11161d210023020fec804bb3', '41.191.107.232', 1655537935, '__ci_last_regenerate|i:1655537935;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655491458\";last_ip|s:13:\"41.191.104.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11506a5207588aebfe8834b93acbd5dc7982f911', '41.60.237.195', 1652174475, '__ci_last_regenerate|i:1652174475;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"5xdChQToP0aSfJRLIMAg\";last_activity|i:1652173583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11573a1ab3c77d9f2e2ae1bab51f693878ec56e9', '41.60.235.20', 1658584175, '__ci_last_regenerate|i:1658584175;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658342040\";last_ip|s:13:\"105.163.61.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116a857bcc24c9fa4bc9e9830d9560e879d8dc9a', '41.191.107.220', 1653672661, '__ci_last_regenerate|i:1653672661;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653568495\";last_ip|s:13:\"41.191.104.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653670160;user_csrf|s:20:\"i0ZrdzVWte6saw7RSqjx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('116d2428eb65b7905549e7e05ae82a2d22321bf9', '41.60.238.127', 1651580345, '__ci_last_regenerate|i:1651580345;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580320;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('117aa0b67657eb93bfc6a08c46b57258bab4ee0d', '197.237.214.102', 1651422125, '__ci_last_regenerate|i:1651422125;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('117fa2f4293176f07ba8eb3131f1e4516eb28e43', '62.252.173.134', 1668944598, '__ci_last_regenerate|i:1668944598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('118782c7301c400cca7b5796bf0bc73265af132b', '105.163.61.45', 1662018331, '__ci_last_regenerate|i:1662018331;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661877850\";last_ip|s:11:\"41.90.42.31\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a1e417558c9533ef3d9cbd8f74ea760374d818', '41.60.238.127', 1651583244, '__ci_last_regenerate|i:1651583244;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11a4d8e88ad5321c4bf49e1493491d6becabe739', '41.60.237.126', 1669996663, '__ci_last_regenerate|i:1669996663;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669903738\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669994890;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11ae0911533b528e014121022158189016dd1a69', '41.60.232.12', 1663154622, '__ci_last_regenerate|i:1663154221;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662894462\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11c9166d06b84d7853337cd096f1560d1ad3c47f', '41.191.105.92', 1659731893, '__ci_last_regenerate|i:1659731893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11d57b20482fc74bc4d720f3726e309f2acfcb68', '209.145.52.241', 1680883024, '__ci_last_regenerate|i:1680883024;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11e530053212553be36d1c2c93095eeb6669f31a', '41.60.237.195', 1652113661, '__ci_last_regenerate|i:1652113661;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652113628;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"UsbpdjEl46YmZPkFRaQS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11eaba702a2f5fcd3651d7584769187c8948cca4', '41.191.107.151', 1652641222, '__ci_last_regenerate|i:1652641222;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652641006;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11ec0772a33dcad4a3cc49742ccc190c415edc01', '41.60.232.140', 1662042045, '__ci_last_regenerate|i:1662042045;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662012944\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662038176;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11f9503dd1c5ee348e6a9d15f4a57a1082233e6a', '41.60.235.76', 1654093572, '__ci_last_regenerate|i:1654093351;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654062260\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654093554;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('11fe2c5a0893a0fc49cd5d20c3742a91d64a3043', '41.60.235.20', 1658583476, '__ci_last_regenerate|i:1658583476;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1200fff222bb640036c74e7cd7b0cb2a21b6dcda', '41.60.237.59', 1652883209, '__ci_last_regenerate|i:1652883209;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652804480\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652883148;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12154c2e4b052dd9b7ded6a59a60161a1b47e92d', '41.60.232.168', 1677166100, '__ci_last_regenerate|i:1677166100;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677076796\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677166009;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1218l18ejh57gakn38nsmofk4pils5fm', '127.0.0.1', 1637091859, '__ci_last_regenerate|i:1637091859;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12276b7ee09afbfd52a025cc9a5ac5492ebddb83', '41.60.232.12', 1663600208, '__ci_last_regenerate|i:1663600208;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663424028\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663599169;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1241aaa75bb76ed303d847b6e1df8932377b12e1', '217.21.116.217', 1669056439, '__ci_last_regenerate|i:1669056335;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1668956864\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('124ad07917f2aee6065a6f427fba982b27d21500', '41.191.105.94', 1657049535, '__ci_last_regenerate|i:1657049535;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657049191;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('125e765f8e6569543cba3eb21367afb21fe73666', '41.60.233.116', 1659693530, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('125f3d7ec5ac104d63c9bd51c9d97441ee054587', '41.80.98.172', 1666117766, '__ci_last_regenerate|i:1666117766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1262ef8c9ce7c7df4755a410e3093e2cdb9b4257', '41.60.234.151', 1678546799, '__ci_last_regenerate|i:1678546799;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678514219\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678546748;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12649c89c1f4094205dce7ae0d8e802533396513', '41.60.233.29', 1680268596, '__ci_last_regenerate|i:1680268596;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680014694\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12684f532fba61698b828968ac2da3e397ae5356', '102.1.149.20', 1653737231, '__ci_last_regenerate|i:1653737231;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('126c9b9bb08933093a3cc7cbe27a768543b2cdbf', '41.60.232.254', 1671294338, '__ci_last_regenerate|i:1671294338;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671200073\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12895b5c76219073a8a0acdef05d43f36b770069', '41.60.232.168', 1677514694, '__ci_last_regenerate|i:1677514694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1290d26d1cce841fff2e4fcadfb2b4df16e4ee0a', '41.60.237.59', 1652365265, '__ci_last_regenerate|i:1652365265;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652363828\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"hNfRozFU5YxWm9Z4VKi0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('129290f82dff38b96ef73e80af3aba1802543db6', '41.60.239.115', 1655391043, '__ci_last_regenerate|i:1655391043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('129d29f2400a83d13b899de96b42d8c12253b6d6', '41.60.234.241', 1661001298, '__ci_last_regenerate|i:1661001298;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12b3321c08c73f6f89ba16545fea0649e7692b48', '41.60.232.254', 1671810710, '__ci_last_regenerate|i:1671810710;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671777437\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671810184;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12c8cf86c267a7d3ceb1c24f0fdc30d81af83af6', '41.191.105.93', 1654456586, '__ci_last_regenerate|i:1654456586;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12ca9c5d963774416a57ccc8b6f4091d7ce00dd3', '105.163.50.229', 1659992710, '__ci_last_regenerate|i:1659992690;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659886099\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('12ec68e0ce23c453b472304e9ff2ad18d3d77884', '154.159.252.6', 1651430327, '__ci_last_regenerate|i:1651430327;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13082390cc5348044aefc12afdf5ae3c206c12b4', '217.21.116.214', 1672853095, '__ci_last_regenerate|i:1672853095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1313c861002065abca0d47fcafc2845a68c7fa37', '217.21.116.217', 1667157463, '__ci_last_regenerate|i:1667157463;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"516pTlZC08jI73sEgdMh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13206699a7ae11b077edcd4037e5ebfb6ee12054', '41.90.45.200', 1656411513, '__ci_last_regenerate|i:1656411513;requested_page|s:23:\"admin/pos/open_register\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1338a8c907372bfeec2c7a02c469299a85bb4650', '41.60.237.200', 1651827462, '__ci_last_regenerate|i:1651827178;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757868\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651827461;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13395956fab5e045c213c39ec1ecd0bfd73334e1', '105.163.61.45', 1662230635, '__ci_last_regenerate|i:1662230635;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662097783\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133e8c0302140ebfb80cbc43c2a3c5e9bd062c87', '41.191.107.151', 1652643309, '__ci_last_regenerate|i:1652643309;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652641980;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('133efdc88c6cfcb238a099afee205d2507cd9828', '197.237.214.102', 1651423080, '__ci_last_regenerate|i:1651423080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('134c43475135f85b77f74a069236e3ca9db7f473', '41.60.234.241', 1660731080, '__ci_last_regenerate|i:1660731080;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660400371\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660731052;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('134fc0f1bc44f1886bc492bf6ea8757e8935aba0', '197.177.142.74', 1654186402, '__ci_last_regenerate|i:1654186363;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654169477\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('135b3b37074a2678795731135a39af72556af658', '102.1.149.20', 1653737606, '__ci_last_regenerate|i:1653737606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1366ac10004bb337a31d60ee51d412bc30e6d397', '41.60.232.140', 1662478115, '__ci_last_regenerate|i:1662478075;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662477843\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662478088;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('137adeba80bfa2768e59109c0fb7dd3edd247e6e', '154.158.205.232', 1666256186, '__ci_last_regenerate|i:1666256178;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1666241181\";last_ip|s:15:\"154.158.205.232\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('138600e099f36bb3128b5f3030abcea404c026f6', '41.90.49.226', 1656626724, '__ci_last_regenerate|i:1656626716;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656476364\";last_ip|s:12:\"41.90.49.226\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13a43b15e539d81b9753614a0f99437ed45d194b', '154.159.252.6', 1651444669, '__ci_last_regenerate|i:1651444669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13bbc6d652b6dcf6ed1671eb3716fbcf716116ec', '41.191.105.88', 1651865368, '__ci_last_regenerate|i:1651865368;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651760465\";last_ip|s:13:\"41.191.104.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('13cd6edc251fdd040543ae9a919015401e65fed8', '41.60.238.127', 1651579325, '__ci_last_regenerate|i:1651579325;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651575438;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('140965b1e8041a6cd1af65698810b182a1398d76', '209.145.52.241', 1653908304, '__ci_last_regenerate|i:1653908304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1410be30753a2520d22c6b95adfecb06c8055005', '105.163.24.79', 1655838265, '__ci_last_regenerate|i:1655838265;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655816272\";last_ip|s:9:\"41.81.3.3\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1655837965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1415cfefb62324e5a50166e02e716ec407192f60', '41.80.96.73', 1653736276, '__ci_last_regenerate|i:1653736276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14167cac1e06137bdb9827e36a30b6539ad75888', '41.191.104.254', 1655157822, '__ci_last_regenerate|i:1655157822;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655155406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('142747e01c412aeca552b3fd8a4d456d3d74a011', '197.248.61.193', 1675419159, '__ci_last_regenerate|i:1675419159;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('145e148a260186d7424ed81901a5edde7d113a3c', '41.191.105.94', 1652048687, '__ci_last_regenerate|i:1652048687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('145e8f54d78572ad4bb477417de2501723686309', '41.60.235.20', 1659185814, '__ci_last_regenerate|i:1659185814;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659184983\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14683dc061bb312c24d283eebe2e098fbfb3842f', '41.191.105.94', 1652906910, '__ci_last_regenerate|i:1652906910;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652875650\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652901612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('147283c05091e1b73688f4f11794b1833241156d', '41.60.233.5', 1674149214, '__ci_last_regenerate|i:1674149214;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('147f64abac542f352502568357c07a2c0c35b16f', '197.182.60.254', 1674762827, '__ci_last_regenerate|i:1674762827;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('147f7e63987fb990f6c2fd02f2cf99a5686d5dcd', '41.191.107.43', 1655152205, '__ci_last_regenerate|i:1655152205;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14826d82848784262400ad089f295991a0d688a8', '41.191.107.37', 1657640251, '__ci_last_regenerate|i:1657640093;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657537625\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('148ccf3526adc141d6bc0a5c3e5f511748812092', '41.80.96.73', 1653736283, '__ci_last_regenerate|i:1653736283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1492223c65bfbea4029dce4ad4a3795737ab850e', '41.60.232.189', 1656947554, '__ci_last_regenerate|i:1656947405;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656946982\";last_ip|s:13:\"41.60.232.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656947554;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14a061f6c57d2327d2fd83f2afd2471753c0c537', '105.161.114.149', 1675453011, '__ci_last_regenerate|i:1675453011;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675364589\";last_ip|s:13:\"105.161.82.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675451536;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14ae8765c6b601b598748477f0f591e61b7606d2', '41.60.235.76', 1653402865, '__ci_last_regenerate|i:1653402865;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653373419\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653401297;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"BWZopn7ULcvwh04kDi2g\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14bedfc6bbff088d3939b95808f7e33420527bda', '41.60.237.98', 1660218476, '__ci_last_regenerate|i:1660218476;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660215472\";last_ip|s:12:\"41.60.237.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14c3edb06d2027c7d03d42e1411313eb2ff9e1e6', '41.60.237.126', 1669998399, '__ci_last_regenerate|i:1669998399;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669903738\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669994890;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14d46f500c2f719af75d799da79bb0a8375f2869', '41.60.235.147', 1677596669, '__ci_last_regenerate|i:1677596669;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677513441\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677596363;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14e96d16d79bab8c089e259cc6505e075495bf32', '154.155.31.251', 1653042819, '__ci_last_regenerate|i:1653042701;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651824523\";last_ip|s:14:\"154.152.142.83\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14ea9ebb4872baa275a1d917482ba72aaa96dc6b', '41.191.105.93', 1651956190, '__ci_last_regenerate|i:1651956190;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f02a621a42180e994568c6aa7407be0c0a73bb', '217.21.116.218', 1674412881, '__ci_last_regenerate|i:1674412881;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1672853212\";last_ip|s:14:\"217.21.116.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674412848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('14f875093a3a9d0d31e2e71133e0a2cb00b7f466', '217.21.116.217', 1667153302, '__ci_last_regenerate|i:1667153230;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667144230\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15019ce1bde52259e8f600205357f0bf075877be', '41.60.233.5', 1675867978, '__ci_last_regenerate|i:1675867978;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675867809;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1504487581f7ff607e0c8923acfafdb1c66d3605', '41.191.105.91', 1654476662, '__ci_last_regenerate|i:1654476662;requested_page|s:15:\"admin/pos/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('150c866ae2bed382499d0bd4ba1314a1a561fe25', '41.191.105.89', 1657028215, '__ci_last_regenerate|i:1657028214;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1510533abe7bb826efd961e63376a6e02bcee3b4', '41.90.44.57', 1653682850, '__ci_last_regenerate|i:1653682850;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653640919\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653679517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('152dc5e7370cef0d529677134e04356b2bff1c3a', '41.90.37.211', 1660335684, '__ci_last_regenerate|i:1660335684;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1530ad027d3c38649fcd1cf3468a583ec485dc49', '217.21.116.214', 1672853094, '__ci_last_regenerate|i:1672853094;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('153974b213d9f2d9be670c83aba73ccc05c015f9', '41.191.105.92', 1654959358, '__ci_last_regenerate|i:1654959358;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654889850\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654959190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15568dc08547cf9a542c1b9adb20631b3f7c2c8e', '41.60.237.163', 1657728991, '__ci_last_regenerate|i:1657728991;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657639820\";last_ip|s:13:\"41.60.237.163\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657728965;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1566d5e316c79461754a1be29c7053cfe5b5546c', '41.60.232.223', 1657538762, '__ci_last_regenerate|i:1657538762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('157e0df0207208025c1468038aafcf83268cae51', '41.60.238.127', 1651587271, '__ci_last_regenerate|i:1651587271;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('158e11cf06aab9939341c4d7c491a98b5625496f', '209.145.52.241', 1664361803, '__ci_last_regenerate|i:1664361803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1593c7edd8ffcf376e95325ba70091d4d179330d', '41.60.235.76', 1653486463, '__ci_last_regenerate|i:1653486463;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653327775\";last_ip|s:15:\"197.156.137.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653486462;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('159c82a7df6d91faee80052b18fc5fa740b6337d', '41.191.104.45', 1652218346, '__ci_last_regenerate|i:1652218345;requested_page|s:24:\"admin/purchases/expenses\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a1bc06fb098c25bdf30bbe0f89df5ba215bb75', '41.60.233.5', 1676133079, '__ci_last_regenerate|i:1676133079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15a49e365b2a1a3da454131f37c2f3d7f1bfbbac', '41.60.237.146', 1661759226, '__ci_last_regenerate|i:1661758942;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661613718\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661758955;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15b5de231c9aaab5f173be93cb756e5b16a706ed', '105.161.181.147', 1674760052, '__ci_last_regenerate|i:1674760052;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674759974;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15b92190b08bbfa260928decb7bdc889b5fbf510', '198.55.126.241', 1651423869, '');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15d7f09c90794d247963d4e02593414df7305ded', '41.60.234.165', 1680697952, '__ci_last_regenerate|i:1680697952;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680533583\";last_ip|s:13:\"41.60.235.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15e12b5a8d4982d98047c9993137b9c48dcb8b91', '41.191.107.151', 1652640170, '__ci_last_regenerate|i:1652640170;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652639822;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('15ffa048467151507e98bb028fe85e78692f0c80', '41.191.105.91', 1654636164, '__ci_last_regenerate|i:1654636164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1605a6eec85b56c2757f4ab23607d7273b980e40', '105.163.48.72', 1652644362, '__ci_last_regenerate|i:1652644266;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652201210\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652644309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1608ba34ea8a2cc884d2e990e664563e0bcd09b9', '41.60.235.7', 1662979357, '__ci_last_regenerate|i:1662979325;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662961473\";last_ip|s:12:\"41.60.235.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662979351;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1622ea4d4c85017228e363619f8630958806c5ad', '41.60.237.158', 1661579418, '__ci_last_regenerate|i:1661579337;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661521752\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661579273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16577459a8da7fbead65cb87c12c18208bfa6e98', '41.191.105.88', 1652629379, '__ci_last_regenerate|i:1652629379;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('166b96a28031d5158aa12b7be0c06f407e174d63', '41.60.233.155', 1673098558, '__ci_last_regenerate|i:1673098558;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673077625\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673098499;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;message|s:27:\"POS Sale successfully added\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('168a324975d83dcb4e6da7db507c806c8dee4f9d', '105.163.61.89', 1658343068, '__ci_last_regenerate|i:1658343068;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658314711\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16be647c86ba1e7c0e320c4f751ed6912ccf6835', '41.60.232.46', 1670512028, '__ci_last_regenerate|i:1670512028;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670510396\";last_ip|s:12:\"41.60.232.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670510558;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16bf7ccc8f8542d8a90ee2e08816b49fef510c52', '41.191.104.88', 1654379716, '__ci_last_regenerate|i:1654379716;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654375435;user_csrf|s:20:\"hn0vFDE6d7IAaUygBJ1c\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16c129801e18dca9eef223cdcd9c9d52ca41fab1', '41.60.235.20', 1658414260, '__ci_last_regenerate|i:1658414260;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658380216\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658413484;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16c5c62aaa93d556124ea6f0dfbe14d4afcb17c5', '41.60.235.97', 1679495366, '__ci_last_regenerate|i:1679495366;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679400663\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679495332;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16d105f23b3b93322cf56139729f5ce141bab770', '41.191.105.90', 1654890398, '__ci_last_regenerate|i:1654890398;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654805575\";last_ip|s:13:\"41.191.105.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e612400ebbfeb815d0efe5f616e7448b03996b', '41.191.104.242', 1652560032, '__ci_last_regenerate|i:1652560032;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652462459\";last_ip|s:14:\"41.191.107.198\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652559355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16e8e435f28382f3e50f4c87042fcb82cd06453f', '217.21.116.217', 1669668795, '__ci_last_regenerate|i:1669668795;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669647414\";last_ip|s:15:\"105.161.179.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"FJ3PHnmxzgEa25Iryhu1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16fe2b74e20278fba5ec86a59a6e0c6693e4d43b', '41.60.234.172', 1662730806, '__ci_last_regenerate|i:1662730806;__ci_vars|a:1:{s:7:\"warning\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('16ff63749b2a1f0046452d9c639dfb10934ded83', '41.60.233.5', 1675957901, '__ci_last_regenerate|i:1675957901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17020361211ab94ffbdf1d911b78bf544715c5a9', '41.60.233.116', 1659604756, '__ci_last_regenerate|i:1659604682;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659593258\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1704715d1755a14cc6c6e6c254ac785275bc2e96', '41.60.236.151', 1677859189, '__ci_last_regenerate|i:1677859189;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677772658\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677858824;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('172f3d400aca18bf07c49e1a8f6a51bbab0d0c9c', '41.60.237.195', 1652185174, '__ci_last_regenerate|i:1652185174;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652185140;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('172fa2f023f04249d4748efbaae6343a9b9f4015', '154.159.252.6', 1651438642, '__ci_last_regenerate|i:1651438642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('174be1220e8d13e0398acf10aacf32bda99ab08c', '105.163.30.121', 1661451097, '__ci_last_regenerate|i:1661450932;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661405405\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('176ad513d5805b6d42b767f56b3bdcd174d769f9', '41.60.232.168', 1676563930, '__ci_last_regenerate|i:1676563930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('178e980eeca0d108c69cb197ff30e067a6db3c95', '41.60.233.5', 1675953370, '__ci_last_regenerate|i:1675953370;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675953309;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1799244c5f44bf4071cdbbfdb7b6633a5b8e0051', '41.191.105.90', 1654551512, '__ci_last_regenerate|i:1654551512;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('179c040ecfeabe6e37b5c6edcd643c15cf87de00', '102.1.149.20', 1653736061, '__ci_last_regenerate|i:1653736061;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17a3b8d590aa33fffb46a5185e866c3f2661d962', '41.60.237.126', 1669819643, '__ci_last_regenerate|i:1669819643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17b46e88c405fd5e8645786bf07d47b727185f27', '41.60.233.116', 1659622664, '__ci_last_regenerate|i:1659622664;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622208\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"xJcWksny7th1UFlpf8e0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17b494e917eaa74d243f77cb8515fe856a88ea73', '41.90.40.126', 1659293625, '__ci_last_regenerate|i:1659293625;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659293373;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17b6b043436a4d0b099e200ee5e83c680bb27085', '41.60.237.96', 1654785123, '__ci_last_regenerate|i:1654785123;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17c8904e2d4cca6228f296176ad0cbc1b2eae52d', '41.60.233.165', 1657209095, '__ci_last_regenerate|i:1657209095;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657118583\";last_ip|s:12:\"41.60.235.21\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657209019;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17e8732272b0d588b47c2dc2e02195bea6ccd5d8', '105.160.65.227', 1674417372, '__ci_last_regenerate|i:1674417372;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674417363;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17eb724b4df597377537118d3b0bf3b50aa89dc4', '41.191.107.193', 1652725040, '__ci_last_regenerate|i:1652725040;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652647279\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1652724597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('17f84ae5061bde42a2201f860ddd83dafacc6a3d', '41.60.235.236', 1671031504, '__ci_last_regenerate|i:1671031504;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670940455\";last_ip|s:13:\"41.60.235.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671030819;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1825adca34d67215d7ab23686c37a12dbfeb80ef', '41.60.232.254', 1672228696, '__ci_last_regenerate|i:1672228696;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1829d0afab4391fa9cecf8819c9c0084a9a509cf', '41.60.233.85', 1663916400, '__ci_last_regenerate|i:1663916400;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663857836\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663914387;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1838e9db011e3d0f9a2e36b1c2359edaafde7bd8', '41.90.189.189', 1675193115, '__ci_last_regenerate|i:1675193115;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675153471\";last_ip|s:14:\"197.248.61.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675193089;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18420091c7e0038cb86c823c1a54e6c01bc96ac6', '41.60.235.21', 1657034678, '__ci_last_regenerate|i:1657034678;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656947443\";last_ip|s:13:\"41.60.232.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657033590;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1848c39cdc70c11aeaf57813ef3a66368a9ec9b1', '41.60.237.158', 1661613079, '__ci_last_regenerate|i:1661613079;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661612599;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('185c010d1b945d43422eaa52bea7ecbe36a69039', '209.145.52.241', 1653911948, '__ci_last_regenerate|i:1653911948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1868977ab8725e254ce45b55fe5a42d5daa36fab', '41.60.233.85', 1664897020, '__ci_last_regenerate|i:1664897020;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664864127\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664893059;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('186e894dc5397bccc908c352f2fb4ea0ef567733', '41.60.236.151', 1678287931, '__ci_last_regenerate|i:1678287931;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1887e46834f726001da74a1ac41e137d56105bf2', '41.60.232.254', 1671205909, '__ci_last_regenerate|i:1671205909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18961e2f59db795fac3bf8adec0606631a9bd314', '41.60.237.16', 1666106838, '__ci_last_regenerate|i:1666106838;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('189cee84ad7ebe118e291c9485d3769a1b67f90d', '41.60.233.5', 1675754863, '__ci_last_regenerate|i:1675754863;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675754810;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18a2a5ae1a52103f24e692a8f0539d52dc026d03', '41.60.237.16', 1666451172, '__ci_last_regenerate|i:1666451172;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666363950\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666450301;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18af802453a96e1d6eb283f68b5c34fdcd4061b2', '41.191.107.158', 1656061177, '__ci_last_regenerate|i:1656061177;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655974356\";last_ip|s:14:\"41.191.107.135\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656060331;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18b35783d5fc6b2c4b314689053abd3cda9e6cd9', '41.60.232.50', 1665846929, '__ci_last_regenerate|i:1665846929;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665755540\";last_ip|s:13:\"41.60.237.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665846675;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18bc7daba4fa8b7524025c33a593ae72d8170d97', '154.159.252.168', 1651492558, '__ci_last_regenerate|i:1651492558;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490203\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"8oXVtQF0JTS5jBYWzkaw\";last_activity|i:1651492380;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18cc253f0c335f9663f43c8f56b4f81586e016e9', '41.60.236.151', 1677860033, '__ci_last_regenerate|i:1677860033;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677772658\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677859331;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18d29638d68c9f7a98ceb2b9efaab1d533db3db5', '41.90.37.211', 1660332123, '__ci_last_regenerate|i:1660332123;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18e1600cf64e736049406374dd623abf5131d659', '41.60.235.20', 1659192497, '__ci_last_regenerate|i:1659192497;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659185440\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18eaf46b12821e5a1b4fe6d1250a77ed2a44979c', '41.191.105.93', 1657469969, '__ci_last_regenerate|i:1657469969;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657469519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('18f3fa5b1248eaf70f633b90f6a1ed462653f63e', '41.60.239.223', 1669130487, '__ci_last_regenerate|i:1669130487;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669121617\";last_ip|s:13:\"41.60.239.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1918393800d40a43dbdf847694047f355f81b5f6', '173.252.127.8', 1672949639, '__ci_last_regenerate|i:1672949639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('192dadea7285b6036460373f1e19c584bd05504d', '41.60.237.126', 1670255260, '__ci_last_regenerate|i:1670255260;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670082086\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1961f1512372756693c918dacb58c4008aadd240', '41.60.238.178', 1656331293, '__ci_last_regenerate|i:1656331293;requested_page|s:9:\"admin/pos\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656181735\";last_ip|s:14:\"105.163.51.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1656331292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('197da95f017346c376222d68d5f58df5d0df70f6', '41.90.177.170', 1675364476, '__ci_last_regenerate|i:1675364476;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675190798\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675364386;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1993dcc53f03089090539232bf01eb1be13a7334', '41.60.233.5', 1675759582, '__ci_last_regenerate|i:1675759582;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675759539;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19a7b764258f35a56b8321cb62af951433d9d308', '154.159.252.6', 1651443984, '__ci_last_regenerate|i:1651443984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19bc865956bc738d5bd1c41947dce306adce1bf8', '41.60.238.41', 1669353840, '__ci_last_regenerate|i:1669353840;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669216479\";last_ip|s:13:\"41.60.239.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19ca5746a0a4af5e8b9e6a083cb011c72aa67089', '41.191.105.88', 1652621324, '__ci_last_regenerate|i:1652621324;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652615028;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19ceace1e62e9836dc3e5ab9759327d6e2830867', '41.60.235.76', 1653753659, '__ci_last_regenerate|i:1653753659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('19f10b7308f30c6f8166d131ddf55d52fb8432f3', '41.60.238.178', 1656058782, '__ci_last_regenerate|i:1656058747;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655963888\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a213446403a012b5805c0c72e0f2fd770bfef10', '41.60.232.254', 1672225299, '__ci_last_regenerate|i:1672225299;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"gv1J30o9WbzxO674imAM\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a358928a9c66dedd9ce4392a5a89b348eb19c35', '105.161.179.251', 1669647494, '__ci_last_regenerate|i:1669647409;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669480797\";last_ip|s:14:\"105.161.154.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669647489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a3b3184770d5f2d1b09b07cdfd93d3945ea392c', '41.60.234.153', 1660122544, '__ci_last_regenerate|i:1660122544;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659987241\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a3b339676f83ae4bf76e49d0d746bf625ef698a', '41.60.232.254', 1672237675, '__ci_last_regenerate|i:1672237675;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a43d7b3c877a7b3e6a3b537b763590b87d86bce', '105.163.26.132', 1654892351, '__ci_last_regenerate|i:1654892351;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654836393\";last_ip|s:13:\"154.123.14.21\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a6f52edbf48b34e7958923f734b92e514e87512', '154.158.205.232', 1666256178, '__ci_last_regenerate|i:1666256178;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1666241181\";last_ip|s:15:\"154.158.205.232\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a7917ffda601c93d2331eb2e7a2e8c2a00b41a6', '154.159.252.6', 1651434777, '__ci_last_regenerate|i:1651434777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a96b674a6b34518ee9ced8e0bdf7f442b115a9a', '105.163.61.45', 1662229959, '__ci_last_regenerate|i:1662229959;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662097783\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a982e729ba102202bf6c9a36086249cc878ff8e', '41.191.107.221', 1656016634, '__ci_last_regenerate|i:1656016634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a9a1800d12b117e27bcbc0684346c6c9ec0183a', '197.248.117.169', 1671773113, '__ci_last_regenerate|i:1671773112;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1a9fc2dabcf91594649469d2a8df5f20c3b9865f', '209.145.52.241', 1664968908, '__ci_last_regenerate|i:1664968908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aa88a603152a0c90535ca0d5f0f0752e36225b1', '41.191.105.93', 1659450358, '__ci_last_regenerate|i:1659450358;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1659383303\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aaeb436755241e6fc82b52909d2e340b4aecbd9', '41.60.237.200', 1651827178, '__ci_last_regenerate|i:1651827178;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757868\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651827131;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ab20f3cd6b020514cee353d1811a52acd913843', '154.159.252.168', 1651490499, '__ci_last_regenerate|i:1651490499;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490101\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1abfeed1f5cd1c12e4c3d4989a61ab7b6d48ad17', '41.191.105.235', 1652209724, '__ci_last_regenerate|i:1652209724;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652188290\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ac554c00e7170f018f3d27a2e51f9e359a4ce92', '102.6.14.197', 1671855306, '__ci_last_regenerate|i:1671855306;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671811013\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671853157;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ace51427afd39a0f4091ee0fa826ae888e674db', '41.60.238.178', 1656343710, '__ci_last_regenerate|i:1656343710;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656341901\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656343405;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1aef1647b17b6eb396eaae435e5727376133dfb4', '41.60.236.151', 1678287931, '__ci_last_regenerate|i:1678287931;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678199738\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678287531;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1afc50cfa3ce04d39c0e212673b518435c4f4e68', '209.145.52.241', 1668532782, '__ci_last_regenerate|i:1668532782;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b0f9a1192303c2699a09adc0af0e2a22136fe27', '41.60.235.76', 1654254058, '__ci_last_regenerate|i:1654254058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b1e58c1dd020a1fd0e504741f5396fdcddb548c', '41.191.107.220', 1653670413, '__ci_last_regenerate|i:1653670413;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653568495\";last_ip|s:13:\"41.191.104.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653670160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b25baf1e289ea8a784c14be576babe480057683', '41.191.107.50', 1655371613, '__ci_last_regenerate|i:1655371602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b274a6ccc3cfe37f932d2d772e631b78f10289e', '41.191.107.201', 1654452379, '__ci_last_regenerate|i:1654452379;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654452066;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b27b17d971ba23c68916684d757a2bf68623ad1', '41.60.232.50', 1670597609, '__ci_last_regenerate|i:1670597383;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595293\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670597042;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b54bdedb004c208195c8efdf77010d6433673b6', '41.60.232.148', 1659453610, '__ci_last_regenerate|i:1659453610;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659441549\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659453089;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b63e33a0733461a6dc1901f4e64f894b90c5787', '41.60.237.126', 1669477758, '__ci_last_regenerate|i:1669477758;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669389296\";last_ip|s:12:\"41.60.238.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b6ecebc9b2a04055266f702b2aa1d897dbf50bb', '41.191.107.204', 1653913642, '__ci_last_regenerate|i:1653913642;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1b90086c1c3ee96ef7b790dd6747b38be943270a', '41.60.239.119', 1654616100, '__ci_last_regenerate|i:1654616100;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654588330\";last_ip|s:13:\"41.60.239.144\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654616052;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bcc341dd15724ea48a7524552bc70d556ed5084', '41.191.107.43', 1655153392, '__ci_last_regenerate|i:1655153392;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bd3378c38c21662b05c2e8c07bb0d3f02b43e8e', '154.159.252.99', 1674678943, '__ci_last_regenerate|i:1674678943;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674572120\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674678937;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bf015e26b298b48632b6b3e918c68f0fe39f8bc', '41.80.98.172', 1666118379, '__ci_last_regenerate|i:1666118379;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665683475\";last_ip|s:12:\"41.80.98.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666118039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1bf9aa957fdada82b4f08f11ad494061925cd82a', '209.145.52.241', 1652188699, '__ci_last_regenerate|i:1652188699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c1daf1a13e5b9f6018c238edff7e0f664838aed', '41.60.235.80', 1673434264, '__ci_last_regenerate|i:1673434264;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673432960;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c1e7215146b6f227242a75ef7ad9c6623f7e02d', '41.191.107.204', 1653915412, '__ci_last_regenerate|i:1653915117;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c1e977bed3d0680e2f333f2e7dacc42b3641110', '41.191.105.94', 1654728217, '__ci_last_regenerate|i:1654728217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c273ba1eaee964c29930c2f85d64394fde2995e', '41.60.232.223', 1657525566, '__ci_last_regenerate|i:1657525566;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657292722\";last_ip|s:13:\"41.60.233.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657525517;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c30beffc991f44a1b307a5eeffdee7f59f3de88', '209.145.52.241', 1655188632, '__ci_last_regenerate|i:1655188632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c3cf1f939d1a9fb527fbfe6f3b7aa6099fbd70c', '41.60.238.127', 1651586507, '__ci_last_regenerate|i:1651586507;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c44ca24043ab958a5a7236d09d6a7fdf83cc9c9', '31.13.103.5', 1659990708, '__ci_last_regenerate|i:1659990708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c511c9a451a8245b0d8795e413b639ac0e6b01c', '41.60.236.83', 1661404334, '__ci_last_regenerate|i:1661404334;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661172422\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1c61c22e0b00057d9bb1fa6d192671ed3f44b8a7', '41.60.235.223', 1670858132, '__ci_last_regenerate|i:1670858102;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670680892\";last_ip|s:13:\"41.60.235.224\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670854568;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cc13936329155d8e1d194686b325bf62b00bf6c', '41.60.235.80', 1673535209, '__ci_last_regenerate|i:1673535209;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673461733\";last_ip|s:14:\"105.161.136.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673534892;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf2aecdc608baee56179e647cc371813f6d94d5', '41.60.235.76', 1654014875, '__ci_last_regenerate|i:1654014875;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654007114\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1cf496ea7c17bb54e9dd24c69ac77914b25302c8', '41.60.235.20', 1659018584, '__ci_last_regenerate|i:1659018582;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658999714\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659018513;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d10d087e46c346eef40d662af1e52e144998f6f', '41.191.104.122', 1653736502, '__ci_last_regenerate|i:1653736502;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d644bc31ca61528e55f2144c9551c17c6610717', '41.191.105.91', 1652973229, '__ci_last_regenerate|i:1652973229;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652901280\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652973186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d6ef195413bdd72a00fe97bae7fee90f975d548', '41.60.232.14', 1658154917, '__ci_last_regenerate|i:1658154917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d77637a26e1ca0b6c90c94da33cdfd174380a75', '41.191.105.89', 1652608014, '__ci_last_regenerate|i:1652608014;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d7c1e9fa47c98ec2f0ae2578aa1d9d6cde0624a', '41.60.237.195', 1652177745, '__ci_last_regenerate|i:1652177745;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652177401;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1d8a498705f809b00f3b1f70cb02d98bc571970e', '41.191.107.228', 1654001791, '__ci_last_regenerate|i:1654001791;requested_page|s:22:\"admin/products/view/76\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653906351\";last_ip|s:13:\"41.191.104.44\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1da110345fdfbcdc6e6be50dc63a8e20addc9e07', '41.191.107.201', 1654449526, '__ci_last_regenerate|i:1654449526;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1da90ad4dbdcd35772f9b3a56d9f272b5f018c9f', '41.60.232.254', 1672329013, '__ci_last_regenerate|i:1672329013;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313815\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672327010;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dad1214a56e9632155be60a3ae3dcf213a6ced7', '41.60.237.158', 1661526389, '__ci_last_regenerate|i:1661526389;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661521111\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661522397;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1db96303c9ecea1fb07c35a3d58e04dacc728f0d', '41.191.104.253', 1654445778, '__ci_last_regenerate|i:1654445778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dc5573dedb450eb63b25d88008e5869a1bec3f5', '41.60.237.200', 1651752833, '__ci_last_regenerate|i:1651752833;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651752466;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dcfaa911514d0c70b92c6e6430a47f4ebd26be7', '41.60.238.62', 1668698030, '__ci_last_regenerate|i:1668698030;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668610601\";last_ip|s:13:\"41.60.234.100\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dd5a214603ebc8fab910f55e905ac5ad8f8e4ab', '105.163.56.70', 1663187030, '__ci_last_regenerate|i:1663187030;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"TSYOUsDwZP7KQq1JB6pb\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dd893d441a517e99398aa0cf640f3169d39bcff', '41.60.235.97', 1679308025, '__ci_last_regenerate|i:1679308025;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678804479\";last_ip|s:13:\"41.60.234.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679307997;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ddc3963d7fbcee6277e77716ecfc3201467fd53', '41.60.235.76', 1654067948, '__ci_last_regenerate|i:1654067948;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654032766\";last_ip|s:11:\"41.90.35.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1654067947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1de8bc3a8918b82cdfedf3c94b532e3138acd5f8', '41.60.234.165', 1680872956, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1680872956;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680860586\";last_ip|s:13:\"41.60.234.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680872758;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1dfe1dc9679ba03dde0480f9539f3c20c86082ef', '102.1.149.20', 1653737595, '__ci_last_regenerate|i:1653737595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e04de83af3b7942f7bf567b0b630a3f696d9d5b', '209.145.52.241', 1653679106, '__ci_last_regenerate|i:1653679106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e18dd86d8ef3ca407b6f4a1f04fd045f10f2b49', '41.60.237.59', 1652711185, '__ci_last_regenerate|i:1652711185;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652674970\";last_ip|s:13:\"105.163.48.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"qTwc2HC1B4kGYP70bhnm\";last_activity|i:1652707710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e27ac2e7e715f78860a1fdc92b385e47eba9f26', '41.60.235.20', 1659022022, '__ci_last_regenerate|i:1659022022;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659020145\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659021703;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2af13746e4166fdd37d5af87abfaadc9c2f088', '209.145.52.241', 1653673188, '__ci_last_regenerate|i:1653673188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2b12dc2961e73a31dd30938070ae66457523ca', '41.90.37.211', 1660331105, '__ci_last_regenerate|i:1660331105;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e2b565d4b9366fef07079dcbc8b5ce543fdc555', '41.191.105.90', 1655141700, '__ci_last_regenerate|i:1655141700;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654961496\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655139432;user_csrf|s:20:\"6H8UclowJrCDjEY9QgFV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e357eb06ca42bc58b97a966b01088ac36a1799e', '41.60.234.165', 1680697648, '__ci_last_regenerate|i:1680697648;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680533583\";last_ip|s:13:\"41.60.235.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e4bd81df7627be4627d591f48b4177a27e306ac', '41.60.232.27', 1666624673, '__ci_last_regenerate|i:1666624673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e51b0c2edae1848f88113be7a768b323a0f18da', '41.60.237.195', 1652112879, '__ci_last_regenerate|i:1652112879;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652112841;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"UsbpdjEl46YmZPkFRaQS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e52a0adf261ba008db8870a1d5b043e4c630476', '209.145.52.241', 1664879444, '__ci_last_regenerate|i:1664879444;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e5c891201f49715db956c320c9534125ecc7363', '41.60.232.168', 1677340337, '__ci_last_regenerate|i:1677340337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e6ab15ce90a537cf7a093f14c92b34f5d8c83c1', '41.60.234.172', 1662734823, '__ci_last_regenerate|i:1662734823;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662723771\";last_ip|s:13:\"41.60.234.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662734724;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1e953b87bfca57b0547c1b24db134f8152d1ae6d', '41.60.232.148', 1659519070, '__ci_last_regenerate|i:1659519070;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ef7b766895e1786bd0d02798df2bb543a81e3b5', '41.60.235.76', 1654012570, '__ci_last_regenerate|i:1654009241;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653891848\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654009428;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ef913e418b557d73ee238f582c52b21ed2acc46', '105.163.26.132', 1654892016, '__ci_last_regenerate|i:1654892016;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654836393\";last_ip|s:13:\"154.123.14.21\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f0dc7ad12f7291201e819b4296d9bc651a2fc61', '41.60.232.12', 1663241412, '__ci_last_regenerate|i:1663241410;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1128874ea8ad0c114893c16545026fdf0b9645', '41.191.105.89', 1658224246, '__ci_last_regenerate|i:1658224246;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f1708c902e54bca72113f0ae1f678f898959cc0', '23.228.131.197', 1651467112, '__ci_last_regenerate|i:1651467112;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f232a84540d9eaf1896bdb936eb34a066188653', '41.90.189.189', 1675196177, '__ci_last_regenerate|i:1675196177;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675153471\";last_ip|s:14:\"197.248.61.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675196039;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f4b410a7a208986a705defa76e0964b3c7fbaa7', '41.60.232.27', 1666970250, '__ci_last_regenerate|i:1666970250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f4c73c1af827fc7ca15af2a027183ed10f1d0b9', '41.60.232.168', 1677073817, '__ci_last_regenerate|i:1677073817;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f4cbda2d3e0f3b21dcccf094f24bc2ee70157b3', '41.60.234.241', 1660975335, '__ci_last_regenerate|i:1660975335;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660920149\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f56c5a8e9e74cb3099fbbde73f0971b91dbe054', '41.60.233.5', 1675953678, '__ci_last_regenerate|i:1675953678;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675953513;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1f6480a896faeff419f3b28cf95d59c8e3e1a767', '209.145.52.241', 1652188642, '__ci_last_regenerate|i:1652188642;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fa36100899a206557be32f1ef7b2724caf3c1d8', '41.191.104.64', 1652128420, '__ci_last_regenerate|i:1652128420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1facc72ded3b028a4da4015e957fc00438a3c153', '217.21.116.214', 1672853261, '__ci_last_regenerate|i:1672853157;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fb8f5559cc6a7411e6283a4bb1101283a9eac6c', '41.60.233.95', 1662531603, '__ci_last_regenerate|i:1662531523;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662478086\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662531602;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fc2fab1579adef56f056918d62509b22fea29af', '41.191.107.225', 1653404350, '__ci_last_regenerate|i:1653404350;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653403969;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fc3eb5324c4e9f114eb661b1f0e2c997be92d14', '41.60.237.163', 1657728532, '__ci_last_regenerate|i:1657728532;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657639820\";last_ip|s:13:\"41.60.237.163\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657728492;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fded5fb7c0d53afb50cdcaf707e873367f52d90', '41.60.237.59', 1652282296, '__ci_last_regenerate|i:1652280960;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652276692;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"oiLjwyY9EI2KxcZeVnhC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fdfacedf1e519ded4800172f0ece01563a0273c', '41.191.105.92', 1656871798, '__ci_last_regenerate|i:1656871798;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1fe58c9e8d0bdc9421b14faf7c2cd80f1e35c54f', '102.1.149.20', 1653736075, '__ci_last_regenerate|i:1653736075;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ff706643f0092e63bbaad781c088ac5e99d1056', '41.60.237.195', 1652087444, '__ci_last_regenerate|i:1652087444;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1ffe4c2a058529a47ad82cb3abc68584e3e273dc', '41.60.237.159', 1664291644, '__ci_last_regenerate|i:1664291644;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('1gho54g4e6n16tmk0d42pg4hf5b0t02n', '127.0.0.1', 1637098720, '__ci_last_regenerate|i:1637098720;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637098347\";last_ip|N;avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637098693;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2021-11-17 00:35:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('202373b1e0831380cd52abc0f0799a0e787a4928', '41.60.232.14', 1657896421, '__ci_last_regenerate|i:1657896421;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657813636\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657896380;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2030549fcb5d322d2056619b93e2bb60b9c3c690', '41.60.232.168', 1676911090, '__ci_last_regenerate|i:1676911090;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676732951\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"0j9FGI438Zh7OdT2yKso\";last_activity|i:1676910088;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('203a37db1ddd3fe45aafc026647962dd4e2f403d', '41.60.237.195', 1652188975, '__ci_last_regenerate|i:1652188975;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652185704;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20494f4acbaa2479655b61fd1cb8dabc17669f4b', '209.145.52.241', 1652560153, '__ci_last_regenerate|i:1652560153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('204b0ffe03bf4d62db03b4cfa2b9f847b6e8f1e3', '41.60.233.5', 1676304336, '__ci_last_regenerate|i:1676304336;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676210582\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676304303;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20571f97355036c18b16a37956d65a0db51841df', '41.60.232.81', 1651573717, '__ci_last_regenerate|i:1651573717;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651572652;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('205c07ab61b353a0676c200b11fffbfc0aaba4a0', '41.60.232.140', 1662373760, '__ci_last_regenerate|i:1662373512;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662307970\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20627fdb3377d0633edd96dee4f24246bb1a1555', '41.60.237.126', 1670255749, '__ci_last_regenerate|i:1670255749;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670082086\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('206a5a1aae64ca620f9c158bf7c634cc9f1fca52', '41.191.104.254', 1655154664, '__ci_last_regenerate|i:1655154664;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('206e2d9e69b395462802db2949516fee1b36b9f6', '217.21.116.214', 1673806086, '__ci_last_regenerate|i:1673806037;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20894ca9f4200acc217eeb9f26970bef21f88829', '41.60.238.178', 1655560625, '__ci_last_regenerate|i:1655560625;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655478638\";last_ip|s:13:\"41.60.233.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655560352;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('209291e8283f78a3d95bd5265f57ea21cbe6d42f', '41.60.234.172', 1662822743, '__ci_last_regenerate|i:1662822743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('20b8114319ac0b72e82f6b34f783aba27978a304', '154.159.252.168', 1651493507, '__ci_last_regenerate|i:1651493507;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490203\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"8oXVtQF0JTS5jBYWzkaw\";last_activity|i:1651493393;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21059479062ab45fddf04ce09c9d3cbb5a5e57a7', '41.60.235.40', 1651940502, '__ci_last_regenerate|i:1651940502;requested_page|s:13:\"shop/products\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651928466\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651940304;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"zyd1ZPT5bLE47tBrciWH\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2109352963dbfd4aa4e38221ade8043c7522c9ea', '41.60.232.50', 1665847158, '__ci_last_regenerate|i:1665847158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('211acc0e191008097367b32b4595beb1aefa7ad1', '41.191.104.109', 1654375354, '__ci_last_regenerate|i:1654375354;error|s:155:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('211c0b67c9098c36a2dc0c43b8faa0126463ea64', '41.60.233.5', 1676211495, '__ci_last_regenerate|i:1676211495;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676209752\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676210968;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21287783fa47da7a6a50fecbc4be6abb3c9c09c5', '41.80.96.73', 1653732651, '__ci_last_regenerate|i:1653732651;requested_page|s:19:\"category/legwarmers\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2161706d4bce6d3dcfc04b7a374b30fd651edcc2', '41.60.238.127', 1651576730, '__ci_last_regenerate|i:1651576730;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651575438;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21638cc898902ee2b2e9f7899e6c652ec4328815', '41.191.105.93', 1654459806, '__ci_last_regenerate|i:1654459806;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('217f372b4fd130074cf3f93ef3fabffb2c4f4872', '41.191.105.232', 1656352167, '__ci_last_regenerate|i:1656352167;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21a00211b443ccacc6d0794446335de17bb5e91f', '41.60.234.241', 1660228409, '__ci_last_regenerate|i:1660228409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21a9c1e94cc996ff44b8bda861438321eb2497dd', '41.90.40.126', 1659295724, '__ci_last_regenerate|i:1659295724;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659294406;__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21ae37c9a3fd05c7a2b228a285950006fd152e83', '41.60.237.125', 1651670985, '__ci_last_regenerate|i:1651670985;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651670940;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"ur74tCno56Y1vsfwkebg\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21bfb7c23284d4a1fcab7db852a8f17ba3c9306e', '41.191.105.94', 1654455483, '__ci_last_regenerate|i:1654455483;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21cff0531a2dd270a41f976eaaa3d1ff8effed29', '41.60.232.50', 1670597130, '__ci_last_regenerate|i:1670597130;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670510558\";last_ip|s:12:\"41.60.232.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21d13ff5a9c1273134c40e566809e9a5bc6ca2c2', '41.60.232.254', 1671781390, '__ci_last_regenerate|i:1671781390;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671723408\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e415806bf56a46210f5c831fb1cebb0b3788ef', '41.220.235.170', 1670313809, '__ci_last_regenerate|i:1670313797;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670257661\";last_ip|s:15:\"105.160.101.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21e4bb0d5dbac58ecc57c5cead568ecf8d1c9c09', '41.60.233.5', 1676131865, '__ci_last_regenerate|i:1676131865;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21ec3cd5311f610e7cf68718d2b0d2c097d67e64', '41.60.235.20', 1658845001, '__ci_last_regenerate|i:1658845001;requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('21f41ee55ea54a5ea8299484695be80f7c898323', '154.159.252.99', 1674679759, '__ci_last_regenerate|i:1674679749;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674572120\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674679759;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22042c9618789cb003b0bc499da9433af59edbe5', '41.60.237.195', 1652191764, '__ci_last_regenerate|i:1652191764;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ME8NsKv0OH2BY1bQmf7P\";last_activity|i:1652190094;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2208a6bdc40d7a3d207f7eec17f6f8ef767bc94c', '41.191.104.110', 1656495140, '__ci_last_regenerate|i:1656495140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22190bdd6678b8a97e2cba922be803bfc4d7b01d', '41.60.237.158', 1661434247, '__ci_last_regenerate|i:1661434247;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661434147;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2231a4e202a0fe059c54cf11d3cdf9cab4a79d40', '41.60.232.12', 1663599123, '__ci_last_regenerate|i:1663599123;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663424028\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663598420;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22324a332d99af98e080013926e90a94230e274a', '41.60.232.14', 1657896043, '__ci_last_regenerate|i:1657896043;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657813636\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657895299;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2240c37b248adec56b810d61111dcd01f2154583', '41.80.96.73', 1653733181, '__ci_last_regenerate|i:1653733181;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('225a95222c241023fe9b6b8408c2c18c22e25fd2', '41.80.98.172', 1666118684, '__ci_last_regenerate|i:1666118684;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665683475\";last_ip|s:12:\"41.80.98.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666118039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('226158ab22de4b5250d5d464896ff40299f89d37', '144.217.135.252', 1678147668, '__ci_last_regenerate|i:1678147668;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22764ea961f55fb0b8795944a1f973c89a198615', '41.60.234.227', 1678806196, '__ci_last_regenerate|i:1678806196;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678718277\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('227a44e07cc7a0945fc38f08c5e6659d83024374', '41.191.105.92', 1654960398, '__ci_last_regenerate|i:1654960398;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654889850\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654960274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22800065588e5c9843c1ea644313ee775d9db0ed', '41.90.189.189', 1675193951, '__ci_last_regenerate|i:1675193951;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675153471\";last_ip|s:14:\"197.248.61.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675193918;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229400ce48f304217c2f5518bd4f173a4186e39b', '41.191.105.95', 1657046478, '__ci_last_regenerate|i:1657046478;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657046133;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2298c96134876befb71950e34e818e67501d36c9', '105.163.50.229', 1659896361, '__ci_last_regenerate|i:1659896361;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('229b232338ed2fe22e830d740810dc2120f28772', '41.60.232.12', 1663657287, '__ci_last_regenerate|i:1663657287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22b4ec4493334e887b46b29e9cfe6bbfe893bbe4', '41.60.235.236', 1671028267, '__ci_last_regenerate|i:1671028266;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22c0890aa094ddc4cd682b94b0523cf7765c29a4', '41.60.236.83', 1661403221, '__ci_last_regenerate|i:1661403221;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661172422\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22e413f61878e216c43c5e14698c00187d5b6568', '41.60.238.241', 1667835135, '__ci_last_regenerate|i:1667835135;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22f004307dc19c188af822e3b4d57008facb54ac', '41.60.232.12', 1663423907, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('22f4a256a3638529596b03503a4caf5d13a2e6ad', '41.90.45.200', 1656355427, '__ci_last_regenerate|i:1656355427;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656335732\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2308da803c449ae1dcab9270daf304ac2540ce6b', '105.161.181.147', 1674758845, '__ci_last_regenerate|i:1674758845;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674676151\";last_ip|s:13:\"41.90.178.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674758822;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('230e4aa2e7a51fdd711563d84be66b9a29d91ffb', '41.60.233.85', 1664808761, '__ci_last_regenerate|i:1664808761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('232c971dd36f1354dd54814719db4f294bd25beb', '41.60.237.146', 1661924840, '__ci_last_regenerate|i:1661924707;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661871585\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('234814346fd3179c8f6ff1d41e55a565a890eb5b', '41.60.232.254', 1672502188, '__ci_last_regenerate|i:1672502188;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672408396\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672501288;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('234c44f556782484769eb1c082fb54baa121ef72', '41.60.237.195', 1652083488, '__ci_last_regenerate|i:1652083488;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2369e055899201e4c1c9ffd424ea353ceee47e75', '41.60.232.14', 1657985886, '__ci_last_regenerate|i:1657985886;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657741519\";last_ip|s:13:\"105.163.34.63\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1657980155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('236df1d8a29fd1f9288605e4027eac36e136a0ef', '41.90.40.126', 1659289808, '__ci_last_regenerate|i:1659289808;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2375561d42f47424a2d4f0b1a5c59f3466523589', '154.159.252.6', 1651444413, '__ci_last_regenerate|i:1651444412;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('237b449fd9c9284916071562dac54c1ab1810ae6', '41.60.233.116', 1659623687, '__ci_last_regenerate|i:1659623687;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622208\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"CZ80UP65dikVaMRG9fyO\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('237c642623c2c6bd019f0c4c16ca0d15c9cb7371', '41.60.237.16', 1666348090, '__ci_last_regenerate|i:1666348090;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('238c4406189c6457afcc10b5f24ed7431c0565a2', '41.60.234.172', 1662735629, '__ci_last_regenerate|i:1662735629;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662723771\";last_ip|s:13:\"41.60.234.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662735080;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('239b4612539433ced6d6c490f7ef14b1400cb00f', '41.60.235.76', 1653753606, '__ci_last_regenerate|i:1653753606;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('239e7db532ac244048772dc24a9c0b6c217b3230', '41.60.233.5', 1675948857, '__ci_last_regenerate|i:1675948857;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23a5926aa20eb4b54e9e848090b8bff0255b6a1d', '41.80.96.73', 1653805332, '__ci_last_regenerate|i:1653805332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23bfca9d75ec0a0725ea7492f35a27f846750b66', '41.191.105.95', 1657045542, '__ci_last_regenerate|i:1657045542;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657045370;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23e740c09c9fc6f2731e50ac19f40b0c2437f36e', '41.60.237.158', 1661594716, '__ci_last_regenerate|i:1661594553;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661579002\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661594716;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23f1a8940d4ace50493840223d5fef0c5219f325', '41.60.233.253', 1679670260, '__ci_last_regenerate|i:1679670260;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679550974\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679669902;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('23f5daa92072b861bd2e6cee1521ddfc55cc0eec', '41.60.236.7', 1668947532, '__ci_last_regenerate|i:1668947532;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668944748\";last_ip|s:11:\"41.60.236.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668945896;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2414ccc515758e1ed30a3cdc4f9adf6eea572583', '41.60.233.5', 1673972965, '__ci_last_regenerate|i:1673972965;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673883343\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673972946;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2437ad9ce2a64552412091b9a1bdea63582c2a54', '41.60.237.126', 1669822173, '__ci_last_regenerate|i:1669822173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('244186d5066b0c95c4521e2ab1f7a764b38bac99', '41.60.236.151', 1678117360, '__ci_last_regenerate|i:1678117360;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677858642\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678116611;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24430af32da1ee304c710042913f170b01bd93a1', '41.80.98.172', 1666118722, '__ci_last_regenerate|i:1666118684;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665683475\";last_ip|s:12:\"41.80.98.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666118039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24430cd16ce71504bf4314aedaf40966a86a9e88', '41.60.235.40', 1651928542, '__ci_last_regenerate|i:1651928364;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651851075\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651928519;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('245f81b8f98ac3af364fe0abfd42b72f45b4e628', '41.191.105.88', 1657452298, '__ci_last_regenerate|i:1657452297;requested_page|s:15:\"admin/pos/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('246240abfd9d58e9fb2caf01f0a013c38889178d', '41.60.238.178', 1655562209, '__ci_last_regenerate|i:1655562209;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655478638\";last_ip|s:13:\"41.60.233.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655560625;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2468456afd1b2215380841fab9315ba2941f32a9', '41.191.107.225', 1653409971, '__ci_last_regenerate|i:1653409971;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653399521\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653409652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('246f8a60e6053599f06bd8d8d16930c0ce3e3675', '41.60.235.76', 1654271506, '__ci_last_regenerate|i:1654271506;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654241568\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654270767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('247be9cfdcc4b73d6ba74fef6256af3d4f5426ec', '217.21.116.217', 1667156685, '__ci_last_regenerate|i:1667156685;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"516pTlZC08jI73sEgdMh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2495caea57b542186525c749cbdfd01fb5a2ad4f', '41.60.236.239', 1654357817, '__ci_last_regenerate|i:1654357817;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654270730\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654356787;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24bdc76ec108ee357dc601116a5ad8a1a0e1d3f4', '197.248.117.169', 1664875182, '__ci_last_regenerate|i:1664875182;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1663007727\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664874685;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24bffaeb0e979c8a870df8aa60c96ace7cfc054b', '41.60.235.76', 1653906886, '__ci_last_regenerate|i:1653906886;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653901457;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24c3639d33bcb705e5b11db574b92c575c05724a', '41.80.98.64', 1653733092, '__ci_last_regenerate|i:1653733092;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24d978b57e99ddc2855baf7732e102d1cf37879e', '41.60.232.27', 1666883947, '__ci_last_regenerate|i:1666883947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e22791e967904f426616753bcca0cdbd096d29', '41.60.237.59', 1652278296, '__ci_last_regenerate|i:1652278296;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652276692;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"ztDL5f30pSHOQXV4JlW1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24e2c86bda4cc1a5897837d359f36fd5e20ee75f', '41.60.237.143', 1665762673, '__ci_last_regenerate|i:1665762673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24ea1689e0a5a6a45c27b4de5b8fd9f8605708b3', '41.60.235.20', 1658845005, '__ci_last_regenerate|i:1658845005;requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('24fcde178e237a9e8f7c175be379f164d825e667', '41.60.235.76', 1653753720, '__ci_last_regenerate|i:1653753720;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('251b66952251e3cc7fdb861a249dc20f0a0fd150', '41.191.107.52', 1656357318, '__ci_last_regenerate|i:1656357318;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('253efa09521bb1b1636f7461f1e59d04b6bf6b9f', '41.60.235.76', 1653753710, '__ci_last_regenerate|i:1653753710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25438336a95c270f7860ac34f7a2c023de2a6f34', '41.191.105.93', 1651965215, '__ci_last_regenerate|i:1651965215;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651963690;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25473cee6f8fe65ecb057ae5c944e249cb72bee9', '66.249.65.157', 1659450660, '__ci_last_regenerate|i:1659450660;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('255f2bd44a6e4d6f200125369f52078bfa9f74e0', '197.156.137.151', 1653327756, '__ci_last_regenerate|i:1653327756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2570c547d3f48d2b8c49b57e59fc8dbe1ef22060', '41.60.232.140', 1662385679, '__ci_last_regenerate|i:1662385679;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662373009\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('258a01a28d90d835de5646bb71b4decb8902b468', '41.60.238.178', 1656068765, '__ci_last_regenerate|i:1656068765;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656058954\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25b36885666dcbd1fa39630f5571ff6dd70e66db', '41.90.189.189', 1674935397, '__ci_last_regenerate|i:1674935397;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674935342;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25b423a958d96d4e05c08fdfb6808db9f076b72b', '41.60.237.126', 1670228718, '__ci_last_regenerate|i:1670228718;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25d599c0cf29c5109585dd4b8f4865e27cbff4ab', '102.1.149.20', 1653736066, '__ci_last_regenerate|i:1653736066;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25da33a571d9df808179b05bf7c8938cb7f885f3', '41.191.105.89', 1658500821, '__ci_last_regenerate|i:1658500821;requested_page|s:17:\"category/sweaters\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657640102\";last_ip|s:13:\"41.191.107.37\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('25f88717c37df3aa5ffa819a98e9de474107af12', '105.163.50.229', 1659888067, '__ci_last_regenerate|i:1659888067;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26064f4fc218a63d86e3f6c6dcbb0665b6a81074', '41.90.216.111', 1675166825, '__ci_last_regenerate|i:1675166825;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26216ffb79563d277790e0efd2b4547261ddd206', '41.191.105.88', 1651863459, '__ci_last_regenerate|i:1651863459;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651760465\";last_ip|s:13:\"41.191.104.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26264dc05d679142a24b9686ff63191725ab4643', '105.163.50.229', 1659719766, '__ci_last_regenerate|i:1659719766;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;user_csrf|s:20:\"DBcFNp9Ll5dJICzvsonP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('264997bf0fd132d9e698a3b6b1f36c99c66e9afb', '41.191.105.93', 1659452155, '__ci_last_regenerate|i:1659452155;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1659383303\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26571a05ba7798c229990f40a1faa26a1895e5b5', '41.60.232.254', 1671775332, '__ci_last_regenerate|i:1671775332;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26712b937eda68bb47a01b610f0c843ca76776bb', '41.60.232.254', 1671778915, '__ci_last_regenerate|i:1671778915;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671723408\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2696d068912573c91eccc169c498dc1e67cce932', '105.161.110.168', 1675057574, '__ci_last_regenerate|i:1675057573;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26979c2e872abe47f25bb1932a9c6473df1c0cf9', '41.60.232.140', 1662124571, '__ci_last_regenerate|i:1662124571;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662104843\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662121927;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2699ef839e27a1b67435836ca0dba2ef46961850', '41.60.233.5', 1673887973, '__ci_last_regenerate|i:1673887972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26a34e2477aeef6752d1509ae25b4767fa08b5fd', '41.60.232.168', 1676390097, '__ci_last_regenerate|i:1676390097;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676303007\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676390075;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26b0532d7cac409be4dc2867a4b5c22898101517', '41.60.238.178', 1656421703, '__ci_last_regenerate|i:1656421703;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656342790\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656421202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26bc23e86f390b632b883e84c09b04f02978a020', '41.191.105.91', 1654806625, '__ci_last_regenerate|i:1654806625;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654721544\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26cf40f1b69cc337d314fa03d33cb950b52fe09d', '41.90.40.126', 1659466265, '__ci_last_regenerate|i:1659466265;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659448265\";last_ip|s:12:\"41.90.40.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26d4399beb1e74263412e28e8abf077bef6926d4', '41.191.104.88', 1654379315, '__ci_last_regenerate|i:1654379315;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654375435;user_csrf|s:20:\"hn0vFDE6d7IAaUygBJ1c\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('26dc61b12f114377a563a7d26d0fc62946aca301', '154.159.252.6', 1651427380, '__ci_last_regenerate|i:1651427380;error|s:119:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/pos/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2700f74d7c59055771e3ee5be5b3020ed978b2c1', '41.60.237.70', 1664517137, '__ci_last_regenerate|i:1664517137;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664378842\";last_ip|s:13:\"41.60.237.159\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664517012;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2730ec0786e62c52e17fb295f61ed21dd0c7cbb1', '41.60.232.254', 1671551053, '__ci_last_regenerate|i:1671551053;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671466975\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671548043;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2731386ddded13bafd7cae83c5590bb3bacb2efd', '41.60.233.5', 1675756419, '__ci_last_regenerate|i:1675756419;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675756350;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('274cf62b7a347005cb09ed3f32cb13cfbc3cbca4', '41.191.104.44', 1653907769, '__ci_last_regenerate|i:1653907769;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907692;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('275fd0f9c67bbf015d01ffa574e79442bf70b677', '41.60.233.5', 1674056433, '__ci_last_regenerate|i:1674056433;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673968945\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674056369;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('276c2d5dd9c2c5fa28ca3fa63fe4e7ccb92d47b2', '41.60.232.140', 1662389843, '__ci_last_regenerate|i:1662389843;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662356200\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662389780;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('277db4d8d45634f38ff893aa87637dd6bbc5279a', '41.60.233.115', 1680361192, '__ci_last_regenerate|i:1680361192;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680268210\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('279580f85ad514f19cb0d1a19f0e7c7a05275e6c', '41.60.232.12', 1663428527, '__ci_last_regenerate|i:1663428527;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663392041\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663424594;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27b7e10ce69ff6b7287fea2ab73551dd5e8433c7', '41.60.235.76', 1654012889, '__ci_last_regenerate|i:1654012889;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654007114\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27baec6baa67c1804732086bc737d809a705e829', '209.145.52.241', 1653807399, '__ci_last_regenerate|i:1653807399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27bd419ef6a1f570b7b64318ecc42962cfcac8c6', '41.60.234.151', 1678547454, '__ci_last_regenerate|i:1678547454;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678514219\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678547274;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27cb73579b5809d86acd52c383014f3b577e51a7', '154.159.252.6', 1651427330, '__ci_last_regenerate|i:1651427330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27ce4854199fa40759edbc2b5da50e38e5985126', '197.248.117.169', 1660891642, '__ci_last_regenerate|i:1660891456;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1660891155\";last_ip|s:13:\"105.160.57.31\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660891626;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27e0a8409a0c4248521619cb9dc1bb9f1e34bbc5', '41.80.97.52', 1666719163, '__ci_last_regenerate|i:1666719163;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666433512\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27fc2acfebe4244cb9932655a0ce2d30288eaec7', '198.55.126.241', 1651423869, 'error|s:128:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/pos/shop/products?page=1\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('27ff37ec4151ae632f4c4ee9512e2239903d91fd', '41.191.105.92', 1652634401, '__ci_last_regenerate|i:1652634401;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('280faf2a4b983d6d58fb6f4c2c84b6de04b81dcf', '197.155.95.5', 1662018027, '__ci_last_regenerate|i:1662018027;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2819cb9ea53b3cd5d6beeb83ce1fe651bd7c66e9', '209.145.52.241', 1654552955, '__ci_last_regenerate|i:1654552955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28231ac1fa599926ab8ecce335e64188bf6a0760', '41.60.237.125', 1651675383, '__ci_last_regenerate|i:1651675383;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651675131;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"lZFUpsPcI0WkJLr2GA8B\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('283f05dcc8fc55004905bf25d033063b278dd138', '41.60.235.76', 1653488863, '__ci_last_regenerate|i:1653488863;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653401260\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653488087;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('284a775b343992454c5bb1d8459a7ccfd9cf6e68', '41.60.235.80', 1673535541, '__ci_last_regenerate|i:1673535541;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673461733\";last_ip|s:14:\"105.161.136.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673535382;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2860cfd01d616629604da4fbe117fc22ea610e2c', '41.60.234.100', 1668526511, '__ci_last_regenerate|i:1668526511;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668436624\";last_ip|s:13:\"41.60.237.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668525109;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('286eef672ed063061201df228c88d51685a291e5', '154.159.252.6', 1651427330, '__ci_last_regenerate|i:1651427330;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2872d6c4ac68e1eac0d9b03146f284763030e609', '41.60.234.153', 1660137231, '__ci_last_regenerate|i:1660137231;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660121246\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28df89e8dde9f3d3f7652d8915a146d0a135f57d', '41.191.105.89', 1652877552, '__ci_last_regenerate|i:1652877552;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652858642\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652876096;user_csrf|s:20:\"p5MacPWfyC8hlbJKxztZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28e33d35c91e7d511afcede1ae20bbd95a90370f', '41.60.237.126', 1670429410, '__ci_last_regenerate|i:1670429410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('28fedf39aa34091e9ec19283851368f4cc925c18', '41.191.107.56', 1653415064, '__ci_last_regenerate|i:1653415064;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653409626\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653413184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('292244920bb1cefc8094c4024ba6d777c49bd4ec', '41.191.107.233', 1655238888, '__ci_last_regenerate|i:1655238888;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655221853\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655238559;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2922bfe7946ebee075e5f1e79a4322876027a68f', '41.60.237.200', 1651751002, '__ci_last_regenerate|i:1651751002;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651750935;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('292b589ab6b9959acf1187e11f940df09b36c417', '105.163.1.219', 1663874322, '__ci_last_regenerate|i:1663874322;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663737159\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29330a44650f6f5797fb8a42df8a538199ae1924', '41.60.234.172', 1662788891, '__ci_last_regenerate|i:1662788891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29357092d96f675a14dec1e3caf3b3f5e91cf942', '41.60.234.227', 1678806944, '__ci_last_regenerate|i:1678806944;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2946d9d868dcfb168671f6dabbf9002b6da18bcc', '217.21.116.218', 1680856398, '__ci_last_regenerate|i:1680856393;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1678527261\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680852304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29572917ced04fb2364906ab811dba8e8e5421ae', '41.90.40.126', 1659296442, '__ci_last_regenerate|i:1659296442;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659294406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296188409557cd718eecca94020e810bdd271b25', '41.60.238.178', 1656156840, '__ci_last_regenerate|i:1656156840;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656073759\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656156819;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2968105375af5989558d5ba445fa5552de954ddd', '41.60.232.27', 1666934739, '__ci_last_regenerate|i:1666934602;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666882995\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666934739;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('296b166d5f824e77e103471d299ba15bba1348e3', '197.248.117.169', 1674821460, '__ci_last_regenerate|i:1674821459;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297d4274bcf21d394d5d4cc358a01f719510ff6c', '41.60.232.14', 1657895166, '__ci_last_regenerate|i:1657895166;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657813636\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657895166;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('297dd67b7c96481072f416dce45c3dfd3fb7b727', '41.60.237.16', 1666019723, '__ci_last_regenerate|i:1666019723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2981e9156f4b81da15b4d3d58d686eec9b4ee7b8', '41.60.232.254', 1671116530, '__ci_last_regenerate|i:1671116530;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671028290\";last_ip|s:13:\"41.60.235.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671113723;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29853e939bcfdf284ea18757f4ee3ed3f2500937', '41.60.233.5', 1675873895, '__ci_last_regenerate|i:1675873883;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675865977\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675873762;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29889ff48b5544715ce807d5d8548f14b011d93c', '41.60.233.155', 1673279535, '__ci_last_regenerate|i:1673279535;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673098345\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673278315;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('298a4b6aa9e7931b4aba33ee3bf35eb5e7073fe2', '41.60.233.29', 1680275303, '__ci_last_regenerate|i:1680275303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29a78c6b5f45f926536675fc085ce5264c2958e6', '41.60.235.147', 1677596027, '__ci_last_regenerate|i:1677596027;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677513441\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677595631;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29b745b1fdf19c38c972119fdf1dd811eb434ccf', '173.252.95.3', 1671980209, '__ci_last_regenerate|i:1671980208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29dfd603b5c6bbc8da0e29554c7ec3838231b5aa', '41.60.235.40', 1651940178, '__ci_last_regenerate|i:1651940178;requested_page|s:13:\"shop/products\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651928466\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651940139;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('29e6f1d047759fd5b0823ea67682e502d8a9122b', '41.191.105.93', 1652650077, '__ci_last_regenerate|i:1652650077;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a05b2478e690401b4ed3279b2e760de3cbe8e0e', '41.60.232.168', 1676994424, '__ci_last_regenerate|i:1676994424;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676907136\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676994388;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a1f4a0f4fec40cca205062b180718b8fdb9c717', '209.145.52.241', 1655493990, '__ci_last_regenerate|i:1655493990;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a347969b77f60cdd854c8d189cc2d7d188c481e', '41.60.237.59', 1652716889, '__ci_last_regenerate|i:1652716889;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652715951\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652716145;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a6782d1ef313b98e8d24109c72db79a1a81c351', '41.60.237.126', 1670254835, '__ci_last_regenerate|i:1670254835;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670251390\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670254732;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a6ddaa980ab72cf976aefcff1a8394f4fb891d8', '209.145.52.241', 1652876904, '__ci_last_regenerate|i:1652876904;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a721fe438b268a62a21bbcf8bbf69f06d7bc057', '41.60.233.5', 1675957804, '__ci_last_regenerate|i:1675957804;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675956856;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a8183c6c1217c911b1e600804c6f575ceae1ac5', '41.60.232.50', 1654700909, '__ci_last_regenerate|i:1654700909;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654615821\";last_ip|s:13:\"41.60.239.119\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654700817;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a84a808a70ba0d08670c2a749ff33c60eadfbb4', '41.90.40.126', 1659292769, '__ci_last_regenerate|i:1659292769;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2a9049e67612fa4ef552126ee92ca7527e14a6d6', '41.60.232.254', 1671202904, '__ci_last_regenerate|i:1671202904;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671199490\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671200959;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aa67345e0ff3ebe1f7cdd621b6feed5f1a341f5', '41.90.40.126', 1659295033, '__ci_last_regenerate|i:1659295033;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659294406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aa9bb8684e12d6b76c86b783d9f389e2523af36', '41.191.105.88', 1652800520, '__ci_last_regenerate|i:1652800520;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652785606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ab0e9536d60b7ba856c3e9daa28d33651c93e8f', '41.60.237.59', 1652272208, '__ci_last_regenerate|i:1652272208;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2abf3251f0122f1747ea9f5a1f19345c176853d9', '154.159.252.6', 1651444861, '__ci_last_regenerate|i:1651444861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2addcce159bc8ccf1d9fddc997b34d3208b00926', '41.60.237.16', 1666450096, '__ci_last_regenerate|i:1666450096;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666363950\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666448320;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2adfad41e5f4aa96192250f4cd9ecd18eff34291', '41.60.239.119', 1654616003, '__ci_last_regenerate|i:1654615864;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654615805\";last_ip|s:13:\"41.60.239.119\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";requested_page|s:13:\"shop/wishlist\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ae3c5968cfa431c8fe33b4301367b5a4c1c55b4', '41.60.237.207', 1665238696, '__ci_last_regenerate|i:1665238696;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2aed75a39e856b67c91d32aa8e2c7de67c9b0df8', '41.60.237.195', 1652181123, '__ci_last_regenerate|i:1652181123;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652178339;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2af6f8b91de52e0d8e6475e72bbc5c84303d1573', '41.191.107.220', 1653672279, '__ci_last_regenerate|i:1653672279;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653568495\";last_ip|s:13:\"41.191.104.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653670160;user_csrf|s:20:\"i0ZrdzVWte6saw7RSqjx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b0dd96cade3dad74a2d7bb235442b19c595ab9b', '41.60.236.151', 1677773659, '__ci_last_regenerate|i:1677773659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b146e1f43532e974d2ca0294c8a36ebac86bba6', '41.191.105.94', 1654625694, '__ci_last_regenerate|i:1654625694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b228a64de38f73c982c59e1375cff0e5a7474f9', '197.182.60.254', 1674767646, '__ci_last_regenerate|i:1674767646;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b2ee82047cd051a1c52a22fc65e339d3c885c49', '41.191.105.89', 1652875977, '__ci_last_regenerate|i:1652875977;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652858642\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b40d22c5e77ea8b8c345470a738354f26332bc3', '41.60.234.151', 1678460512, '__ci_last_regenerate|i:1678460512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b4b6b1262e501d42c6b7b59a6012c510e7407ad', '41.90.38.215', 1657995886, '__ci_last_regenerate|i:1657995886;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657988076\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657995848;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b55f15fc5c22d032132332233e923249a8529c3', '41.60.232.14', 1658155641, '__ci_last_regenerate|i:1658155641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b71182b73b807d5401a7f293efdc899f4998d0a', '41.60.232.254', 1671118499, '__ci_last_regenerate|i:1671118224;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671028290\";last_ip|s:13:\"41.60.235.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671117609;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b7462b461b1de2c8c081807caf67f30331a10fd', '105.163.61.45', 1662056437, '__ci_last_regenerate|i:1662056437;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"YiQI7O4op8HDmClRhNdV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2b872a0fd1872f7e70d0e4488f30888a4c645f44', '41.60.238.127', 1651588442, '__ci_last_regenerate|i:1651588442;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bbb0c8ad4f4405cba604dfe639abdde1927933a', '154.159.252.168', 1651492866, '__ci_last_regenerate|i:1651492866;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490203\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"8oXVtQF0JTS5jBYWzkaw\";last_activity|i:1651492843;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bc794cd85048703f3741199647bbc99afc6c2b2', '41.60.234.151', 1678718536, '__ci_last_regenerate|i:1678718536;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678545690\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd273af16a954af1a782e5b32a83596127e4dc4', '41.60.237.59', 1652804395, '__ci_last_regenerate|i:1652804395;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652782073\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd2f533bd54432a7481d1c75dd2523940383a6d', '41.60.232.254', 1671117257, '__ci_last_regenerate|i:1671117257;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671028290\";last_ip|s:13:\"41.60.235.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671116530;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bd69bac2094c61220a9a79210256ba6a6e0873c', '197.136.0.6', 1659292869, '__ci_last_regenerate|i:1659292869;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2bebd52b6058a1da2e7c8904295f87c1e3f94dd1', '41.60.232.168', 1676563001, '__ci_last_regenerate|i:1676563001;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676524869\";last_ip|s:14:\"105.161.39.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676562967;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c0596382276584fbfd68f844ca7bc178586bcc0', '41.60.235.76', 1653407084, '__ci_last_regenerate|i:1653407084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c3bf1db2c3898ee53f1d3c600ff08f8dfd8de93', '154.159.252.6', 1651444860, '__ci_last_regenerate|i:1651444860;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651443983\";last_ip|s:13:\"154.159.252.6\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";message|s:38:\"<p>You are successfully logged in.</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c5e9ece8a57d202b2891e0ab41fb639dd1c0d6f', '154.159.252.6', 1651427380, '__ci_last_regenerate|i:1651427380;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c822c5c6358af382c074e54b8ca4748d270af53', '41.191.105.94', 1657050468, '__ci_last_regenerate|i:1657050466;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657050468;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c838114d6ef0de416765eda409b6a1c37de637a', '209.145.52.241', 1652463041, '__ci_last_regenerate|i:1652463041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c83daf581bc873d0a8a88b711eec6331e14bf9e', '41.191.105.94', 1654455801, '__ci_last_regenerate|i:1654455801;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2c9d3b3507045ea6b3c9a2f3adaa7db76fcbc3f7', '41.60.232.254', 1671809904, '__ci_last_regenerate|i:1671809899;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ca14ec2197bf5ba357edfe2f87f76da3c3a8139', '41.60.237.59', 1653034250, '__ci_last_regenerate|i:1653034178;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652883331\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653034220;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ca2c906ddaa06bfe3d2307a710a9bdb163c819c', '41.60.236.83', 1661267333, '__ci_last_regenerate|i:1661267333;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661233091\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661266822;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cba411c1151d659f2024228cc361d5e837ca8da', '197.248.117.169', 1675057510, '__ci_last_regenerate|i:1675057510;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1674470008\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cd6ec10ff5848c539afe39deeb4600e57788e73', '41.60.233.85', 1664172848, '__ci_last_regenerate|i:1664172586;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664033824\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664172586;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cda8964c8f04f2e162869d93e8afd10f5e88a2c', '41.191.105.89', 1658501635, '__ci_last_regenerate|i:1658501635;requested_page|s:17:\"category/sweaters\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657640102\";last_ip|s:13:\"41.191.107.37\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ceca87adda4890e7af76fa7eb16fadf3c4a9d9c', '154.155.226.106', 1651732027, '__ci_last_regenerate|i:1651732027;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651661270\";last_ip|s:12:\"105.160.12.2\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651731417;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2cf0c94a053bdccab4e21bf80b7e48107119fab1', '41.60.239.223', 1669216870, '__ci_last_regenerate|i:1669216870;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669216301\";last_ip|s:13:\"41.60.239.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d0f1f4727b85edae128c738c5ea9b121de739a4', '41.60.235.20', 1659021714, '__ci_last_regenerate|i:1659021714;requested_page|s:29:\"admin/customers/getCustomer/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d22768488755cfdfeabf6515599ec284d34c1f2', '41.60.233.5', 1676210895, '__ci_last_regenerate|i:1676210895;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676209752\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676210656;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d2512a107c789e6da70bca72683256259f6bf97', '41.60.232.168', 1677253217, '__ci_last_regenerate|i:1677253217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d36f3763a836863b6c52c1d835faaff46a85124', '41.60.235.76', 1653893934, '__ci_last_regenerate|i:1653893934;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653891849;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d3701af0d3e5c4f62e19771159acb36d1b395f9', '41.60.232.254', 1672408675, '__ci_last_regenerate|i:1672408675;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672329136\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672408646;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d414c77f5ff342320ab231ed20a50e3c1e44129', '41.90.37.211', 1660336386, '__ci_last_regenerate|i:1660336386;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d4b4bf22bff0c5c7d97465530a1801f3cecf6b8', '41.191.107.151', 1652642257, '__ci_last_regenerate|i:1652642257;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652641980;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d5204f46012b1e97f24f8678378334953df680a', '217.21.116.217', 1669668012, '__ci_last_regenerate|i:1669668012;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669647414\";last_ip|s:15:\"105.161.179.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"tK059laTHQiUf2gmxqBR\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d6293dbbc33a572ea761c4124df47c9ee6ad6f6', '41.60.235.76', 1653558792, '__ci_last_regenerate|i:1653558792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2d876dbcd251e69ffa215e1fa024547b6d39f5b9', '41.60.237.126', 1670082215, '__ci_last_regenerate|i:1670082060;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670079994\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670082087;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2db0861d8ebb18d454a2c8c7ef42693999169a24', '41.90.60.53', 1655624385, '__ci_last_regenerate|i:1655624384;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2db54c32d1bbcd402f6ce1ac96557cc77ec9deb3', '41.60.237.200', 1651743277, '__ci_last_regenerate|i:1651743277;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651743259;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"1ei8umfPNbaCTSvKty4Q\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ddba4a0647ccf5f1173bc5523f17c979e1281f3', '197.183.102.26', 1669532161, '__ci_last_regenerate|i:1669532149;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df5d697f04acaa6f941cd937e31e047c9c6ea78', '154.158.205.232', 1666241182, '__ci_last_regenerate|i:1666241171;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1664357922\";last_ip|s:15:\"154.159.252.212\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2df965f23d2f94ddfd2d1994ff9cd0f88f350c83', '41.60.238.241', 1667661065, '__ci_last_regenerate|i:1667661065;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667626848\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667659643;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e27946384bc2d3a5c2ab9031607c3e132299ca2', '41.60.238.178', 1656156536, '__ci_last_regenerate|i:1656156536;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e2c2c8cca218aa8982762e4bda63f1ccf21ce2c', '105.163.48.72', 1652641800, '__ci_last_regenerate|i:1652641800;error|s:155:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e3194b860f14f4e48b05e1a20235c0afe5eec3f', '41.60.233.5', 1676306163, '__ci_last_regenerate|i:1676306163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e51ba017a24bcf4e476c2d39ee19a815b55e5d0', '41.60.235.76', 1653402431, '__ci_last_regenerate|i:1653402431;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653373419\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653401297;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e574628d80dd002a2f5b75631095b872889a15c', '209.145.52.241', 1653413696, '__ci_last_regenerate|i:1653413696;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e5f41d72a4eaa3964873dd449db44818c98a25a', '41.191.105.94', 1657050164, '__ci_last_regenerate|i:1657050164;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657050031;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e81372bafb896cd5cf760ae1b3e5db7c870e948', '105.161.199.77', 1664903860, '__ci_last_regenerate|i:1664903597;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664737585\";last_ip|s:13:\"105.163.1.219\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2e81d6ed9898cf42e04bee0782e7a8be047e13e4', '41.80.96.217', 1665303840, '__ci_last_regenerate|i:1665303838;requested_page|s:27:\"admin/products/stock_counts\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ea485d2b0300fc61aca784e363d9abe3bcd19f3', '41.191.105.93', 1651965661, '__ci_last_regenerate|i:1651965661;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651965216;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ec3e041cd88e6625fb618699e67fb9e056441fc', '41.191.107.206', 1656335282, '__ci_last_regenerate|i:1656335282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ec40df1daf4329233503f7c7fed9a85c50a327e', '217.21.116.218', 1680869687, '__ci_last_regenerate|i:1680869687;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ed844fedb4c7ff929357ea8f64b7ae0079f3532', '80.240.201.83', 1651866392, '__ci_last_regenerate|i:1651866392;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651865824\";last_ip|s:13:\"80.240.201.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ee132e0b95a6b1a3c08fa3146a26c2aae054e01', '41.60.233.155', 1673108743, '__ci_last_regenerate|i:1673108743;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673077625\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673102289;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ee5dc097fd89d0ff95cac9fc7c652c297288b9c', '217.21.116.211', 1676118450, '__ci_last_regenerate|i:1676118450;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ef4d2a3173691ec53480955f7b145595e4ddb6a', '41.60.235.20', 1658849614, '__ci_last_regenerate|i:1658849614;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658844385\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658845219;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2ef7d41c81cf104f651ed6589146ca5e646f4850', '41.191.105.88', 1652801720, '__ci_last_regenerate|i:1652801720;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652785606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652801411;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2efa677172e6a6871e4b992039c3da6cf2cb3c06', '41.90.44.57', 1653910151, '__ci_last_regenerate|i:1653910151;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653811427\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653907169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2efc801bfcfadcb8dfd8f37df4a28c439c5661ce', '41.60.232.27', 1666713174, '__ci_last_regenerate|i:1666713174;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666623058\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666710170;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f004af6bbd52261b2c530823dcb7953f738ba14', '41.60.238.178', 1655555628, '__ci_last_regenerate|i:1655555524;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655435972\";last_ip|s:10:\"41.90.33.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f1383aa47600f2fe0f9041ffc31c99e69fe2c33', '41.60.235.89', 1662961539, '__ci_last_regenerate|i:1662961443;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662821528\";last_ip|s:13:\"41.60.234.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662961494;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f1c660ca8b036f29620abf8dd050337a34bb135', '41.60.237.195', 1652083182, '__ci_last_regenerate|i:1652083182;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f257ef9b49700777cf65d2251f8e77f395f3291', '41.191.107.198', 1652462737, '__ci_last_regenerate|i:1652462737;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652358348\";last_ip|s:13:\"41.191.104.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f3b84a9c458ec14269dd66a77ffe14c795dccf5', '41.191.104.117', 1655187120, '__ci_last_regenerate|i:1655187091;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655151538\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f3edadc6d6cca74e22bb3ebe57df34d06e015db', '217.21.116.217', 1667154178, '__ci_last_regenerate|i:1667154178;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f44794a6bebe34c29608dda82a88bedaaee3e4c', '41.60.234.241', 1660741764, '__ci_last_regenerate|i:1660741764;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660731326\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f4e367eb2e0a498fbea300996643054385d34e7', '41.60.233.155', 1673020669, '__ci_last_regenerate|i:1673020669;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672928820\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673019182;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f55965acbf4c309930a888271ce6c1ddf75d22d', '102.1.149.20', 1653741683, '__ci_last_regenerate|i:1653741683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f59a2c19cc05722d6a343ee5c16eaac09d3d464', '41.191.107.211', 1655920079, '__ci_last_regenerate|i:1655920079;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AbfXqCgk0sv5W49Z7pt1\";last_activity|i:1655919996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f62a817fc7f8374911dcf5ca4721c57ddde3ec6', '41.60.237.146', 1661784034, '__ci_last_regenerate|i:1661784032;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661757840\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661783889;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f64d1581ff82a1c35be0202e1a00d2a1e408651', '209.145.52.241', 1654552943, '__ci_last_regenerate|i:1654552943;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f68083e2ebd0d1443aa783a27ee488a77f703fd', '41.60.232.254', 1672328297, '__ci_last_regenerate|i:1672328297;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313815\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672327010;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f6d28667f0a371ee991130498e65bc9d1f51388', '41.191.104.231', 1652214446, '__ci_last_regenerate|i:1652214279;requested_page|s:19:\"category/embroidery\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652188290\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2f9c87f74051d533c0023f5da797eb806f966eb1', '41.60.237.59', 1652363828, '__ci_last_regenerate|i:1652363828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fadfc077311c064718be745b560569aacda9011', '41.60.235.20', 1659089685, '__ci_last_regenerate|i:1659089685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fbbec4cce2e6495ef6b2bb00f1a02b4fe7fb521', '41.191.107.205', 1656661729, '__ci_last_regenerate|i:1656661728;requested_page|s:18:\"admin/pos/view/328\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fbdc1e7d8fbd0ff84178e51c7f66b57bd1de920', '41.191.107.193', 1652726071, '__ci_last_regenerate|i:1652726071;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652647279\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1652724597;user_csrf|s:20:\"Gf0URIKnwx5Q2LCgMz6A\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fc80ce945da50b4bc71665ebc4a9a94ebf2971b', '41.60.238.241', 1668179429, '__ci_last_regenerate|i:1668179420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fcdaaa51210c7a26af1cb8b77f9e635ed278f85', '41.60.233.29', 1680268908, '__ci_last_regenerate|i:1680268908;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680014694\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2fffee39e89a9b21e24abe48671170fb628f6229', '41.60.233.5', 1676212984, '__ci_last_regenerate|i:1676212920;error|s:37:\"<p>Login Failed, Please try again</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2hc4lfkvgi9l2dkur8qapdtmb6f6918d', '::1', 1637094896, '__ci_last_regenerate|i:1637094896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('2r2vorkkle34787qo6rracsiqeohjl8h', '127.0.0.1', 1637100759, '__ci_last_regenerate|i:1637100692;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637098347\";last_ip|N;avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637100759;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2021-11-17 00:35:00\";user_csrf|s:20:\"U9qGLmn2r7ahIevMQ1k4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3012594f9144f0a1cdbd13142b7311e7ec8f002e', '41.60.233.155', 1673100749, '__ci_last_regenerate|i:1673100749;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673077625\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673099943;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3016c918cd1cfa4461c9095d079ec1d3c685602a', '41.60.236.83', 1661354405, '__ci_last_regenerate|i:1661354405;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661343584\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661352830;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3042d092674ad0249b6731dad84dc04134f152a4', '41.60.232.27', 1666968113, '__ci_last_regenerate|i:1666968113;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666934651\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('304735555618126f3fdde7fe2cea948f68e79414', '41.60.237.59', 1652541375, '__ci_last_regenerate|i:1652541375;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652530765\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652541280;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('305c1ed6b5533c13952f9a5f783d02945e026f3f', '41.80.98.64', 1653733328, '__ci_last_regenerate|i:1653733328;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30665bfe463835bbccd0beacbd1ed8c03a7000b0', '69.171.249.4', 1659881228, '__ci_last_regenerate|i:1659881228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('306881af27a995d39f0bcdc208006e4e48b17cb2', '41.60.232.254', 1671549897, '__ci_last_regenerate|i:1671549897;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671466975\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671548043;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('307108e92cb64f09c8d1cf1bd97c68057ead9f4c', '105.161.114.149', 1675450875, '__ci_last_regenerate|i:1675450875;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675364589\";last_ip|s:13:\"105.161.82.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675450828;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3088aa66d22633710ba484fb86d0cf33146ff315', '209.145.52.241', 1652560453, '__ci_last_regenerate|i:1652560453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30928735dcef7494c5b3e4a12fb03bafcd10f7da', '41.191.105.95', 1655324894, '__ci_last_regenerate|i:1655324894;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655320083\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30a7a102282feff625f8c713220a4fcbf12cbbcd', '41.90.37.211', 1660335257, '__ci_last_regenerate|i:1660335257;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30cb202f27ed0bd7274f6651a876a1f3e723114d', '41.60.237.59', 1652273313, '__ci_last_regenerate|i:1652273313;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652273248;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30cc629a526105e8b36cf20d093bf2e8e8932f4e', '197.182.60.254', 1674765593, '__ci_last_regenerate|i:1674765593;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30d2fe7f4147130e48ecab43aa954c7917415dae', '209.145.52.241', 1653907038, '__ci_last_regenerate|i:1653907038;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('30dc3dcba478b9e41684a4d789bf92e5a64e94d3', '197.182.60.254', 1674768329, '__ci_last_regenerate|i:1674768329;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('310f05254b7552a59cc2ac4fcbb68f373e93a31a', '41.60.234.241', 1660982884, '__ci_last_regenerate|i:1660982882;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('313b1960cef152bffcf7487db7d1d876383a3987', '41.60.232.168', 1676391395, '__ci_last_regenerate|i:1676391395;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('313fc28471e4b04f16d8201ab7485c1ce9464f1d', '41.60.233.5', 1673969558, '__ci_last_regenerate|i:1673969558;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673883343\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673969494;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('315843ecdb0e9f21d3f98b2898ceaea254606443', '41.191.104.109', 1654377374, '__ci_last_regenerate|i:1654377374;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654375435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3159f2a9d28e6bbed455d31431ae468778dada82', '41.60.236.83', 1661236920, '__ci_last_regenerate|i:1661236864;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661172893\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('316cf9427e9fc42cc9e352ba6b4ca1df8106bda1', '41.90.189.189', 1675019662, '__ci_last_regenerate|i:1675019662;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674931835\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675019637;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31869ed6be410ce1333e4f58a3dc0ea627280246', '41.60.233.5', 1674147725, '__ci_last_regenerate|i:1674147725;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674056106\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674147703;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('318f1db0bc9f0e65e1e915197bc06d2363b76258', '41.60.232.168', 1677079705, '__ci_last_regenerate|i:1677079705;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676994159\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677079392;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('319d393726438a9e419fcb82853ab3c124fab190', '41.60.237.163', 1657637851, '__ci_last_regenerate|i:1657637851;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31a521ada4d2bd3861df0b8f0174d85520a8431d', '41.80.96.47', 1656072456, '__ci_last_regenerate|i:1656072456;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31a7d3fb8f4e9a9581198aca98639282eb6bdbee', '41.60.232.140', 1662390307, '__ci_last_regenerate|i:1662390213;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662356200\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662389873;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31b7170ebdcbe8778811da45193724b115f67a40', '41.60.237.59', 1652275952, '__ci_last_regenerate|i:1652275952;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652275530;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"CvrgzE5s8WlSNGV2ceBm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31bf0210ed23c907bbf0e64f4272a70762620094', '209.145.52.241', 1652188699, '__ci_last_regenerate|i:1652188699;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31c4cee3af5a7f87db65d8be5db1fc61aaa51f42', '41.191.105.93', 1651963268, '__ci_last_regenerate|i:1651963268;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651960005;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31e156dabcb1a6ba541b035e1634b286fa549f03', '41.60.235.76', 1653810841, '__ci_last_regenerate|i:1653810841;requested_page|s:17:\"category/sweaters\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31e7e389829ec004bf29aceae8769fe608acfbf5', '41.60.233.5', 1673970530, '__ci_last_regenerate|i:1673970530;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673883343\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673970135;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('31f0f7c40d8e1988c88ca2a26b7e71da93bdcdde', '41.90.44.57', 1653911572, '__ci_last_regenerate|i:1653911572;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653811427\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653907169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('323a22fd07634244b56e645127abf2992b01366d', '105.163.1.196', 1651470446, '__ci_last_regenerate|i:1651470263;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651446446\";last_ip|s:13:\"154.159.252.6\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"JBHmrp5nDAI1RPM9OxG2\";last_activity|i:1651470336;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('323ebf008fbe9d740460cc7dd4b55376cc809e02', '41.60.237.143', 1665659672, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32423b38ceff3a66afb66c3a027cc9336a75384d', '41.60.234.165', 1680706459, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('324f0d0486aec5d94541d362eddfb0fea3af000b', '41.191.105.91', 1658064967, '__ci_last_regenerate|i:1658064967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3253679331114fce2b27866418f611e9fed8824d', '105.163.50.229', 1659720087, '__ci_last_regenerate|i:1659720087;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;user_csrf|s:20:\"qxAXg4BOvMeTtiuRGZFI\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3275a097aeb91cd63aa1eafc6b0ebb03f3d5100e', '41.60.237.195', 1652093477, '__ci_last_regenerate|i:1652093477;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328481605ef508978ddcb8ea24e0070b0ee4e83e', '41.60.232.46', 1670512744, '__ci_last_regenerate|i:1670512676;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670510396\";last_ip|s:12:\"41.60.232.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670510558;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('328f4a008a7cf7aa21382b8ad83c47f1f320864b', '41.191.105.94', 1652775569, '__ci_last_regenerate|i:1652775569;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652722801\";last_ip|s:14:\"41.191.107.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3291b0cdd2fe882bb2543c90c3deb6b31c0661e4', '41.60.239.144', 1654529032, '__ci_last_regenerate|i:1654529032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3293da8a00a4edba255579fb1de3383e4bce0e01', '41.60.232.254', 1672669837, '__ci_last_regenerate|i:1672669837;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672498390\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32a591b9b5f079fb96493ddf2c58fe30280465f3', '41.60.238.241', 1667835115, '__ci_last_regenerate|i:1667835115;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667815163\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667834207;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32a805b3b3cb6e474119a34df4ae560478407fa6', '209.145.52.241', 1655493997, '__ci_last_regenerate|i:1655493997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32be287778de4cab421b116092fa9181c9eb598f', '105.161.136.12', 1673466252, '__ci_last_regenerate|i:1673466008;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673442353\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673466239;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"i6vufWdY3Ah7KzRIpGgs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32d22392ff6401c6b7cc4f2001bd44ffdc9b33bd', '197.156.137.151', 1653328112, '__ci_last_regenerate|i:1653328112;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653321084\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32e3fcffe6b65c7aa14790e4ce0e457a14aa27d4', '41.60.237.16', 1666364641, '__ci_last_regenerate|i:1666364641;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32eb26caab986a102fef8dd8577c17d4705d1347', '41.191.105.88', 1652971540, '__ci_last_regenerate|i:1652971540;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652901280\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652968866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('32f59d3be6475a19f046d625af7a683b6176a69d', '31.13.127.21', 1672949673, '__ci_last_regenerate|i:1672949673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('330e25e2a39c94000da2fb29b7999a3d3f44a871', '209.145.52.241', 1652643506, '__ci_last_regenerate|i:1652643506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33150c5ac1f6293eeba9bbc5629392ebb810596d', '41.60.238.127', 1651583951, '__ci_last_regenerate|i:1651583951;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33162354e675f3fe4c7eea6d8abc23654e4f9746', '102.1.149.20', 1653737222, '__ci_last_regenerate|i:1653737222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('332489e6beec424d08a5b8fe1ccd55ac9fa1df3e', '41.60.235.76', 1653901214, '__ci_last_regenerate|i:1653901214;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653898628;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('334e8a8d3b3651b41fead8fbe72a959e3a7b29a3', '41.60.238.241', 1668099027, '__ci_last_regenerate|i:1668099027;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3370541bc48b8ed35299827f470d2d2a761cd9b3', '105.163.50.229', 1659696697, '__ci_last_regenerate|i:1659696697;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622232\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('337484b2fecafa6602671b8629c7ee17dfe1381a', '209.145.52.241', 1664361803, '__ci_last_regenerate|i:1664361803;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('337da33ddd2ee76de0f220cfcb711973fe5cbaf7', '105.51.77.39', 1654422480, '__ci_last_regenerate|i:1654422480;requested_page|s:13:\"shop/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654378100\";last_ip|s:13:\"105.163.32.52\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3396f5ba695db83dbbf3e426a6a9d6f80fa2226a', '41.60.239.87', 1654768789, '__ci_last_regenerate|i:1654768124;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654699614\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654768632;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('339d3a053192689ecf921a838013b4933f756b65', '41.60.235.20', 1659072515, '__ci_last_regenerate|i:1659072515;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659020346\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33ad90a595b83c482fa64c8df3e24019d85f5f9a', '105.161.82.98', 1675365526, '__ci_last_regenerate|i:1675365526;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675363110\";last_ip|s:13:\"41.90.177.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675365496;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33b288a8109962d229475168ecb18cd313a8c4af', '41.60.232.195', 1665833399, '__ci_last_regenerate|i:1665833399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33c412325fcb4ed39a4c15ba3f3e7bba8abc0773', '41.60.237.163', 1657730057, '__ci_last_regenerate|i:1657730057;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657639820\";last_ip|s:13:\"41.60.237.163\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657729002;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33cba1174d157315f4813ceffd13b2fce802bcc2', '41.60.233.5', 1674574025, '__ci_last_regenerate|i:1674574025;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674500605\";last_ip|s:14:\"105.161.212.42\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674573956;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33d2512575d349a7a2f07182b3a9b96f7687943d', '41.191.104.81', 1653568800, '__ci_last_regenerate|i:1653568800;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653413180\";last_ip|s:13:\"41.191.107.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653568497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33e5f90c6b2f6d837c467af1b90798060e29c1b9', '41.60.233.5', 1673887960, '__ci_last_regenerate|i:1673887960;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620688\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673886436;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('33ea8f66f31529ee0fc413c8d086ca0a6bdab0c6', '41.60.234.151', 1678460512, '__ci_last_regenerate|i:1678460512;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678369778\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678459822;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3405753d272a8041b4097e62da6ca1adf911e0b2', '41.191.105.93', 1651957810, '__ci_last_regenerate|i:1651957810;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651956496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3421fbbf98c4db9c4c8e919c9ea2bd0a0b0bae1c', '41.60.232.170', 1672745247, '__ci_last_regenerate|i:1672745247;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672742156;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('342238c2e18bf8a81083598d166e748db9369c29', '41.60.236.151', 1678373988, '__ci_last_regenerate|i:1678373988;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678284658\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678370422;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34349d1c9d9d5559dcb1b9b0cdafbd6c7044aee8', '105.160.65.227', 1674420441, '__ci_last_regenerate|i:1674420441;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674420356;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('344679d78a3085a7b5a217c70a1465596d2f18c5', '41.60.237.59', 1652802605, '__ci_last_regenerate|i:1652802605;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652798898\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652801330;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('346562ff0ef95311db13efe28fadfc93ce8d28c1', '173.252.127.119', 1672949640, '__ci_last_regenerate|i:1672949640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('347170df2957e28a1d3e612d729a7fa37af20d12', '41.60.237.59', 1652280960, '__ci_last_regenerate|i:1652280960;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652276692;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"oiLjwyY9EI2KxcZeVnhC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34717be4156f06c7d0ad2eb6b99e0254d044d3e6', '41.60.237.126', 1670080519, '__ci_last_regenerate|i:1670080519;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669997518\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34742a99e2a24c3c32c9c0ffae211e30fb6ce0b9', '105.161.232.91', 1656920029, '__ci_last_regenerate|i:1656920029;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('347cb35c166281568687c80fae54b28842fd32b7', '41.60.237.200', 1651747791, '__ci_last_regenerate|i:1651747791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('348ddfcf0293c2a009f3c7bcfd8c069efef36d40', '41.60.236.83', 1661344326, '__ci_last_regenerate|i:1661344326;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661262188\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661344075;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34998ca5460f8a543f2ae03f2c10aebf55254460', '41.191.105.94', 1654447461, '__ci_last_regenerate|i:1654447461;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('349a191fa6a8969d20ea9edce21bc39c1675ce91', '41.60.237.16', 1666447497, '__ci_last_regenerate|i:1666447497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34a07a775154fbd8a0dca2b7a08840682aae371b', '41.191.105.92', 1652639401, '__ci_last_regenerate|i:1652639401;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652639342;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34abb1a9459526b572ff28bffb431b48cab3ad52', '41.60.237.195', 1652194939, '__ci_last_regenerate|i:1652194939;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ME8NsKv0OH2BY1bQmf7P\";last_activity|i:1652193991;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34ceb0cc2d1f68e45120c4a1e12414d2943170cf', '154.159.252.6', 1651444449, '__ci_last_regenerate|i:1651444449;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34d0a1c236bb4f172fc408661720aa8142256fbf', '34.77.127.183', 1679227544, '__ci_last_regenerate|i:1679227544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34d5265987c8687ae883f652ad7f53e32100068e', '41.60.237.16', 1666451173, '__ci_last_regenerate|i:1666451173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34de8380c4f4421f750acc4d22ca0d86ab903b97', '41.191.105.89', 1652877186, '__ci_last_regenerate|i:1652877186;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652858642\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652876096;user_csrf|s:20:\"p5MacPWfyC8hlbJKxztZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34df96169afb95ab5d85a3427232b73b57dc8a20', '41.60.233.155', 1672929902, '__ci_last_regenerate|i:1672929902;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672844707\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672929498;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34dffe0ee2219e41cbcc37b4745a078ba5a25478', '41.60.237.158', 1661435688, '__ci_last_regenerate|i:1661435688;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661435346;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('34e3521a9e2d297915cdbfe8f19b26ee8065ac79', '41.60.237.158', 1661615680, '__ci_last_regenerate|i:1661615680;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661607081\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661614392;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35103d39b07d41f7a075a3644bf9c25b2dc1c4c3', '41.191.107.52', 1656354982, '__ci_last_regenerate|i:1656354982;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35227d662534523c9a652dce5b4d63b2a1137bec', '154.159.252.6', 1651443997, '__ci_last_regenerate|i:1651443997;error|s:37:\"<p>Login Failed, Please try again</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35266cac39ad46b619dde6629884c22c36ff52eb', '41.191.107.211', 1655921557, '__ci_last_regenerate|i:1655921557;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AbfXqCgk0sv5W49Z7pt1\";last_activity|i:1655920956;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3548i3ngkihs3ofehf577u5736fu3cbk', '127.0.0.1', 1637100692, '__ci_last_regenerate|i:1637100692;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637098347\";last_ip|N;avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637100215;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2021-11-17 00:35:00\";user_csrf|s:20:\"U9qGLmn2r7ahIevMQ1k4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('358be63a5d24afe74a25cee85b4fa059fc7faa58', '41.80.96.217', 1665390070, '__ci_last_regenerate|i:1665390055;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665331148\";last_ip|s:12:\"41.80.96.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3594a265c9750d034b48d17c529de51c499fa6b8', '41.60.232.148', 1659537414, '__ci_last_regenerate|i:1659537414;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35a71622008f646ac5b44fc7ddf5036e47f24f5b', '105.160.69.151', 1651767964, '__ci_last_regenerate|i:1651767738;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651767476\";last_ip|N;avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35acc046a11b954587dff31dbd30cb275ca0d3ba', '41.60.237.126', 1670231260, '__ci_last_regenerate|i:1670231260;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669664314\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"Fsx7nhbAGewdcBy5fgO6\";last_activity|i:1670231260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35af2925eb1e1926b7866d2fe2928aea8ae43458', '173.252.111.16', 1672949572, '__ci_last_regenerate|i:1672949572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b345ee2fbbe01642196559cb595b7c3832c5d2', '41.60.234.241', 1660730748, '__ci_last_regenerate|i:1660730748;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660400371\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b5fa85dfe7920e881a7b3835a1398111eea0f4', '41.60.232.50', 1654701261, '__ci_last_regenerate|i:1654701261;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654615821\";last_ip|s:13:\"41.60.239.119\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654701104;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b6d540479e8cf3c9170f9c97f57c56a51109bf', '41.60.232.254', 1671640288, '__ci_last_regenerate|i:1671640288;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35b75681569842ae999aad4812a14c1d3a20474c', '105.161.212.42', 1674501274, '__ci_last_regenerate|i:1674501274;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674416752\";last_ip|s:14:\"105.160.65.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674501249;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35bf0c1d0bc189cca4b266af18de1d856d5f3cef', '173.252.107.7', 1653959267, '__ci_last_regenerate|i:1653959267;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35dc281538f00ba72bb513199b81c82e8e923c55', '41.60.233.5', 1674057898, '__ci_last_regenerate|i:1674057898;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673968945\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674057801;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35e0ce6726d53f9c937f21523a5c7b2050d42797', '41.191.107.201', 1654451539, '__ci_last_regenerate|i:1654451539;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35e977136e8fbe19dd2d83e86fe7c60aced964d8', '154.152.142.83', 1651824834, '__ci_last_regenerate|i:1651824834;requested_page|s:13:\"admin/welcome\";identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651726604\";last_ip|s:15:\"154.155.226.106\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('35f90f86d3582c0852888277c7a42691bc28d700', '41.191.105.88', 1651868006, '__ci_last_regenerate|i:1651868006;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651760465\";last_ip|s:13:\"41.191.104.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('360076daf51a7324deb6310dc767b47ba831137c', '209.145.52.241', 1653679108, '__ci_last_regenerate|i:1653679108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('364c860c5fde79a03289dd90d624ca0cfe4d712e', '41.60.237.200', 1651752490, '__ci_last_regenerate|i:1651752490;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651752466;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('365e26380eccb516971adc83ad98d8267b688df9', '41.90.40.126', 1659328831, '__ci_last_regenerate|i:1659328824;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659295762\";last_ip|s:12:\"41.90.40.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3661ccd166688a19d5c7259eef1f2c9fc48d42d0', '209.145.52.241', 1653908792, '__ci_last_regenerate|i:1653908792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3665b94a4569ed37b17cb02f122f98b4b7355c50', '41.60.233.5', 1676130862, '__ci_last_regenerate|i:1676130862;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36671d4d7fee8a0ef22b4acc88df5fc56579b299', '41.90.189.189', 1675021712, '__ci_last_regenerate|i:1675021712;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674931835\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675021289;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('368ac2d6925f27f3ca0787db3bc1f6e4312c90e0', '41.90.35.88', 1654032766, '__ci_last_regenerate|i:1654032756;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654010523\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3699dae79ac6310d625235d847fb0900fe3b5ac4', '41.60.237.126', 1670255771, '__ci_last_regenerate|i:1670255771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c7d55660875999d09ef402c1e8cf415dd14870', '41.191.107.211', 1655924102, '__ci_last_regenerate|i:1655924102;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AbfXqCgk0sv5W49Z7pt1\";last_activity|i:1655921708;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c8093504678fb3d61dafaa34ddad0156ba5725', '209.145.52.241', 1654552943, '__ci_last_regenerate|i:1654552943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36c93e958cf1996e8ae0fc6814596dc9f4e5ebbe', '41.60.232.50', 1670596491, '__ci_last_regenerate|i:1670596491;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670510558\";last_ip|s:12:\"41.60.232.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('36cad1dfa3e341e859e26d9a38011d203e9746d5', '41.60.237.96', 1654861573, '__ci_last_regenerate|i:1654861573;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654784924\";last_ip|s:12:\"41.60.237.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654861529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3716bd0951196d3ffdbf070a359205211856fbcc', '41.60.232.14', 1658155800, '__ci_last_regenerate|i:1658155577;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658151231\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658155747;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3717a86e2614c29f9212b830a8f539d6a1d2e718', '41.191.105.88', 1652629771, '__ci_last_regenerate|i:1652629771;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3723f0c1c6f1712eb46933f010aecd3da9e71f23', '41.60.237.59', 1652784501, '__ci_last_regenerate|i:1652784501;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('372cb628b9feae89cd8bf199ce27464fc61e4287', '41.191.105.93', 1660034085, '__ci_last_regenerate|i:1660034085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3735e35c082619bebb65f71d043328e539332b63', '41.191.105.91', 1652655256, '__ci_last_regenerate|i:1652655256;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('373bdf9eb7ecbc4f0e6da023527a92435ff5eb4f', '209.145.52.241', 1652560153, '__ci_last_regenerate|i:1652560153;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('373ddbe8e1d16eec14b208e54bbeb6b6093c1c2c', '41.80.98.64', 1653732673, '__ci_last_regenerate|i:1653732673;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37402c811938298b8209ce0489a80dd7f25a1dd9', '41.60.232.254', 1672224596, '__ci_last_regenerate|i:1672224596;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('374b87fe0c92cddce6b2cb948e02b90c71ae23b5', '41.191.107.145', 1655230143, '__ci_last_regenerate|i:1655230141;requested_page|s:20:\"admin/sales/view/150\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('374e2751dd12708fcb6d49b47bef57083e7ca92c', '41.191.105.93', 1658171508, '__ci_last_regenerate|i:1658171508;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37537f96e312b148fa40e55fb38e0ecc9cfa99e3', '41.60.234.241', 1660227733, '__ci_last_regenerate|i:1660227733;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660216898\";last_ip|s:12:\"41.60.237.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660227691;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('375e8b640e9c2c9589fc05dd6cd5e90d32d06a10', '105.163.48.72', 1652642892, '__ci_last_regenerate|i:1652642892;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652201210\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3763baba000248e5e458b34211d01d580d1390f5', '105.160.12.2', 1651665328, '__ci_last_regenerate|i:1651665312;requested_page|s:14:\"admin/products\";identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651652288\";last_ip|s:12:\"105.160.12.2\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37918575c643bc36701b188d7ea89e9eb0f9179b', '41.191.105.91', 1659264300, '__ci_last_regenerate|i:1659264300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37a4f9078f907c77d065e429a5999fff9ddb8ee8', '41.60.232.148', 1659452870, '__ci_last_regenerate|i:1659452870;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659441549\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659452710;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37ae4706cfc0c5b42da90f09324772a1796fd59e', '41.60.232.14', 1657982401, '__ci_last_regenerate|i:1657982401;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657892902\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657981995;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37b2ff104a93ac8ccbc81b4b6f801825b143ad2f', '41.191.105.93', 1654457563, '__ci_last_regenerate|i:1654457563;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37d5e2425151b31cfb8bd70a604b8ce0798d759b', '217.21.116.217', 1667144482, '__ci_last_regenerate|i:1667144482;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37da36c5b865903c69a2d318696a14bda954e95e', '41.191.104.74', 1653756230, '__ci_last_regenerate|i:1653756230;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37db60d72c102df5d1abad70542a4cda65580e51', '105.163.47.64', 1658746915, '__ci_last_regenerate|i:1658746915;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37e758cd2468964d2595d0f2921277d44e8ffae4', '41.60.233.253', 1679671589, '__ci_last_regenerate|i:1679671588;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('37f2421cb615e10d6b19058df99623319d056787', '41.60.239.115', 1655098335, '__ci_last_regenerate|i:1655098334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3806d9715cdb2cddc74dd9037458bc240424acc2', '41.191.107.211', 1655923313, '__ci_last_regenerate|i:1655923313;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AbfXqCgk0sv5W49Z7pt1\";last_activity|i:1655921708;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('380b4d54d7a65660fbea238d774be7e2bb5a581b', '41.60.235.76', 1653752929, '__ci_last_regenerate|i:1653752929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('382d19a75416a1253dd1690d409cfb44b3bc7bfc', '41.60.233.5', 1675866284, '__ci_last_regenerate|i:1675866284;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675866247;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38381fca6dea80c20456ffebf26a6d8831ddbcdc', '41.60.238.178', 1655968751, '__ci_last_regenerate|i:1655968751;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655962897\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3842d3bf45962738523d548c94284b7441395f1d', '41.60.237.200', 1651758905, '__ci_last_regenerate|i:1651758905;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"X1fPGaweLopF7D4SR2YN\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('384492893acb30199f74c25f408584dc212073d7', '105.161.212.42', 1674503093, '__ci_last_regenerate|i:1674503093;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674416752\";last_ip|s:14:\"105.160.65.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674502707;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3846370e5b30ebb77df1bc9f370ad887b599200c', '105.163.50.229', 1659873006, '__ci_last_regenerate|i:1659872835;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659715860\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3851b11c7227b30105309aa7503f88d82b0cc1eb', '41.80.96.73', 1653735308, '__ci_last_regenerate|i:1653735308;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38571aea1fcfb48cf72a591a10836796bb144550', '41.60.233.5', 1674574733, '__ci_last_regenerate|i:1674574733;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674500605\";last_ip|s:14:\"105.161.212.42\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674574727;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38794e4a77f159971f8928ab44c53c496a63385d', '41.60.232.254', 1672666385, '__ci_last_regenerate|i:1672666385;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672498390\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('389822f783231a83f46fa070f35096c8f131dc28', '41.60.233.5', 1676044225, '__ci_last_regenerate|i:1676044225;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675947973\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676043110;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38b836cf7ae75633319cb0de090a3085f15af095', '41.60.237.195', 1652188761, '__ci_last_regenerate|i:1652188761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38d26c1b4aaf4010781bbeaf7a43174e3834a411', '41.60.233.116', 1659622232, '__ci_last_regenerate|i:1659622232;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38d87d7dfeabe49e698a16a9a361ac9ea3686a47', '41.60.233.116', 1659710928, '__ci_last_regenerate|i:1659710928;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38f4b3b27a9dd16d674f96e835d607b1fc478b59', '41.191.104.72', 1651567816, '__ci_last_regenerate|i:1651567816;requested_page|s:14:\"admin/calendar\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38f8f588edaa2ef07a2607f870ab965addf1d9b2', '41.60.232.254', 1672502188, '__ci_last_regenerate|i:1672502188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('38fe13fe0b4b9e132eca61b0984213b5531b09d8', '209.145.52.241', 1652643495, '__ci_last_regenerate|i:1652643495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3916d6d1fa14dd65fce7ef887cfcd512508329ec', '41.60.232.168', 1676563714, '__ci_last_regenerate|i:1676563714;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676524869\";last_ip|s:14:\"105.161.39.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676563032;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3944b0bb4f21403711bb3d7c6647ef6adf481819', '41.60.235.224', 1670684188, '__ci_last_regenerate|i:1670684188;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595457\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670681409;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('394541a44927381d181c767074b8b23f938629bd', '217.21.116.218', 1680870107, '__ci_last_regenerate|i:1680870107;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('395591f025f7ea7e7d6adc34b974ad1e71fc5f51', '41.60.238.241', 1668093232, '__ci_last_regenerate|i:1668093232;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668011685\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3955a1aab6f018a7247cc77001d9de0b88ecca71', '41.191.105.93', 1657465662, '__ci_last_regenerate|i:1657465662;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657465618;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39669fe429dfcee52aa25c211af889184b2f0aef', '41.60.236.83', 1661177936, '__ci_last_regenerate|i:1661177936;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661146934\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('396cd213513a46fc6d19623621c2fa89da1a93aa', '41.191.105.90', 1655139600, '__ci_last_regenerate|i:1655139600;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654961496\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655139432;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3971826c58e835f939d8059dae6ed8286d8e8fe7', '41.191.105.90', 1655291989, '__ci_last_regenerate|i:1655291988;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3976352bef49a934b53db768cbac0877f9a81012', '105.163.32.52', 1654446886, '__ci_last_regenerate|i:1654446871;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654437915\";last_ip|s:15:\"197.183.252.107\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399731d729f4c5c3c3dbb7bda266c7853b570c3a', '154.159.252.6', 1651427337, '__ci_last_regenerate|i:1651427337;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('399fb834845803f2bc9a529cf5fe392b8edc319a', '41.90.40.126', 1659290962, '__ci_last_regenerate|i:1659290962;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39b89ab05ccf8d3409360c006bbdc0af99741153', '41.60.233.5', 1675785051, '__ci_last_regenerate|i:1675785051;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675754168\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675785011;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39c15afe923bc5d002f628e788b9484bd236095c', '41.60.237.158', 1661439381, '__ci_last_regenerate|i:1661439309;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661436615;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39c9694bb98211194ee1a910c4d50c5878d1f239', '41.60.237.158', 1661435346, '__ci_last_regenerate|i:1661435346;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661434435;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39e327a82ca75ce5c0214e62443afcd2c6aba7b3', '41.60.232.254', 1671783192, '__ci_last_regenerate|i:1671783192;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671723408\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('39ffef8f40ebf8a1412a251b7d1c6eb837afb32a', '41.191.105.93', 1651960087, '__ci_last_regenerate|i:1651960087;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651960005;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a59150eca32188bf9e0bed335f457cd091bd8c9', '41.90.44.57', 1653908728, '__ci_last_regenerate|i:1653908728;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653907158\";last_ip|s:11:\"41.90.44.57\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a68db8981fd14038b957af7e581aba14b1a62c7', '197.232.61.242', 1668085200, '__ci_last_regenerate|i:1668085200;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a7db54f48350d6a6a9bb3408ea782d81f1e5501', '41.60.233.116', 1659706449, '__ci_last_regenerate|i:1659706449;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659694961\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659698427;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a92defda4f30a4ffd5a3e9df45cbe1b07c8bb49', '105.163.60.79', 1653226406, '__ci_last_regenerate|i:1653226406;requested_page|s:27:\"admin/products/stock_counts\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653206108\";last_ip|s:13:\"105.163.60.79\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3a9520a439214f5edfb751a0b20ed10f0bcde443', '41.60.233.5', 1675871289, '__ci_last_regenerate|i:1675871289;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675869656;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3abea9d55d0e59f964fe1f17b7cc3af1aa6dee83', '41.191.105.94', 1657050466, '__ci_last_regenerate|i:1657050466;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657050348;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ac599b26f941fff96cbbd7388998b68875e9cd7', '41.60.235.76', 1653753605, '__ci_last_regenerate|i:1653753605;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3acb2f22b9f2eaedb939c4a1806b8b64eda7c04c', '154.159.252.6', 1651444650, '__ci_last_regenerate|i:1651444650;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3adb40eb339fec02a041243ff618e2d4b81d1bbd', '41.191.105.95', 1654427689, '__ci_last_regenerate|i:1654427682;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654419458\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654427689;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3adbbc6d2445c7ee1c2b871e72b300e370f9a4e5', '41.191.107.158', 1656059359, '__ci_last_regenerate|i:1656059359;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655974356\";last_ip|s:14:\"41.191.107.135\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656059337;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ae9fa14487ed327e7c662f1030c0bf214d2f285', '41.60.238.178', 1656424129, '__ci_last_regenerate|i:1656424129;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656342790\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656422477;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3af0a7768d9276929dee3de03f93f6e14cb04255', '41.191.107.233', 1655238526, '__ci_last_regenerate|i:1655238526;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655221853\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b023bd80b7eecb0ebee0872cb298facf8f25fde', '41.60.237.126', 1670339106, '__ci_last_regenerate|i:1670339106;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670252579\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670338769;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b26ca66c2937dd70e7023ccb1cd50e558d3c344', '41.60.237.59', 1652801158, '__ci_last_regenerate|i:1652801158;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b39de437f6b0265a4a2eb9206ad005013ac18e9', '41.60.232.148', 1659419997, '__ci_last_regenerate|i:1659419908;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659355947\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659417928;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b434c8f5dff8a2cb683a76a35fb9954251c519b', '154.159.252.168', 1651493195, '__ci_last_regenerate|i:1651493195;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490203\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"8oXVtQF0JTS5jBYWzkaw\";last_activity|i:1651493176;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b5cbfce0a8e2b2b55226157e95118945e36970e', '41.60.232.27', 1666713176, '__ci_last_regenerate|i:1666713176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b76eeee7ed85533cf44ea27cc83e27843d3b675', '41.191.107.144', 1651766983, '__ci_last_regenerate|i:1651766983;requested_page|s:9:\"admin/pos\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651734958\";last_ip|s:13:\"41.191.104.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651761616;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b848c73249d99ed7f2f344b2c21f1aa45778e63', '105.163.56.70', 1662894465, '__ci_last_regenerate|i:1662894441;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662730814\";last_ip|s:13:\"105.53.64.240\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b84a3e37563f6016f3e27c2f748da98cf591808', '41.191.107.225', 1654088992, '__ci_last_regenerate|i:1654088992;requested_page|s:22:\"admin/products/view/76\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654001102\";last_ip|s:14:\"41.191.107.228\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b88441c1401528b89b395817b68ac896f5eac48', '41.60.238.127', 1651648996, '__ci_last_regenerate|i:1651648996;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3b9591618c1b2c9427c81eece9f7fef956664eeb', '41.60.237.207', 1665241482, '__ci_last_regenerate|i:1665241482;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665154863\";last_ip|s:13:\"41.60.237.207\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665238863;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb0491e4237fbfd93fd14cfd93b9e576b56cf97', '197.136.0.5', 1674769190, '__ci_last_regenerate|i:1674769190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb8aae96d0daf9e3e309a1b2d4a106d383873a2', '41.60.236.83', 1661402309, '__ci_last_regenerate|i:1661402309;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661172422\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bb94c345411b3c36f2b06f84d63d4af91bcc16f', '41.60.237.195', 1652190409, '__ci_last_regenerate|i:1652190409;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652190094;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bca2f5a5fa8273546312e53d4f7a38fac643818', '209.145.52.241', 1664361800, '__ci_last_regenerate|i:1664361800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bce6b35bfd8ef53783c93f6ebe883005b301a9c', '41.191.105.88', 1652623314, '__ci_last_regenerate|i:1652623314;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652615028;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bd59f783cb6ac683ead3a61e2e976090c03a5e4', '41.90.178.132', 1659285553, '__ci_last_regenerate|i:1659285551;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be03d35238712a9c82c3b5ad6afc6fca065e6c6', '105.163.56.70', 1663183560, '__ci_last_regenerate|i:1663183560;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"TSYOUsDwZP7KQq1JB6pb\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3be7250dbd6a011a4b1024057ffe84d5eb062f94', '41.60.239.133', 1667402742, '__ci_last_regenerate|i:1667402742;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667367117\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bf37c112de026db517231eb372003e8fc9ddbf4', '41.60.232.254', 1672226552, '__ci_last_regenerate|i:1672226552;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bf7388fe876e07ccdfcafd11719ff66929af0b8', '41.60.239.115', 1655293773, '__ci_last_regenerate|i:1655293742;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655227155\";last_ip|s:10:\"41.90.33.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3bff31bc0114e7990cd6b13634a21234fd8a6e10', '217.21.116.217', 1669666353, '__ci_last_regenerate|i:1669666353;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669647414\";last_ip|s:15:\"105.161.179.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c2173541c872090392d0246bfc4440756caa3ca', '41.191.105.89', 1652877665, '__ci_last_regenerate|i:1652877552;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652858642\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652876096;user_csrf|s:20:\"p5MacPWfyC8hlbJKxztZ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c2771c542899bac11961d0de414bdc2a1595d1f', '41.191.104.231', 1652212063, '__ci_last_regenerate|i:1652212063;requested_page|s:19:\"category/embroidery\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652188290\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c30cc5a59d8fc2e789b059ba363b4d796c88d30', '41.60.232.46', 1670513169, '__ci_last_regenerate|i:1670513169;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670426828\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670512507;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c49f9c1235e82ea1feb5d26dbb92a227459d09c', '197.248.117.169', 1661420088, '__ci_last_regenerate|i:1661420017;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1660891186\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfkey|s:8:\"2lQAcr78\";csrfvalue|s:20:\"t2mPBwnl8U0uXbcZeEQa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c4d2499acbfd1529c5620482fdf5472bc732774', '41.60.232.195', 1665837434, '__ci_last_regenerate|i:1665837434;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665755540\";last_ip|s:13:\"41.60.237.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c50b7c0a397b6cc2b1021a6bc6a7e5a3481a2a0', '41.60.235.80', 1673443573, '__ci_last_regenerate|i:1673443573;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673432959\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673443163;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c5b9109b8e31a44b5fb6ada197517a6c815bfcb', '41.60.235.20', 1658579541, '__ci_last_regenerate|i:1658579541;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658500805\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658579074;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c62e33ac1667b418172bf71009a807460f0079a', '41.60.235.80', 1673535589, '__ci_last_regenerate|i:1673535589;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673533863\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c64a0528294386913512081c1e19772c8ca875d', '41.60.238.127', 1651582937, '__ci_last_regenerate|i:1651582937;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3c711352ebfc55561fca7aedc7956834d1603641', '41.60.232.12', 1663229296, '__ci_last_regenerate|i:1663229115;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663168305\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663229288;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cbab2620c9c5dac2476a8b070addd7455b4ab93', '105.163.2.3', 1665083965, '__ci_last_regenerate|i:1665083695;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664903622\";last_ip|s:14:\"105.161.199.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665083796;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cbf3291d57433c89ba1d769601020b7844679bc', '105.163.61.89', 1658342333, '__ci_last_regenerate|i:1658342333;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658314711\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cc74c68fb61ac65458e1ed0f5620225f7302002', '41.60.235.20', 1658492374, '__ci_last_regenerate|i:1658492374;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658413669\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658492279;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cc7e66da287c6fac79eb286e5a8f5b0eee2cc31', '41.60.232.27', 1666710765, '__ci_last_regenerate|i:1666710765;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666623058\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666710170;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cdcc305b1891e9b529a2b3d6c32d48f82f4b6b3', '173.252.127.22', 1659990665, '__ci_last_regenerate|i:1659990665;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3cf1f49b3b3cc23112dfc8c04a336425a17f8120', '41.90.189.189', 1675021382, '__ci_last_regenerate|i:1675021382;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674931835\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675021289;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d2162a7f8f5d7620845e2d2a6c62ac061ab82bc', '41.60.237.126', 1670252921, '__ci_last_regenerate|i:1670252921;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670082086\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d3b6b77df9fc292b2ed75244e01f811836d9a15', '41.90.189.189', 1675108333, '__ci_last_regenerate|i:1675108333;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675018976\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675108320;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d3e304c40b954dfff3d1032b0e605f81967e045', '41.60.237.200', 1651853833, '__ci_last_regenerate|i:1651853833;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651842412\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651852350;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"JI08BDahWo9E7uXcAMsm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d5a30bac683aacb96bf90ad7702a133fcb5688e', '41.60.238.127', 1651587661, '__ci_last_regenerate|i:1651587661;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d78993e1cb1ff358b4062acb6ef36aa74a2cf33', '41.60.232.148', 1659519212, '__ci_last_regenerate|i:1659519212;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3d872767539f80b94e8d732660fe6db4e4878bb8', '41.60.238.241', 1668267854, '__ci_last_regenerate|i:1668267854;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668178535\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668266841;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ddab761f558c750304f9fdf0c3ec826369fdca0', '41.90.189.189', 1675192461, '__ci_last_regenerate|i:1675192461;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675153471\";last_ip|s:14:\"197.248.61.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675192429;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3de3f9be90c438efaaa5768e46741d4e3f3ccc87', '41.191.105.91', 1657710324, '__ci_last_regenerate|i:1657710324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3df5946921be7a13552161014866b93cfd489afe', '41.191.107.193', 1652725341, '__ci_last_regenerate|i:1652725341;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652647279\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1652724597;user_csrf|s:20:\"Gf0URIKnwx5Q2LCgMz6A\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3dfec64122c42cde9f0e5c1bcd656f9cd6339764', '41.191.105.94', 1654455080, '__ci_last_regenerate|i:1654455080;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e1371c6cb4a3234cdaa94cb224f9729494f6686', '41.60.237.126', 1670228564, '__ci_last_regenerate|i:1670228564;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669664314\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e1a56c407cb60206b3a7bb06b0a96787658b269', '197.248.117.169', 1671773110, '__ci_last_regenerate|i:1671773110;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e1bbbb330a495839d5b37c05412f0422653fd0b', '105.163.32.52', 1654539490, '__ci_last_regenerate|i:1654539490;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654526630\";last_ip|s:13:\"105.163.32.52\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e2095c2baa87e8466af39bd8d36ec7e7e6ebc89', '41.191.107.220', 1653671591, '__ci_last_regenerate|i:1653671591;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653568495\";last_ip|s:13:\"41.191.104.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653670160;user_csrf|s:20:\"i0ZrdzVWte6saw7RSqjx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e22138bceb220fc4a68bee5afd3d8d66c16cc1c', '41.191.104.81', 1653570265, '__ci_last_regenerate|i:1653570196;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653413180\";last_ip|s:13:\"41.191.107.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653568497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e25fae2f4f099b7f8a05c0771d842344d50c128', '41.191.105.93', 1659453441, '__ci_last_regenerate|i:1659453441;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1659383303\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e3245e0148c2da0d5b5bc85ab926d04881de0e8', '41.60.232.46', 1670510758, '__ci_last_regenerate|i:1670510758;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670426828\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e3684bf58596be5513e89e7a2886fda6f9dd004', '41.191.105.92', 1652634099, '__ci_last_regenerate|i:1652634099;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e49912e562fd10a9665cf49ed8434a2fa90a580', '41.191.107.204', 1653910466, '__ci_last_regenerate|i:1653910466;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e4fd24241269ffea72c17409d79dc0a51bde7cc', '41.60.238.241', 1667818101, '__ci_last_regenerate|i:1667818101;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667799728\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667815851;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e63523049cd9f063c68b960dfad3f4e4c9e4cde', '41.191.104.82', 1655216058, '__ci_last_regenerate|i:1655216058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e676f14c43ce62c4476ee708a2b3b063b0bd925', '41.60.239.133', 1667488066, '__ci_last_regenerate|i:1667488066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e703f10a713c637b5238beecd616ebc0cd57d1d', '41.191.107.225', 1654095783, '__ci_last_regenerate|i:1654095783;requested_page|s:22:\"admin/products/view/76\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654001102\";last_ip|s:14:\"41.191.107.228\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3e7d2d1a3de7a9eb7f483bea5f53a110022d90da', '31.13.127.20', 1664176058, '__ci_last_regenerate|i:1664176057;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ec4430e53cd1db6b93155bfa5ea4e4279a6f2cc', '41.60.235.236', 1670946827, '__ci_last_regenerate|i:1670946827;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670851955\";last_ip|s:13:\"41.60.236.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670943284;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed0acf1a311a23c827395c5c7db9a507b146085', '41.60.237.146', 1661876856, '__ci_last_regenerate|i:1661876856;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661867929\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661871585;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ed7a8846bdd05be723afa4d7b56066fad40e027', '41.60.235.76', 1653486563, '__ci_last_regenerate|i:1653486563;requested_page|s:15:\"admin/pos/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3edd8c0272e2aac3ec5006a9f4ae59a99f6f595a', '41.191.105.91', 1654476662, '__ci_last_regenerate|i:1654476662;requested_page|s:15:\"admin/pos/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ee7cfc12648c73d7998df4c2ac7576b6be98f86', '41.60.237.163', 1657637079, '__ci_last_regenerate|i:1657637079;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3eeee7d96cf3dcb3a303fd5de1de71091d8e821d', '41.191.105.94', 1654447136, '__ci_last_regenerate|i:1654447136;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f22f8a39ee715db589eed77ee9e1a1a00da55fd', '102.1.149.20', 1653725505, '__ci_last_regenerate|i:1653725505;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1653720389\";last_ip|s:11:\"41.80.96.73\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f27c2f1440a2335b5696538d4e5dbd6a6a56566', '41.60.236.151', 1678287531, '__ci_last_regenerate|i:1678287531;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678199738\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678285664;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f2a1a0d0bfacbe80ecfb6086bf49e51af64b7bd', '41.191.107.138', 1652266213, '__ci_last_regenerate|i:1652266213;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652234240\";last_ip|s:13:\"41.191.104.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652265693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f4a56550570f7f6f388126708b00cd1dae73f83', '41.60.235.76', 1653405344, '__ci_last_regenerate|i:1653405344;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653373419\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653404434;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"ht05IsebXGYSkMD36rx8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f4be4e2d3286a7a9d4d90c8b541264af0d79ddb', '41.60.233.155', 1672847169, '__ci_last_regenerate|i:1672847169;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672757553\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672847137;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f527b82a87f61d67f2ea8a23f24977beeeb70a7', '41.60.238.127', 1651590543, '__ci_last_regenerate|i:1651590543;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f5d3b20d10012c83e950df3d21882d9ae2cbe9a', '41.90.37.211', 1660336958, '__ci_last_regenerate|i:1660336708;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f645feebee8c0c62ba99ab8be389b8306759808', '41.191.107.201', 1654450352, '__ci_last_regenerate|i:1654450352;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f6c28184ac1918c52dface26868be3517e29adc', '217.21.116.217', 1667814327, '__ci_last_regenerate|i:1667814327;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667722048\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8012678fad898078521cd115b5e32a09e45e8b', '41.60.237.111', 1668437253, '__ci_last_regenerate|i:1668437253;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668267317\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668436826;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3f8bf56ceefa81fb6e3252ffbe28580db470c13f', '41.60.235.76', 1654072401, '__ci_last_regenerate|i:1654072401;requested_page|s:13:\"shop/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654067247\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fa26240270f77f292b1d69c6fc6c2ad42448763', '154.159.252.6', 1651445046, '__ci_last_regenerate|i:1651445046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fa330e8f0f1281eaf51701654c71f8f47f5b92a', '41.191.107.201', 1654450023, '__ci_last_regenerate|i:1654450023;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fab662d708a757f35f82b41644f7f45d902f379', '209.145.52.241', 1653671467, '__ci_last_regenerate|i:1653671467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc05ec9379c6d3d6df44048d98702906cdb8132', '105.163.1.219', 1663877988, '__ci_last_regenerate|i:1663877988;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663737159\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fc2f11f54670167e76c0d77e5b0028c1efcf76f', '41.60.235.76', 1654008515, '__ci_last_regenerate|i:1654008515;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fdfc645567699d1c1ecdeb7ffcf664c958ab7e8', '41.191.105.229', 1656096213, '__ci_last_regenerate|i:1656096213;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656058719\";last_ip|s:14:\"41.191.107.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fdfdb99662ecccdd04f13e200b29387a781d3f6', '173.252.95.1', 1673297398, '__ci_last_regenerate|i:1673297397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fe002f9b996f3ca82f72a999c73cb4ca32fc2d0', '154.159.252.6', 1651444668, '__ci_last_regenerate|i:1651444668;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3fed452ac1c117488f89cb653ec55d5c125dcdb4', '41.60.238.241', 1667799872, '__ci_last_regenerate|i:1667799688;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667659482\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667799872;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff29483c3994d91fe9db977d899b318c17da927', '41.60.239.133', 1667230058, '__ci_last_regenerate|i:1667230058;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667194476\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('3ff9f09cf300131803eba98c8c6455a309f3cbe8', '217.21.116.217', 1667155473, '__ci_last_regenerate|i:1667155473;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"3fXUa6BjWbCSV0pE8lz7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40024b02d70a5dfe85c69d1e2b8bfeed8ffe25aa', '41.60.234.151', 1678719748, '__ci_last_regenerate|i:1678719748;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678545690\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678719151;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4002bcf794056e7177b1c7f63b3d2a625403a5df', '41.60.232.189', 1656776086, '__ci_last_regenerate|i:1656776086;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656754895\";last_ip|s:13:\"41.60.232.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656776060;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4012e4c128946539665a1951e7b5fd75570c5166', '41.60.237.111', 1668438489, '__ci_last_regenerate|i:1668438489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('401a56205e7452728f4b6d90353410e8f6a948aa', '41.90.45.200', 1656351469, '__ci_last_regenerate|i:1656351469;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656335732\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4025b7b806afcd1da75c62644398deb35f3d4d02', '41.60.237.195', 1652195579, '__ci_last_regenerate|i:1652195579;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"mG8XprBdotgbL9KVHckq\";last_activity|i:1652193991;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('402da4af321a314c015e3eb0736e788bbe7e2717', '105.161.90.238', 1676311577, '__ci_last_regenerate|i:1676311576;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40324ab9d1f1e91ef985a15f4a682a099193a0c2', '41.60.237.16', 1666448310, '__ci_last_regenerate|i:1666448310;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666363950\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666447867;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40550d5da87099d737db050df8c785fcd6e3f7de', '41.60.235.224', 1670686089, '__ci_last_regenerate|i:1670686089;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595457\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670681409;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('405cb1579c940e379b7f491d9dbc9b6af18a1ca1', '217.21.116.218', 1680853042, '__ci_last_regenerate|i:1680853042;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1678527261\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680852304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('407d2c9ac34afe058d4c423d038fbbdbb963a0d8', '41.60.237.126', 1669997371, '__ci_last_regenerate|i:1669997371;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669903738\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669994890;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('407e02e2316270b1fff4e973169a0780eb3a7840', '217.21.116.218', 1680880831, '__ci_last_regenerate|i:1680880831;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4087330c8cf940d36e0ff047bcfedaef4c0d9e1c', '105.160.94.207', 1660909410, '__ci_last_regenerate|i:1660909328;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660847010\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40876540fc61af942bb1985fa7bb394744aa8103', '105.163.48.72', 1652641796, '__ci_last_regenerate|i:1652641796;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40a8d15f3dcd4996e9df192641317738581b512f', '41.191.105.88', 1655222082, '__ci_last_regenerate|i:1655221818;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655187539\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655221884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40dab172ea63136c8970e24531ba9f07de4cfaae', '41.60.237.16', 1666448700, '__ci_last_regenerate|i:1666448700;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666363950\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666448320;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('40fadb0fa68dcfd0043a49b6cfcdc28cabdb3101', '41.60.239.223', 1669216670, '__ci_last_regenerate|i:1669216670;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669129341\";last_ip|s:13:\"41.60.239.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669216302;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('411bfad1006da0ed8177e49c740c69bd99c70a5b', '41.60.237.163', 1657728158, '__ci_last_regenerate|i:1657728158;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657639820\";last_ip|s:13:\"41.60.237.163\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657728131;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4126c286ae1d6e499c05e35d23815a01b73dd98c', '41.60.232.168', 1676562627, '__ci_last_regenerate|i:1676562627;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676524869\";last_ip|s:14:\"105.161.39.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676562595;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4147a738f2f2f7f8ae6d4bd6aacb66d8e0b1ef80', '105.161.181.147', 1674762050, '__ci_last_regenerate|i:1674762050;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674760472;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4147ada42637a6ec596933010717bde48a64c482', '41.60.237.195', 1652095690, '__ci_last_regenerate|i:1652095690;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4154f6e3dd02390743cadae645fdeff1ec9967e9', '41.60.233.29', 1680269568, '__ci_last_regenerate|i:1680269568;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680014694\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680269506;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('415783fece699106e692a7e509500bdab6c10aca', '41.80.96.73', 1653735621, '__ci_last_regenerate|i:1653735621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('417d9775483edacd95e9ea127a5d4590d124b7be', '217.21.116.218', 1680887240, '__ci_last_regenerate|i:1680887240;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680866618\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680887123;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41870220b854ce200adf282b0620dfcd1e87fe80', '41.60.236.83', 1661433138, '__ci_last_regenerate|i:1661433138;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661433131;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4188ba31addeed98a8602091adee8180183e086c', '41.60.237.207', 1665155067, '__ci_last_regenerate|i:1665155067;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665150012\";last_ip|s:13:\"41.60.237.207\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665154914;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41a749527755cfc3e15a3636e3bff77e38b02dec', '197.156.143.10', 1662392584, '__ci_last_regenerate|i:1662392584;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662373009\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";csrfkey|s:8:\"u37MzDwI\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"tuCqdszJfGYa1vQFxKIw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41add7b9a151ec6e48474b005e70d30b96d2e89e', '154.159.252.168', 1651494554, '__ci_last_regenerate|i:1651494554;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490596\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41d8a7d8d7a4da84fa358507ef9a6b40de98c428', '105.163.48.250', 1660850923, '__ci_last_regenerate|i:1660850923;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660846337\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41e791dfdf067f157a7649cde12f7e173834fd0e', '41.90.178.132', 1659325954, '__ci_last_regenerate|i:1659325951;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41ecea996502b4202b4dbcd322c71e07439703df', '41.60.232.14', 1657984856, '__ci_last_regenerate|i:1657984856;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41f7f8bd0ee3fe6eb2500923c4a41267d597a0dc', '41.60.237.59', 1652368810, '__ci_last_regenerate|i:1652368810;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1651756850\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652368750;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('41fd40cb987ac61eeaebd4ecdcdfca00b7cec2f6', '41.60.237.126', 1670253441, '__ci_last_regenerate|i:1670253441;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670082086\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('420e4cb94317bfb35b7ae897b69f86ed5341fe63', '102.167.152.227', 1655398830, '__ci_last_regenerate|i:1655398658;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655380295\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('422ae0cd18810cf768ad340cf00b2f5cf8e8c38c', '41.60.237.126', 1670427352, '__ci_last_regenerate|i:1670427352;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337454\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('422c1d2a4b2bfa60c3ad8bdb4e6188aea65e2eff', '105.163.48.72', 1652665374, '__ci_last_regenerate|i:1652665374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('422c60dfdcbe5d0763a8da6aeefafd2bead6e394', '41.60.235.20', 1658581594, '__ci_last_regenerate|i:1658581316;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658579695\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658581576;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('423ccceacba5540f1e57d6aaf5bef529cb25aac1', '41.60.238.241', 1668012465, '__ci_last_regenerate|i:1668012355;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668011043\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668012045;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42433d9316124f2093d7f4c2dc1ffa2f84ac8de3', '41.60.235.76', 1653487168, '__ci_last_regenerate|i:1653486870;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653327775\";last_ip|s:15:\"197.156.137.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653487075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4254968840fc91050ae57df09ffd21b3ab273cd6', '105.163.61.89', 1658343396, '__ci_last_regenerate|i:1658343396;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658314711\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42845a0edd0c891ba14e41199a733f328e62568d', '41.60.237.158', 1661521243, '__ci_last_regenerate|i:1661521243;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661492969\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4288339d546f8cc719f7c189979c178f0f6296ec', '41.60.238.213', 1668870945, '__ci_last_regenerate|i:1668870945;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668843392\";last_ip|s:12:\"41.60.234.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4289ca9e3b6213850f4108ce79fd07b35f2d9c16', '41.191.107.220', 1653671175, '__ci_last_regenerate|i:1653671175;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653568495\";last_ip|s:13:\"41.191.104.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653670160;user_csrf|s:20:\"i0ZrdzVWte6saw7RSqjx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42b476c9e4d09beda6780482700875a1ad6ff8d3', '41.60.232.46', 1670512813, '__ci_last_regenerate|i:1670512813;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670426828\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670512507;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42d83a7a5333d528e89cb3027719dd04d44792c1', '41.60.237.200', 1651738067, '__ci_last_regenerate|i:1651738067;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"5guo9RVHWey20DCFqzhr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42dd0100c43ba10b851b3de27f99bac202cc3817', '41.60.232.46', 1670512370, '__ci_last_regenerate|i:1670512370;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670510396\";last_ip|s:12:\"41.60.232.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670510558;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('42e4915e63f48c191fad448fb569f30b63c2eef2', '41.60.232.50', 1670595786, '__ci_last_regenerate|i:1670595786;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595293\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670595645;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('430bbaab5822d78123be2b42d65f5751f616ca46', '41.60.237.207', 1665242735, '__ci_last_regenerate|i:1665242735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('430cee7cb23152339b98330b0ad6135bf8e409af', '41.191.105.94', 1654724653, '__ci_last_regenerate|i:1654724653;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654721653;user_csrf|s:20:\"fJs8SeOLPhlYdgECjZXV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('431bd018f2c7dc356e5721f358a1547190477eba', '41.60.237.195', 1652193467, '__ci_last_regenerate|i:1652193415;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652187660\";last_ip|s:14:\"105.160.92.103\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('433739481c59bc2ba9ee0916bb11aecc76b1e431', '41.60.235.80', 1673437396, '__ci_last_regenerate|i:1673437396;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673435931;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('433a7114d8a392e9b4b75ac4a7725e3c9907c1a5', '149.56.160.168', 1669994306, '__ci_last_regenerate|i:1669994306;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('434c70a8710a7ff8b226e5cfc804feb1806dc946', '41.60.232.168', 1677252416, '__ci_last_regenerate|i:1677252416;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677164296\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677251917;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('434d2c0a5a197d64d485be0001469c33df3f9793', '41.60.235.20', 1659185240, '__ci_last_regenerate|i:1659185240;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659103823\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('434d8c46bcf23897f8b9693fc02ff64852af073c', '41.191.107.228', 1654002056, '__ci_last_regenerate|i:1654001791;requested_page|s:22:\"admin/products/view/76\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653906351\";last_ip|s:13:\"41.191.104.44\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('434f5136e1b5fb8e49b531a6ddc2f3a14ba608d0', '41.60.239.115', 1655220230, '__ci_last_regenerate|i:1655220230;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4359322bc7ba4af88b77f1c358cdc85c521a9713', '217.21.116.214', 1672853395, '__ci_last_regenerate|i:1672853395;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1671773242\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('435ab3c83683240c9b0d27d9c4de5739a136dba1', '41.60.237.158', 1661496951, '__ci_last_regenerate|i:1661496951;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661419599\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661493431;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('435f0ef3fac0aab2018e927851d504af24b43707', '41.60.237.59', 1652369256, '__ci_last_regenerate|i:1652369256;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652364704\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652369216;remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43670c99659725dcf7644a75da04ecda680fdbbd', '41.60.235.76', 1653406136, '__ci_last_regenerate|i:1653406136;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653373419\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653404434;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"ht05IsebXGYSkMD36rx8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('436ae87471a149a0e62b9f55980f948ea17c8bee', '209.145.52.241', 1653907039, '__ci_last_regenerate|i:1653907039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4373417351242901ce2c4b3caa24ad5bcb835ea6', '41.80.98.64', 1653738290, '__ci_last_regenerate|i:1653738290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43799df2fdc8eecdc148a83007fd56583e2bb502', '41.60.237.195', 1652093811, '__ci_last_regenerate|i:1652093811;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('438f0db527217660aadf8a9e8a9785f7afc695c0', '41.60.232.223', 1657539220, '__ci_last_regenerate|i:1657539220;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43992a4cd5b65dc4c96a9ce86d4c34a0b72ec1f1', '41.60.238.178', 1655970681, '__ci_last_regenerate|i:1655970681;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655962897\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('439f3be0516611f7c8d831ceefe9e4496a7d8bae', '41.90.40.126', 1659296767, '__ci_last_regenerate|i:1659296767;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659294406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43a152bfbc648f4e6bdfa132200a1de63822d9f6', '41.60.237.200', 1651749409, '__ci_last_regenerate|i:1651749409;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651749409;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43ab0f73e748823dff9f1262f51150c7ce7a9991', '41.90.44.57', 1653679427, '__ci_last_regenerate|i:1653679427;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653640919\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653678722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43ac468ca8a4a49f828388c841667bd65fc15970', '41.191.107.215', 1657655303, '__ci_last_regenerate|i:1657655302;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43b588d47f935c66baa10f5244771ea201ea6f03', '41.60.237.59', 1652366588, '__ci_last_regenerate|i:1652366588;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652363828\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"kJEoUO67MpCbKfGRA0w5\";last_activity|i:1652366281;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43bd1328a5fa96e456ff24cf619d3996911c2f0a', '105.161.136.12', 1673464323, '__ci_last_regenerate|i:1673464323;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673442353\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673462563;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43c0a9858b97080a668c33c7432d67b4f35af6c6', '41.60.235.80', 1673535943, '__ci_last_regenerate|i:1673535943;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673461733\";last_ip|s:14:\"105.161.136.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673535745;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43cb8df7a99893d23ebc49fe01e3867126b30691', '217.21.116.218', 1680867288, '__ci_last_regenerate|i:1680867288;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('43f5cf97e2ae38d452c040960a47e340b460eecb', '41.60.233.116', 1659684195, '__ci_last_regenerate|i:1659684006;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659619047\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659684105;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4401a66703207bfa0992082efa00ee173d118483', '41.60.237.126', 1669474804, '__ci_last_regenerate|i:1669474804;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669389296\";last_ip|s:12:\"41.60.238.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('441c2c4ac14d8de8c96bd02d31c5f75d777db88b', '41.60.233.5', 1674575345, '__ci_last_regenerate|i:1674575299;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674500605\";last_ip|s:14:\"105.161.212.42\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674575343;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('441e5005cb86be4bf7cc17b352d55485571343ec', '41.80.98.64', 1653738297, '__ci_last_regenerate|i:1653738297;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4427db8b4e68a6b0f9362b220e4087352166f46d', '41.191.105.93', 1652650800, '__ci_last_regenerate|i:1652650800;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4427f748476cf4d00f6f469d75e14ec18e34e32c', '41.60.232.254', 1671811019, '__ci_last_regenerate|i:1671811019;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671777437\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671810184;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('442b72176f57b0da81cfb17fcf085ec593918271', '41.90.177.170', 1675364678, '__ci_last_regenerate|i:1675364476;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675190798\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675364678;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('442cfbdd1a366be8ce7f56334694f82806a81a6e', '209.145.52.241', 1653673405, '__ci_last_regenerate|i:1653673405;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('443215aa47922940e755143e0c66125d8be1e826', '154.159.252.168', 1651493818, '__ci_last_regenerate|i:1651493818;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490203\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"8oXVtQF0JTS5jBYWzkaw\";last_activity|i:1651493393;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4438dede693ba43b30cbbdce616e0842d9697ae9', '105.163.52.112', 1658168740, '__ci_last_regenerate|i:1658168505;requested_page|s:15:\"admin/sales/add\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658155576\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('446aae54c034f54468716294eaa484ef2703fa68', '41.60.232.189', 1656774240, '__ci_last_regenerate|i:1656774240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('446ed8388a4d2ea8a2c56dfadf67eacc2652700a', '41.191.104.41', 1651766528, '__ci_last_regenerate|i:1651766528;requested_page|s:9:\"admin/pos\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651734958\";last_ip|s:13:\"41.191.104.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651761616;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44720bcefb4aac505b21c49c05623846f116f627', '105.163.1.219', 1664737887, '__ci_last_regenerate|i:1664737887;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664565366\";last_ip|s:13:\"105.163.1.219\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44786013c87a08e61f54ca7d27cc6fe5d8b57cbf', '41.191.105.93', 1651956491, '__ci_last_regenerate|i:1651956491;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('447bb0b3f085be4f876479e41917238696a3b0ef', '173.252.111.9', 1672949713, '__ci_last_regenerate|i:1672949713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('447bbb0cf8ba335ac532c136a56071ed84fc663c', '105.160.65.227', 1674417058, '__ci_last_regenerate|i:1674417058;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674417020;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('448fa6fc35caca5040033aa909618b7210656220', '41.191.105.88', 1653051008, '__ci_last_regenerate|i:1653051007;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44ad992887d9be23efeeede31c800e46a651fe94', '105.161.13.238', 1671564298, '__ci_last_regenerate|i:1671564249;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44bea0ed027e1d56a4dd45c5cc3f2898c633206b', '41.191.104.254', 1656619694, '__ci_last_regenerate|i:1656619694;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656350728\";last_ip|s:14:\"41.191.105.232\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"VA4IClYdhBtFvZi8rUTD\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44beed4cb20f1f1cc8491cc19755c9bf181d349e', '41.90.189.189', 1675020727, '__ci_last_regenerate|i:1675020727;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674931835\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675020698;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('44fd8719a4fc33d4ab0e1e9fc8d440ba191ba31b', '41.60.233.5', 1676209648, '__ci_last_regenerate|i:1676209648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('450da4457ea1db45867d5f65923eeccf35598a24', '198.55.126.241', 1651423860, '__ci_last_regenerate|i:1651423860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45161743f740370401bb5d23977cbd0988b3ca9b', '41.191.104.253', 1654443105, '__ci_last_regenerate|i:1654443105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45214735fe7961a4c95244f6a921730ca2c030f4', '41.191.105.91', 1652654202, '__ci_last_regenerate|i:1652654202;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4538034847185a56bcc6fd090f4f091deaa6d286', '41.191.104.254', 1651498652, '__ci_last_regenerate|i:1651498652;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('453adda8846d9eccaddd74bbadb4fd8857e09dc2', '41.60.237.143', 1665672787, '__ci_last_regenerate|i:1665672787;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665642727\";last_ip|s:13:\"41.60.237.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('455260a3b39efd6e651ab45ae0a7620df76fae6f', '41.60.237.195', 1652114027, '__ci_last_regenerate|i:1652114027;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652113675;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"UsbpdjEl46YmZPkFRaQS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('455a002807ffdc8ff57a1c1b004e85d748396279', '41.60.233.18', 1670856989, '__ci_last_regenerate|i:1670856989;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670680892\";last_ip|s:13:\"41.60.235.224\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670854568;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45658116de2d96886443ec8cb45413cf46597fde', '41.60.237.126', 1670429276, '__ci_last_regenerate|i:1670429276;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337454\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"1nUvFmZzBWacLIlNP4Q7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45aea5ea29be1e85dbfea2cd01d369195380ad28', '41.60.235.76', 1653319803, '__ci_last_regenerate|i:1653319803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45b7432e0e831c507c6c3a18abbb12bfbb4291f8', '41.60.235.40', 1651939388, '__ci_last_regenerate|i:1651939388;requested_page|s:13:\"shop/products\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651928466\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651939205;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45b89953d5b9040c9da19719567c45442b02a193', '41.60.235.97', 1679306626, '__ci_last_regenerate|i:1679306626;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678804479\";last_ip|s:13:\"41.60.234.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c7b0b7a2c9ec805dda3dd4ca361991a5499321', '41.191.105.90', 1655142017, '__ci_last_regenerate|i:1655142017;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654961496\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655139432;user_csrf|s:20:\"6H8UclowJrCDjEY9QgFV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45c848dcf59d708529784f928a385a97a835f91f', '41.60.232.195', 1665833747, '__ci_last_regenerate|i:1665833747;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665755540\";last_ip|s:13:\"41.60.237.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45cd00622f128d3d70cf8fefd9eae2f4452e3ef1', '197.136.9.5', 1653908056, '__ci_last_regenerate|i:1653908053;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45d08d7efce166bd727066abccd9c41f0f8bfee7', '41.60.235.80', 1673451629, '__ci_last_regenerate|i:1673451498;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673432959\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673443163;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45d3e8b2bafadabe65709f59e82035744322dc22', '41.60.233.5', 1675947710, '__ci_last_regenerate|i:1675947710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45d4f5e1fa11d123502623a71242ff6e1ea0aa5d', '41.191.105.92', 1656871860, '__ci_last_regenerate|i:1656871798;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656618287\";last_ip|s:14:\"41.191.104.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45e830241b469b14a91b30c0d2d7f74369530f36', '41.191.105.92', 1652633103, '__ci_last_regenerate|i:1652633103;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45ea4d80c8d86475c09b6a55f9b0c6f6eeaf84ee', '41.60.235.76', 1653304243, '__ci_last_regenerate|i:1653304243;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653225792\";last_ip|s:13:\"105.163.60.79\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f1f0cab175a7a19400e2b279c7ee2ade5807f0', '41.90.189.189', 1674938229, '__ci_last_regenerate|i:1674938228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('45f32f3b69d640fdbf13669e4e467475ed4f6f7d', '209.145.52.241', 1664968908, '__ci_last_regenerate|i:1664968908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4614594aad30406f47381ffeff4a8d7ed832ac61', '41.60.232.27', 1666883251, '__ci_last_regenerate|i:1666883251;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666795319\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666883119;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('461b1df5f7f280c518fca94ea6011ae46a33d227', '41.60.235.76', 1653907195, '__ci_last_regenerate|i:1653907195;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653906913;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('462701ba2bf4e2af71894b97d28b5690c93d8794', '197.182.60.254', 1674763145, '__ci_last_regenerate|i:1674763145;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('463e9846f5799de371076c75878bc845f4fb92de', '209.145.52.241', 1652188642, '__ci_last_regenerate|i:1652188642;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46469225c2e1e1d17c90487148d9708384b2955c', '41.60.233.5', 1675760297, '__ci_last_regenerate|i:1675760297;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675760242;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4653d0c7d72366dbbe36ee1c01fd8d7627bffed9', '41.80.98.64', 1653738853, '__ci_last_regenerate|i:1653738853;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1653738220\";last_ip|s:11:\"41.80.98.64\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4668104b4d09a5338028df52ab824ca2d04a6c73', '105.163.47.64', 1658747051, '__ci_last_regenerate|i:1658746915;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658583476\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";csrfkey|s:8:\"m4JF6ksa\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfvalue|s:20:\"YK1SsIvuiLqGWycZVjMt\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('467cdf6e1537660e4f7507f1b7576092d808c49f', '41.60.235.76', 1653486870, '__ci_last_regenerate|i:1653486870;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653327775\";last_ip|s:15:\"197.156.137.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653486867;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('467cf78e6dfcf1a97597a4bd07115b5db165cd87', '105.160.20.6', 1665501173, '__ci_last_regenerate|i:1665501061;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665494472\";last_ip|s:13:\"41.60.239.230\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665500677;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4684d3b7d3dc9c3e7e86fc1170762606c8ee7a3f', '41.60.233.155', 1673022418, '__ci_last_regenerate|i:1673022418;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672928820\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673020777;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46a653a4705ec68bb1e077fc136d91f0ab47d63a', '41.60.235.76', 1653908877, '__ci_last_regenerate|i:1653908877;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907290;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46b448176705851d95bc93e3eb67865a24bb623f', '105.161.114.149', 1675452135, '__ci_last_regenerate|i:1675452135;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675364589\";last_ip|s:13:\"105.161.82.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675451536;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46db1014177dfa241b4c199bbe3ca3ce5a4f2dd9', '41.191.105.93', 1654464905, '__ci_last_regenerate|i:1654464905;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('46fe16df83e44bdd95c68b00edba4a225b36e40e', '41.60.232.254', 1671295224, '__ci_last_regenerate|i:1671295224;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671293427\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671294785;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4702ab0ae3576affb24cdecda5eb2a96067a7621', '41.90.187.221', 1674849677, '__ci_last_regenerate|i:1674849677;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758970\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674849657;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47350332ebd5800196a9ddc4c56244331ec835ad', '41.191.105.94', 1652905874, '__ci_last_regenerate|i:1652905874;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652875650\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652901612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('473f63fe91a96381dd4f94c554180098fb7c0d3c', '197.155.95.5', 1664737574, '__ci_last_regenerate|i:1664737574;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('474221e896247745ae9173ba526b0be811bfb718', '41.191.105.88', 1652800906, '__ci_last_regenerate|i:1652800906;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652785606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('475761459621afad4a5869f9b9adfedb467e3429', '41.60.235.147', 1677685401, '__ci_last_regenerate|i:1677685401;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('475b23999493ef20b638564ffbe51f3cb049f0b3', '41.60.232.170', 1672755295, '__ci_last_regenerate|i:1672755295;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672742156;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47717fea921f2f3e4d101a8a3e56fb6eba6ec8d0', '197.155.95.4', 1656439628, '__ci_last_regenerate|i:1656439628;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47828e5e98db63d9435966e403a96545d7f300bd', '41.191.104.44', 1653909532, '__ci_last_regenerate|i:1653909532;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47980a19a1e84a16b9e6e686e0010f817cb06e9c', '217.21.116.218', 1680855892, '__ci_last_regenerate|i:1680855892;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1678527261\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680852304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47a4bcc078854a7235507bfa2247ace4e237a0d1', '41.60.232.254', 1671294990, '__ci_last_regenerate|i:1671294990;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671200073\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47bc7e9bbd9dfc91536b54f8012fce3a42f305a4', '41.60.237.163', 1657638819, '__ci_last_regenerate|i:1657638819;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657550667\";last_ip|s:13:\"41.60.232.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657638759;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47c2b2a43f4da6d64ba4b94cda6b589b130043c3', '105.161.114.149', 1675451521, '__ci_last_regenerate|i:1675451521;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675364589\";last_ip|s:13:\"105.161.82.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675451488;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47ca669483c28d80d2c50bc7507f1152f21659e1', '41.191.105.93', 1654465805, '__ci_last_regenerate|i:1654465805;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47e78d3d953ef5831f877a1a6d6299f9cf585ad9', '41.60.237.146', 1661616058, '__ci_last_regenerate|i:1661616058;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661607081\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661615822;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('47eb9e1e01a9ca05c665b1aeef87d1b2436acc9a', '41.60.233.85', 1663858807, '__ci_last_regenerate|i:1663858807;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4801ffdc365da23f5b5805533297d2b93c543442', '41.60.232.140', 1662218780, '__ci_last_regenerate|i:1662218780;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662182920\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4802442f1fb39789c0bead47a7d7eba173086640', '41.60.232.140', 1662356753, '__ci_last_regenerate|i:1662356753;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662217686\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662356752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('480c1192a1d10eef122d2fe453693e0b3be47778', '41.191.105.88', 1651869211, '__ci_last_regenerate|i:1651869211;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651760465\";last_ip|s:13:\"41.191.104.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('480d3eea701a12cc299d576b6c8b92d12bd20494', '41.60.237.59', 1652450133, '__ci_last_regenerate|i:1652450133;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4822c58bac7051aebb369f2af1cd36fc70bde2cd', '41.60.233.85', 1664892947, '__ci_last_regenerate|i:1664892947;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664864127\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664892714;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4831b64e659644fea8bd63187871db8ec2a16d72', '41.60.233.85', 1664776916, '__ci_last_regenerate|i:1664776796;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664636410\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664776916;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4840eae2d1618869ef1ba5c3762332bfddccee38', '41.60.233.85', 1663850117, '__ci_last_regenerate|i:1663850079;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663841997\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663850112;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4843efd0738a3898dd80eb2bd455d153e583b1a0', '41.60.238.127', 1651654031, '__ci_last_regenerate|i:1651654031;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4848b2607d5a4c13223f827f97e17e74122b7510', '209.145.52.241', 1652189620, '__ci_last_regenerate|i:1652189620;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4856d0d857406fa9a21ca7e3d7ddb9f6e7e10d38', '41.60.237.126', 1669904031, '__ci_last_regenerate|i:1669904031;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669820052\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4870e7eb19e6bc6bb30fa1f005b038c867f9d500', '41.60.238.178', 1656516797, '__ci_last_regenerate|i:1656516797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487b8516af577491e9de305930e69643b96e0e18', '41.191.105.229', 1656098038, '__ci_last_regenerate|i:1656098038;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656058719\";last_ip|s:14:\"41.191.107.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656098037;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487cfe320df960bea5242544320c4ea7fb9645d2', '41.191.105.93', 1654467840, '__ci_last_regenerate|i:1654467840;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('487e9950a444a871814b5ad33027301559075a66', '41.60.237.126', 1670426526, '__ci_last_regenerate|i:1670426526;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337454\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('488ad0c90478f7c56ebe009bfe89532bcab5e126', '41.60.232.14', 1658330015, '__ci_last_regenerate|i:1658329973;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658308840\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658330015;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('488f9c5558a6a93e2dfab486e36a8a419aa697fb', '41.60.235.97', 1679306241, '__ci_last_regenerate|i:1679306241;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678804479\";last_ip|s:13:\"41.60.234.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('489124008e081e04ac1af7709962d4fa604096d3', '198.55.126.241', 1651423239, '__ci_last_regenerate|i:1651423239;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('489215b2cc2c66250101bfaa4eb40e296b24b643', '41.60.236.151', 1678115662, '__ci_last_regenerate|i:1678115662;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677858642\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678111709;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48c9f77019353971b9f67b765953c7adb35906bd', '41.191.104.254', 1651491786, '__ci_last_regenerate|i:1651491744;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651466987\";last_ip|s:13:\"41.191.104.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651491783;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48df80d8634367bf817b4197b06f67ff72187411', '41.60.233.106', 1655480607, '__ci_last_regenerate|i:1655480607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('48f2c57fdb0f9aad3225a4deaed826a52a413c53', '41.191.105.88', 1651873951, '__ci_last_regenerate|i:1651873951;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651760465\";last_ip|s:13:\"41.191.104.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651869408;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('492d049d7ca7e65d4b65658f22b09f819d99edc0', '41.60.233.116', 1659619047, '__ci_last_regenerate|i:1659619047;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('493063bb8f48d3ea68023836b78d95193efbf7be', '41.60.238.178', 1656335711, '__ci_last_regenerate|i:1656335711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('493be94cf283b14f3de7794525d599881593c691', '105.161.39.104', 1676529125, '__ci_last_regenerate|i:1676529125;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676475425\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676524870;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('494e160e8cad8db8badd507b55cd39542374ad04', '41.60.232.46', 1670514491, '__ci_last_regenerate|i:1670514491;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4954c6e21e6569fb48231caced93a94e1dfa65dc', '209.145.52.241', 1664879445, '__ci_last_regenerate|i:1664879444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49575d116598d58a49810ddb7667624735e4389f', '41.60.232.254', 1671200325, '__ci_last_regenerate|i:1671200325;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671199490\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49923afbc0ab3d61daee5dae9867fb0524e66767', '41.191.104.98', 1655493996, '__ci_last_regenerate|i:1655493996;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655322204\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"rqznoJKXOlgcEu5pt7Z3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49a47f9d875ae29c14bbe154b265d4264df8de25', '41.90.189.189', 1674937521, '__ci_last_regenerate|i:1674937521;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674935950;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49ac8cc1a135167d4c5647289cc69f8943b3426d', '41.60.233.95', 1662563024, '__ci_last_regenerate|i:1662563023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49aede2f251cdebfdb23ff27457a086fe43a15c8', '41.60.232.81', 1651574021, '__ci_last_regenerate|i:1651574021;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651572652;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49b8c1d951ee1b2ff4672625171123484c55fdf6', '41.60.235.76', 1653486044, '__ci_last_regenerate|i:1653486044;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653327775\";last_ip|s:15:\"197.156.137.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653486043;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49c3cede8c724d856c5d4f96d0d3495a176a3b49', '41.191.107.138', 1652267830, '__ci_last_regenerate|i:1652267830;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652234240\";last_ip|s:13:\"41.191.104.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652265693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49cabff520a6c20ca6d5bfceac00e3f679caa73c', '41.60.232.14', 1657984857, '__ci_last_regenerate|i:1657984856;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49cfd800f110f79dd866345e533888dae1ace684', '105.163.48.72', 1652643898, '__ci_last_regenerate|i:1652643898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49d2566e427cd3530948b217aa0a6fcce6dab59d', '105.163.50.229', 1659987995, '__ci_last_regenerate|i:1659987995;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659886099\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49d600870ea86566d61c444e07cf0b4fc5867c39', '41.60.237.195', 1652179277, '__ci_last_regenerate|i:1652179277;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652178339;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('49e938915bf9dcd5af1aad767c70596c97bae78e', '105.163.60.79', 1653206521, '__ci_last_regenerate|i:1653206405;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653038982\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653206109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a119abbca77ec9a4e11e1179eb690fd3873adbb', '41.191.105.92', 1652638153, '__ci_last_regenerate|i:1652638153;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a279dcc59dda60ce1172804107fcea8db4c2aa8', '41.60.233.116', 1659706805, '__ci_last_regenerate|i:1659706805;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659694961\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659706698;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a349adda008155090bd2f913e3c7f03920b4024', '102.7.145.55', 1651643324, '__ci_last_regenerate|i:1651643305;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651497801\";last_ip|s:14:\"105.160.31.183\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651642479;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";user_csrf|s:20:\"kTohsND0IRQp2yl6Oc4f\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a64533398009b5d3d5df7b33272f0dfc6186a3b', '154.159.252.168', 1651490941, '__ci_last_regenerate|i:1651490941;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490203\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a6ad003597dbb5a83e08b2d93b1b7e99d771a6d', '41.60.233.85', 1664894118, '__ci_last_regenerate|i:1664894118;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664864127\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664893059;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a6ee77d1383fdcc891d47168647b1e04f0ecb86', '105.163.61.45', 1662056540, '__ci_last_regenerate|i:1662056437;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"YiQI7O4op8HDmClRhNdV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a735e42319dee4e4a1be61be262e4220834e92f', '41.60.238.127', 1651652617, '__ci_last_regenerate|i:1651652617;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a7874819f392dfa2142444255f1082da125f029', '41.60.232.168', 1676475745, '__ci_last_regenerate|i:1676475745;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676391116\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676475704;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a78a6be77d9bd50dc2442d50dad5b1c36719f4e', '41.191.105.93', 1654457219, '__ci_last_regenerate|i:1654457219;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a83ee5591d36e1f0b878c777bfe41b7d4723ebc', '105.163.32.52', 1654399498, '__ci_last_regenerate|i:1654399497;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a8501dba7fb9c56d5448f92820e303d37f4406c', '105.161.196.119', 1657258079, '__ci_last_regenerate|i:1657258055;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657049911\";last_ip|s:14:\"105.163.21.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";csrfkey|s:8:\"LZwPQ4eA\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfvalue|s:20:\"Hl0mzVq9UuLFWrpoSNQP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a889ae50bb66067a8f5575d941d83ec8471d011', '41.60.232.254', 1672500282, '__ci_last_regenerate|i:1672500282;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672408396\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a8acf5ed8ee335968eecc4c3903d844ed9d3bab', '41.191.105.88', 1652625699, '__ci_last_regenerate|i:1652625699;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652625691;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4a9227fec6067041b991becf81c1d5c85a98f14b', '41.60.232.46', 1670512676, '__ci_last_regenerate|i:1670512676;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670510396\";last_ip|s:12:\"41.60.232.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670510558;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aa297aba0b3b501877b1460bba69c875d993458', '41.60.237.195', 1652181967, '__ci_last_regenerate|i:1652181967;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652178339;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ab67ef22f1392ee955db6b8e18829950491ec0f', '105.163.61.45', 1662050532, '__ci_last_regenerate|i:1662050532;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"lnHFv528dXOcoTrIJsEA\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4acf2265401473deefa6134ada0b726eb1e60e90', '41.60.237.96', 1654873094, '__ci_last_regenerate|i:1654873094;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654861253\";last_ip|s:12:\"41.60.237.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654873061;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4adc853fa4e77710b0e6a21326e6c381d850b707', '41.60.237.200', 1651740620, '__ci_last_regenerate|i:1651740620;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"5guo9RVHWey20DCFqzhr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4aec75d15135b4819dd96997b6136a6281655a5c', '41.60.234.151', 1678719427, '__ci_last_regenerate|i:1678719427;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678545690\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678719151;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4af61270fe8ea585d32f33d046b3c1794a10b671', '41.60.232.189', 1656778059, '__ci_last_regenerate|i:1656778059;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656754895\";last_ip|s:13:\"41.60.232.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656776200;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4afb0b53f3b02f84fc5e428597af8e52c0ad2fc5', '41.60.232.12', 1663255295, 'requested_page|s:20:\"admin/sales/edit/544\";__ci_last_regenerate|i:1663255273;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663228870\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663255046;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b028bce70024f15b535bbb0a1d175c832d3c035', '41.60.238.241', 1668012586, '__ci_last_regenerate|i:1668012586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b08576018250e19c30d508224b6ff93a4ae860b', '41.60.235.20', 1658414673, '__ci_last_regenerate|i:1658414592;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658380216\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658414598;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b08b1750b06b0881a068159ac28f8891c44c0fe', '66.249.65.153', 1671722178, '__ci_last_regenerate|i:1671722178;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b0d944b421bb1bcb1496dec030dba78d66cfbdd', '41.191.107.201', 1654448346, '__ci_last_regenerate|i:1654448346;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b1211fa493e489476a0b7d5edf716be0157a661', '105.161.82.98', 1675365831, '__ci_last_regenerate|i:1675365831;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675363110\";last_ip|s:13:\"41.90.177.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675365794;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b180290d51334b85a981d86f40b411a0e24fb9a', '41.60.238.241', 1668267372, '__ci_last_regenerate|i:1668267187;requested_page|s:15:\"admin/sales/add\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668266627\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b3a24b5b3e4a6ecd602d6cdf81d2d11c93007bb', '41.60.233.5', 1676132214, '__ci_last_regenerate|i:1676132214;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676041705\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676132171;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b3d7faae7fb61f9a455e7c01728d9c238db2816', '105.163.61.45', 1662229658, '__ci_last_regenerate|i:1662229658;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662097783\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b4ddebc8cc50b62a1549d641372513574fb17dc', '41.60.233.29', 1680274243, '__ci_last_regenerate|i:1680274243;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680014694\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680270292;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b61c908f2a94ef79747ac934a6d15916c098a5a', '41.60.235.241', 1680534848, '__ci_last_regenerate|i:1680534848;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680360915\";last_ip|s:13:\"41.60.233.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680533822;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b655327637db25015ba7429b916b27ac65cc474', '41.60.232.50', 1670595875, '__ci_last_regenerate|i:1670595875;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670510558\";last_ip|s:12:\"41.60.232.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b66b8d388e9f71c7b67b7ba1f228c3c2e6cef22', '41.60.232.168', 1676994725, '__ci_last_regenerate|i:1676994725;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676907136\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676994696;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b7b5faac86063c86352e90794bba6f3a3f3eccd', '209.145.52.241', 1652877664, '__ci_last_regenerate|i:1652877664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b892fbde5aea02fb19c4b1be9a3673c1eedde04', '41.81.213.140', 1665394858, '__ci_last_regenerate|i:1665394858;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1664874182\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665394690;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";error|s:79:\"We are sorry but the product is out of stock, please check back after few days.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b8b15fbfe6790258fe5903deb31d31408cd31d5', '41.60.237.70', 1664552181, '__ci_last_regenerate|i:1664552181;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664516282\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664551547;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b9176c345d98ddef28032ff9dffda377786cf88', '105.163.61.45', 1662229331, '__ci_last_regenerate|i:1662229331;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662097783\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b96e74d0ffc48f7e2755e1cbff575dc4e4bd2ad', '41.90.40.126', 1659291361, '__ci_last_regenerate|i:1659291361;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4b99112106f8e29b6ed13c04813709af5414adea', '41.60.237.59', 1652782349, '__ci_last_regenerate|i:1652782349;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652725476\";last_ip|s:13:\"105.163.48.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ba4614c0a8ae65bb0fb9861b341732b98b4b5b7', '41.191.105.93', 1651959014, '__ci_last_regenerate|i:1651959014;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651958173;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c05b20cac9adeca3509bfe1a28d6e5d1b8eff6b', '41.80.96.73', 1653733291, '__ci_last_regenerate|i:1653733291;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c0788f740e6e40f70f2b2a28117ca1b7212dc27', '217.21.116.218', 1680871868, '__ci_last_regenerate|i:1680871868;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c1af6754889bd29d9e3c6273e1a32bd2115d61a', '41.60.237.146', 1661783594, '__ci_last_regenerate|i:1661783594;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661757840\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661783593;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2bee2e2be574593135b8b0a5aec14f9492f7f4', '105.161.114.149', 1675451200, '__ci_last_regenerate|i:1675451200;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675364589\";last_ip|s:13:\"105.161.82.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675451152;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c2ec44cf2fdc87403e1e8616fa0a78452fda74b', '41.191.105.90', 1654891148, '__ci_last_regenerate|i:1654891148;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654805575\";last_ip|s:13:\"41.191.105.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c4f454e6b6cafa0233b16878e9771595b9b1468', '41.60.232.223', 1657553907, '__ci_last_regenerate|i:1657553907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c514d8ce723264e4ed0d83ec093d52887fe71d2', '41.191.107.211', 1655920885, '__ci_last_regenerate|i:1655920885;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AbfXqCgk0sv5W49Z7pt1\";last_activity|i:1655920218;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c6c4813a8b7cbeb05bbc5883bf418811cb4e69f', '41.191.105.235', 1652210773, '__ci_last_regenerate|i:1652210773;requested_page|s:19:\"category/embroidery\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652188290\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c740a5a5ac490d3b397602a82e14900c6b7eab9', '105.163.48.250', 1660921612, '__ci_last_regenerate|i:1660921524;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660909354\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c8d5ae597c0a7ca702b750d7337356fa138d4a9', '41.60.235.97', 1679308435, '__ci_last_regenerate|i:1679308326;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678804479\";last_ip|s:13:\"41.60.234.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679308423;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4c9b41a4a4d7dc485e598c522081e7122bb72164', '130.211.54.158', 1658051204, '__ci_last_regenerate|i:1658051203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ca57c434a8054a8d17e083f26bf319366cc593c', '41.60.237.111', 1668438151, '__ci_last_regenerate|i:1668438151;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668267317\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668436826;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cacbb10a136cddd1e53adedf302386f276ec7d1', '41.191.107.201', 1654453089, '__ci_last_regenerate|i:1654453089;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654452066;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cb86cc53535df05a3926f6c7b4410f85f7a6b43', '41.60.235.76', 1653753715, '__ci_last_regenerate|i:1653753715;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cbf59b6863464bbcbb57eda0b966c661161fa25', '41.191.105.88', 1651864415, '__ci_last_regenerate|i:1651864415;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651760465\";last_ip|s:13:\"41.191.104.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cbfddc032a5e6e7a6374b3f6a21db9023a7458a', '41.191.107.198', 1652469268, '__ci_last_regenerate|i:1652469268;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652358348\";last_ip|s:13:\"41.191.104.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652465203;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cc2565167b2155d1a9f47407062beb5e2eb1209', '41.60.232.168', 1676733943, '__ci_last_regenerate|i:1676733943;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676649551\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676733914;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4cd33ccdb621ee519b1e7b57537a277568753aea', '41.191.105.91', 1652655919, '__ci_last_regenerate|i:1652655919;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ce10e800d2de56b68ac4f96097c31971cacfb17', '105.160.65.227', 1674418365, '__ci_last_regenerate|i:1674418365;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674418327;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d1bc3f807f97e9b0b9ac5d6dccb27405b02742b', '41.191.107.232', 1655538695, '__ci_last_regenerate|i:1655538695;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655491458\";last_ip|s:13:\"41.191.104.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d21dea7a6255511bd8b1854411d81b0218b99ed', '41.60.239.119', 1654618871, '__ci_last_regenerate|i:1654618871;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654588330\";last_ip|s:13:\"41.60.239.144\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654618109;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d2fd6a1b314906adaa82606089eb45c09cba6a9', '41.90.37.211', 1660334311, '__ci_last_regenerate|i:1660334311;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d339b02b785b6b7cc5d662b7e1589276c29a327', '105.161.136.12', 1673462072, '__ci_last_regenerate|i:1673462072;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673442353\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673462038;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d39a8e66a316a098635e77ede4d11cfdb0cf0db', '41.60.237.59', 1652367180, '__ci_last_regenerate|i:1652367180;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1651756850\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652367096;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d4af3ebbfcbc75308e92f5f037486ce360e84f1', '41.60.232.189', 1656775713, '__ci_last_regenerate|i:1656775713;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d513393437b2a171e214a8b44411fabc62bcab3', '197.237.214.102', 1651421963, '__ci_last_regenerate|i:1651421963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d571d8be78115d69d98124d3ca790425b0c5faa', '197.182.60.254', 1674762473, '__ci_last_regenerate|i:1674762473;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d6f53455bc6a0e1a0b98cef9511963bc5b4ffc1', '41.60.237.126', 1670340051, '__ci_last_regenerate|i:1670340051;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337235\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d826e9a3e2e006eedbe25a5c0b850af783723f6', '41.60.233.116', 1659699953, '__ci_last_regenerate|i:1659699953;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659694961\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659698427;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d891dc233ba6db91b62d7950ce0cf201fc6f988', '41.60.232.140', 1662192958, '__ci_last_regenerate|i:1662192958;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662116819\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662185528;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4d8cbeaccce6cb2066cf6ec927863cf83c5d291d', '41.191.105.94', 1654725652, '__ci_last_regenerate|i:1654725652;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654721653;user_csrf|s:20:\"fJs8SeOLPhlYdgECjZXV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dafd265dfb975d86d7b6ccb36e190ade5b0c3e6', '41.60.232.170', 1672840004, '__ci_last_regenerate|i:1672840004;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672757553\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672839973;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4db109bedfdf51b1508922d71980d5bcffdc271e', '41.90.44.57', 1653915146, '__ci_last_regenerate|i:1653914842;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653811427\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653914756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4db422ec3cc4d74967c6ce2f8b018e21372cd190', '41.60.235.20', 1658585621, '__ci_last_regenerate|i:1658585621;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658342040\";last_ip|s:13:\"105.163.61.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1658584180;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4db872010ffd085989bc52ca44269a8ca1ea9b33', '41.191.104.74', 1653754293, '__ci_last_regenerate|i:1653754293;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4db9ddb4d84590c395bf9e6bb6afff274034c750', '41.60.232.254', 1671811258, '__ci_last_regenerate|i:1671811258;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671809916\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4dcd509e59afb7a6a294140a7eed175231c935e3', '41.60.232.254', 1671636852, '__ci_last_regenerate|i:1671636852;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671548792\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671635506;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ddd0c809be7e5646ca5e0625728dbe765b9f94f', '105.163.50.220', 1656099946, '__ci_last_regenerate|i:1656099946;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656081285\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4de01ea50f020d92d8d30dad406c1ce17e9c03c9', '41.60.232.81', 1651575407, '__ci_last_regenerate|i:1651575407;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651575365;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4de5555f61b6e4e38c6b3bad4cc7e8c8de4df06c', '105.161.181.147', 1674758898, '__ci_last_regenerate|i:1674758845;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674676151\";last_ip|s:13:\"41.90.178.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674758897;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4def008411d86c9ec3f94bd7a9169c7434eb51b6', '41.191.107.232', 1655538725, '__ci_last_regenerate|i:1655538695;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655491458\";last_ip|s:13:\"41.191.104.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e2bd2ebc8a0fd176d0db11043bbf707764cbf9a', '41.191.107.44', 1651717462, '__ci_last_regenerate|i:1651717329;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651526930\";last_ip|s:13:\"41.191.107.49\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651717292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e37499308eb082a98ee04e0c58fdc71877d9e64', '154.159.252.168', 1651495092, '__ci_last_regenerate|i:1651495092;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490596\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e6291ade14046a0ce6db8a6f6c0459787b5317e', '41.60.234.153', 1659791346, '__ci_last_regenerate|i:1659791319;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659774555\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659791341;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e77462c4750a51c173a0d86f05773260b880793', '41.191.105.95', 1659813963, '__ci_last_regenerate|i:1659813963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4e904a19569b6d04e2c8e6a0d0aa069addd104ff', '41.60.238.127', 1651656051, '__ci_last_regenerate|i:1651656051;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";message|s:28:\"Product successfully updated\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ea8fee730b55955d7c120753b04f267b2430d19', '41.60.232.14', 1657981980, '__ci_last_regenerate|i:1657981980;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657892902\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657981940;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4eb5f79514f28005254129c5b6f9ecfe2bce33fe', '41.191.105.93', 1652011119, '__ci_last_regenerate|i:1652011040;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651955606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652010419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ebdbc6c2e07eb7880989ea0a72833a0fc60db93', '41.60.232.148', 1659359968, '__ci_last_regenerate|i:1659359968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ec37e84c45a9b8bb4fcb0f99e09dd4aacac941b', '41.191.105.90', 1654551837, '__ci_last_regenerate|i:1654551837;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ed601898195c5d7fab3cc49887fd73d81f2d5e3', '41.60.232.168', 1676476981, '__ci_last_regenerate|i:1676476981;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676391116\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676476004;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4edab9e07d6ee84514a543ad69fed9aad8332f07', '41.80.97.52', 1666719604, '__ci_last_regenerate|i:1666719604;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666433512\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ef70436e16e7f3b1f098032facca0d339fb8e86', '41.60.235.76', 1654062850, '__ci_last_regenerate|i:1654062850;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654062836;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f13546050ae7b18ad93a327cf0f2b5e1eec5c81', '41.60.238.41', 1669389642, 'requested_page|s:27:\"admin/purchases/add_expense\";__ci_last_regenerate|i:1669389642;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669353557\";last_ip|s:12:\"41.60.238.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f20838b6655855c96a3083b3118a1c648b219a8', '41.191.104.88', 1654381633, '__ci_last_regenerate|i:1654381633;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654380167;user_csrf|s:20:\"e2UIqtkjYZlmi0A9hao4\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f2940be73f9977b370597701e1b5039450d1666', '41.80.96.73', 1653722742, '__ci_last_regenerate|i:1653722742;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1653042709\";last_ip|s:14:\"154.155.31.251\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f2ab7ddd812c9b6a481ac53b69547c90aac91ce', '41.191.105.229', 1656097717, '__ci_last_regenerate|i:1656097717;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656058719\";last_ip|s:14:\"41.191.107.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f54aa52dd7ed1afbb7b565425ee717da67ea2fb', '41.60.239.119', 1654684990, '__ci_last_regenerate|i:1654684975;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654615887\";last_ip|s:13:\"41.60.239.119\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f5b214aa873cdffce9d1af120f47beed71c36a4', '41.60.233.95', 1662616203, '__ci_last_regenerate|i:1662616203;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662441932\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f651a0b7ab4eab6b94e84e27070ac8c5a2d2e2b', '41.60.237.158', 1661438998, '__ci_last_regenerate|i:1661438998;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661436615;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f6c136469c69bf4f5c27911667bd641c0812c19', '209.145.52.241', 1654701334, '__ci_last_regenerate|i:1654701334;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f706d29c8ad02d7fa2764617dd9b96c8fafe2a0', '41.191.107.204', 1653911745, '__ci_last_regenerate|i:1653911745;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4f7ab678ccf0231964746a4d61c554f62de19f54', '217.21.116.218', 1680869156, '__ci_last_regenerate|i:1680869156;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fa6ae9fbfc38c940b9f0615311e6a5d1b49386e', '197.248.61.193', 1675153492, '__ci_last_regenerate|i:1675153461;requested_page|s:15:\"admin/pos/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675107103\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675153492;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fa853b27fe09ef5e7a0ada59a09f9cc534553d4', '41.191.105.93', 1657471439, '__ci_last_regenerate|i:1657471439;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657469519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fac7bf7f2333727d87f2a07877cea5721b600b9', '41.60.234.241', 1660890338, '__ci_last_regenerate|i:1660890338;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660827357\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;last_activity|i:1660889038;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fc7c95a6843a5a7a595599f28f09b9f7d35ccf7', '41.60.233.116', 1659594944, '__ci_last_regenerate|i:1659594944;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659537414\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659593259;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fd079a11775889958a533ad371599c110572063', '41.191.104.242', 1652560400, '__ci_last_regenerate|i:1652560400;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652462459\";last_ip|s:14:\"41.191.107.198\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652559355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fe6067111afdac62fc2f2f13820feb1d3aa0148', '197.182.60.254', 1674764896, '__ci_last_regenerate|i:1674764896;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4fecdd8785a22453d449a7c8a48290ab77dd4fd7', '34.79.57.245', 1679227544, '__ci_last_regenerate|i:1679227544;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('4ffced2dabb280632888c44b9d50911a5a25f5f6', '41.60.236.83', 1661263379, '__ci_last_regenerate|i:1661263379;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661233091\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661262385;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500235af6754ea651fba291748c37be0b161c725', '41.60.237.16', 1666019076, '__ci_last_regenerate|i:1666019076;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665986340\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666018339;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50078cd976a7095327c02b28995a835794982e0d', '41.191.105.232', 1656351106, '__ci_last_regenerate|i:1656351106;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('500ad5ff70dd4554dd1f92b384eb0ed1629f976c', '41.60.235.236', 1670942120, '__ci_last_regenerate|i:1670942120;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670851955\";last_ip|s:13:\"41.60.236.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670940699;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('502a77fb7870f67954aef3732c919b677cd98068', '41.60.237.200', 1665555189, '__ci_last_regenerate|i:1665555061;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665500677\";last_ip|s:12:\"105.160.20.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665555166;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('502fd32470fb301d764dc7bba90c6b2bb01271e8', '41.60.238.127', 1651655409, '__ci_last_regenerate|i:1651655409;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('503dfd74e6d70864d1112dc2dba63937d69d7be3', '41.191.104.44', 1653909857, '__ci_last_regenerate|i:1653909857;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('504b545f47c40fb772afd3148356c72e6c39ebf2', '41.191.105.91', 1652971935, '__ci_last_regenerate|i:1652971935;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652901280\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652971898;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('505a7e1ccaea987ff6d5abb3f57942792c78ba3a', '41.191.105.94', 1657048242, '__ci_last_regenerate|i:1657048242;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657048215;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('506a23be77a6e9dd8255cb2dbc18e70e56b94962', '41.60.237.59', 1652274035, '__ci_last_regenerate|i:1652274035;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652274014;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"8pUWXhVJIwYZNC2qLman\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('506a45bc472d5120d845b7dcbace8b35d7e355f9', '41.191.105.95', 1652559714, '__ci_last_regenerate|i:1652559714;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652462459\";last_ip|s:14:\"41.191.107.198\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652559355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5072fd04512b699390d0a56ba188f91dc846be64', '41.60.238.178', 1655970218, '__ci_last_regenerate|i:1655970218;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655962897\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5076a17f4519ccc3c064d881bb35027cc0f6b62a', '41.60.238.241', 1668093720, '__ci_last_regenerate|i:1668093720;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668011685\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5089b2776d97d2b376a556e9c6cb97ec8d35bfed', '209.145.52.241', 1653673406, '__ci_last_regenerate|i:1653673406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('509e03ee3b6fb3593e640b7e8e7ef874caba8eee', '41.191.107.225', 1652859707, '__ci_last_regenerate|i:1652859634;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652795076\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652859707;remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50aeb80c7edf2cdbc0784ad804853be33d8c5596', '105.163.48.250', 1660759038, '__ci_last_regenerate|i:1660759038;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50b9d3acd576c499b5247a95d3ad1a0f81fa9fbb', '41.60.236.151', 1678116307, '__ci_last_regenerate|i:1678116307;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677858642\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678115992;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50cc39d546f859ecb8aa95388f6d750bf75cddae', '41.60.237.59', 1652541760, '__ci_last_regenerate|i:1652541760;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652541089\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652541722;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50d24e54f06fe8a67246d7cadcabd15a739f354d', '41.60.234.241', 1660893444, '__ci_last_regenerate|i:1660893372;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660827357\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;last_activity|i:1660893077;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50dbad9b712643a8a3eb432651390cd490fafcfb', '41.191.107.204', 1653914746, '__ci_last_regenerate|i:1653914746;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50dfd79299bf8546ece664d6adb154969913a992', '41.191.105.89', 1657538190, '__ci_last_regenerate|i:1657537953;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657465579\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657538136;remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50f2a40e05e74d486e5015489a59a313a7f6531a', '41.60.232.221', 1669043526, '__ci_last_regenerate|i:1669043526;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668945894\";last_ip|s:11:\"41.60.236.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('50fbf9938e38f1c6c42fdf36ca98ec336de65338', '41.60.237.125', 1651677007, '__ci_last_regenerate|i:1651677007;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651676860;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"VdLnN0O9QPBvS4i1EZmz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('510ce22bbadb7d01d400da5b2e04d86f2b47dd89', '41.60.232.12', 1663229594, '__ci_last_regenerate|i:1663229594;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663179344\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('511ef7073fae37eeadcb8a581a0be0240ff8366e', '217.21.116.218', 1680870594, '__ci_last_regenerate|i:1680870594;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51248f86c69a91a814ee533d1d36148af47b6065', '41.191.105.94', 1655161390, '__ci_last_regenerate|i:1655161386;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655155406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('518ff6bb9d29d75d1051dc6d7d8c072d4976bf31', '41.191.107.144', 1651767478, '__ci_last_regenerate|i:1651767476;requested_page|s:9:\"admin/pos\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651734958\";last_ip|s:13:\"41.191.104.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651767165;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5195d8eaddf21c24a211e5b5a168a76d09e595ab', '105.160.57.31', 1660891155, '__ci_last_regenerate|i:1660891146;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1659450077\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('519940c355ee7f6d98c98d9b17492d92eab3b383', '197.155.95.6', 1663992418, '__ci_last_regenerate|i:1663992418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51ac8699074f2c5473807bb1105ddaa12436b561', '41.60.237.195', 1652092262, '__ci_last_regenerate|i:1652092262;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51bc1aaa09e516e54a9fbbae9fbab1ae4a13a650', '173.252.95.2', 1672949649, '__ci_last_regenerate|i:1672949649;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51c75fcc86fb6b09def71adaa54ff51030329902', '41.60.232.170', 1672747017, '__ci_last_regenerate|i:1672747017;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672742156;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51d51e9fc73555e9421e6de144cf9063b180c677', '41.60.235.76', 1653836246, '__ci_last_regenerate|i:1653836077;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653808592\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653836245;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e5faf42b95d7be22bbcdf082397931eaf01053', '41.60.233.5', 1675869347, '__ci_last_regenerate|i:1675869347;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675867809;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51e8fd272e24f75daf84e53b0ad1f665cb3d43a8', '41.60.232.168', 1677253132, '__ci_last_regenerate|i:1677253132;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677164296\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677251917;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('51f68fed852958f2f24355291efa9cbbf60e2dae', '41.191.107.138', 1652266858, '__ci_last_regenerate|i:1652266858;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652234240\";last_ip|s:13:\"41.191.104.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652265693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('521e67471871bac85fd16db850b31874aa501a84', '41.60.237.70', 1664517400, '__ci_last_regenerate|i:1664517137;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664378842\";last_ip|s:13:\"41.60.237.159\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664517389;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52380f83a05f981857d92446c8de23a9e089b897', '105.163.48.72', 1652675006, '__ci_last_regenerate|i:1652674899;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652647232\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1652675006;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('523c243d83f704c61a90f3965e2546d744ae030c', '197.248.117.169', 1664875500, '__ci_last_regenerate|i:1664875500;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1663007727\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664874685;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5257fb4d9e1d392ebf6af1ee5540b589b9fd5dbd', '41.60.237.126', 1669650053, '__ci_last_regenerate|i:1669650053;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669473397\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52607033d6879b0d3555e1228a736fdd2dc14756', '217.21.116.217', 1667158772, '__ci_last_regenerate|i:1667158772;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"516pTlZC08jI73sEgdMh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5260d97cd78a973937165355080c3d22c161e8db', '41.60.237.200', 1651753593, '__ci_last_regenerate|i:1651753593;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651753158;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52690644a35903e3c02c780ffa24465ce3b2200b', '41.60.237.59', 1652530972, '__ci_last_regenerate|i:1652530972;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('526ad1dd16d3611fefb8c542d0aab3c3a0e9c43f', '41.191.105.90', 1653141402, '__ci_last_regenerate|i:1653141402;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652968511\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653141155;user_csrf|s:20:\"4Aas9Bjo2kvi0tYcZUFl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52ba16e90736e4be12de4b7c4394966730fbe797', '41.90.216.73', 1651498130, '__ci_last_regenerate|i:1651498108;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52bbdeed392a538031ed30aa229fe3a20a8b51c6', '41.60.234.153', 1660123452, '__ci_last_regenerate|i:1660123452;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659987241\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52ef1d250fc7d8d46c100331c69b7ddb0e6368f0', '41.60.232.140', 1662121795, '__ci_last_regenerate|i:1662121795;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662104843\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662120890;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52f6411094a638a90edd7231a1e08b7d82452c12', '105.163.50.229', 1659894378, '__ci_last_regenerate|i:1659894378;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('52f778d25bf2751f76ee3ede12304aba6be3b2fc', '41.191.107.52', 1656357635, '__ci_last_regenerate|i:1656357635;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53014b309d5476a38b7f2f6cafba3013bfab4e9f', '41.80.98.64', 1653732734, '__ci_last_regenerate|i:1653732734;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('533354a06f9ec54ff0c8cd824fd8f15f8d0edd1a', '197.232.61.242', 1668085216, '__ci_last_regenerate|i:1668085216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('533d05717fe057c6a7e7cc23172b5318a6045a58', '41.60.233.155', 1672846817, '__ci_last_regenerate|i:1672846817;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672757553\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672844204;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('533ef2d86e3fcb5260d07b2d26d96aee34a61d8b', '41.60.238.241', 1668179420, '__ci_last_regenerate|i:1668179420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5341772b8837ac202389bc957fc32265974a43ad', '217.21.116.217', 1668104845, '__ci_last_regenerate|i:1668104841;requested_page|s:24:\"admin/purchases/expenses\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53421b96fcf24243972bdabec549ed78abd825c9', '105.161.212.42', 1674502618, '__ci_last_regenerate|i:1674502618;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674416752\";last_ip|s:14:\"105.160.65.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674502602;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('535c46e51afa41170ff0bae24c074c9066bf2f6c', '41.60.238.127', 1651651123, '__ci_last_regenerate|i:1651651123;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651649478;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('537245d7249c68dc90f77a4e480c8d978cd91ae5', '41.60.237.158', 1661528190, '__ci_last_regenerate|i:1661528190;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661521111\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661522397;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('537d248394180e2ad0b096719545b52ade4d44ae', '41.60.237.126', 1669475977, '__ci_last_regenerate|i:1669475977;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669389296\";last_ip|s:12:\"41.60.238.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('537f51e62f0cc3eddbbb98b89155ef8a67734a6d', '197.248.117.169', 1664874376, '__ci_last_regenerate|i:1664874376;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1663007727\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5391e453b0df8d418414e95be71af5eed33584b9', '41.60.239.159', 1651679378, '__ci_last_regenerate|i:1651679378;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1651493853\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651678761;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5392fcbdb70c5ddfdcfb1979687e57e6c1c932c3', '41.60.233.115', 1680362331, '__ci_last_regenerate|i:1680362331;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680268210\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680362069;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5393a489fc162bc1f312c2633c4e75f35a028515', '41.60.237.70', 1664516833, '__ci_last_regenerate|i:1664516833;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664378842\";last_ip|s:13:\"41.60.237.159\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5398f4ec924974bb881b3a90e9ef5989d0fd4832', '41.191.105.90', 1655188634, '__ci_last_regenerate|i:1655188493;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655187103\";last_ip|s:14:\"41.191.104.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655187580;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('539a536cd85a7ff5b8d5d353684cf7f88ace3933', '41.60.237.126', 1670428398, '__ci_last_regenerate|i:1670428398;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337454\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"BZW39QRbtPwsMkS0UCgz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53a6c899fa91225eabf6d78940dde344e855a43b', '209.145.52.241', 1654090749, '__ci_last_regenerate|i:1654090749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53c176ac29fa47647e7d6fef7a6d30a8b360a948', '102.7.145.55', 1651639812, '__ci_last_regenerate|i:1651639812;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651497801\";last_ip|s:14:\"105.160.31.183\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53ce6089f6f5f668e8422dc506bc34d0533661bf', '41.60.235.20', 1658414005, '__ci_last_regenerate|i:1658413949;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658413385\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658413967;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('53f9ca9096febb6cae2677b2ed7d06a7a18635f4', '41.80.96.73', 1653733291, '__ci_last_regenerate|i:1653733291;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5403fc1ba2245f6d8d2d395acb584cad73aa2f5e', '105.53.64.240', 1662730988, '__ci_last_regenerate|i:1662730806;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662729979\";last_ip|s:13:\"41.60.234.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54064c714f657888e63294c7eb42d1191d4f48a6', '41.60.232.168', 1676649491, '__ci_last_regenerate|i:1676649491;requested_page|s:20:\"category/long-sleeve\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5412c477320e1232d628dc51a4ff27840666ace1', '41.60.237.195', 1652171026, '__ci_last_regenerate|i:1652171026;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('542880a8e92413886d7f8ce76d3e2fe1d885d5be', '41.191.105.94', 1654723634, '__ci_last_regenerate|i:1654723634;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654721653;user_csrf|s:20:\"fJs8SeOLPhlYdgECjZXV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5444b681aad88b8ee281d18572957dc843bc5516', '105.161.212.42', 1674501991, '__ci_last_regenerate|i:1674501991;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674416752\";last_ip|s:14:\"105.160.65.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674501770;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('544798d968a4463d25acb614f306d936e899dbe5', '41.60.237.200', 1651851325, '__ci_last_regenerate|i:1651851325;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651842412\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651851288;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('545826959afcfa54873cc3cc84809c5baceffea8', '41.60.236.7', 1668946180, '__ci_last_regenerate|i:1668946180;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668944748\";last_ip|s:11:\"41.60.236.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668945896;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('545d6c439f0a1675575e72f89d811e9b574eb571', '41.60.233.5', 1675785898, '__ci_last_regenerate|i:1675785898;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675754168\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675785854;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54c89eabc9f64f23782ceef2ca0d28fe6fab8047', '41.90.40.126', 1659296093, '__ci_last_regenerate|i:1659296093;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659294406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54cd7509a7a9a68d2c05e5b3ebad73e9c7c97fe7', '41.60.235.236', 1670945677, '__ci_last_regenerate|i:1670945677;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670851955\";last_ip|s:13:\"41.60.236.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670943284;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54e63acee91e6016b8a7e43e4b86dc18e8c518b0', '41.60.233.85', 1664865946, '__ci_last_regenerate|i:1664865946;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664802478\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664864840;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f1fe33ccc8e5026f297bf78cf1089ceb3751b6', '41.90.189.189', 1675191113, '__ci_last_regenerate|i:1675191113;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675153471\";last_ip|s:14:\"197.248.61.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675191076;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('54f2092dbf274f2aab39be42b0e030a677d23548', '41.191.107.44', 1651716618, '__ci_last_regenerate|i:1651716618;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651526930\";last_ip|s:13:\"41.191.107.49\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651716309;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55391b836c0546d990205e26764abe4a00ff0994', '41.60.239.115', 1655130631, '__ci_last_regenerate|i:1655130631;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655098371\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655130571;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('555baad3b3c84ff4ab7161ae75d675576753520a', '41.80.96.73', 1653738270, '__ci_last_regenerate|i:1653738270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5582748e080601f985263dbc5870b0f1d030690b', '41.191.107.233', 1655239250, '__ci_last_regenerate|i:1655239227;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655221853\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655238559;user_csrf|s:20:\"IZflUtp5wobm9PFNnAGa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('558d9cce2334aaf692fc655568baeee38b8ac265', '105.163.48.250', 1660849775, '__ci_last_regenerate|i:1660849775;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660846337\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('559169fd21f999d0009d79ed8d7a1a3be4d97f66', '41.60.237.195', 1652091238, '__ci_last_regenerate|i:1652091238;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55aee02a5000eb6e4d6515e04dc8d8a82d98f7bc', '41.60.237.59', 1652435357, '__ci_last_regenerate|i:1652435357;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652369955\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652435123;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55d64a7b6acb288feec76d3625359ec36bb2c339', '41.60.237.159', 1664379206, '__ci_last_regenerate|i:1664379206;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664287683\";last_ip|s:13:\"41.60.237.159\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664378964;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55ee18039d63cc2f419a58fbecb0a76c3ba51a8d', '41.191.105.90', 1654550264, '__ci_last_regenerate|i:1654550264;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('55fcce63a803825b23c2bc538d3570c92b1f7667', '41.60.239.144', 1654596395, '__ci_last_regenerate|i:1654596395;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5613495434ab1f6fa8a74593e43f47b37abbda2c', '41.191.107.204', 1653912096, '__ci_last_regenerate|i:1653912096;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5626f19c6a9ec04f522f6a9628900e9d601c74c1', '41.60.233.5', 1674058665, '__ci_last_regenerate|i:1674058357;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673968945\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674058030;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('565c36c812a95bff304c52946c508b95d3855b76', '41.60.232.14', 1657814828, '__ci_last_regenerate|i:1657814828;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657726284\";last_ip|s:13:\"41.60.237.163\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657814752;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('565fde6ff1221edb78bd6111bfc38e4028c9250e', '41.90.44.57', 1653590707, '__ci_last_regenerate|i:1653590707;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653489498\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653590413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('567a81108388cac9b4c2515da168b6a68097998b', '41.60.235.76', 1653909434, '__ci_last_regenerate|i:1653909190;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653909433;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5687ff46783bef282b476e25632a2f57cc87ecbd', '41.60.237.126', 1670341291, '__ci_last_regenerate|i:1670341291;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337235\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5699541809287cd01187faf28f6499455045330d', '41.90.44.57', 1653680098, '__ci_last_regenerate|i:1653680098;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653640919\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653679517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('569fec6d6cb064fc02949eb106429926149e4a6e', '154.159.252.6', 1651427453, '__ci_last_regenerate|i:1651427452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56e2a73b101d4f90f35a1b101d7976737f2f503b', '41.60.237.59', 1652879634, '__ci_last_regenerate|i:1652879634;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652804480\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652879337;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56eb9c55a5661262e2a6d37992657a6611764fdd', '41.60.235.20', 1659192639, '__ci_last_regenerate|i:1659192639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('56f2d75ee4c1f26494017450f28b943a9eb59711', '41.60.237.125', 1651678143, '__ci_last_regenerate|i:1651678143;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651677718;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"VdLnN0O9QPBvS4i1EZmz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5703a7ea046d84415e9a89d595de9869115af3b6', '41.191.107.228', 1654001380, '__ci_last_regenerate|i:1654001380;requested_page|s:22:\"admin/products/view/76\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653906351\";last_ip|s:13:\"41.191.104.44\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57140376206847731274b2476eec30e1825f12cd', '102.6.14.197', 1671855310, '__ci_last_regenerate|i:1671855306;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671811013\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671855310;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57409dc7a1ec432307a5fc5cc4da5203e5bdbab2', '41.60.237.195', 1652194313, '__ci_last_regenerate|i:1652194313;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ME8NsKv0OH2BY1bQmf7P\";last_activity|i:1652193991;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('575015ba654620ece668c9b476e2c291e248405c', '41.60.236.83', 1661262977, '__ci_last_regenerate|i:1661262977;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661233091\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661262385;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5753922c86ec2a5fbc3dcfa23cf5329889a228da', '217.21.116.217', 1667815801, '__ci_last_regenerate|i:1667815801;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667722048\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5769c571b2533e796dadff264ca66b99888e98b9', '41.191.105.94', 1652907205, '__ci_last_regenerate|i:1652906910;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652875650\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652901612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5790d7f97aecfe7c07fdaf2f10962ed01b2152ae', '41.191.105.94', 1652785606, '__ci_last_regenerate|i:1652785606;requested_page|s:29:\"admin/reports/quantity_alerts\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('579c8093906fe04649c258380006ab939ddfa84e', '41.80.96.73', 1653735967, '__ci_last_regenerate|i:1653735967;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57a25842f00581661465ab284c1de32d13c1e816', '41.60.232.14', 1658329973, '__ci_last_regenerate|i:1658329973;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658308840\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658329922;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57b28604c9794bd550dd67bff90fa3dec993e46f', '209.145.52.241', 1652561413, '__ci_last_regenerate|i:1652561413;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57de15fabe47ef84038c0b658ce5d92f77f836ee', '41.60.237.126', 1669477758, '__ci_last_regenerate|i:1669477758;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57e9c2ca21173c8c3a484ece07c4bf1984d52f27', '41.60.237.158', 1661525634, '__ci_last_regenerate|i:1661525634;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661521111\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661522397;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57f2191f2dae1b82b78a7f30e281a71e87fc7506', '41.60.234.153', 1660136591, '__ci_last_regenerate|i:1660136591;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660121246\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('57fe2c3b3a8bba3d504aed7fe0f1789c8be4b4db', '41.60.238.127', 1651588122, '__ci_last_regenerate|i:1651588122;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58018bbab5b46616cb79ad331b76692f2973b82b', '41.191.105.91', 1652655607, '__ci_last_regenerate|i:1652655607;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('581209e9fe51e04ea8b0dede420135385b2ffcf1', '41.90.187.221', 1674850348, '__ci_last_regenerate|i:1674850348;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758970\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674850314;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5813bb24a83eb9ff46ef0b0ffbd179f543287db5', '41.60.232.168', 1676909997, '__ci_last_regenerate|i:1676909997;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676732951\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"0j9FGI438Zh7OdT2yKso\";last_activity|i:1676908448;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58189ef04b0f578e348981c72b31a3da8ce333d3', '41.191.104.44', 1653909206, '__ci_last_regenerate|i:1653909206;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('581ae1ea7581e8954d16022f86362b09db0ddc7a', '41.60.233.5', 1676306147, '__ci_last_regenerate|i:1676306147;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676210582\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676304468;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('582e315fb027c4c348e2f6f2c1f8414cdf44d4cc', '41.60.232.168', 1677164943, '__ci_last_regenerate|i:1677164943;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677076796\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58356a715a803d92e5afa7135e4559be0d2d4508', '41.60.235.76', 1653752910, '__ci_last_regenerate|i:1653752910;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58592be0ffdbdf41e5bf02f18eec2b0b75df3314', '217.21.116.218', 1674412882, '__ci_last_regenerate|i:1674412881;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('586723e0681db1ed1134ec4597de02a30e282ba2', '154.159.252.6', 1651444396, '__ci_last_regenerate|i:1651444396;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('586d22ed89d2af62610dec38e839e3dbe20bab37', '41.60.235.20', 1658501750, '__ci_last_regenerate|i:1658501750;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658492124\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658501434;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588120fe1d122833079cf84daf977c496f566425', '41.60.235.20', 1658845313, '__ci_last_regenerate|i:1658845313;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588adf933183286dcd12fee474decc7d81c6dd6e', '217.21.116.217', 1667158772, '__ci_last_regenerate|i:1667158772;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"516pTlZC08jI73sEgdMh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('588ed9387cac1bdfe9e406ddfaa06af3adf518d0', '41.60.232.254', 1671366190, '__ci_last_regenerate|i:1671365982;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671364310\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671365490;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('589049cc223ddc803061d0952d4b5e27c1528921', '41.60.232.140', 1662097926, '__ci_last_regenerate|i:1662097762;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662061967\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58934d8dfbdca5f77ee0ed7c6835bba188e9086e', '41.60.238.178', 1655736480, '__ci_last_regenerate|i:1655736480;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655559669\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655736444;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5895f82c71bccfc27ab175238f1c2e2fa2b655e1', '217.21.116.214', 1672853397, '__ci_last_regenerate|i:1672853395;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1671773242\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58c5ce7c82b4213962ebabcff1d5efa503d14fab', '41.60.233.5', 1675869656, '__ci_last_regenerate|i:1675869656;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675869616;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58ccae68ead801ea827eece8e43e69372980c45e', '154.159.252.6', 1651443983, '__ci_last_regenerate|i:1651443983;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('58eff0a633e8de814f16c12d0031f6b88e86d674', '41.60.237.70', 1664637733, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1664637719;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664604185\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664637218;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59031938f9cc68c39c464bbed4b85bf5bccaddd9', '144.217.135.202', 1672918690, '__ci_last_regenerate|i:1672918690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('590809c9db3109097455a84c51bb9e0ee35e2eac', '41.60.237.195', 1652175231, '__ci_last_regenerate|i:1652175231;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"5xdChQToP0aSfJRLIMAg\";last_activity|i:1652173583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5910aa4a823d730bce90717ea05b8c839ae9c7cb', '41.191.105.235', 1652210472, '__ci_last_regenerate|i:1652210472;requested_page|s:19:\"category/embroidery\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652188290\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('591a241284af258c533536b59025627ec6e6b18c', '41.191.105.89', 1652876856, '__ci_last_regenerate|i:1652876856;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652858642\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652876096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('592b98321cbc49b629d15a81557e43556c510e20', '41.60.235.20', 1658830004, '__ci_last_regenerate|i:1658830002;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59352c4b27eae35402d50254fce6e31d7f1b6e0d', '41.60.238.62', 1668697634, '__ci_last_regenerate|i:1668697634;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668610601\";last_ip|s:13:\"41.60.234.100\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('594801872c8ea69e912ff2cf3f3ba9c5ae072e86', '41.60.235.20', 1659018582, '__ci_last_regenerate|i:1659018582;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658999714\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659018513;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59530c148192517e4b3fcce9b0a461aeb46aca78', '41.60.236.83', 1661352511, '__ci_last_regenerate|i:1661352510;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661343584\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661351856;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5956ca0751df7c515f2c28ad530079ba0bf429b9', '41.60.232.168', 1676736580, '__ci_last_regenerate|i:1676736580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59640449d3662f289b7a37be91cc3eae2b3c3619', '41.191.105.92', 1654960032, '__ci_last_regenerate|i:1654960032;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654889850\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654959190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5972c8b6ec95283ad5230fcb0a7c5b32e803ffe7', '41.60.232.255', 1673367080, '__ci_last_regenerate|i:1673367076;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673279516\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673367076;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('597ae286114c2fd9c596b68a1a2c0475b00e630e', '41.60.237.126', 1669735999, '__ci_last_regenerate|i:1669735999;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669647710\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669734944;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59ab263c2a3098cd63bdd7059bc371af0683f04f', '217.21.116.217', 1667144883, '__ci_last_regenerate|i:1667144883;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59b88d4b6deed850f0e147f9674fbc748c8720f7', '197.248.117.169', 1675931494, '__ci_last_regenerate|i:1675931494;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1675056866\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675930859;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59bed15fda1680a9a33bbfeaa2f4eb0eba240a7b', '41.191.104.120', 1655214355, '__ci_last_regenerate|i:1655214354;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59ee85cf6cc347139ec80e92b84b834d6af19c37', '41.60.233.116', 1659763784, '__ci_last_regenerate|i:1659763784;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659695179\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659763752;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('59f7abc884370b0485ecb3449833e4e6306b511c', '197.248.117.169', 1675930249, '__ci_last_regenerate|i:1675930249;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1675056866\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675929552;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a001f9d6201f4c306de7d704731d3c49641540b', '41.60.232.14', 1658154494, '__ci_last_regenerate|i:1658154494;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658151231\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658154362;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a03f092a5dc8518cadd2b788e692db924191118', '41.60.237.158', 1661528218, '__ci_last_regenerate|i:1661528190;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661521111\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661528190;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a11b6050de95d23621b49c38226ffb6fc240580', '41.60.237.195', 1652178112, '__ci_last_regenerate|i:1652178112;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652177401;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a1725ae8fc4933e7d7ed2053f075257debc92a9', '105.163.50.229', 1659718615, '__ci_last_regenerate|i:1659718615;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;user_csrf|s:20:\"DBcFNp9Ll5dJICzvsonP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a2c6d1ee560da433f73663810eb91970a609266', '41.60.237.207', 1665241058, '__ci_last_regenerate|i:1665241058;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665154863\";last_ip|s:13:\"41.60.237.207\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665238863;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a41e5b70286b8e580312352b60df1db06eb21d0', '41.60.237.59', 1652542494, '__ci_last_regenerate|i:1652542494;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a52e8ccbcbe597e03bcef69711ddec630c142c1', '41.60.237.16', 1666193407, '__ci_last_regenerate|i:1666193407;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a57b00f9965725197fdf198765726c7a5b69fde', '41.60.232.12', 1663741387, '__ci_last_regenerate|i:1663741387;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663679131\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663740196;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a5dab92bcec9f108bc29d94d0886a273f90a260', '105.163.61.45', 1662400927, '__ci_last_regenerate|i:1662400927;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662385372\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a6da03a76f219894c7a34ce2bac2f2f7ca45df3', '209.145.52.241', 1652559724, '__ci_last_regenerate|i:1652559724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5a85c9d8cec9e04041c9a8beec6c65dbfed8404c', '41.60.232.254', 1671550231, '__ci_last_regenerate|i:1671550231;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671466975\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671548043;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ab1fd9729c89e5912a707a0509a540e6db53544', '105.163.48.72', 1652643597, '__ci_last_regenerate|i:1652643597;requested_page|s:33:\"admin/products/edit_adjustment/33\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ac4080db684dbb31447e8a56994079c9e786bc0', '209.145.52.241', 1664361803, '__ci_last_regenerate|i:1664361803;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ace3214778ba9106ba2673ea6442bceb05befec', '173.252.111.120', 1672949713, '__ci_last_regenerate|i:1672949713;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad7a356b399eec4c977b9e089f53ac3a3f08348', '41.60.235.76', 1653753731, '__ci_last_regenerate|i:1653753731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ad87475161493ab03c926c96ff1fa1785c7f7ee', '41.90.33.7', 1655231239, '__ci_last_regenerate|i:1655231182;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655182163\";last_ip|s:10:\"41.90.33.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5adcfa0a1a61736ba80d6d5a52c103dc83fe0e28', '41.60.233.116', 1659698427, '__ci_last_regenerate|i:1659698427;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659694961\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659698006;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ae54a8d743e24fd6e5fdb1de4186b5960ee6712', '41.60.233.155', 1673107937, '__ci_last_regenerate|i:1673107937;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673077625\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673102289;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b004f73e1eb67873c56923aa1c4656eb0f1f7b8', '105.163.48.72', 1652641797, '__ci_last_regenerate|i:1652641797;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b016f781d1e71338a8505aff2cebbe14c06a0d8', '41.60.233.5', 1675870582, '__ci_last_regenerate|i:1675870582;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675869656;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b01c588eb38aa6baea07418f7e3d6f38bdb8f73', '217.21.116.218', 1680886918, '__ci_last_regenerate|i:1680886918;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680866618\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680886115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b0709134a570ae229b69c89b48048e28787912b', '105.163.50.229', 1659717531, '__ci_last_regenerate|i:1659717531;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b1c0afd69ef8aeaa01527e456002b39747e308e', '41.60.233.5', 1674058357, '__ci_last_regenerate|i:1674058357;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673968945\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674058030;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b20e5fc022955930b15957c723e82f689e69ebd', '105.163.61.45', 1662051706, '__ci_last_regenerate|i:1662051706;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"bnu2OFL8drqUBaSczsmD\";message|s:26:\"Expense successfully added\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b43a49f17bc4b06385a944f5e37b4a944ca5f04', '41.60.235.236', 1671030770, '__ci_last_regenerate|i:1671030770;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670940455\";last_ip|s:13:\"41.60.235.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671028698;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b5e263c50356bef9f21574d337925b9dd165222', '41.60.238.241', 1667921201, '__ci_last_regenerate|i:1667921201;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667834114\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667920099;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b5f91c61936be6be037a60851704fdb8a606b29', '41.191.107.225', 1653402777, '__ci_last_regenerate|i:1653402777;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653402409;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b6a1bbc430b682bdc4302833e48b4c1cf5f4797', '41.191.105.89', 1652608327, '__ci_last_regenerate|i:1652608327;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b7138373ef81234f590ffc0bfb7a93af0157d61', '41.60.237.59', 1652781980, '__ci_last_regenerate|i:1652781980;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652716077\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652777560;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b714caa2ca98df4624fe491c81829d8cb9c66cf', '41.60.237.158', 1661614021, '__ci_last_regenerate|i:1661614021;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661613177;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b741fab240154878022b6ef3058d436e6888526', '41.60.234.241', 1660744803, '__ci_last_regenerate|i:1660741764;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660731326\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660741764;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b91724f3f6cea199faaff4e3fb94b8e4f2ad96b', '41.60.235.76', 1654065946, '__ci_last_regenerate|i:1654065946;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654065905;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5b9a63ff6c0d279942b4a478eec57d955f74b113', '41.191.105.90', 1655140707, '__ci_last_regenerate|i:1655140707;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654961496\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655139432;user_csrf|s:20:\"pNXRjfPQoZkwiH7TGhSD\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bb9d7000506e33adb8597c7353ff28cc390da71', '41.60.237.126', 1669473812, '__ci_last_regenerate|i:1669473812;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669389296\";last_ip|s:12:\"41.60.238.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bb9eec43e6b20e79bf5c4b0113152acf989323d', '41.90.44.57', 1653908672, '__ci_last_regenerate|i:1653908672;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653811427\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653907169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bc42acc85c0111d41def5a318e44f9dc3662bbf', '41.60.235.76', 1653810847, '__ci_last_regenerate|i:1653810841;requested_page|s:17:\"category/sweaters\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bccd237792d5f957f21a57eaa3e493063d78305', '41.60.235.20', 1658849740, '__ci_last_regenerate|i:1658849740;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bcef6e883704d6f4e1ca712b8c697d34defce91', '41.60.232.254', 1672224898, '__ci_last_regenerate|i:1672224898;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bd2d01db3b1ddde5f3eeb89ea57547017d55899', '41.60.237.200', 1651742205, '__ci_last_regenerate|i:1651742205;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"7NDybYoMHuL5gAQrKeOC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5be362546e4156453df9326a931e8f7773b3d2dc', '41.60.232.12', 1663305973, '__ci_last_regenerate|i:1663305973;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5bfb6515a92419f749821d02401b24f7ccb3ddd2', '41.60.235.76', 1654093351, '__ci_last_regenerate|i:1654093351;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654062260\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654093312;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c002919d01fb785973bacc19c69814d59b2372b', '41.60.232.140', 1662478960, '__ci_last_regenerate|i:1662478960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c26222ff94fac0ddb88020a6cc34cdd73dcbbab', '41.60.235.80', 1673537411, '__ci_last_regenerate|i:1673537411;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673533863\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673535589;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c53a093b0a9e121f6c372a399b3447ce2ae99ce', '197.248.117.169', 1664875813, '__ci_last_regenerate|i:1664875813;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1663007727\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664874685;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c60cf4047fb089e04a9048c2474cce883a8d862', '41.60.237.16', 1666106258, '__ci_last_regenerate|i:1666106258;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666073579\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666106223;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c846609cdac83ac4bbdcf542f7fe42251ea1d61', '105.161.13.238', 1671564249, '__ci_last_regenerate|i:1671564249;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c882891b16b690980d377127a5f6518e03ad1de', '41.60.233.5', 1676303007, '__ci_last_regenerate|i:1676303007;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5c94157fd9b1c420b69ce46b7605a146d4a3bffb', '41.60.232.50', 1670597383, '__ci_last_regenerate|i:1670597383;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595293\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670597042;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ca3bf7721158936583105b2f24bf72f50379601', '41.60.233.155', 1673099769, '__ci_last_regenerate|i:1673099769;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673077625\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673099638;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cb745c7d348e2b0581762ad1a11f11f7d02d453', '41.60.237.143', 1665674923, '__ci_last_regenerate|i:1665674923;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cbb0739f10fe172252dc7b63677615156d4f1dd', '41.60.232.254', 1671205909, '__ci_last_regenerate|i:1671205909;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671199490\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671200959;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cd8599687dd5589eb31feae9819a0804a9d479c', '41.60.235.97', 1679307349, '__ci_last_regenerate|i:1679307349;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678804479\";last_ip|s:13:\"41.60.234.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ce2d4356d563f5a8cd0c8440046c322572858d8', '41.60.235.76', 1653753919, '__ci_last_regenerate|i:1653753919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ce3adb7c2d7387a7782af2ebe350abe9be5e029', '41.80.96.73', 1653805331, '__ci_last_regenerate|i:1653805331;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cee53c3bd185569bbfd0a63b71418b69f2e4374', '41.60.239.133', 1667402958, '__ci_last_regenerate|i:1667402958;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5cf6afba26a419d8eca70d80a16f1ed4030ac5d4', '41.60.233.116', 1659622241, '__ci_last_regenerate|i:1659622166;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659463704\";last_ip|s:12:\"41.90.40.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d0803eccc48f9af40d469a04ad46df349c154fa', '41.191.105.92', 1652633688, '__ci_last_regenerate|i:1652633688;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d176ceed7d3a1ef0339f8c18b5887f9d623d811', '41.60.235.20', 1659021244, '__ci_last_regenerate|i:1659021244;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659020145\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d260cab07e94a913b1f74ad2a86b6a973f22ea1', '41.60.234.241', 1660827784, '__ci_last_regenerate|i:1660827784;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660741565\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660827747;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d2ae863b1161fde0c8481822f4811becf82df2e', '41.90.4.63', 1675003243, '__ci_last_regenerate|i:1675003217;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670309164\";last_ip|s:14:\"41.220.235.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";csrfkey|s:8:\"Lf1GT7wr\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfvalue|s:20:\"ZAOgyTKL8XvWt2fUEMmB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d40314697a89bcb32eaa2b393053d50f5d59bc8', '217.21.116.217', 1667814663, '__ci_last_regenerate|i:1667814663;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667722048\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d5221fc25b9ea8ff938b7fc7eeb2bee031391fa', '41.60.239.144', 1654422635, '__ci_last_regenerate|i:1654422480;requested_page|s:13:\"shop/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654378100\";last_ip|s:13:\"105.163.32.52\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d5a919eaa784f651a00b65641ef54bfac96ce0b', '62.252.191.196', 1653486565, '__ci_last_regenerate|i:1653486565;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d70476b6e746432273b19e7947e11fa5feacba9', '41.90.189.189', 1675024194, '__ci_last_regenerate|i:1675024194;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d8aeb83f2e58b3d9a6af5755886a679aa9184d7', '41.60.233.85', 1663931621, '__ci_last_regenerate|i:1663931621;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663913217\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663929845;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d95671cd846b219f0a4f008631c5fbbb92f7c46', '41.191.107.201', 1654448691, '__ci_last_regenerate|i:1654448691;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5d99e389228be71fe6141fdb8e0d1b9c17194d00', '41.60.239.133', 1667488065, '__ci_last_regenerate|i:1667488065;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667402402\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667485042;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5da6f742f7bfee0d6c64835e54e3f8d2c7ad4bee', '41.90.40.126', 1659292072, '__ci_last_regenerate|i:1659292072;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dacf1bc7a1fcd8f11719fb0250f99954814ae03', '105.161.181.147', 1674760381, '__ci_last_regenerate|i:1674760381;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674760345;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5db6dee6ac0917d56ad18ae1f3cae8f0cdb7fa3d', '41.191.105.93', 1652644563, '__ci_last_regenerate|i:1652644563;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652644395;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";csrfkey|s:8:\"doyg3fXx\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"QBpsc52T9gUjOeyoLhIu\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dc90ef5f2785da4422fefa4535f60b07745a4a3', '41.60.235.97', 1679495674, '__ci_last_regenerate|i:1679495674;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679400663\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679495594;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dcb527f224afdb3b1e0e99772ae6450e8e8b31e', '41.60.232.27', 1666624672, '__ci_last_regenerate|i:1666624672;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666590893\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666623347;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dcfd553e0ebbda07e3a03a90751522bdb897c16', '105.161.212.42', 1674503093, '__ci_last_regenerate|i:1674503093;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674416752\";last_ip|s:14:\"105.160.65.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674502707;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5dda6d9340d1779c5982dc05487d64ce45f4e9c8', '217.21.116.217', 1667817024, '__ci_last_regenerate|i:1667816823;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667722048\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5df757655fabe38de243a3166e800ca8185408d7', '41.60.232.189', 1656757092, '__ci_last_regenerate|i:1656757092;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656515824\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e00bd629520e57e915f2a440ec72e1462208a7b', '41.191.105.93', 1654462517, '__ci_last_regenerate|i:1654462517;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e00fd641a0c42c4d712a32b08bd20395f5b8402', '41.60.233.165', 1657293093, '__ci_last_regenerate|i:1657293093;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657207509\";last_ip|s:13:\"41.60.233.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657293059;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e1241102a6cd5cd93c1d679627259ca33ccc627', '41.60.237.207', 1665155501, '__ci_last_regenerate|i:1665155463;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665065308\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665154975;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e1898ab47f4b1c89d4b21fbb537fe9028cae1fb', '41.191.105.95', 1653138674, '__ci_last_regenerate|i:1653138674;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652968511\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653138105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e1be99ce3734d152213592d6a51448ab6b581c0', '105.161.212.42', 1674501583, '__ci_last_regenerate|i:1674501583;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674416752\";last_ip|s:14:\"105.160.65.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674501494;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e1e889c61d48c43bd13cea42649b07cd298622f', '154.159.252.6', 1651445045, '__ci_last_regenerate|i:1651445045;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e394762aa023251c2ad7012a2bde488221548ec', '154.122.42.20', 1654763542, '__ci_last_regenerate|i:1654763523;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654748458\";last_ip|s:14:\"105.163.26.132\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e3e9d07241a3d2570030de53bddf960399b9afc', '217.21.116.217', 1669669457, '__ci_last_regenerate|i:1669669114;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669647414\";last_ip|s:15:\"105.161.179.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MdLfQRzTh2P0XpB6V7Cy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e4dfecd94848ebf6fe3e39488d389babcc016f3', '217.21.116.217', 1668957250, '__ci_last_regenerate|i:1668957250;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667813985\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e4fd07450fb3ae4708ab5b2e809a1dcbffa1910', '41.90.189.189', 1675109188, '__ci_last_regenerate|i:1675109188;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675018976\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675108442;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e604a20a941f7db4ccafd5cea4459aa68e1097c', '41.191.104.73', 1656100441, '__ci_last_regenerate|i:1656100441;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656058719\";last_ip|s:14:\"41.191.107.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656099653;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e6300238da53be132f271b5e2f934ed24ae078d', '41.60.238.178', 1656336652, '__ci_last_regenerate|i:1656336652;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656330730\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5e7616ce8f87b09a055dc446672ad15ea86be036', '197.248.117.169', 1668515481, '__ci_last_regenerate|i:1668515481;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5eb43de382fc05fa15ad266f5d6f71fb607bb45b', '41.60.232.168', 1677078418, '__ci_last_regenerate|i:1677078418;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676994159\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677077153;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ebe29867a629ce2e047dd151201770557278b63', '41.60.236.7', 1668947898, '__ci_last_regenerate|i:1668947898;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668944748\";last_ip|s:11:\"41.60.236.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668947543;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ece0f6b7a2c205cfbd507ec52b68004df3debd4', '41.60.235.80', 1673437817, '__ci_last_regenerate|i:1673437817;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673437656;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ee20da1ecd47d66c3af277cbe1a22434be6c379', '41.191.107.152', 1651434082, '__ci_last_regenerate|i:1651434082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ee784431f5231cb911af1504bc343fc06fdec40', '41.191.107.151', 1652642578, '__ci_last_regenerate|i:1652642578;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652641980;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ef6b855aa7ab80f55ce32b32dba30133b0d8f8d', '41.60.232.254', 1671782432, '__ci_last_regenerate|i:1671782432;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671723408\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f0f5db259944f867da085d8b97dda98aa8e37c1', '41.60.233.5', 1676043271, '__ci_last_regenerate|i:1676043271;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675947973\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676043110;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f3bf97c63fa426417973c1c1f1c395b474790a7', '41.60.237.146', 1661781841, '__ci_last_regenerate|i:1661781841;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661757840\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661781588;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f4fb3f7034114b4971c970e2114cc415092ea71', '41.60.235.236', 1670942998, '__ci_last_regenerate|i:1670942998;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670851955\";last_ip|s:13:\"41.60.236.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670940699;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f506129e0ce2d71e1539dc4aad7d2913b50dacb', '41.60.237.59', 1652706054, '__ci_last_regenerate|i:1652706054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f69bb43addd7da942c3bf28a5a6aaf6ebc70186', '41.191.105.94', 1654456121, '__ci_last_regenerate|i:1654456121;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f7200c3cc05e2d35e2ec1d720a192afd080b940', '41.60.238.178', 1655551607, '__ci_last_regenerate|i:1655551607;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655435972\";last_ip|s:10:\"41.90.33.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f75bbbc2269679bde2666ea7d3e9b5c84637f95', '41.60.235.76', 1654013885, '__ci_last_regenerate|i:1654013885;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654007114\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5f89a2c99cddfdfce9f264d1f6580b2622106026', '105.163.50.229', 1659700134, '__ci_last_regenerate|i:1659700134;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622232\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"2aeJBS5VWkM4mUFRxghc\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fc375dd0620a8a3ccc941e39c5c02129af4587b', '41.60.232.50', 1670589469, '__ci_last_regenerate|i:1670589469;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fd091504affd95972ad7159d2c61f911d1585f9', '197.248.117.169', 1671773784, '__ci_last_regenerate|i:1671773784;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1668532108\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671773298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fdce952d8a448840408d3b8b923061e0c6409ca', '102.1.149.20', 1653736049, '__ci_last_regenerate|i:1653736049;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fdf8b5f39e86782be6b50635799001db400b82b', '41.60.235.21', 1657119085, '__ci_last_regenerate|i:1657119085;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657030300\";last_ip|s:12:\"41.60.235.21\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5fe163503409e86e245a8fe8845a9e5a5421aff6', '41.60.232.254', 1671638271, '__ci_last_regenerate|i:1671638271;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671635505\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671637974;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5ffd863b618d0b785d2394812eced6920a131c28', '105.160.65.227', 1674418034, '__ci_last_regenerate|i:1674418034;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674417964;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('5s89seerpfogkkdvel6bgbh3t0v8msls', '127.0.0.1', 1637098447, '__ci_last_regenerate|i:1637098447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('600873bd4ba3333186d9237021b909130c074731', '105.160.32.217', 1654929413, '__ci_last_regenerate|i:1654929386;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654887921\";last_ip|s:14:\"105.163.26.132\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('600ab8f79fd188df128633beb10678c028055bfb', '41.60.233.29', 1679757528, '__ci_last_regenerate|i:1679757528;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679670396\";last_ip|s:13:\"41.60.233.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679757328;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('600c188aecde892f011a0f1c6a782693bd3debdf', '41.191.105.91', 1659264300, '__ci_last_regenerate|i:1659264300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('601dd0ff487dba423954ebc6e0793c05daf5cb46', '41.60.237.146', 1661868271, '__ci_last_regenerate|i:1661868270;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661781510\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6020186a619d4cdb3d9d9a1ac410da9fec9745f3', '209.145.52.241', 1652724681, '__ci_last_regenerate|i:1652724681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('602dd97c0b0494ff0e67495f90c483da48eb0578', '217.21.116.218', 1680856393, '__ci_last_regenerate|i:1680856393;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1678527261\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680852304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('603a0f2cc289bac746ef54f91755bedd17e1a1d2', '41.191.105.88', 1652621638, '__ci_last_regenerate|i:1652621638;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652615028;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('603c0233168007deed607f9e624f8712d7999daa', '41.60.233.5', 1674573139, '__ci_last_regenerate|i:1674573139;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674500605\";last_ip|s:14:\"105.161.212.42\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674573123;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('606c2eb82429a5bbfa9c59e7f004a8a999b692b7', '154.159.252.6', 1651443278, '__ci_last_regenerate|i:1651443278;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60875ccc63059ecf581e59f8893869c868153fd2', '41.60.235.20', 1658580087, '__ci_last_regenerate|i:1658580087;requested_page|s:29:\"admin/customers/getCustomer/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6090bb4a11cd92b34c64de3ffe1cc01e43275468', '105.163.48.72', 1652643896, '__ci_last_regenerate|i:1652643896;requested_page|s:35:\"admin/products/quantity_adjustments\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60a59a60db55f14c533e4e56a210f29cedf09eea', '102.1.149.20', 1653737226, '__ci_last_regenerate|i:1653737226;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60b9c6f4f38de1a52fe3481aa1bf8370f7cffdd9', '41.90.189.189', 1675196570, '__ci_last_regenerate|i:1675196570;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675153471\";last_ip|s:14:\"197.248.61.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675196177;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ced9cbf556f1ac2b434dbefc6094812ded2194', '41.90.189.189', 1674934046, '__ci_last_regenerate|i:1674934046;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674933749;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60ec3dee03d151ab7b530ea060238da684436b07', '41.60.237.200', 1651736170, '__ci_last_regenerate|i:1651736170;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"GQPHNLxiOEAy4fmp6tdq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('60f546ae4fbdb23db193933eb2fa73b1f66917e4', '41.60.237.195', 1652176429, '__ci_last_regenerate|i:1652176429;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652176311;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('610e53ba0fcfc4a48efe6bda8f4e7203776fd1d6', '41.60.238.178', 1656516778, '__ci_last_regenerate|i:1656516778;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656420048\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656516093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61146e94b526df4f5a04a8fff2bf63d148febf9b', '209.145.52.241', 1652560453, '__ci_last_regenerate|i:1652560453;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('611b8bf72ff31634802ebea7eb35024968255c82', '209.145.52.241', 1654725228, '__ci_last_regenerate|i:1654725228;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6124a5e6f0e33c4921d4c63349a0580f2a4e1178', '41.60.237.70', 1664604839, '__ci_last_regenerate|i:1664604088;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664542315\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664604839;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61271cc9280757ced0689f4dcb921f753c5c57fd', '41.60.232.170', 1672746734, '__ci_last_regenerate|i:1672746731;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6138420bb5bb068330ad198cf657c826e1da495f', '41.60.232.12', 1663229115, '__ci_last_regenerate|i:1663229115;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663168305\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663229059;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('614cf9468f3196fa7a1fdcbad67a815b41bad236', '41.60.237.126', 1669819997, '__ci_last_regenerate|i:1669819997;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('614e2207966039d210b428bbc43e199094379ff1', '41.60.233.95', 1662650176, '__ci_last_regenerate|i:1662650176;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662556738\";last_ip|s:12:\"41.60.233.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662649454;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6151dc15ab90c5929b1b67fadc8e4a5d96a7445c', '41.60.237.200', 1651748128, '__ci_last_regenerate|i:1651748128;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651748108;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('616852f3d5faf7b313049e2d4b99bef66c084874', '217.21.116.218', 1680883474, '__ci_last_regenerate|i:1680883474;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680882537;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61737a0169f0a2e35dd44b1c10cbac8989497914', '41.60.235.80', 1673621423, '__ci_last_regenerate|i:1673621423;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673535147\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673621423;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6179df0c1f8532c13acbff76cee41c76b64c9fea', '105.163.61.45', 1662307739, '__ci_last_regenerate|i:1662307736;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('617b481922c4c289b3d1b52bc663b9d7204d94ae', '105.163.50.229', 1659723544, '__ci_last_regenerate|i:1659723475;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;user_csrf|s:20:\"h5msXEUfdiBG3w9zegnp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('617be208c87a6db267dd198ce08cb2b2f3f1fa01', '41.191.105.95', 1655322826, '__ci_last_regenerate|i:1655322826;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655320083\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6184f8db13808c3042669c357e670dee14631476', '41.60.239.115', 1654955880, '__ci_last_regenerate|i:1654955880;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('619d5e40fe38f6ef9d2d1c815d92cf1e2d24e175', '41.60.232.168', 1676907418, '__ci_last_regenerate|i:1676907418;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676732951\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"0j9FGI438Zh7OdT2yKso\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('619f554334ba20a0556e3a046dd5a9c7c48af6f1', '41.191.107.43', 1655154048, '__ci_last_regenerate|i:1655154048;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61a71bcadbf67dcafbdffdd487bf5a120f3cd355', '41.90.44.57', 1653911231, '__ci_last_regenerate|i:1653911231;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653811427\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653907169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61b1cccf927e66b9a266dd6e62768cfe2ab976c1', '105.163.48.250', 1660847375, '__ci_last_regenerate|i:1660847375;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660846337\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";csrfkey|s:8:\"BbmR9Yca\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"zGwvy2NncfrMDplqao0R\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61be5f15c90f3031efcd557f8d4c60bed2938679', '209.145.52.241', 1652559724, '__ci_last_regenerate|i:1652559724;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61ccc3322edd2f32e63ef567aab1f5728c0f6997', '217.21.116.217', 1669666744, '__ci_last_regenerate|i:1669666744;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669647414\";last_ip|s:15:\"105.161.179.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61ce859de01921506747dff81bf1c79e29d183e6', '197.248.117.169', 1668674161, '__ci_last_regenerate|i:1668674161;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61d97d88d38ee4b1fe66c65f6b25806a701287fd', '41.60.232.12', 1663135535, '__ci_last_regenerate|i:1663135527;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662995417\";last_ip|s:11:\"41.60.235.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663135527;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61d98e106234c0d2e1d9b21b09febe0abb408b8f', '41.60.232.14', 1658301937, '__ci_last_regenerate|i:1658301937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('61f04639f6664c807ceccde3fd5295ab83ab4fa5', '105.163.0.44', 1651642123, '__ci_last_regenerate|i:1651642123;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651497801\";last_ip|s:14:\"105.160.31.183\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651640289;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";user_csrf|s:20:\"7oFSE0bhJcKBkVtnX2Tg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6215035ba16f58477e1beaae12804722ba9ab6e3', '41.60.234.172', 1662736387, '__ci_last_regenerate|i:1662736387;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662723771\";last_ip|s:13:\"41.60.234.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662735080;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('621be6ff6b433feaec4794bda9026bb90a7098b4', '41.191.104.74', 1653754458, '__ci_last_regenerate|i:1653754458;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6244cbc873098b232e6b788c1e5dcc977b79d040', '41.60.233.5', 1675787534, '__ci_last_regenerate|i:1675787534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('624a5889d62b8288c6559cf90084d86e3caa9150', '105.161.136.12', 1673464642, '__ci_last_regenerate|i:1673464642;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673442353\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673462563;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6294f686d228595cd4c6f666bb2867212464a436', '41.60.237.143', 1665674322, '__ci_last_regenerate|i:1665674322;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665642727\";last_ip|s:13:\"41.60.237.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665673375;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62962232891b0188ab8f82e26f2f41f63e3d0767', '41.60.232.14', 1658155640, '__ci_last_regenerate|i:1658155640;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657979763\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1658155231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('629b4c3b20164547d6cb4d9e6cc40b3a03f3e3b0', '105.163.50.229', 1659697775, '__ci_last_regenerate|i:1659697775;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622232\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"1uURofFqmlz4X5MEIbew\";remove_pols|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('629d0c0b632d54aa5c778492b29de3d98bc96e15', '105.163.48.250', 1660847072, '__ci_last_regenerate|i:1660847072;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660846337\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ae940b6cb129f9372c3f872b424b5679e03271', '41.60.232.221', 1669044303, '__ci_last_regenerate|i:1669044144;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669040913\";last_ip|s:13:\"41.60.232.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669043450;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('62ecacb214394ff5371eb2efdee733dbe6e04ae3', '41.60.238.127', 1651651843, '__ci_last_regenerate|i:1651651843;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('632b6d1c330266d1bb5696137453c3beab8f2ee9', '41.191.105.93', 1652651251, '__ci_last_regenerate|i:1652651251;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63355f0b2ef649e5a6acf4aa85851aa928f0823f', '41.60.232.254', 1672236310, '__ci_last_regenerate|i:1672236309;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63437c2f4ba3a9592e9ae6b9d77200a8e1e32c2e', '154.159.252.30', 1659022022, '__ci_last_regenerate|i:1659022022;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659020145\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659021703;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6345c7d363e75d35148e5caab503e4afc10d6b52', '41.60.234.151', 1678548730, '__ci_last_regenerate|i:1678548730;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6349a5b3d883a9736e6a0728404fc766320d3999', '41.60.233.5', 1675754510, '__ci_last_regenerate|i:1675754510;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675754443;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('635f52602ea5af1e1dabe837e1b9302dc5eb1ec5', '209.145.52.241', 1654725208, '__ci_last_regenerate|i:1654725208;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63685577c0d98b47e46be1bd8b95e3a2253246a8', '41.60.236.151', 1678111354, '__ci_last_regenerate|i:1678111354;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677858642\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63878553256626b4be870e0a8fd0111a5a87090e', '41.60.236.7', 1668946498, '__ci_last_regenerate|i:1668946256;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668870620\";last_ip|s:13:\"41.60.238.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6389716d1b682e1ed2b98cee575a564575b23202', '41.60.237.200', 1651756590, '__ci_last_regenerate|i:1651756590;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1651755143\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651756332;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('639456322cbf24639dbde4f81c82b487e851394c', '41.191.107.211', 1655918618, '__ci_last_regenerate|i:1655918618;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63a5279691c33fa0d58d7c19110b8dc7d282df6a', '41.60.235.147', 1677682810, '__ci_last_regenerate|i:1677682810;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677595356\";last_ip|s:13:\"41.60.235.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677682537;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63b24832c904c1f9b137b5f3c73ecfc766f1654b', '41.60.233.116', 1659697995, '__ci_last_regenerate|i:1659697995;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659694961\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659695240;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63bd450e86e3b67c5596c45be9c78e6183397f47', '105.163.48.72', 1652643887, '__ci_last_regenerate|i:1652643887;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652201210\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652643861;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63bebe7af989f22e091726a0b390fc1405446359', '41.60.232.12', 1663772747, '__ci_last_regenerate|i:1663772747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63d8544a62e9865e6533bbb667d624884327edcf', '41.90.189.189', 1675021056, '__ci_last_regenerate|i:1675021056;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674931835\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675021022;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63db4c92df59d5f3b00f5336b486b5551319f114', '105.163.1.196', 1651469326, '__ci_last_regenerate|i:1651469326;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651446446\";last_ip|s:13:\"154.159.252.6\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63dcfbd8085136fbe00aea9b96b68692014148a8', '41.60.235.97', 1679550930, '__ci_last_regenerate|i:1679550930;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('63ddcbe2e6d50aa0ac4eaa2ff7d35182a4b501f7', '197.237.214.102', 1651424054, '__ci_last_regenerate|i:1651423873;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('640cc29c7f0813b66fbe2944610dff114bfba912', '217.21.116.217', 1667155105, '__ci_last_regenerate|i:1667155105;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"eDfNwF6djSv8quWAmpsa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6420bb45d6c830e3fecf4d516325a0d32107f8d0', '41.60.237.125', 1651670675, '__ci_last_regenerate|i:1651670675;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651670400;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"ur74tCno56Y1vsfwkebg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('645594101828fad4219cdbe05e48c3aed6adf146', '197.248.117.169', 1675930859, '__ci_last_regenerate|i:1675930859;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1675056866\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675930548;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('645e939e525c1866cba802f9445094512ecace3e', '41.80.98.172', 1666118070, '__ci_last_regenerate|i:1666118070;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665683475\";last_ip|s:12:\"41.80.98.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666118039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64661e88090e1f8f746156666ac7c1dd2dcc6625', '41.60.237.143', 1665659672, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('646affeddad794e321a597aadffa8293003ea808', '41.191.105.90', 1654551176, '__ci_last_regenerate|i:1654551176;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('646eb10f45caf3b8e3e349367056866935b4a358', '105.163.34.63', 1657742267, '__ci_last_regenerate|i:1657742267;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657258061\";last_ip|s:15:\"105.161.196.119\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6473a9f554996dad53f26c8c726b03325149b605', '41.60.237.59', 1652623544, '__ci_last_regenerate|i:1652623544;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652622949\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652623406;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64742b3cfda88c04ea67f6d2d43e23693844319b', '209.145.52.241', 1655493773, '__ci_last_regenerate|i:1655493773;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6478f375906244276b52d22932a2f3c9ab1d7f59', '217.21.116.217', 1667151274, '__ci_last_regenerate|i:1667151274;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64ad6d725436a36c39eff00300d20f0c138970bf', '41.60.235.20', 1659021731, '__ci_last_regenerate|i:1659021731;requested_page|s:30:\"admin/pos/getProductDataByCode\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64b2d3f8cf6e35b218df0c73648da0a2b992ec2a', '41.60.232.14', 1657988176, '__ci_last_regenerate|i:1657988176;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657975649\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657984877;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64b360d73836459e6168d855bec873f16f0d33e2', '41.60.238.178', 1655562210, '__ci_last_regenerate|i:1655562210;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64b8f44a285247df0c8fb0a67d6880a6f9a17509', '41.191.105.92', 1652639067, '__ci_last_regenerate|i:1652639067;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64bdac855ad3e7dae85b77ed6c70651d55c262c9', '41.191.107.225', 1653404699, '__ci_last_regenerate|i:1653404699;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653403969;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";user_csrf|s:20:\"Vr2nhscWYSjwAeQx4X6D\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64c398a1f92de15559fa418711ed6a59c3794ebd', '41.191.105.93', 1652644259, '__ci_last_regenerate|i:1652644259;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652643960;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64ce7140fe4336a7c169cc08f3b3b6eb34aa390b', '41.90.33.7', 1655182474, '__ci_last_regenerate|i:1655182455;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654929406\";last_ip|s:14:\"105.160.32.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64e602c2c1cd95dfafe805f3fd17c87a4b3b8665', '41.60.232.170', 1672741990, '__ci_last_regenerate|i:1672741990;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64e823c4215632e7cf4b0e0949f46ee9075eab46', '41.60.232.14', 1658309024, '__ci_last_regenerate|i:1658308820;requested_page|s:5:\"admin\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658296554\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658309020;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64ebd37039e3931efbadbb6996c069deff8dd9ee', '41.60.233.5', 1675866618, '__ci_last_regenerate|i:1675866618;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675866583;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('64fb69f851d5a312dbe48b88e3d2edb251a0f8e6', '41.191.105.88', 1652628982, '__ci_last_regenerate|i:1652628982;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652626044;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('650c5ceab29701e71f3d0eda01fe5e1ec2d79f80', '41.60.233.5', 1675698105, '__ci_last_regenerate|i:1675698105;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675449148\";last_ip|s:15:\"105.161.114.149\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675697964;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('651d14277db6ca6b3ff60805d399b058be4bbe85', '41.191.104.254', 1656618573, '__ci_last_regenerate|i:1656618573;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656350728\";last_ip|s:14:\"41.191.105.232\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65218395e715756d07c10b6a5c17f7b07f2f4669', '105.163.61.45', 1662397778, '__ci_last_regenerate|i:1662397778;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('653b29e2187e412503ecfd92cfede368aec1c781', '209.145.52.241', 1664894120, '__ci_last_regenerate|i:1664894120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65548d22664b54fff7883839649c39c6ba5a3072', '41.60.236.112', 1670854568, '__ci_last_regenerate|i:1670854568;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670680892\";last_ip|s:13:\"41.60.235.224\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670852139;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6565a59eaebcd8eaee5bbc24b9ac26e1db7a83f3', '41.60.233.5', 1675757826, '__ci_last_regenerate|i:1675757826;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675757774;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('659d7a20f1f9f2e9fe1ab5d942c048da243d3b37', '41.60.235.76', 1654063808, '__ci_last_regenerate|i:1654063808;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654063793;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65bafb8768de02d3ad7eccc5869428c8994646ac', '41.60.237.143', 1665761712, '__ci_last_regenerate|i:1665761712;requested_page|s:15:\"admin/sales/add\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665672613\";last_ip|s:13:\"41.60.237.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665757741;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65c39c77b7036e8bc61fb12c1f3c61d38891a83b', '41.60.232.12', 1663341325, '__ci_last_regenerate|i:1663341325;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65cb3ad836789d5176735293a037a84faaee2edd', '41.191.107.34', 1653844041, '__ci_last_regenerate|i:1653844040;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65d7e3e1004d7d9dbfcaa41489ab128073f05fe3', '105.163.51.255', 1656183356, '__ci_last_regenerate|i:1656183144;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656144369\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65dad81e6119880bbace6625dc970ae8a5deb3fb', '41.191.107.44', 1651717329, '__ci_last_regenerate|i:1651717329;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651526930\";last_ip|s:13:\"41.191.107.49\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651717292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('65e40264b7de8c381b068f4304780296ab2c1028', '41.60.235.20', 1658501187, '__ci_last_regenerate|i:1658501187;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658492124\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658500891;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6600516b63118b5d40a8d48582b39eea3c46ddb0', '41.191.107.225', 1652859634, '__ci_last_regenerate|i:1652859634;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652795076\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652859604;remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6609b74eaa9f9cc604640906d0b3e3af991c7dfd', '41.191.104.43', 1652192530, '__ci_last_regenerate|i:1652192530;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652186826\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652189402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('660c365962534ffaa2c7dae5a308a56aec41db54', '41.60.232.14', 1658315177, '__ci_last_regenerate|i:1658315177;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658168518\";last_ip|s:14:\"105.163.52.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6628beb568ad841f921c3d31d661789f888b349d', '41.191.104.74', 1653754252, '__ci_last_regenerate|i:1653754252;requested_page|s:15:\"admin/pos/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6632c373eada3684e3c6cf22c82e1855b2fac215', '41.60.233.85', 1663946718, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1663946718;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663929839\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663944296;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6636c55a2e9eb685502567a06866bd6334580059', '41.191.105.95', 1655161386, '__ci_last_regenerate|i:1655161386;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655155406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('663bd46621a040a6ec0211261f8e018925a7b5a7', '209.145.52.241', 1653679106, '__ci_last_regenerate|i:1653679106;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('664181bfc02831b83b70b5269014f4e4eb160a2e', '173.252.127.8', 1672949639, '__ci_last_regenerate|i:1672949639;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6666642ec9a6ac1aa8f9a6477f2bcb11514a8ead', '41.60.237.70', 1664619779, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('666da392386d2fada8b11ca3f14e151c802e0a3f', '41.60.234.241', 1660402527, '__ci_last_regenerate|i:1660402527;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660314998\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660400609;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66802815f2a6331f83337a9ee6da95805cb5fdfa', '41.60.237.143', 1665672834, '__ci_last_regenerate|i:1665672834;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66910a923e7a7d4ac081ee699df6539867d8800e', '41.60.238.178', 1655963705, '__ci_last_regenerate|i:1655963705;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655837965\";last_ip|s:13:\"105.163.24.79\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66a94016a55d2e54162cd7e559b7eb0dc466f3b1', '209.145.52.241', 1656060667, '__ci_last_regenerate|i:1656060667;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66af9dab8e01c72afad2cc97c6db607c4c58a2ee', '41.60.237.159', 1664290972, '__ci_last_regenerate|i:1664290972;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664202547\";last_ip|s:13:\"41.60.237.159\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664288816;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66ba54f4fd752e727544f834f91e0d0392f8723c', '41.60.237.200', 1651735440, '__ci_last_regenerate|i:1651735440;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"GQPHNLxiOEAy4fmp6tdq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66be8a2f1106c911a3becd93fdc455d0e9ca0f02', '41.60.232.254', 1672329841, '__ci_last_regenerate|i:1672329841;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313815\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672327010;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66c1da4cfbe31dc4473c2211a6f644d977ab4f6d', '41.80.98.64', 1653736292, '__ci_last_regenerate|i:1653736292;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66d57e5a4727227b14c4c5115912ea27295905ef', '41.60.232.170', 1672756670, '__ci_last_regenerate|i:1672756670;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672755473;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66fb8ce1dee4c2f87a3816630be3730a53d423ff', '41.60.232.14', 1658296722, '__ci_last_regenerate|i:1658296470;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658154461\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658296717;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('66ff35191b956a4f23a0779ff6a4d0e63cc72ced', '41.60.233.5', 1675784692, '__ci_last_regenerate|i:1675784692;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675754168\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675784637;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67028f7a696a6ad548116a3e65adc083fccaf5ac', '173.252.95.11', 1668140261, '__ci_last_regenerate|i:1668140260;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('671486f827daef225410f244c990458d332eee80', '41.60.232.27', 1667056226, '__ci_last_regenerate|i:1667056226;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666967117\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667055766;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('673fc0b9804682a93c2867484ef69f5bbffb0b88', '154.159.237.143', 1656503321, '__ci_last_regenerate|i:1656503143;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1656501593\";last_ip|s:14:\"154.159.31.101\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('674620779679f29b082625668f6f4c8663b9360e', '105.163.61.45', 1662055831, '__ci_last_regenerate|i:1662055831;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"YiQI7O4op8HDmClRhNdV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67484683fc8668141355d29f07d3cc137b1f6823', '41.191.104.74', 1653754309, '__ci_last_regenerate|i:1653754309;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('674b29eb9dcbd613d541f2d1bc0aeec8c147c3f2', '197.182.60.254', 1674766278, '__ci_last_regenerate|i:1674766278;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6752a3bf2edd1c05b09c2c730be67dbf1180d7c6', '41.191.105.95', 1655324523, '__ci_last_regenerate|i:1655324523;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655320083\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('675347fddfe03101d65b83aa42de2edb8c8ecdbe', '41.60.235.21', 1657031827, '__ci_last_regenerate|i:1657031827;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656947443\";last_ip|s:13:\"41.60.232.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657031613;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('675ee07ee72fd18800d984524f7d823c7445e6c2', '41.191.107.138', 1652265836, '__ci_last_regenerate|i:1652265836;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652234240\";last_ip|s:13:\"41.191.104.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652265693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67705921f186f08f40c01bfd7380f8cc5c5ef897', '41.60.232.170', 1672747119, '__ci_last_regenerate|i:1672747119;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672740726\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672747107;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6775f2f4ee2aeff31e70ba7f7e8e9b654b014a29', '41.60.233.85', 1663946363, 'requested_page|s:9:\"admin/pos\";__ci_last_regenerate|i:1663946363;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663929839\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663944296;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6778e98514c20d00057b6bae61e68a2c54ae2a44', '105.163.50.229', 1659992333, '__ci_last_regenerate|i:1659992333;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659886099\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('677db1ab4a1ceec28127f26ef53a6e551d09e9f3', '41.60.237.158', 1661522224, '__ci_last_regenerate|i:1661522224;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661521111\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67ae8e1511e32ee7fab98aa325a52e53271a8fd9', '41.60.236.83', 1661403586, '__ci_last_regenerate|i:1661403586;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661172422\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67b374cbe3935d8e41844fa2a54e40a62dcf8c41', '41.60.238.127', 1651582552, '__ci_last_regenerate|i:1651582552;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67b6a59084c8cb69f5450c7f781e494d1496d209', '41.191.107.201', 1654447968, '__ci_last_regenerate|i:1654447968;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c673b929a62739b55fb875c9b6906c89bb8a7f', '41.60.235.76', 1653308246, '__ci_last_regenerate|i:1653308246;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653143911\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653308155;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c820f220b4487d2c2348f44d0526f8a7aa6c87', '41.191.107.211', 1655919371, '__ci_last_regenerate|i:1655919371;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"8qwAZHko6szKYFaUBgR2\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67c9f8871c158df9567c64a403f0863f29f4e9d4', '41.60.236.83', 1661267333, '__ci_last_regenerate|i:1661267333;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661233091\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661266822;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67cf5f0f5f4186c4a8a196d71d129656fd89c1f3', '41.60.233.85', 1663916708, '__ci_last_regenerate|i:1663916708;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663857836\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663916426;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67d7a38e01f2f25a4cdb5481c24a4253c68d3296', '105.163.60.79', 1653226096, '__ci_last_regenerate|i:1653226096;requested_page|s:27:\"admin/products/stock_counts\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653206108\";last_ip|s:13:\"105.163.60.79\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67e802db69de11c9e442160d41f63269d96a18c4', '41.90.40.126', 1659449259, '__ci_last_regenerate|i:1659449259;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659441860\";last_ip|s:14:\"105.160.90.114\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659449124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67f173c48287672bc7c338a3f11906f7c2f57faf', '207.241.231.45', 1677904366, '__ci_last_regenerate|i:1677904366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('67fc88021c4fb7bd677c9d12b6963dc21ca8bbb5', '41.60.237.158', 1661526008, '__ci_last_regenerate|i:1661526008;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661521111\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661522397;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6802b02a0ffc2f67becf3c9c65250e0a085d4905', '41.60.234.153', 1660122942, '__ci_last_regenerate|i:1660122942;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659987241\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68073c35a8ac1e9988ef852d68a9ed39028d2034', '41.90.40.126', 1659295378, '__ci_last_regenerate|i:1659295378;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659294406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('680b51fbe338ffaa6506eda4d15110f56a01f1da', '41.60.232.140', 1662205139, '__ci_last_regenerate|i:1662205139;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662116819\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662185528;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('681e1401486e8dd4154f13260baa5620a41edd31', '41.60.232.140', 1662105183, '__ci_last_regenerate|i:1662105183;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662034299\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662104891;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('682306a34fd59fd4e82b1f7f41f7f58b62499dd7', '41.72.216.74', 1677621539, '__ci_last_regenerate|i:1677621513;error|s:37:\"<p>Login Failed, Please try again</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6824d6861b45f7e14b926d3126e538d480fec755', '41.60.233.5', 1676131171, '__ci_last_regenerate|i:1676131171;error|s:37:\"<p>Login Failed, Please try again</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68280333a7faa8d937ee90933e0deca0ac1ff478', '217.21.116.217', 1667155926, '__ci_last_regenerate|i:1667155926;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"3fXUa6BjWbCSV0pE8lz7\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('682e04ee1b3e7bdf5b52e128e0f994db745943d8', '41.191.105.89', 1652607498, '__ci_last_regenerate|i:1652607498;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('683d72f214b905307f1e15c0a174cbd96c77c73e', '41.81.3.3', 1655817985, '__ci_last_regenerate|i:1655817985;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655807561\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('684653fcc64a8e3ef77752a0d66eedee15874f45', '197.136.0.5', 1659441920, '__ci_last_regenerate|i:1659441915;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68622d8baa4ce42786f28bd62b565b535149844a', '41.60.238.178', 1656421203, '__ci_last_regenerate|i:1656421203;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656342790\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656421202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('687675967d7667cfdc08b86ae0cae65a89f0d772', '209.145.52.241', 1652614828, '__ci_last_regenerate|i:1652614828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('688b93e9c0113f0e98a2c469831f8c9f1f70521d', '105.160.101.250', 1670257700, '__ci_last_regenerate|i:1670257655;requested_page|s:15:\"admin/pos/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670228718\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670257693;csrfkey|s:8:\"JnNEDrsW\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"m4JvAGUkQutREoDlzeb9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68afd98066f7586f72dee64f7514605b3d70489b', '41.60.235.21', 1657030300, '__ci_last_regenerate|i:1657030300;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68c0d5b306274609e1314f8120dedfb94c638621', '217.21.116.218', 1680880188, '__ci_last_regenerate|i:1680880188;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68c2be64c8525a2f1ecd2373cc6c3f0fbee76639', '217.21.116.217', 1667149896, '__ci_last_regenerate|i:1667149896;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68c99eeb662bee5abe06b847e17b093b00cd5872', '41.60.237.195', 1652087933, '__ci_last_regenerate|i:1652087933;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68cd654724d815048dd3225f85fc81bbf48a7221', '105.163.2.239', 1651469944, '__ci_last_regenerate|i:1651469944;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651446446\";last_ip|s:13:\"154.159.252.6\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"JBHmrp5nDAI1RPM9OxG2\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('68df25bd4e9f9227f44a0aec6d51e0bc80187388', '41.191.107.193', 1652724572, '__ci_last_regenerate|i:1652724572;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652647279\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1652723032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('690468e273f49c30f4f756be55c14d31f2c19d0c', '41.191.104.44', 1653907018, '__ci_last_regenerate|i:1653907018;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653906723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('690b1afd4a53c915f46a980d49c60d6a07c99073', '41.60.232.223', 1657527605, '__ci_last_regenerate|i:1657527605;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657292722\";last_ip|s:13:\"41.60.233.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657527040;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('691b991034ca986a153ca65d0bcdda1114c3096a', '41.191.107.150', 1652609848, '__ci_last_regenerate|i:1652609848;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;user_csrf|s:20:\"vKPn3oLFWNZC75m2JYH8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('692159730a8aa318b05ac1e2c01cf40cd4004761', '41.191.107.225', 1653405385, '__ci_last_regenerate|i:1653405354;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653403969;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";user_csrf|s:20:\"cC49dbHLSqtsZeNO0lEk\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69299d31f0cd43bf90f25d0864c29905ba0b4450', '41.60.238.178', 1655560102, '__ci_last_regenerate|i:1655560102;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655478638\";last_ip|s:13:\"41.60.233.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655560038;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6960887b6e2307bc23d0586bf0678a6eca89ab0b', '41.60.237.146', 1661871845, '__ci_last_regenerate|i:1661871845;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661867929\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661871585;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69680f78cbfb06647a04ebb86a44441cbb427690', '41.191.105.93', 1654466318, '__ci_last_regenerate|i:1654466318;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('696914e5df0e786df4f237da06e87f98c8b70024', '213.104.143.70', 1663154224, '__ci_last_regenerate|i:1663154224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6978f5967266eb355461cffbfac95233a6eebc25', '41.60.235.40', 1651939715, '__ci_last_regenerate|i:1651939715;requested_page|s:13:\"shop/products\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651928466\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651939544;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('697c82fddb0631d405f6bc90a3f6ef5718b2ec05', '41.60.237.200', 1651763756, '__ci_last_regenerate|i:1651763756;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"v4K3AY5ESaWIknut6Cre\";last_activity|i:1651763313;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6997d02ef4adcb9ee845ce36881799d2b8d553cc', '41.191.105.94', 1654722839, '__ci_last_regenerate|i:1654722839;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654721653;user_csrf|s:20:\"fJs8SeOLPhlYdgECjZXV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('699b45eb7d2a94ad4f973d64981ffba738993c49', '41.80.98.172', 1665923323, '__ci_last_regenerate|i:1665923322;requested_page|s:24:\"admin/purchases/expenses\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('699c33e5ad3a408a0784f1ee4bbdaca9d4c91ed1', '41.191.104.64', 1652128735, '__ci_last_regenerate|i:1652128735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69a4af6beaef0df1b2e302e453326e403f1c439b', '105.163.48.72', 1652728047, '__ci_last_regenerate|i:1652728047;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652706091\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1652726667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ac28e3f88f9c2fa4113d85273e036742c26b8e', '41.60.232.148', 1659441702, '__ci_last_regenerate|i:1659441521;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659417856\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ade2a91c8c1548ec39d0e22ae3f82429710a6e', '41.60.235.76', 1653753710, '__ci_last_regenerate|i:1653753710;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ae41a9a39f627b311e3ce4fc3adc72ab072461', '41.191.105.92', 1654962785, '__ci_last_regenerate|i:1654962610;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654959043\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"dEDWklcgYzC0oxvAiZMm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69ae7654dfd07be6aed7800a21b397065239b38f', '41.191.105.89', 1652608666, '__ci_last_regenerate|i:1652608666;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69b56fdc20b9792295f06a428b1ade158a1f4a78', '198.55.126.241', 1651423404, '__ci_last_regenerate|i:1651423404;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69b59c2d308136e64e894831f18a6170b18b123d', '41.60.235.20', 1659089684, '__ci_last_regenerate|i:1659089684;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659021459\";last_ip|s:13:\"105.160.91.28\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659089509;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69b92fb7e8f1ff373d1f5817b23acafc3a868a81', '41.60.232.170', 1672844559, '__ci_last_regenerate|i:1672844559;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672757553\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672844204;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69d26b9e1d8d247aeb9021c54bf7011ce6a4d736', '209.145.52.241', 1664361800, '__ci_last_regenerate|i:1664361800;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69d7ea4ea32c73b98e6636d5b22738006fd3a417', '41.60.237.195', 1652189798, '__ci_last_regenerate|i:1652189798;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652187660\";last_ip|s:14:\"105.160.92.103\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69e160b38c2cedcf9151abe27dc7abcd4f40be68', '41.60.232.140', 1662130899, '__ci_last_regenerate|i:1662130899;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('69f76441063b4ec3aa1e192b3c0399bb58b7adb6', '41.80.96.73', 1653732546, '__ci_last_regenerate|i:1653732546;requested_page|s:19:\"category/legwarmers\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a092b1f276d8f99f55b5dffc4f6ed5bb4c8f48c', '41.60.237.59', 1652530765, '__ci_last_regenerate|i:1652530765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a0ce1777561d5b30ea5c4132a07c49ae683122c', '105.163.1.196', 1651470263, '__ci_last_regenerate|i:1651470263;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651446446\";last_ip|s:13:\"154.159.252.6\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"JBHmrp5nDAI1RPM9OxG2\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a25ab1188b2ad21de1e29464dfb4f5a4b112cc9', '41.60.232.254', 1672237008, '__ci_last_regenerate|i:1672237008;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a2682b6fa2adbf8edd56a6aba84f67d2960602a', '41.60.233.29', 1680014945, '__ci_last_regenerate|i:1680014945;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679757169\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a40f4f4d92c08dac21ac32bda8b04b962c5e8d7', '209.145.52.241', 1664894120, '__ci_last_regenerate|i:1664894120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a44af7abbc082ef6b9ea5dc1fb8b7d952c39242', '41.60.233.85', 1663858799, 'requested_page|s:30:\"admin/pos/getProductDataByCode\";__ci_last_regenerate|i:1663858799;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663850112\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663858764;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a501143570103588c98f485a6cedf1b34274c23', '41.191.107.225', 1652858943, '__ci_last_regenerate|i:1652858943;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652795076\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652858691;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a6adc60bea551a41d616526cfe570eadef79680', '41.191.104.254', 1656620838, '__ci_last_regenerate|i:1656620838;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656350728\";last_ip|s:14:\"41.191.105.232\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"VA4IClYdhBtFvZi8rUTD\";last_activity|i:1656620838;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a6ed01a42360d2931b40ffa30f80e716c44ebc5', '41.60.234.241', 1660302789, '__ci_last_regenerate|i:1660302789;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660291343\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6a74f48a7842b662441c3e0a5bf556fab29b23a7', '217.21.116.218', 1680885390, '__ci_last_regenerate|i:1680885390;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680882537;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ab7e5977a8ad9f37820b59a004862e70fc33760', '41.60.232.27', 1666710414, '__ci_last_regenerate|i:1666710414;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666623058\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666710170;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6abf992f78f64106f2d2734a1c941d071dc9bf50', '41.60.235.76', 1654065619, '__ci_last_regenerate|i:1654065619;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654065615;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ad954f93e9af7b016eca5f063372ef3a48567fc', '41.60.236.151', 1678203547, '__ci_last_regenerate|i:1678203547;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678168981\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678201715;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6adea2a463d1e4ba536a74cfda9fff356e857d74', '41.60.232.170', 1672671325, '__ci_last_regenerate|i:1672671325;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672498390\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6aee03ce40d27b307671bc02865a42f0622f67fa', '41.60.238.127', 1651576425, '__ci_last_regenerate|i:1651576425;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651575438;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b07bfd5a9b507264c8b1c39e473a02db50a822b', '41.90.184.209', 1658339362, '__ci_last_regenerate|i:1658339310;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658329677\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658339359;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b0b457bac03a82ca55040837348599a4c4d985e', '41.60.238.62', 1668699607, '__ci_last_regenerate|i:1668699607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b130d1f3afa6a2c6ef79da9c7bbd11a87289adf', '41.60.233.5', 1674147374, '__ci_last_regenerate|i:1674147374;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674056106\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674146214;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b1402519480f0c44c193fd51a7887e38cc7c347', '31.13.103.20', 1653739058, '__ci_last_regenerate|i:1653739058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b1d2e80e09c98f01e2656844cca37d9e913f15f', '41.60.232.221', 1669044096, '__ci_last_regenerate|i:1669044096;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668945894\";last_ip|s:11:\"41.60.236.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b268b08292be3503cfd24686fad3b7b229ef754', '41.191.105.93', 1652645229, '__ci_last_regenerate|i:1652645229;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652644658\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652645054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b36cab26b365debb17b6468ff0e52b119897516', '41.60.237.126', 1670228945, '__ci_last_regenerate|i:1670228718;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670228295\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670228945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3775ff29063e188ce2b0cdf02ea82b44255afd', '41.90.189.189', 1675195856, '__ci_last_regenerate|i:1675195856;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675153471\";last_ip|s:14:\"197.248.61.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675194076;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b3ac95b21623e780f6e39f097a399c0396c5eeb', '197.248.117.169', 1671773097, '__ci_last_regenerate|i:1671773096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b413c1975a765700498461e42309836c056a44e', '41.60.232.168', 1676390812, '__ci_last_regenerate|i:1676390812;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676303007\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676390195;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b44e2c8acc3c82d053bb50cbc7fc5688422f49f', '41.60.235.76', 1653752909, '__ci_last_regenerate|i:1653752909;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b6f7912a68fb09de684fca960bf6e583172dbe9', '41.60.232.46', 1670514490, '__ci_last_regenerate|i:1670514490;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670426828\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670512507;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6b94e7a53db3612c7c3f237e1c43b28e35eb60a0', '41.60.237.207', 1665238998, '__ci_last_regenerate|i:1665238998;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665154863\";last_ip|s:13:\"41.60.237.207\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665238863;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ba054d9d818176f56f1f4033ca9f35cdf95e61e', '41.191.107.151', 1652630618, '__ci_last_regenerate|i:1652630618;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bad65b7b4f547e6529a3b9ac226e1cf3483880c', '105.161.136.12', 1673464005, '__ci_last_regenerate|i:1673464005;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673442353\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673462563;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bcbf6bbde8be3d140137689109182ea6a4b1beb', '173.252.83.13', 1659990705, '__ci_last_regenerate|i:1659990705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6bf1765860efe5b1ae6aaf8c1c361c12543d210d', '41.80.98.64', 1653735704, '__ci_last_regenerate|i:1653735704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c0496e912146d5b481607a33536812b368b7f56', '217.21.116.218', 1680879831, '__ci_last_regenerate|i:1680879831;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c1589d2c3af04d21c977097daa437a99bf569cc', '105.160.65.227', 1674417685, '__ci_last_regenerate|i:1674417685;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674417652;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c17552adef704b13f80513885af8146259d23ea', '105.163.50.229', 1659886913, '__ci_last_regenerate|i:1659886913;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c638930a43af692cebf6410c48376970581b845', '41.60.233.95', 1662649316, '__ci_last_regenerate|i:1662649316;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662556738\";last_ip|s:12:\"41.60.233.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662647532;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c6e73d26da1be9843b05cbf3362c2d1a260dad2', '41.80.98.64', 1653735963, '__ci_last_regenerate|i:1653735963;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c7acc9a2c3a895012952b74350d20d4a10b6e65', '41.60.237.195', 1652086854, '__ci_last_regenerate|i:1652086854;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652083519;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6c9dcd54f8f0f466fd965ca5c9caa12fd0095997', '41.90.37.211', 1660326381, '__ci_last_regenerate|i:1660326381;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ca32742adaef1d37c61a640d14feac45dd3b813', '41.60.232.254', 1672227919, '__ci_last_regenerate|i:1672227919;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cabe64f8126bb87ba5b80bd9d59544d3101d771', '105.161.154.80', 1669480846, '__ci_last_regenerate|i:1669480787;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669405399\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cbaf1754e0f5fb6bb7749c49ac5b042752d5790', '41.60.238.178', 1655970963, '__ci_last_regenerate|i:1655970681;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655962897\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ccedb13cb237abe4d9c3a8947b9433b136527da', '41.60.233.106', 1655480606, '__ci_last_regenerate|i:1655480606;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655387861\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655479945;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6cf515273169bfa46cd93046a3194db1c95350b1', '41.60.234.172', 1662731260, '__ci_last_regenerate|i:1662731260;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662647426\";last_ip|s:12:\"41.60.233.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662723931;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d057462ab83b1b5531ba1a8ad2f02894268ceac', '41.80.98.64', 1653738281, '__ci_last_regenerate|i:1653738281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d0adc339afe21ad78684d13d49069d509967bd1', '105.163.1.219', 1663992425, '__ci_last_regenerate|i:1663992325;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663868970\";last_ip|s:13:\"105.163.1.219\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";csrfkey|s:8:\"9xcAnCkE\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfvalue|s:20:\"RZwc2BLA4CaVKelEs7jh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d12f10244f930ad66dfc3b9e4d24c13f88b5a19', '41.191.105.95', 1655325196, '__ci_last_regenerate|i:1655325196;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655320083\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d3b5784016ef0abcfdd8f56436e25fce1a4cf29', '154.159.252.168', 1651495178, '__ci_last_regenerate|i:1651495092;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490596\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651495178;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d3b96c7023b2a7411c1a15c417d83e27eb6e552', '209.145.52.241', 1680885592, '__ci_last_regenerate|i:1680885591;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d3eccbdd470cf4087959a95240890c1db42b180', '41.60.238.127', 1651654669, '__ci_last_regenerate|i:1651654669;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d882b3d37b3a4c174ef36fbce66a9901b10a558', '41.60.235.80', 1673441140, '__ci_last_regenerate|i:1673441140;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673440554;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d90c004cd8eceb685725a8b1e1fc0e37dd1bd56', '209.145.52.241', 1652724681, '__ci_last_regenerate|i:1652724681;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6d926394b212b8c588c448572303e5f732c0b1b5', '217.21.116.217', 1669668466, '__ci_last_regenerate|i:1669668466;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669647414\";last_ip|s:15:\"105.161.179.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"tK059laTHQiUf2gmxqBR\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6dc6e6a60ea6ea1a1d50e40c6ec51753c15c55be', '41.60.238.178', 1655912390, '__ci_last_regenerate|i:1655912390;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6deaa1dd93da7234b6cd08b1a19221bcc91fe4e2', '105.163.48.72', 1652641000, '__ci_last_regenerate|i:1652641000;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652201210\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e03835fc6113193e1a09a7205fb46170a7421dd', '41.60.232.14', 1657980156, '__ci_last_regenerate|i:1657980156;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657741519\";last_ip|s:13:\"105.163.34.63\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1657980155;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e099588eb286e8a59030686f650c1596f352fee', '105.161.29.65', 1674412046, '__ci_last_regenerate|i:1674412046;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e23e89476b890003c7512c6f017484d277705eb', '209.145.52.241', 1653907039, '__ci_last_regenerate|i:1653907039;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e3d9e2e7bd742ea36630fedcf84e793f3e9fc8d', '41.90.44.57', 1653907843, '__ci_last_regenerate|i:1653907843;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653811427\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653907169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e499c83c05c2885b2ddee313dac4ea8bb62335b', '41.60.234.241', 1660909308, '__ci_last_regenerate|i:1660909308;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660888071\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e4ee6d2402c9a7b42c4777f1e38a3b5a7b76fd1', '102.1.149.20', 1653807565, '__ci_last_regenerate|i:1653807565;requested_page|s:13:\"cart/checkout\";identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1653807038\";last_ip|s:12:\"102.1.149.20\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e4f8f7ed55fd8e26970f8a31a7ce6d5414b6acb', '41.191.105.93', 1657469593, '__ci_last_regenerate|i:1657469593;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657469519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e53ebc81ca83cdc207f37ff357052863014a568', '41.60.238.241', 1668012045, '__ci_last_regenerate|i:1668012045;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668011043\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668011931;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6e7eb1c435def2bd8cb7c1b80be9f2fcb786c8a4', '217.21.116.218', 1680875746, '__ci_last_regenerate|i:1680875746;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ea0336b50274cb58ae58a9771d85fda50dcdce8', '41.191.105.93', 1657467370, '__ci_last_regenerate|i:1657467370;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657466580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6eba70f2c4cbe651aed23d1d50efe8489af2a711', '105.163.50.229', 1659721113, '__ci_last_regenerate|i:1659721113;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;user_csrf|s:20:\"h5msXEUfdiBG3w9zegnp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ec750a9bbf9c752c6647efce28d6e11ac47dbab', '41.191.105.94', 1654724331, '__ci_last_regenerate|i:1654724331;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654721653;user_csrf|s:20:\"fJs8SeOLPhlYdgECjZXV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed2e7145c09ef1e72d8b8af4737b999dc60d86a', '41.60.239.119', 1654618883, '__ci_last_regenerate|i:1654618883;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ed5ffa2db72ba7012284d0f6afa4f4ca234a420', '41.60.239.87', 1654784924, '__ci_last_regenerate|i:1654784924;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ef60e85dee12a2a92efd0bd6c4207c9981f05ca', '41.60.238.241', 1668259901, '__ci_last_regenerate|i:1668259901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6efe8653cb0ea6b90ed1613e715abad888594585', '41.60.237.163', 1657641525, '__ci_last_regenerate|i:1657641525;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f07a1d6147b12212f3a30bbd12eb90445b90393', '41.90.37.211', 1660325625, '__ci_last_regenerate|i:1660325625;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f083cfc3aaae4d3750c18c6856683a7f2f5b070', '41.60.235.76', 1653489198, '__ci_last_regenerate|i:1653489198;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653401260\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653489105;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f1f749c87f0b219900b1965331b8ed32f411217', '41.191.107.204', 1653910971, '__ci_last_regenerate|i:1653910971;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f2333c0e75babb8570eac9e2bd44dcf98822978', '217.21.116.218', 1680876649, '__ci_last_regenerate|i:1680876649;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f2512510675faed9ffb6843193ce39e67e72769', '41.60.236.151', 1678286964, '__ci_last_regenerate|i:1678286964;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678199738\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678285664;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f40e8c27082942e2ff08a4f3f033f9dd3f6d796', '41.60.236.83', 1661181365, '__ci_last_regenerate|i:1661181365;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661146934\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f9c5747e47d096e3b504dc7d1f94cc15c31dc3f', '41.60.237.16', 1666433512, '__ci_last_regenerate|i:1666433512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6f9de4ae6f987e590181000008424e5433cd2344', '41.60.233.85', 1664172586, '__ci_last_regenerate|i:1664172586;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664033824\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664171972;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fb518be040bc033282a45ba0e6eb587957b8d7c', '41.80.98.64', 1653732736, '__ci_last_regenerate|i:1653732736;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fc181d1a41b858fb2b7da3585b42574bb18de30', '41.60.239.223', 1669130488, '__ci_last_regenerate|i:1669130488;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fd393a35a38c342d67b60a547ab57af16328ee0', '217.21.116.217', 1667148981, '__ci_last_regenerate|i:1667148981;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6fd45ce37407df7ca17ce003a0d2d44174f413ae', '41.80.96.73', 1653738544, '__ci_last_regenerate|i:1653738544;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1653738220\";last_ip|s:11:\"41.80.98.64\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6ff227e2837c34c544ebd599b1fb490f71622314', '41.191.105.90', 1654891498, '__ci_last_regenerate|i:1654891498;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654805575\";last_ip|s:13:\"41.191.105.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654891152;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('6tfbupau9bqf3bik4qc3ulhnvi77rsbr', '::1', 1651400706, '__ci_last_regenerate|i:1651400706;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637103205\";last_ip|s:3:\"::1\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7026dac5960f81cd0454cae6f16fc67765746fe8', '41.60.233.5', 1673886179, '__ci_last_regenerate|i:1673886179;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620688\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673886152;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7046581632c66019dce9feca3bc691211ae345d2', '41.60.232.254', 1672416522, '__ci_last_regenerate|i:1672416522;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70570ee6238a9b34d4900f95bd4421bad3d3923b', '41.191.104.74', 1653754268, '__ci_last_regenerate|i:1653754268;error|s:115:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('706e5daf14ca1659b573314f1d3a3edef47dd23a', '41.90.189.189', 1674936540, '__ci_last_regenerate|i:1674936540;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674935950;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70b52e36db355fea31fc2ab21bdb77c345438e0b', '41.90.37.211', 1660331804, '__ci_last_regenerate|i:1660331804;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70b6cda02c3bfd53dc9117e7212ce183d5dce3b7', '41.60.235.236', 1670941559, '__ci_last_regenerate|i:1670941559;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670851955\";last_ip|s:13:\"41.60.236.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670940699;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70d80c7c60b2cb8e21e5704d4771acbdeef63284', '41.191.105.229', 1656098849, '__ci_last_regenerate|i:1656098849;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656058719\";last_ip|s:14:\"41.191.107.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656098085;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('70e6428d8349fb12694e53473ea1608c53e1a64e', '197.248.117.169', 1674472484, '__ci_last_regenerate|i:1674472484;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1674412086\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('710355dc0626002a6e16711b6f20948479fa286c', '41.60.232.168', 1677164557, '__ci_last_regenerate|i:1677164557;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677076796\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('711f28c707727461ef9f02ec87cf8f4483ac2d86', '41.60.237.59', 1652624682, '__ci_last_regenerate|i:1652624682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7136e53ce85db9eb3ed09b298b415836dbf8266e', '197.182.60.254', 1674764496, '__ci_last_regenerate|i:1674764496;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"ABWVl1zTJE9Rq3e82h0o\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('713f6346acf27fe4593306c8dda420e2b5a5d526', '209.145.52.241', 1653908293, '__ci_last_regenerate|i:1653908293;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7149306b3bf82e5d013ca958fb1087af64b130ef', '41.191.105.88', 1658520183, '__ci_last_regenerate|i:1658520182;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7159f031b4ce9b0af473bd15ba8a642845533f16', '41.191.105.93', 1652646223, '__ci_last_regenerate|i:1652646223;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652644658\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652645054;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('715eb0518c5479e4d447449f912a11c4844633c6', '41.60.235.76', 1653893114, '__ci_last_regenerate|i:1653893114;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653891849;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7166cf8d6ada3c7113618f88d628337cd4a027e1', '41.60.235.76', 1653489478, '__ci_last_regenerate|i:1653489478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71714cc50b5831fdc6940807a4c23ccee1ed77d5', '105.163.30.121', 1661450932, '__ci_last_regenerate|i:1661450932;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661405405\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('717342385cb905bfee5cb81ce052cff734f0a79d', '41.60.237.195', 1652191408, '__ci_last_regenerate|i:1652191408;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ME8NsKv0OH2BY1bQmf7P\";last_activity|i:1652190094;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('717e5cb7c41e5469d24f50bf62034c9574a4a969', '41.60.238.178', 1655910342, '__ci_last_regenerate|i:1655910342;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655904820\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655910313;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71832fa266c9c904a5a73a914e79ec656d99394e', '209.145.52.241', 1653413696, '__ci_last_regenerate|i:1653413695;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7188446b362f5bb376c536b55157db52f3ded3c7', '197.182.60.254', 1674762022, '__ci_last_regenerate|i:1674762019;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('719b1935e4d3a5adcedeea3f21bb577a5421b138', '41.60.233.29', 1680016980, '__ci_last_regenerate|i:1680016980;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71af1b9ba3e5027d548330d04701860cdb08518f', '41.60.237.59', 1652619898, '__ci_last_regenerate|i:1652619898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71b6e6df428e48bb7f95d241602b0da4ac7d8dc4', '41.60.233.155', 1672931485, '__ci_last_regenerate|i:1672931485;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672844707\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672931267;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71b81b8633c4bc68262b353dc1dfc3b2b4d8313e', '197.248.117.169', 1675931526, '__ci_last_regenerate|i:1675931494;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1675056866\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1675931523;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71c4498dc1849439b19805451a7153dfbcd1bede', '41.60.233.116', 1659619723, '__ci_last_regenerate|i:1659619723;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659604714\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71d19949f2ea5bd75273818938151048acf547b0', '209.145.52.241', 1653908259, '__ci_last_regenerate|i:1653908259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71dd2cbd4b9b43aae052b2fcef572ba6aed17bb4', '217.21.116.218', 1680885023, '__ci_last_regenerate|i:1680885023;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680882537;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71e694d66ff178da93a6e500588ec89b96901f13', '41.60.239.133', 1667485343, '__ci_last_regenerate|i:1667485343;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667402402\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667485042;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71f33c9cdceff3f0e86bac536f3efed80a795ef0', '41.191.105.89', 1660055558, '__ci_last_regenerate|i:1660055558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('71f7958df74459fa1b57aa33f7ae668c4f8cae21', '41.60.237.195', 1652184463, '__ci_last_regenerate|i:1652184463;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652184422;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('720a5971f903315b9002a3324e6bc1cc4ba16a81', '41.60.232.168', 1677075130, '__ci_last_regenerate|i:1677075130;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72157ca96db48ad02a8a106d99634e693c8797c4', '41.60.236.151', 1677773596, '__ci_last_regenerate|i:1677773596;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677682512\";last_ip|s:13:\"41.60.235.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677773207;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7240214924990ce5369ec1f3d0feb497f2021d1e', '41.60.237.158', 1661610802, '__ci_last_regenerate|i:1661610802;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661610764;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72678f602ad7b59712b5b994dfaf8957bd6a5057', '41.191.105.93', 1652653231, '__ci_last_regenerate|i:1652653231;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72720ca6c58484a9e0f427765ca9aca80cd04c02', '41.60.237.163', 1657638154, '__ci_last_regenerate|i:1657638154;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7282f1eac5697494dc73c6aabfa7b70b47e2fa79', '41.191.104.81', 1653569433, '__ci_last_regenerate|i:1653569433;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653413180\";last_ip|s:13:\"41.191.107.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653568497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7288d62d28eec3120acf0ea87ee1b950baf4ecc8', '41.60.233.5', 1675758943, '__ci_last_regenerate|i:1675758943;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675758878;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72896a8d6344e47688a1f61d6628292105b5b7b1', '41.60.232.81', 1651571970, '__ci_last_regenerate|i:1651571970;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";message|s:26:\"Product successfully added\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('729627cf86fea42747554017ac383eedfffeb012', '41.60.232.81', 1651575855, '__ci_last_regenerate|i:1651575855;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651575438;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72b9dfaaf0adb29f31f2097d40513d6cc27c89fe', '41.60.232.168', 1677514034, '__ci_last_regenerate|i:1677514034;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677338728\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677513833;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72cf92b5275440703f13e86a765fe9763380090f', '41.191.104.41', 1653808240, '__ci_last_regenerate|i:1653808180;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653670145\";last_ip|s:14:\"41.191.107.220\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:17:\"category/sweaters\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72d95f53662d3b8a86204dd382482ccfbc2e8ab3', '41.191.105.89', 1657537953, '__ci_last_regenerate|i:1657537953;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657465579\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657537883;remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('72f448edc3038e37ed0be746309b0a7b3a902bef', '41.80.98.64', 1653738285, '__ci_last_regenerate|i:1653738284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7316d974d115c792630707932b264dc3347c0bb6', '41.191.105.90', 1655142290, '__ci_last_regenerate|i:1655142017;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654961496\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655139432;user_csrf|s:20:\"6H8UclowJrCDjEY9QgFV\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('731e77ab9f5d2e4837f1e457bab6e0457fe8eff4', '41.60.232.168', 1676650418, '__ci_last_regenerate|i:1676650418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('731f4b2d1497f513da0dc2e7399741b865933847', '41.191.107.225', 1652859316, '__ci_last_regenerate|i:1652859316;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652795076\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652859044;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73316d1fff44a8cab2a98414cf2c012ee2e1c7e4', '41.191.105.95', 1653138366, '__ci_last_regenerate|i:1653138366;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652968511\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653138105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('733e4cae126f74f3f64952298da18efbfd1c3c20', '41.60.235.147', 1677684496, '__ci_last_regenerate|i:1677684496;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677595356\";last_ip|s:13:\"41.60.235.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677683889;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7346eabfb457599dd3c12f20127cf1df58aeb6e8', '41.191.105.93', 1659454228, '__ci_last_regenerate|i:1659454091;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1659383303\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfkey|s:8:\"XtOlDRo4\";csrfvalue|s:20:\"o3ZutgLvMXWNcR5SH4xz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73568dda25f148ed99bb8e85e15f6e2cd3670f63', '41.60.232.168', 1677250786, '__ci_last_regenerate|i:1677250786;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677164296\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677250735;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73604d5e8a3131513a391fe77f33f8290eeae06d', '41.80.98.64', 1653732978, '');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73834d942b0d67bea05b1d607c6f6284c8d52cd0', '41.60.238.127', 1651658829, '__ci_last_regenerate|i:1651658829;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651657057;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('739dcb9f1f4b2501ec66486f036eff39691d3b26', '41.80.98.64', 1653735303, '__ci_last_regenerate|i:1653735303;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73b29bb660df2958e1567217773e7f29be562348', '41.191.105.229', 1656095867, '__ci_last_regenerate|i:1656095867;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73c5d2fe7f4f69ccdd5b9322b3eeb2baec3ddedb', '41.60.238.178', 1655963872, '__ci_last_regenerate|i:1655963872;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('73ee492b43aa46fb2aa047eddf56af12bc4e33f3', '41.191.105.93', 1651958122, '__ci_last_regenerate|i:1651958122;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651958082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74044deed730fef5022243ceb3da9ec0e109198a', '41.60.237.70', 1664552595, '__ci_last_regenerate|i:1664552595;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664516282\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664551547;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7408f20ce9b6b74b7002dac7855cec7599907176', '217.21.116.218', 1680871009, '__ci_last_regenerate|i:1680871009;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74148412272c30cc18d06bca4ee13c15609a0645', '105.163.0.253', 1664995612, '__ci_last_regenerate|i:1664995612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7418da40ec6f226512b9a039a62bd49ba6f018da', '41.60.235.236', 1671031765, '__ci_last_regenerate|i:1671031504;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670940455\";last_ip|s:13:\"41.60.235.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671030819;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7428769b083067e3192680ec0c80d28596c3ff0e', '41.60.236.83', 1661402002, '__ci_last_regenerate|i:1661402002;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661172422\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('743232cb2f1207d83e937631df31ff2dbe98c437', '41.191.105.93', 1654812497, '__ci_last_regenerate|i:1654812495;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654721544\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7438fc7123a83ba3107f16eba8312d78cc59abf0', '41.60.234.151', 1678721905, '__ci_last_regenerate|i:1678721905;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678545690\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678719831;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7448ece436db0767d08908177967c20126e282ef', '41.60.237.159', 1664207660, '__ci_last_regenerate|i:1664207528;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664171614\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664202922;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('744d245179d1924919f2df717e50137a9b4e6abd', '154.159.252.6', 1651443270, '__ci_last_regenerate|i:1651443270;error|s:119:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/pos/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7467158e3a290106b46f9ca22301976b6ad75452', '41.60.237.163', 1657640784, '__ci_last_regenerate|i:1657640784;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657638154\";last_ip|s:13:\"41.60.237.163\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657640758;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7467e62e9a2c21f970abd80c436b2ed6fdc72c54', '41.60.239.133', 1667317639, '__ci_last_regenerate|i:1667317639;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667229494\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667315859;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('746e372919639994d0eb08cdbe9721c482ca417b', '41.60.233.5', 1674145143, '__ci_last_regenerate|i:1674145143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7476e19191ea533881193c2d0be6058a40632272', '41.60.233.5', 1673970222, '__ci_last_regenerate|i:1673970222;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673883343\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673970135;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('748697b3e8e7c9463df57944970a8bf3480ab302', '217.21.116.217', 1667157770, '__ci_last_regenerate|i:1667157770;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"516pTlZC08jI73sEgdMh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7489da841681db36d2cc997eee1ba89c2826b575', '41.60.234.241', 1660400827, '__ci_last_regenerate|i:1660400827;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660314998\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660400609;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('748b89b63c93418335313e355a52d19fefe6b695', '41.191.105.89', 1654979750, '__ci_last_regenerate|i:1654979750;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('748f86d34543f1642858f817b6bf1cb292796244', '41.90.40.126', 1659465380, '__ci_last_regenerate|i:1659465380;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659448265\";last_ip|s:12:\"41.90.40.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74c112151dea8f553b5e90bcb7509eb96c5a27e2', '41.60.237.111', 1668422225, '__ci_last_regenerate|i:1668422224;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74c4e0b382b8b80d70eb6f97a07ec7e02ff9117a', '41.60.237.207', 1665150264, '__ci_last_regenerate|i:1665150264;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665065308\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74dbd99618d245bdcd6fe66d6aa60743dbfd22e4', '105.163.48.250', 1660851268, '__ci_last_regenerate|i:1660851268;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660846337\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e1bcf028670a4604d24bb1d7abe1e71a527d41', '41.191.105.94', 1659383501, '__ci_last_regenerate|i:1659383501;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1658500223\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('74e6154fb9c1b83f246c770c5a7c09b490c140b9', '173.252.95.23', 1659990672, '__ci_last_regenerate|i:1659990672;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('750de6cee6ebf169981bfbc701ba0b860dea7304', '41.60.239.133', 1667487655, '__ci_last_regenerate|i:1667487655;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667402402\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667485042;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7516035507c6c1f24781c040de067d7dcd305446', '41.60.237.195', 1652201444, '__ci_last_regenerate|i:1652201444;requested_page|s:27:\"admin/products/stock_counts\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652188793\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('751ead88084f49f48f3984cec19a7d2d6073d2f7', '41.60.237.158', 1661526758, '__ci_last_regenerate|i:1661526758;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661521111\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661522397;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7526b08fb8cb4d632d7249cfe3d3271df1771304', '41.60.234.151', 1678719040, '__ci_last_regenerate|i:1678719040;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678545690\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678719017;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('753ad11e55254a35e232fb187d47360d9c173432', '41.60.232.14', 1657813636, '__ci_last_regenerate|i:1657813636;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7555b824d852801a646a3e05e6426f03cf79c068', '41.60.235.97', 1679319104, 'requested_page|s:30:\"admin/pos/getProductDataByCode\";__ci_last_regenerate|i:1679319104;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679305700\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679319081;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7557494a5ed8a9ba3592ee32cefc728980df6a96', '41.60.237.126', 1669905321, '__ci_last_regenerate|i:1669905321;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('757f884bd1bf027a4a14f561d84387ed5719d3a0', '41.60.237.59', 1652876834, '__ci_last_regenerate|i:1652876834;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652804480\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652874227;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75a8f83f6cb9e6f38be594bf2427d2e0e279653c', '41.60.233.116', 1659710927, '__ci_last_regenerate|i:1659710927;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659694961\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659707147;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75b8033aba5f3038ac6456a3d0953d7c55e97228', '41.60.232.12', 1663340640, 'requested_page|s:15:\"admin/pos/sales\";__ci_last_regenerate|i:1663340640;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663306001\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663336885;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75c33a42a8b08db908cd2a53da3fc35908a633d4', '41.60.232.140', 1662129946, '__ci_last_regenerate|i:1662129946;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662104843\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662125770;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75ceb1bcf4802891c288c07dffbcefaa3e5638f5', '41.191.107.219', 1655925851, '__ci_last_regenerate|i:1655925687;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AbfXqCgk0sv5W49Z7pt1\";last_activity|i:1655921708;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75e751b0746e3aa17bb56bbf4c831f9cf19d00d4', '41.60.233.29', 1679757074, '__ci_last_regenerate|i:1679757073;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('75f400a0f0f96230169526cc122d90f0e690396d', '41.60.232.170', 1672759198, '__ci_last_regenerate|i:1672759198;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672755473;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7600d11fa76f977b0b7b644f36b21a45b1f922d1', '41.60.232.148', 1659453280, '__ci_last_regenerate|i:1659453280;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659441549\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659453089;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('761338e0c4cc0b621d59d5cde8ef4651f85fdd84', '41.60.237.125', 1651676661, '__ci_last_regenerate|i:1651676661;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651676045;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"VdLnN0O9QPBvS4i1EZmz\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7622e81ea7c36e3308fd5eb7c6181a16cc67ebba', '154.159.252.6', 1651444107, '__ci_last_regenerate|i:1651444107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7624bd8eae44653dd0b29f9258f5e54b254a5332', '41.191.107.158', 1656060182, '__ci_last_regenerate|i:1656060182;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655974356\";last_ip|s:14:\"41.191.107.135\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656059644;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76262dca82c88b041256e22f359b6d021a07e827', '41.60.232.254', 1672501655, '__ci_last_regenerate|i:1672501655;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672408396\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672501288;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7634f6cd7e2bd5510153c722ea35fe64836e3f94', '41.60.232.255', 1673280595, '__ci_last_regenerate|i:1673280572;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673277025\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673279517;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('767775d4db49b3e71d2ac7e9cc51220ffa73e256', '41.60.232.46', 1670510840, '__ci_last_regenerate|i:1670510840;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670510396\";last_ip|s:12:\"41.60.232.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670510558;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76865baeb84e99da40ca3313f8fa3da1b9bfbfde', '154.159.252.6', 1651443270, '__ci_last_regenerate|i:1651443270;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('769c562afed517b65778fc2e7c31d8ac35204530', '41.60.237.126', 1670254751, '__ci_last_regenerate|i:1670254751;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670082086\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76b00257fc887d0ee01260b66191a8758073be32', '41.191.105.95', 1655321464, '__ci_last_regenerate|i:1655321464;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655237876\";last_ip|s:13:\"41.191.105.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76b048ef169cf87525fde5ad24e76c16ff5c553f', '41.191.107.151', 1652641945, '__ci_last_regenerate|i:1652641945;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652641531;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76c046f9ebd0f1b4f927e37322be6eb8e6b93f52', '41.60.233.155', 1673108276, '__ci_last_regenerate|i:1673108276;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673077625\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673102289;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76d7c42b1ccdb8d6a8c8a720b9e6751034f11114', '41.60.237.195', 1652184836, '__ci_last_regenerate|i:1652184836;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652184802;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76f0489d7715b0d957a3f53bc2b5ad60d86cd104', '105.163.50.229', 1659695547, '__ci_last_regenerate|i:1659695547;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622232\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('76fe513bc52c931e705c69449a44e81075f3a88f', '105.163.61.45', 1662048611, '__ci_last_regenerate|i:1662048611;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7702fa86fe58ae8933c55f5d6b541eb4f61de5c5', '105.163.56.70', 1663181692, '__ci_last_regenerate|i:1663181692;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"t8dZClIu6bJBAxEFiha9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7704cf8e179e6ca215fbb5f4c6f81e717508d5dd', '41.191.105.94', 1654446807, '__ci_last_regenerate|i:1654446807;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('770a3c367169626f086155e69d98ab9386c8119e', '41.191.104.118', 1653897738, '__ci_last_regenerate|i:1653897452;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653808200\";last_ip|s:13:\"41.191.104.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653897738;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('774a41101e2a652e202e5bab3422fda58ecb0196', '41.60.235.21', 1657119416, '__ci_last_regenerate|i:1657119416;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657030300\";last_ip|s:12:\"41.60.235.21\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657119378;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('776b2b76d92e3cb987026778aba040954a0fe809', '41.191.105.94', 1654453812, '__ci_last_regenerate|i:1654453812;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654452066;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77703e8654b2de9ca396c0282d1954ae6c9fda0d', '41.60.235.76', 1653752953, '__ci_last_regenerate|i:1653752953;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7777672879034357e7c6e71b358755c7b59dbf44', '41.191.105.88', 1651873995, '__ci_last_regenerate|i:1651873951;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651760465\";last_ip|s:13:\"41.191.104.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651873993;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77899ac25c20839aa83d98aafa1b20ee1f2d9db7', '41.60.238.178', 1656330678, '__ci_last_regenerate|i:1656330678;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77a5e4c5eda263efbbf93257c97ea9d3e8c32be9', '41.90.40.126', 1659465787, '__ci_last_regenerate|i:1659465787;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659448265\";last_ip|s:12:\"41.90.40.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77aa2423e16c3808ae0b4e0df40392022456daf4', '41.60.237.126', 1669998033, '__ci_last_regenerate|i:1669998033;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669903738\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669994890;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77ae4ffdf1fe7b2cd46ac6900829ea9ce069d660', '41.191.105.232', 1656352490, '__ci_last_regenerate|i:1656352490;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77b9ba58af3d9ade52753df7f7c620ed006e5797', '41.90.189.189', 1675193644, '__ci_last_regenerate|i:1675193644;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675153471\";last_ip|s:14:\"197.248.61.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675193320;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77bc47706eaaee5f8b64e38ee06e0c85dd503680', '41.191.105.229', 1656099299, '__ci_last_regenerate|i:1656099299;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656058719\";last_ip|s:14:\"41.191.107.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656098085;__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfkey|s:8:\"r3sjnPdk\";csrfvalue|s:20:\"anBXxHcDs3GKhyNS5WoU\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77be8f9377c7f90f47ce3641c51dff381f5c4a25', '41.60.232.27', 1666795863, '__ci_last_regenerate|i:1666795654;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666710055\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77c6f6b1e471ab9baf73fbc3f7e9f7f7331157ff', '105.163.48.250', 1660847048, '__ci_last_regenerate|i:1660847031;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77d66bf11f972d4cf868a9b6f03137dfd0d8eb46', '197.248.117.169', 1671773784, '__ci_last_regenerate|i:1671773784;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1668532108\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1671773298;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f09d29cc6e8a2de8d4e4d8c1110c0f403d40ff', '41.60.238.127', 1651577631, '__ci_last_regenerate|i:1651577631;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651575438;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f2d53bd351c645d52b8ea6958480e2e301a99f', '41.60.238.178', 1655808367, '__ci_last_regenerate|i:1655808367;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655572410\";last_ip|s:13:\"105.160.86.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('77f85acdad656d221701257cce352f1b39ab54a1', '173.252.95.22', 1674585936, '__ci_last_regenerate|i:1674585935;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7804e60111ec9db5260b775b3799f75ed3937386', '41.60.237.59', 1652799594, '__ci_last_regenerate|i:1652799594;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652784501\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652799082;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('781ea0acd2013f523804976b7d4d215915b42098', '41.191.105.89', 1652607132, '__ci_last_regenerate|i:1652607132;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('782406c814ccbb71fbee1dbad2a2f86600f36ef5', '41.60.235.241', 1680533420, '__ci_last_regenerate|i:1680533420;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7831ecdfd991bfa6cf74409b899987670d6a6081', '41.191.104.254', 1655155833, '__ci_last_regenerate|i:1655155833;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655155406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('786e45a7cbbb2eae94a4e82975bd4ae3fcf135b5', '217.21.116.218', 1680875054, '__ci_last_regenerate|i:1680875054;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78894b10b9c8705d04b8edea03cfec2f7239c31d', '41.191.105.232', 1656353457, '__ci_last_regenerate|i:1656353457;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('789e4de6820362ae0ab754ee384fb4374173e1af', '41.60.237.146', 1661784526, '__ci_last_regenerate|i:1661784526;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661757840\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661784032;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78a1f6b76dbfe098d4be7f2f9f9c8122011ec172', '105.163.50.229', 1659716451, '__ci_last_regenerate|i:1659716451;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659716437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78ba9dd1ff132420ece31f612f62f8f08c7d5135', '41.80.98.64', 1653732536, '__ci_last_regenerate|i:1653732536;error|s:155:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78e2fa6dbfa20d99b90aa35217259d9cda8e1569', '41.191.107.150', 1652610212, '__ci_last_regenerate|i:1652610212;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;user_csrf|s:20:\"G8cSzhnoFtjD74JLkZwV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('78e4199ce628c0ebb8a5c27e93d429a4dc7e972c', '154.159.252.6', 1651444449, '__ci_last_regenerate|i:1651444449;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('790070024d6a39ee21a7e733173496403dcac9c9', '41.60.234.165', 1680875191, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1680875191;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680860586\";last_ip|s:13:\"41.60.234.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680872956;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7902c8bab0ad1c62c044c17015da7d418cdfe0d7', '41.60.237.159', 1664202547, '__ci_last_regenerate|i:1664202547;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('792a3af6e3661ac43ac567ab2387b80139733392', '209.145.52.241', 1652462849, '__ci_last_regenerate|i:1652462849;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79312302da6d19618a4b069fcabe9379e5959ea2', '41.60.232.14', 1658155577, '__ci_last_regenerate|i:1658155577;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658151231\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658154362;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('794091a1f84321608a370a6d4eebbb87b8f098f9', '41.90.189.189', 1674933189, '__ci_last_regenerate|i:1674933189;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674933010;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79452a99d612e8eac207c4638919341f164dae9a', '209.145.52.241', 1652614828, '__ci_last_regenerate|i:1652614828;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('795ab44a01f68a57c7bc7160cf688a39b15d7aa4', '41.191.105.93', 1654461247, '__ci_last_regenerate|i:1654461247;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7963a81ca6f4d5cb83cf81975c1c466d4f938228', '41.191.104.241', 1652189007, '__ci_last_regenerate|i:1652189007;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652186826\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7980057e0d4877ce2c1ff26ab68fa03daf6d80b1', '41.60.235.20', 1658844664, '__ci_last_regenerate|i:1658844664;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658581316\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658844552;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('799450a9f0d79d2a6e9a292fda7a503807f51db4', '41.60.232.170', 1672760668, '__ci_last_regenerate|i:1672760668;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672755473;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('799cefb91869c0e457c58f89456a4e1a2a2c81e0', '197.248.117.169', 1664880582, '__ci_last_regenerate|i:1664880386;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1663007727\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664880577;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79ad22c48874f81d4c34bdd8afccd4cfbf97144c', '41.60.237.59', 1652543218, '__ci_last_regenerate|i:1652543217;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652541556\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652543217;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b7d7ed55a2b5c7d1ca56297e05472cd7ca989f', '41.60.239.133', 1667627149, '__ci_last_regenerate|i:1667627149;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667484834\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79b868270b14e50b6c2e1e03f31775725daf2716', '41.191.107.193', 1652723847, '__ci_last_regenerate|i:1652723847;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652647279\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1652723032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79c773891e260d667c774c7f6e9d4b5325cce0fb', '41.60.233.95', 1662648720, '__ci_last_regenerate|i:1662648720;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662556738\";last_ip|s:12:\"41.60.233.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662647532;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79d2ca868929e828577eef8eff7bca356a315ece', '41.60.232.223', 1657526093, '__ci_last_regenerate|i:1657526093;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657292722\";last_ip|s:13:\"41.60.233.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657525653;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79da52d588eebfad8fb86b7f8d68310db754eb35', '41.60.235.21', 1657030998, '__ci_last_regenerate|i:1657030998;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656947443\";last_ip|s:13:\"41.60.232.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79db5ebdd85cab88ff896b4f26a44842b6d438be', '41.60.233.5', 1676303674, '__ci_last_regenerate|i:1676303674;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676210582\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676303637;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79e436b0e6ab54833daa026fa4eda1e9545dafe6', '217.21.116.217', 1667149416, '__ci_last_regenerate|i:1667149416;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('79e6b477d769f9f634e0119f08fffd4b4c629dc6', '197.182.60.254', 1674765230, '__ci_last_regenerate|i:1674765230;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a2bfcd22d88e84017caf5eab497586353d62a48', '41.60.233.155', 1673102961, '__ci_last_regenerate|i:1673102961;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673077625\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673102289;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a3a5ec9cedb968e85cda0ad6c24ae728bcd6b52', '41.60.235.20', 1658580699, '__ci_last_regenerate|i:1658580667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a4f5bc21e89ac85895a6d63d0be7a2a920a7cb8', '41.60.232.148', 1659453884, '__ci_last_regenerate|i:1659453884;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a60f84f6abcc75c1bf5b03f029489bd4f76420e', '41.60.236.151', 1678376724, '__ci_last_regenerate|i:1678376724;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678284658\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678374177;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a6522dc1078d7b90174e2058fdbe723787da39d', '41.60.233.85', 1665069083, '__ci_last_regenerate|i:1665069083;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a6a25bd08318665e24437b1bafbf0cf576fb8b5', '41.191.107.225', 1654094583, '__ci_last_regenerate|i:1654094583;requested_page|s:22:\"admin/products/view/76\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654001102\";last_ip|s:14:\"41.191.107.228\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a6e13034b0e82245e91a1219688696e9fd1cf17', '217.21.116.218', 1680871479, '__ci_last_regenerate|i:1680871479;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a7a68f67cd983d8ea4287ef7990d2c93b6911a1', '41.60.236.83', 1661405026, '__ci_last_regenerate|i:1661405026;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a833500d5fe450fe18511bede623879d870748c', '41.60.233.155', 1673022419, '__ci_last_regenerate|i:1673022418;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7a9b1ef60798b0f1260b4f2cf87c4e2c9098e91b', '41.60.237.159', 1664288346, '__ci_last_regenerate|i:1664288346;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664202547\";last_ip|s:13:\"41.60.237.159\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664287767;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ab3e31a3ced1ba1a1daede6d5f00113dbbb04b4', '41.60.237.195', 1652193415, '__ci_last_regenerate|i:1652193415;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652187660\";last_ip|s:14:\"105.160.92.103\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ac1ff8936a0e0a1a78d602d33fe381b991573ea', '41.60.238.127', 1651577063, '__ci_last_regenerate|i:1651577063;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651575438;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ad793598cb08d47f5c2041fd5bc6913d9fdb854', '41.60.237.16', 1666364609, '__ci_last_regenerate|i:1666364609;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666348090\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b05a151a98bf66abb0a4a9c6f4a0f4c5779c0c6', '41.60.232.168', 1676908098, '__ci_last_regenerate|i:1676908098;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676732951\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"0j9FGI438Zh7OdT2yKso\";last_activity|i:1676908063;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b17105931de9393f263a23f06541cdcee24bd64', '41.60.234.151', 1678547113, '__ci_last_regenerate|i:1678547113;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678514219\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678547062;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b5d77db9e4a79e8cf3922b4b93befe8228f2df1', '41.60.232.12', 1663306284, '__ci_last_regenerate|i:1663306284;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663250032\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663306266;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b70b25ccc0997032029e7ff70e1f5fc537c9b71', '41.60.237.126', 1670254395, '__ci_last_regenerate|i:1670254395;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670082086\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b7bd50631598e946937fc47e35eb1fbce1f32e7', '105.161.212.42', 1674502312, '__ci_last_regenerate|i:1674502312;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674416752\";last_ip|s:14:\"105.160.65.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674502289;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7b8b295802cf88b707adcbf77ffce842d05341ec', '41.60.232.27', 1666623332, '__ci_last_regenerate|i:1666623332;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666590893\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666623307;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ba51be2b2f7ad81b1fae8db7378bbdc595d6b97', '209.145.52.241', 1653911948, '__ci_last_regenerate|i:1653911948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd30744377f3043397bd65dfc2f65a96dd1f6eb', '41.60.237.195', 1652173345, '__ci_last_regenerate|i:1652173345;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"5xdChQToP0aSfJRLIMAg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bd548886c3d4c41a7c3b3507ebd42413081ae6a', '41.191.104.242', 1652561600, '__ci_last_regenerate|i:1652561331;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652462459\";last_ip|s:14:\"41.191.107.198\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652561600;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7bff549aaf235376970d41a8fe97adce97d734b5', '41.60.237.163', 1657727774, '__ci_last_regenerate|i:1657727774;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657639820\";last_ip|s:13:\"41.60.237.163\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657727376;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c0cb9f687acfb6627281e8575df014ae2335f37', '41.60.233.155', 1673101863, '__ci_last_regenerate|i:1673101863;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673077625\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673101836;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c107cb687691f5b7929ead761a313e3390d6759', '41.60.235.97', 1679495778, '__ci_last_regenerate|i:1679495674;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679400663\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679495594;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c2e29ebbd9bd658205b550fae84f5fdbc5bcf84', '41.191.104.254', 1656619230, '__ci_last_regenerate|i:1656619230;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656350728\";last_ip|s:14:\"41.191.105.232\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c3badd1e430ba91f229ba3fb696d407213dcf2a', '41.191.104.88', 1654381246, '__ci_last_regenerate|i:1654381246;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654380167;user_csrf|s:20:\"hn0vFDE6d7IAaUygBJ1c\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c445ae4c426ff781b1898dfd8fe939f9b61c13c', '41.90.189.189', 1674934411, '__ci_last_regenerate|i:1674934411;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674934351;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c540504dd0c57d822eb394ff5e4a099121662f8', '41.60.233.5', 1675697677, '__ci_last_regenerate|i:1675697677;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c611f804fe061306f265c34d3511172c3563904', '41.60.238.178', 1656074034, '__ci_last_regenerate|i:1656074034;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655996350\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c6466917f030f0fb152db58f959b9817b76be13', '41.60.236.7', 1668945200, '__ci_last_regenerate|i:1668945200;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668870620\";last_ip|s:13:\"41.60.238.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";remove_slls|i:1;message|s:23:\"Sale successfully added\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c6855359f579b9bbaad3c54ea12c23d933748e8', '41.60.233.5', 1676212920, '__ci_last_regenerate|i:1676212920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c82f54e9026bfd5c46d33a4a93d2d1c037ad170', '41.60.237.195', 1652041713, '__ci_last_regenerate|i:1652041703;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651865961\";last_ip|s:13:\"80.240.201.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c87108df4cdb9e9e2bdcec5b551be639ae07b06', '41.60.238.127', 1651655750, '__ci_last_regenerate|i:1651655750;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7c8c81a3593f51b50e3a1a1aed88942db101ecdd', '41.60.233.5', 1676045116, '__ci_last_regenerate|i:1676045116;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675947973\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676045080;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ca6334da9c17990d21ccbfaead61f993e93d067', '41.60.237.59', 1652882868, '__ci_last_regenerate|i:1652882868;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652804480\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652882828;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cb00cb3376c87646a7c8c2055dcb6a7f209acbd', '41.80.96.73', 1653736003, '__ci_last_regenerate|i:1653736003;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cbf1c0665c944b885def238edb9a0fb889e8df6', '41.191.107.198', 1652463041, '__ci_last_regenerate|i:1652463041;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652358348\";last_ip|s:13:\"41.191.104.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cd11c15045296a579d57a8d2ab1b9a85a5a903a', '41.60.234.151', 1678722086, '__ci_last_regenerate|i:1678722086;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cd737f59800db1281983e96234391453f2ff4a5', '41.80.98.64', 1653733093, '__ci_last_regenerate|i:1653733093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cd756fa53b640f14915986ecfa081cc09fdf714', '41.80.98.64', 1653732731, '__ci_last_regenerate|i:1653732731;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7cdc35b6a2ff679c5909502ec9aa7b06bcf23e4a', '41.60.237.195', 1652085719, '__ci_last_regenerate|i:1652085719;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652083519;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d128c9490ff040e0702b72541300e8ee4a90f08', '41.60.238.127', 1651657834, '__ci_last_regenerate|i:1651657834;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651657057;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d16bd5252c6ba2305a32b9334f52831761af100', '41.191.105.91', 1652654576, '__ci_last_regenerate|i:1652654576;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d32ca521435c9374420115da4dbc2e832310838', '41.60.236.151', 1678376725, '__ci_last_regenerate|i:1678376725;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d341f008d88de2885760c9ccf2a108fbf1ba255', '173.252.95.10', 1670693013, '__ci_last_regenerate|i:1670693012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d3c9692b346cf5382370b8afb2093808dc66950', '41.60.232.46', 1670511651, '__ci_last_regenerate|i:1670511651;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670510396\";last_ip|s:12:\"41.60.232.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670510558;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d46bf212e1bfc691d5faa52b93df4a3fb6604a6', '41.191.105.89', 1658503318, '__ci_last_regenerate|i:1658503318;requested_page|s:17:\"category/sweaters\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657640102\";last_ip|s:13:\"41.191.107.37\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658501656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d4c7dc6fdf4aea4469e545c491ce352d84f031c', '105.163.61.45', 1662229016, '__ci_last_regenerate|i:1662229016;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d4fa0998af7c1f4aa1dbfe0519673b2461b5224', '209.145.52.241', 1654725216, '__ci_last_regenerate|i:1654725216;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d52c7aaa7b292f5d8566f118ea19330ece22cc5', '41.60.232.81', 1651572603, '__ci_last_regenerate|i:1651572602;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651572602;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d5dae279a63d9a4c9df171fe06f7e3a334f0b9b', '41.60.233.85', 1664896576, '__ci_last_regenerate|i:1664896576;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664864127\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664893059;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d605a47d3ff04a75292557a426dd878dd554275', '217.21.116.218', 1680868247, '__ci_last_regenerate|i:1680868247;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d7ab0cbdd0d5ee03305d2606d31ca057b2f4ab7', '41.60.233.5', 1675756745, '__ci_last_regenerate|i:1675756745;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675756631;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d7c65af4626012810fdde35fa2607c579839325', '41.60.238.178', 1655736832, '__ci_last_regenerate|i:1655736832;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655559669\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655736518;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d85091c3f9ae46cfa0554eb1354bf81d9a04845', '41.90.44.57', 1653590993, '__ci_last_regenerate|i:1653590707;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653489498\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653590413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d8ac32110c47897ac14e5dc2b99f3df9f341c9f', '41.60.237.143', 1665659672, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d8b6df585efa5f1aeac82ceeab0867244d38816', '41.60.232.148', 1659441521, '__ci_last_regenerate|i:1659441521;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d91b0993e925ac436196ed354732a6a255d4c7f', '41.60.232.168', 1676996666, '__ci_last_regenerate|i:1676996666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7d9f7875c9480aad3f751a358f3ddc12fdac68f4', '41.60.239.230', 1665410860, '__ci_last_regenerate|i:1665410860;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7da55788cf823d59f5ec3429fc202d261dda3c68', '41.60.237.16', 1666364211, '__ci_last_regenerate|i:1666364211;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666348090\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7da8bc892b502588dfa3e444647d3d48fbd5fa4a', '41.60.232.140', 1662444747, '__ci_last_regenerate|i:1662444747;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662400118\";last_ip|s:12:\"41.90.217.25\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7de2b6976b4a4cc557b888430e4ab775797cbd67', '41.60.237.126', 1669905251, '__ci_last_regenerate|i:1669905251;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669903609\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669903964;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7dfee5df91b7a0ff8c91d41a4eb4ac649de65995', '41.60.237.16', 1666352889, '__ci_last_regenerate|i:1666352889;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666275662\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666348411;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e01c19efec65af1fb508da14f076da9e7e05650', '41.191.107.150', 1652620956, '__ci_last_regenerate|i:1652620956;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652615028;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e1f48c8594c139ac6ad93bde8fef126c81bea69', '154.76.115.33', 1659460405, '__ci_last_regenerate|i:1659460405;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659450808\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659460070;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e45f984a83174a9bcb48e1ebd8e0f3db4d8a6e7', '41.60.233.5', 1673971596, '__ci_last_regenerate|i:1673971596;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673883343\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673970135;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e494048d2075d73cb122b23e457b4a25234f6c8', '41.60.232.140', 1662107020, '__ci_last_regenerate|i:1662107020;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662034299\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662105448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e62de1f585d799483f43c00aae7ad39e561abc4', '41.60.237.125', 1651675071, '__ci_last_regenerate|i:1651675071;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651671178;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"lZFUpsPcI0WkJLr2GA8B\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e7379a00b737de70030333f518cd004a97965a1', '105.161.181.147', 1674759602, '__ci_last_regenerate|i:1674759602;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674759487;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e7487196b66630fc276e728a6a8894be4c49d1f', '41.191.105.88', 1652968865, '__ci_last_regenerate|i:1652968865;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652901280\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e7af68b90d92654830458d0c586f52a80e2feb9', '41.60.237.126', 1669650258, '__ci_last_regenerate|i:1669650257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e875784fb6b36530d4d8a91d2fb78845e3fd550', '41.60.234.241', 1660402528, '__ci_last_regenerate|i:1660402528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7e98dccfba7b28c062f3c35e7ac19457e40f5197', '41.60.237.143', 1665673297, '__ci_last_regenerate|i:1665673297;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665642727\";last_ip|s:13:\"41.60.237.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665673249;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ea7abeae9f614c6ab8b5e18b2ad391b788d6e15', '41.191.107.225', 1653405354, '__ci_last_regenerate|i:1653405354;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653403969;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";user_csrf|s:20:\"cC49dbHLSqtsZeNO0lEk\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ea9e1568da4ef864b23556e543b2c8a21d11f7b', '41.60.233.5', 1675949539, '__ci_last_regenerate|i:1675949539;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eb4168da0e792c57e522fdd9b3cd1c3fd7852a7', '41.60.236.151', 1678370030, '__ci_last_regenerate|i:1678370030;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678284658\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678369919;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eb8e878f92efba2938b6d6d163d62f9666d6464', '41.60.237.126', 1670340560, '__ci_last_regenerate|i:1670340560;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337235\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7eba0874e5d9cbb061be914cfa41358d82213486', '209.145.52.241', 1656096246, '__ci_last_regenerate|i:1656096245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ecc2adb27d16979d8e619bfd515b8d3e642571a', '41.60.233.155', 1673019703, '__ci_last_regenerate|i:1673019703;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672928820\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673019182;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ecf8f47a5d51213a00fe37576fd161cb90a66e0', '41.60.237.195', 1652190774, '__ci_last_regenerate|i:1652190774;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ME8NsKv0OH2BY1bQmf7P\";last_activity|i:1652190094;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ee88c089f530b2a49a8a5ec1a1fd8f80ac68aea', '41.60.237.59', 1652529952, '__ci_last_regenerate|i:1652529952;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652450133\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652529882;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7ef9d77d548ffdaef36742ebac799a48bafe25ec', '41.90.40.126', 1659293129, '__ci_last_regenerate|i:1659293129;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659292954;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f6e22d3a9d7bed43f9bba437ed51407ab5cca95', '41.60.233.155', 1672846378, '__ci_last_regenerate|i:1672846278;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672839684\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672846278;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f72d657eaba94c7fa7c2c4de5890690cbdd6ccf', '41.60.236.83', 1661404661, '__ci_last_regenerate|i:1661404661;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661172422\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f732492637f11662af07453133b5f1a09890953', '41.60.232.254', 1672228332, '__ci_last_regenerate|i:1672228332;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f77e444e1972d02e01e6cba372c2d9d0c137d31', '41.60.232.12', 1663686425, '__ci_last_regenerate|i:1663686425;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f783118cf585d7a39cb632ca354ffb5e0c024fa', '41.60.232.168', 1676734245, '__ci_last_regenerate|i:1676734245;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676649551\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676733959;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f836cee7bd8e7967fc912bccc01ab0a4b9e550b', '41.60.235.236', 1670945375, '__ci_last_regenerate|i:1670945375;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670851955\";last_ip|s:13:\"41.60.236.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670943284;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f89c4e926f7aa2008845dae632080c84734a387', '102.1.149.20', 1653723223, '__ci_last_regenerate|i:1653723223;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1653042709\";last_ip|s:14:\"154.155.31.251\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f8adf0645d8b0c5088a7962a47a980f25f4c87a', '41.191.104.44', 1653908762, '__ci_last_regenerate|i:1653908762;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7f9ae3c3130b2ceae9e2d55c3481a6cb48a2b286', '41.60.239.144', 1654425369, '__ci_last_regenerate|i:1654425369;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654420065\";last_ip|s:12:\"105.51.77.39\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fa8a216c97d638e12d7b4ce77cf4ca83d126008', '209.145.52.241', 1652463041, '__ci_last_regenerate|i:1652463041;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7faca24079660e84c2bb50c42d87640b361bf1c2', '41.90.189.189', 1674933567, '__ci_last_regenerate|i:1674933567;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674933536;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fb11ab3e7125b0c0968a7623abc081b6fedb2ea', '41.60.237.126', 1669648495, '__ci_last_regenerate|i:1669648495;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669473397\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fcadc3421fe92f55788eb2e120103cd582fcbea', '41.60.237.195', 1652199691, '__ci_last_regenerate|i:1652199691;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jKRXty9DV5be7k3Hw2ni\";last_activity|i:1652199509;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7fcca5b1c63811f878f04e1a2b61449206030239', '41.60.237.200', 1651750626, '__ci_last_regenerate|i:1651750626;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651750539;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7febf7bc7208f84db0a5512c873133c5a7a21886', '41.60.237.59', 1652708019, '__ci_last_regenerate|i:1652708019;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652674970\";last_ip|s:13:\"105.163.48.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"qTwc2HC1B4kGYP70bhnm\";last_activity|i:1652707710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7qubpeientlf7dag96bb3gkcgd8k0am7', '::1', 1637094896, '__ci_last_regenerate|i:1637094896;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('7s3dauhet5n3qf958rvf588koole2919', '::1', 1651404536, '__ci_last_regenerate|i:1651404536;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637103205\";last_ip|s:3:\"::1\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651404510;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('801a05e4d3cf45b28100936db57ce55fdcdac757', '41.60.238.178', 1656338036, '__ci_last_regenerate|i:1656338036;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656330730\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('801e695f25dc58cc9fd8df4966021b4d9a28f7fe', '41.191.104.241', 1654552629, '__ci_last_regenerate|i:1654552629;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8029797bdd8695526753a2ad339b44184c7e0a56', '41.60.237.195', 1652084936, '__ci_last_regenerate|i:1652084936;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652083519;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('802a9bb2b54bfb54c946dacb0ed6efc1307bbefe', '105.160.65.227', 1674422945, '__ci_last_regenerate|i:1674422945;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674422914;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8036342347cda077d309d52c0be64e7b88704b9c', '41.60.232.12', 1663428864, '__ci_last_regenerate|i:1663428864;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663392041\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663424594;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('803bad8be212f7d88902ee29938d03e982cfe303', '105.163.61.45', 1662230267, '__ci_last_regenerate|i:1662230267;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662097783\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8049d83af35605597d993f5ce119d8c2fc93956d', '41.191.107.49', 1651526861, '__ci_last_regenerate|i:1651526861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8059878cc8848c91799a425ee04f632dc5fd22aa', '105.161.82.98', 1675366956, '__ci_last_regenerate|i:1675366773;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675363110\";last_ip|s:13:\"41.90.177.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675366470;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"BF6jQn5Nywu0RqVbd2vs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('805d55a5e774063f9f358b4a5fec5f2f88c75c17', '41.191.107.211', 1655923654, '__ci_last_regenerate|i:1655923654;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AbfXqCgk0sv5W49Z7pt1\";last_activity|i:1655921708;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('807b98b61e4507768dfe01f8f90c5178a55579f8', '41.191.105.94', 1654453493, '__ci_last_regenerate|i:1654453493;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654452066;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('808099f1be7114ba2607c70e3735469eca756810', '41.60.238.127', 1651578989, '__ci_last_regenerate|i:1651578989;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651575438;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('808ab14d26e0eaa3afcce2c3d98c69b5712cc9b7', '41.60.234.172', 1662730283, '__ci_last_regenerate|i:1662730283;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662610681\";last_ip|s:12:\"41.60.233.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('809af913fe1193e0b0fb0277db6efb92aed6754a', '41.60.235.76', 1653809145, '__ci_last_regenerate|i:1653809145;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80b144a4359540659550afe4ed1e7dce75e8d293', '31.13.103.7', 1653736505, '__ci_last_regenerate|i:1653736505;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80c1ac6d25028fae798bbc0dd938a40440f10f97', '41.60.235.76', 1653321086, '__ci_last_regenerate|i:1653321084;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653303915\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80ccd91beea5dcb78f1a373f72b7f29aeb7ab085', '217.21.116.218', 1680878719, '__ci_last_regenerate|i:1680878719;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d2dfef6fba582fb96254b4ac318ec4925a6993', '41.60.237.195', 1652094188, '__ci_last_regenerate|i:1652094188;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80d79d7ece32a29940769deaf5d9a67ea9ce8eaf', '41.191.105.90', 1654547523, '__ci_last_regenerate|i:1654547523;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80dd135eb8283018e222c01344404335bc32356e', '41.60.232.81', 1651572906, '__ci_last_regenerate|i:1651572906;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651572652;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80de1a1674bdadeae438e3b00059670e9a006d33', '41.191.105.93', 1654465299, '__ci_last_regenerate|i:1654465299;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('80ed79d5eeb469bf8ab6b4bd4552ecdbdb328f9b', '41.60.233.85', 1664808288, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1664808288;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664775290\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664802702;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('810a4e4eb51a6c51b3a3cfc371467f15c0f09c0c', '41.60.233.85', 1663917011, '__ci_last_regenerate|i:1663916708;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663857836\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663917011;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('811983669b2c67132996020a644eac79498bcea7', '41.60.233.106', 1655543342, '__ci_last_regenerate|i:1655543342;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655435972\";last_ip|s:10:\"41.90.33.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('811bd7fd4b4248eecb903d8fcca99bb8c01b825b', '41.60.233.5', 1673969234, '__ci_last_regenerate|i:1673969234;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673883343\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673969218;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('812a7ade2d91ae29e84364b56e0eed56cefdfbb5', '41.60.232.27', 1666848201, '__ci_last_regenerate|i:1666848162;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666718647\";last_ip|s:11:\"41.80.97.52\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81327729a78d0b72673afee1a78f371965485fee', '41.60.238.178', 1655818159, '__ci_last_regenerate|i:1655817985;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655807561\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('814568d83a2d4f030cf6ec27cadfc7eec20b7e41', '41.191.104.72', 1651567816, '__ci_last_regenerate|i:1651567816;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81502571dee285caf2e3c37d1254582d17caf1bf', '41.191.105.94', 1654725327, '__ci_last_regenerate|i:1654725327;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654721653;user_csrf|s:20:\"fJs8SeOLPhlYdgECjZXV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('816802e216e685fb2dfcd369844e4de1c9d09c96', '41.60.239.115', 1655221178, '__ci_last_regenerate|i:1655221178;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655130288\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655220521;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('816bf8b253e2b8f3081dcd300a74318d3dd1be6c', '105.163.48.72', 1652643562, '__ci_last_regenerate|i:1652643562;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652201210\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('816fe51c29a30db77769e656fba50add53b9c396', '41.191.105.89', 1659986537, '__ci_last_regenerate|i:1659986537;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8170829e2ca03653574be6fba4d91175c1f4d8d1', '41.60.233.5', 1675953052, '__ci_last_regenerate|i:1675953052;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675952947;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('817dc9881d71e7862462212331e56a1a96f28496', '41.60.237.195', 1652172732, '__ci_last_regenerate|i:1652172732;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"1IsvwGSZzEoBYLt7rHk4\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('818acfe9b6ba51a5fe1b74d4732ace66c9499881', '41.60.233.115', 1680361849, '__ci_last_regenerate|i:1680361849;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680268210\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680361564;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('819e2d995659984ca7f3fc0b30fb0bd10d1bd405', '41.90.189.189', 1675107718, '__ci_last_regenerate|i:1675107718;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675018976\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675107657;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81a7b6838abd87ae0ce50b6e4f41cbb78306a810', '41.60.237.59', 1652707668, '__ci_last_regenerate|i:1652707668;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652674970\";last_ip|s:13:\"105.163.48.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"qTwc2HC1B4kGYP70bhnm\";last_activity|i:1652707534;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81aa87a2779d6eaf7f5c34ff6bdc8a1174becdee', '41.80.97.52', 1666721200, '__ci_last_regenerate|i:1666721200;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666433512\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b3ca4141e10a3887d6534222d9d6ad0ef51473', '41.191.105.95', 1653139454, '__ci_last_regenerate|i:1653139454;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652968511\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653138105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81b548afe938d91d14c32659cd792a2120192340', '105.163.50.229', 1659872835, '__ci_last_regenerate|i:1659872835;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659715860\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81dc8c5a5b0d052d2a206ef7e958bf82658c7677', '41.60.235.20', 1658585621, '__ci_last_regenerate|i:1658585621;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658342040\";last_ip|s:13:\"105.163.61.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1658584180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81dcbf7be275ff4689c2da722bc05c37e1eacac1', '41.60.237.126', 1669904641, '__ci_last_regenerate|i:1669904641;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669903609\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669903964;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81e58cd6c42304f81bc26a30f116a0c897513453', '41.60.232.14', 1657897003, '__ci_last_regenerate|i:1657896940;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657813636\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657896940;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('81faff9312cde3fb6e0e2457977c08cc0424851f', '41.60.232.12', 1663254882, 'requested_page|s:20:\"admin/sales/edit/544\";__ci_last_regenerate|i:1663254882;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663228870\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663250394;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('822021e0bfe2829b4a9c75cd074fc673ce3124d9', '105.163.32.52', 1654457974, '__ci_last_regenerate|i:1654457933;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654446877\";last_ip|s:13:\"105.163.32.52\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('822d89db74c685bff3fa93a6ea58d4ff1147ff5a', '41.60.232.168', 1677339414, '__ci_last_regenerate|i:1677339414;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677250482\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677339253;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('824fb2394a8ab56e2371c7e797d9b2d7b2b30ff3', '41.60.234.241', 1660888841, '__ci_last_regenerate|i:1660888841;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660827357\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;last_activity|i:1660888097;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('825a1be607012feee266949ed9bc6776a1e852ab', '41.60.233.5', 1675699592, '__ci_last_regenerate|i:1675699592;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675449148\";last_ip|s:15:\"105.161.114.149\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675699328;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('825be4da24dbcbba00858c669e1bea8f52e8d30b', '41.60.235.76', 1653663142, '__ci_last_regenerate|i:1653663142;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653558454\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653663024;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('827103270c2c358b73e90ce883ee6481e943e227', '41.60.233.5', 1674056106, '__ci_last_regenerate|i:1674056106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('827893dd6981b8abfaab6da63b6b5a011815c672', '41.60.232.254', 1671810219, '__ci_last_regenerate|i:1671810219;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671777437\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671810184;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82815bf297ca40f751ea9a1360994522bc31c03c', '105.163.56.70', 1663179980, '__ci_last_regenerate|i:1663179980;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8283fb5d663f3a8d6c985f65e734daceba76a883', '41.60.236.151', 1678111687, '__ci_last_regenerate|i:1678111687;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677858642\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678111653;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('828a3f163e8c5984f12b2539d1dfea407238e240', '41.60.239.223', 1669217238, '__ci_last_regenerate|i:1669217238;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8297378d10ff09cec6bc3ecadcbea271633dac4e', '41.60.239.144', 1654529030, '__ci_last_regenerate|i:1654529030;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654356552\";last_ip|s:13:\"41.60.236.239\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654528413;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82c39f47bff0a581782891b8a17af783b5526e5f', '154.76.115.33', 1659467289, '__ci_last_regenerate|i:1659467289;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659450808\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659461125;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82cc18272ce8d0b9ea0f177e532997e2561a47bc', '154.159.252.6', 1651445029, '__ci_last_regenerate|i:1651445029;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82dc57bbcc64bcb98c86e28c290818e058a6a90b', '41.90.45.200', 1656356850, '__ci_last_regenerate|i:1656356850;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656335732\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82e9a2b10964e572305966a643ebe7cadc9c7be9', '41.191.105.92', 1652636825, '__ci_last_regenerate|i:1652636825;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f35339ca7925cad506b97ea34705a9acb17ed9', '41.60.237.126', 1669904619, '__ci_last_regenerate|i:1669904619;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669820052\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('82f7f14ee526028fdf79ddcc979ad083ac505d6a', '41.60.233.95', 1662650176, '__ci_last_regenerate|i:1662650176;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83148bfbab350a1fdf57fa7e3917e41e3a31577a', '41.191.105.94', 1652776006, '__ci_last_regenerate|i:1652776006;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652722801\";last_ip|s:14:\"41.191.107.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8315e10c05a3ae2630b139ebf6fdd7a0575ac4c6', '41.60.239.115', 1654955286, '__ci_last_regenerate|i:1654955286;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654872825\";last_ip|s:12:\"41.60.237.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654955253;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8316d5e941453cb38dde3dc32ed8735f97f225a9', '41.60.232.12', 1663249294, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8323ebe653d1874af2f9fc539800227447865a66', '41.60.237.126', 1670427238, '__ci_last_regenerate|i:1670427152;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670426234\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670427152;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8331251678058155580d7bab81305473d65ef1be', '41.80.96.73', 1653735911, '__ci_last_regenerate|i:1653735911;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('834e211b2f8884898e64a57524b560b1b81c2763', '105.160.91.28', 1659021664, '__ci_last_regenerate|i:1659021453;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658746915\";last_ip|s:13:\"105.163.47.64\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('835570fa4265d90393b97a7df37dd787982b39ed', '105.163.50.229', 1659987240, '__ci_last_regenerate|i:1659987240;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('835e8079aba562fe0f2584d10743ea230a5720da', '41.60.234.241', 1661006420, '__ci_last_regenerate|i:1661006420;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661001319\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8361cc76a0e184eae1414a4222b651c8e33f432b', '105.163.1.219', 1664565509, '__ci_last_regenerate|i:1664565341;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664206222\";last_ip|s:13:\"105.163.1.219\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8385f44018d35c9e15c26c4fe828c82547f30210', '41.60.237.59', 1652370189, '__ci_last_regenerate|i:1652370189;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652366854\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652370186;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;message|s:27:\"POS Sale successfully added\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('838f41bbf7403837fe467819b30d5d0690ea57a4', '41.60.237.200', 1651755985, '__ci_last_regenerate|i:1651755985;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1651755143\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651755962;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('839d8050798d6712b83f6527899dcb7c0c35632b', '41.60.239.159', 1651678612, '__ci_last_regenerate|i:1651678612;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1651493853\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651678564;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83a4abdd1fbae49b2ad22eed21d21d6b5ce975a4', '41.60.237.59', 1652624678, '__ci_last_regenerate|i:1652624678;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652622949\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652624384;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83ad964a52ec740c0cc9750d8841475d1b064886', '41.80.96.73', 1653732710, '__ci_last_regenerate|i:1653732710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83b69217e52bb05f81831a067bfb68bb4d501047', '105.161.33.0', 1655555524, '__ci_last_regenerate|i:1655555524;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655435972\";last_ip|s:10:\"41.90.33.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83b7ab5226d5eadb368b2d2f8902d9b229ed11d1', '41.191.107.201', 1654451861, '__ci_last_regenerate|i:1654451861;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83c2e7bf069b816ad84912ead3720765653957b0', '41.191.105.93', 1651961502, '__ci_last_regenerate|i:1651961502;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651960005;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83c6f2091cc6198b54ea8aeaf5d3fa0b3931ccbe', '41.60.232.168', 1676911165, '__ci_last_regenerate|i:1676911164;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83d14e0697332ea3dd634a2dec181377efdf5d89', '41.60.232.254', 1671638597, '__ci_last_regenerate|i:1671638597;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671635505\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671637974;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83d963a9252a7a300d576c4b353266f85360ddd4', '41.60.239.119', 1654618109, '__ci_last_regenerate|i:1654618109;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654588330\";last_ip|s:13:\"41.60.239.144\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654618079;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83e94ce5d04ffc60aec8981b7bed2384e13091c6', '105.163.48.72', 1652643296, '__ci_last_regenerate|i:1652643296;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83f50cf108ad52e05a658067eb47365f5d253a83', '41.60.237.195', 1652186170, '__ci_last_regenerate|i:1652186170;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652185704;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('83ff1935e67ddf072f5d4d4c935df940f6aca559', '41.60.235.76', 1653894768, '__ci_last_regenerate|i:1653894768;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653891849;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8409288a7364f3c0905793300788efa4b0a2adce', '41.191.104.113', 1657730409, '__ci_last_regenerate|i:1657730409;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('840faf58ae82d141d3e8fd3a515c542a66879974', '105.163.56.70', 1663179666, '__ci_last_regenerate|i:1663179666;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84147db28cade89515ee52ae7128dccaa83cd6df', '41.60.237.195', 1652189333, '__ci_last_regenerate|i:1652189333;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652185704;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8428d39d9c1cd075cf69dcab9110ed4bc8e39298', '41.60.233.85', 1664036742, '__ci_last_regenerate|i:1664036742;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663999755\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664034062;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8428de5ed3164ca474047e74e62b2173a5a7e2ff', '41.191.105.91', 1652974922, '__ci_last_regenerate|i:1652974922;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652901280\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652973230;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84383c14d1221f2cffa38ed594a5154fa42684d8', '209.145.52.241', 1664968909, '__ci_last_regenerate|i:1664968909;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('843bcc3f088bc5047de5e7d3e97d77aa129ee516', '41.60.237.200', 1651749807, '__ci_last_regenerate|i:1651749807;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651749778;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84415170a8a550e18a1301493d2b0aa3af0d3637', '41.60.233.155', 1672932235, '__ci_last_regenerate|i:1672932235;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672844707\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672931267;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8449eeb13c05fd6f5977481f44a5a626ced5f685', '41.191.105.93', 1654463342, '__ci_last_regenerate|i:1654463342;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('846236deac95199967a5ac0b086edac0353a0c58', '41.60.237.143', 1665674907, '__ci_last_regenerate|i:1665674907;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665642727\";last_ip|s:13:\"41.60.237.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665673375;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8486a127807d5269913d947d55c5437a071fb332', '41.60.233.5', 1675786665, '__ci_last_regenerate|i:1675786665;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675754168\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675786627;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('848a77cbd7ddfd36f388df218584602700ba1643', '41.191.107.150', 1652615647, '__ci_last_regenerate|i:1652615647;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652615028;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84a9481fe284f1c2ad261d0b054bfef558468ca8', '41.191.107.44', 1651716264, '__ci_last_regenerate|i:1651716264;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651526930\";last_ip|s:13:\"41.191.107.49\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84bd4550f5c6a2cd973ee56b208f89d9312f7f1a', '41.60.235.223', 1670858102, '__ci_last_regenerate|i:1670858102;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670680892\";last_ip|s:13:\"41.60.235.224\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670854568;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84bfed503ab82ed2c60a6c066d4c71124bfc0705', '197.248.117.169', 1663131204, '__ci_last_regenerate|i:1663131204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84c0dc77db5ebfa41bc3b61da1b8d7c8370dd01e', '41.60.237.59', 1652706706, '__ci_last_regenerate|i:1652706706;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652674970\";last_ip|s:13:\"105.163.48.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"qTwc2HC1B4kGYP70bhnm\";last_activity|i:1652706245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84c2273d30c228f3357d4ba20dd541a373ca8ad8', '105.161.136.12', 1673464994, '__ci_last_regenerate|i:1673464994;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673442353\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673462563;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84e986339f417c518f210697999589d98da86381', '41.60.232.148', 1659452514, '__ci_last_regenerate|i:1659452514;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659441549\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84ea61cd16aa8d2eac1801b0ac6a55ca930345a7', '41.60.237.59', 1652370774, '__ci_last_regenerate|i:1652370618;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652366854\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652370319;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"4GFAMoWnHiVrdhJUszfw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('84fd8d4d728d3b50eb38fd0d62fbd2dc0eeb77b0', '41.60.237.207', 1665155151, '__ci_last_regenerate|i:1665155151;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665065308\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665154975;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8509dcac6c1564e6e4606c3cacc8f8df51f54186', '41.60.234.241', 1660729789, '__ci_last_regenerate|i:1660729789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('852ee21e8a9f54be65884e70315a6a9ee54ed1a5', '41.60.235.76', 1654014875, '__ci_last_regenerate|i:1654014875;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654007114\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('853ca203868b372dc131fa39246fe199324b31eb', '41.60.235.223', 1670857412, '__ci_last_regenerate|i:1670857412;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670680892\";last_ip|s:13:\"41.60.235.224\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670854568;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('854d6cdd6771587826c2a0debc671650aee610d0', '41.60.232.223', 1657524862, '__ci_last_regenerate|i:1657524862;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('854e6055550869ad240c38c2b5c6df26204240eb', '41.191.107.220', 1653670845, '__ci_last_regenerate|i:1653670845;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653568495\";last_ip|s:13:\"41.191.104.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653670160;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85672b7f8c9af4f2262d238be80fd3c309d9a4a2', '41.60.232.50', 1670589919, '__ci_last_regenerate|i:1670589919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8569180ac2ddab875e098151789e309f366e76bc', '41.60.235.21', 1657122541, '__ci_last_regenerate|i:1657122541;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('856f84f6359491b313c557509c96e6a0699fe11f', '41.191.105.91', 1660159893, '__ci_last_regenerate|i:1660159893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85a1c66e0b3e6525e56216f82935cda451d7923f', '41.60.238.178', 1655737008, '__ci_last_regenerate|i:1655737008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85a912539519d6befc91593c692455038182dcea', '41.60.233.85', 1663914204, '__ci_last_regenerate|i:1663914204;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663857836\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663914104;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85b645cc6a031ca3027c46e2ff3cb8c7baf94ac6', '105.163.50.229', 1659887434, '__ci_last_regenerate|i:1659887434;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('85ce8cbee101faebd877a73544da27c2abfca552', '41.191.105.92', 1652636465, '__ci_last_regenerate|i:1652636465;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('860735583037b62f5f2de517bcd42649f2992db7', '41.60.232.254', 1671294683, '__ci_last_regenerate|i:1671294683;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671200073\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('860bb10fdf7a87a1af19e1371581c77f8092bcd2', '41.60.232.12', 1663169531, '__ci_last_regenerate|i:1663169531;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663145225\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8612915ea931ccc902bc37eea9ae035987812530', '41.60.237.59', 1652715951, '__ci_last_regenerate|i:1652715951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8614fdf83e87f33a58adb2b4708bfb298eeb25e6', '41.60.232.254', 1671293852, '__ci_last_regenerate|i:1671293852;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671200073\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8625f9e95608c3527a437dc98dd990460045bb87', '41.60.232.14', 1658125829, '__ci_last_regenerate|i:1658125829;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('863fc819f4c27e34a7def8a517e0c4587762aa45', '41.60.232.14', 1657987535, '__ci_last_regenerate|i:1657987535;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657984667\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657986326;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86493fa79dfd923c26b66d91dacf9e0dda07f828', '41.60.232.168', 1677079705, '__ci_last_regenerate|i:1677079705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('866c29fa8e336963b726a7b4693eb3f6922097c1', '41.60.232.170', 1672844871, '__ci_last_regenerate|i:1672844871;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672757553\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672844204;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86a32f135a01227c3e53457d9e8573750e9c35c6', '41.60.237.195', 1652175573, '__ci_last_regenerate|i:1652175573;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"5xdChQToP0aSfJRLIMAg\";last_activity|i:1652173583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86ad2e54f52e5f899b0600838180e67bd2f13ab1', '41.60.232.254', 1672416835, '__ci_last_regenerate|i:1672416835;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672329136\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672408838;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86b09972d4247b2211b371783cf12b1bf5532a1f', '41.90.40.126', 1659464918, '__ci_last_regenerate|i:1659464918;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659448265\";last_ip|s:12:\"41.90.40.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86bb3764c8382f45cab40002befe25eafda5aaa4', '41.60.237.126', 1670231449, '__ci_last_regenerate|i:1670231260;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669664314\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"Fsx7nhbAGewdcBy5fgO6\";last_activity|i:1670231348;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('86c247a3bae0f286b918c9a6c928a1362165b05b', '105.58.204.7', 1661098423, '__ci_last_regenerate|i:1661098377;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660921223\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87075caf6c8ecc099ff932411dff67ab37ef4796', '209.145.52.241', 1664894119, '__ci_last_regenerate|i:1664894119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('871fe093c1f28ed19752912676d19cb721e2f991', '41.60.235.40', 1651941760, '__ci_last_regenerate|i:1651941760;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('872b45802862c4f9d7ee96fd5914e8f1d35cbd84', '41.191.105.93', 1652647150, '__ci_last_regenerate|i:1652647150;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652644920\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652647110;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('873320a6b89eee69b918faa595292767bfc8ca7e', '41.60.238.178', 1655910012, '__ci_last_regenerate|i:1655910012;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655904820\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655907359;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('873a22d28fb29ba2866e595fe59a4a4c36f00ba3', '154.155.226.106', 1651731197, '__ci_last_regenerate|i:1651731197;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651661270\";last_ip|s:12:\"105.160.12.2\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651728621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87683031c75d602bd6ed0206ab2b3f0205f1a122', '105.161.82.98', 1675366470, '__ci_last_regenerate|i:1675366470;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675363110\";last_ip|s:13:\"41.90.177.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675366079;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('876a22e231951140dca06b383299ebe8a88201f4', '209.145.52.241', 1656060667, '__ci_last_regenerate|i:1656060667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87708c40155231f90046da9ad2e72c2cedbb2ef1', '41.60.235.76', 1654066822, '__ci_last_regenerate|i:1654066822;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654066595;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('877763f1d6b8e173fe2af328535bb9b7412ab902', '41.60.235.236', 1670940691, '__ci_last_regenerate|i:1670940691;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670851955\";last_ip|s:13:\"41.60.236.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670940630;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8799dc2afe09c4da33b03f83cf70384e5b0f03eb', '41.60.235.76', 1653894415, '__ci_last_regenerate|i:1653894415;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653891849;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87a96236a6e16ce9097e9b2a8b544fe0e331c719', '105.163.48.72', 1652641554, '__ci_last_regenerate|i:1652641554;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652201210\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87ab061ff5c874d331df1a881cd185dea39d10b2', '41.90.45.200', 1656369380, '__ci_last_regenerate|i:1656369380;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656335732\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1656357095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87b9f050274d6a701f0909016472fa91131f9b08', '41.60.233.155', 1672932804, '__ci_last_regenerate|i:1672932804;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672844707\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672931267;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d66528638fffe9ad532d1c8476b0cb5543c8ae', '41.191.107.157', 1656315274, '__ci_last_regenerate|i:1656315274;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87d72ebe8d0fae78f1042d9eb61d591918186ed9', '41.60.237.195', 1652094511, '__ci_last_regenerate|i:1652094511;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('87edc7d67f3d872f9fe67ac6d2de60fdc53e578a', '209.145.52.241', 1652188699, '__ci_last_regenerate|i:1652188699;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('880699f6ec050a3879a56b38ff017975b3898fcf', '41.60.232.140', 1662120882, '__ci_last_regenerate|i:1662120882;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662104843\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662120417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('882102f144a368876fcf460dfdadb6efc57a17fe', '41.90.45.200', 1656357151, '__ci_last_regenerate|i:1656357151;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656335732\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1656357095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('885a9bb06239306890e6ce70222c1c35aa0e2799', '41.60.237.70', 1664542548, '__ci_last_regenerate|i:1664542548;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664516282\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88655c007d4cc63fa171d117acf7e1e7295cdbe4', '41.60.232.254', 1671552217, '__ci_last_regenerate|i:1671552217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('886b3fb2b1682bb72ef3adf8b2ab668095e3bcb5', '41.60.232.254', 1671723899, '__ci_last_regenerate|i:1671723699;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671637877\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671723410;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('886c14998a532a907297b4e921d546893d99d7d1', '209.145.52.241', 1654725208, '__ci_last_regenerate|i:1654725208;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('886e9d35740ffb4d7f7cf50afcfc2f6f9d808df2', '41.191.104.231', 1652212407, '__ci_last_regenerate|i:1652212407;requested_page|s:19:\"category/embroidery\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652188290\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88aef237349950e558b047dbc168a190e0848381', '41.60.233.5', 1676209989, '__ci_last_regenerate|i:1676209989;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676131891\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676209899;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88b05d82cb414e5cf0dc98683aab8856ed86f255', '41.60.235.76', 1654271579, '__ci_last_regenerate|i:1654271579;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88c5effaff2784459499c035e7cf4d84f60b72e6', '41.90.37.211', 1660334947, '__ci_last_regenerate|i:1660334947;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88c8ffd0d33316fc6f401195eb2a4a423534164c', '41.60.235.20', 1658501754, '__ci_last_regenerate|i:1658501750;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658492124\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658501754;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88cedfbef969ff6d78471d0d95e8d653f97fd664', '41.60.232.12', 1663772717, '__ci_last_regenerate|i:1663772717;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663739996\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663769939;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88d521e32b0b4141be395273c77373da216244f2', '41.60.232.170', 1672760669, '__ci_last_regenerate|i:1672760669;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88e3fdd8b1913ed1b78aa6cd1c2a0817d4a3c17d', '41.191.104.98', 1655492430, '__ci_last_regenerate|i:1655492430;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655322204\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ZSp5yjEd06nxsfXhrqPv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88e4f93cb0ee9f57c39cdb48e5ce95b44e40d6d8', '41.60.233.116', 1659765711, '__ci_last_regenerate|i:1659765688;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659695179\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659765688;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('88f0cd0c155f1aba0960112b85dbb40ae5169952', '41.191.105.95', 1653139780, '__ci_last_regenerate|i:1653139780;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652968511\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653138105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('890880b75b4011ed9057d637cc8a0337bbaebf4f', '41.191.105.93', 1651961875, '__ci_last_regenerate|i:1651961875;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651960005;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89109c1a0cf1379a047fac7cd0b756aaec488299', '41.60.233.85', 1664893387, '__ci_last_regenerate|i:1664893387;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664864127\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664893059;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89309e758f53d8fe2c3213d0135ba90f222de1f9', '41.191.105.95', 1652968511, '__ci_last_regenerate|i:1652968511;requested_page|s:35:\"admin/products/quantity_adjustments\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89434765907d69b360f70bc3a2001fa8b32fca25', '41.191.107.225', 1653400554, '__ci_last_regenerate|i:1653400554;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653400102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8945abba3b55c1313818f6ae79e45438263fdeaa', '105.160.65.227', 1674421417, '__ci_last_regenerate|i:1674421417;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674421392;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('894e13fb18b0dfd9895ec0ac799c5914e5d48ddf', '41.191.105.89', 1652604169, '__ci_last_regenerate|i:1652604169;requested_page|s:15:\"admin/pos/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8977d4976b65b786d68dcc5697492ab3d680b1a3', '41.60.237.195', 1652190465, '__ci_last_regenerate|i:1652190465;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652187660\";last_ip|s:14:\"105.160.92.103\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('897ff3b8ed77dc0ca9595f8d92e2142096b2b797', '41.60.233.5', 1674149214, '__ci_last_regenerate|i:1674149214;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674056106\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674148154;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('899198b3a1c9891db61acddfe8e04c36aa3f8296', '41.60.233.5', 1675757449, '__ci_last_regenerate|i:1675757449;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675757382;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89d0a79e75465f0b1b8003f6fc58b553cb606acb', '209.145.52.241', 1668532781, '__ci_last_regenerate|i:1668532781;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89da25ad69be8c20307eb88a3d2bda0d9c55d909', '41.60.237.111', 1668436897, '__ci_last_regenerate|i:1668436897;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668267317\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668436826;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89e224ebbaa08639363ad1c7e0af7e7f5a5fa0be', '41.60.234.165', 1680791700, '__ci_last_regenerate|i:1680791700;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680697399\";last_ip|s:13:\"41.60.234.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680791686;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('89e68880600b640b2b0594d0423ab6ca6fd5ad2a', '41.60.235.236', 1671031196, '__ci_last_regenerate|i:1671031196;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670940455\";last_ip|s:13:\"41.60.235.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671030819;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a036e13ce9718ce81dabd25a04438ca97e02506', '41.60.239.87', 1654763523, '__ci_last_regenerate|i:1654763523;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a0e22b5cabf86588f629e47ef5704c9f5c0702d', '41.60.237.59', 1652804760, '__ci_last_regenerate|i:1652804760;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652801187\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652804709;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a2237dd201ff7e5e2002b0e5b52a9127579d3f0', '41.191.107.150', 1652615318, '__ci_last_regenerate|i:1652615318;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652615028;user_csrf|s:20:\"NAVpaebmMFvjDlx7ROsT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a380a94116581c3006f957bb7e69d180dcffdd8', '105.163.1.219', 1663875461, '__ci_last_regenerate|i:1663875461;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663737159\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a4ba9ae70349f4bf6686c2c5dd88c1da6c54608', '41.60.234.153', 1660122188, '__ci_last_regenerate|i:1660122188;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659987241\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a6240b537aea28a8c1b930db81bdd25d9943e65', '41.60.233.5', 1674148047, '__ci_last_regenerate|i:1674148047;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674056106\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674148023;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a693c96b9b9def1095111f1bc9c151f7f96c9ef', '154.159.252.168', 1651492247, '__ci_last_regenerate|i:1651492247;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490203\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"8oXVtQF0JTS5jBYWzkaw\";last_activity|i:1651492063;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a6a73a2a523bcfc8c97eca881a59948fe50a3be', '209.145.52.241', 1674470045, '__ci_last_regenerate|i:1674470045;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8a95f7a31b87bc4c2666279212a529010320bce4', '41.60.238.178', 1656344506, '__ci_last_regenerate|i:1656344506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8aa8ecb44572e0cddb615a3cca750bcf9391ba9c', '41.60.232.168', 1676733249, '__ci_last_regenerate|i:1676733249;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676649551\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676733204;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ab0a6d872126af30484abe21db63eea91cd32cd', '41.60.237.158', 1661614524, '__ci_last_regenerate|i:1661614524;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661614225;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ab98a6c3fd5136f624a29ccecb73cf24f1967c9', '41.60.232.168', 1677076259, '__ci_last_regenerate|i:1677076259;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8abbb058c4c4d4020f5a1e1bd8448b81b9b2ffd6', '41.60.233.165', 1657293383, '__ci_last_regenerate|i:1657293383;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8abdc36e1be83f3501c1c49381f59aba31c187b9', '217.21.116.217', 1667156328, '__ci_last_regenerate|i:1667156328;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"516pTlZC08jI73sEgdMh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ae28859823e86b40f493f50a5c5ae473e26ed88', '197.248.117.169', 1675057510, '__ci_last_regenerate|i:1675057510;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1674470008\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ae62e29c2d1e5e55639c75d09690296145e80d5', '217.21.116.217', 1667815244, '__ci_last_regenerate|i:1667815240;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667722048\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b0ad694acb25963c3800d52e731e2d4fdea9b28', '41.60.236.83', 1661401670, '__ci_last_regenerate|i:1661401670;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b10cb25ceea3e07440a19c4c04465e5ca38fe1f', '41.191.104.79', 1657692898, '__ci_last_regenerate|i:1657692898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b1e81cec3b5b58dc35cf970ad8f38b0e2645b3a', '217.21.116.218', 1680875418, '__ci_last_regenerate|i:1680875418;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b25a94ce377324f506a65f3792291a1d3ae261c', '41.60.235.76', 1654241938, '__ci_last_regenerate|i:1654241938;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b3bcc88988163ab0bd43b269e94f55524c24025', '41.80.98.64', 1653735775, '__ci_last_regenerate|i:1653735775;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b4cba8920640a20e55185e6042b24f61aab2985', '41.90.37.211', 1660323665, '__ci_last_regenerate|i:1660323665;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b4e524df846af9859ca03f0c9dc9dc2da54d168', '41.191.107.206', 1655984805, '__ci_last_regenerate|i:1655984803;requested_page|s:23:\"admin/products/view/121\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b5b371bb4231f754b48a8b5ad5f5832545b94ee', '41.191.105.94', 1659384301, '__ci_last_regenerate|i:1659384301;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1658500223\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b7932935d039c9c3785dae7953488ea1d9058bb', '217.21.116.218', 1680877430, '__ci_last_regenerate|i:1680877430;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b91613c019c94385ebe48d5c13e395c72e106c4', '41.90.49.226', 1656439669, '__ci_last_regenerate|i:1656439663;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8b9ba8b8613f4985f40a0ea50a451f132497475a', '105.163.26.132', 1654748540, '__ci_last_regenerate|i:1654748445;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654684984\";last_ip|s:13:\"41.60.239.119\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bca941a9a99a65515bb52324ef548374b36f9dd', '41.60.232.81', 1651575082, '__ci_last_regenerate|i:1651575082;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651574980;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd44e75d6fa66a4e6da20945037c46be0a48e7a', '41.191.105.93', 1659452520, '__ci_last_regenerate|i:1659452520;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1659383303\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bd5f335975ca07ca6f60a06a0edbda4bba8c002', '41.90.216.93', 1664177863, '__ci_last_regenerate|i:1664177863;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bf2c76557204cc91be29ea574cbc8bfc7034aca', '105.163.61.45', 1662230950, '__ci_last_regenerate|i:1662230950;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662097783\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8bf4c5150ca253cd1cfa56074c153c5b74e5ddde', '41.60.237.98', 1660216789, '__ci_last_regenerate|i:1660216789;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c1e4cfbe3cfff0d0ef283f9e7a031cd0c845adf', '105.58.197.140', 1665672835, '__ci_last_regenerate|i:1665672834;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665390069\";last_ip|s:12:\"41.80.96.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c27f73bfbdbb89ee37d81102f7fc8dcd83ce3a2', '41.191.107.52', 1656355293, '__ci_last_regenerate|i:1656355293;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c28c80e2b84ff625bdf43bf0e39e0edb81f6227', '41.60.237.70', 1664551862, '__ci_last_regenerate|i:1664551862;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664516282\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664551547;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c2a21ac920994d4ef4c42df926560a3940b3f9f', '41.60.235.76', 1654169494, '__ci_last_regenerate|i:1654169458;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654116218\";last_ip|s:11:\"41.90.35.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c30f9dc94a151e25aa7166f4624660321aef81c', '41.60.237.163', 1657635745, '__ci_last_regenerate|i:1657635745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c3322235308a3e8507cd318daed9d9ef5ea88a1', '41.60.238.178', 1655912361, '__ci_last_regenerate|i:1655912361;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655904820\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655910582;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c36acb85d421f3bcae4228a6f96545292da01c1', '197.248.117.169', 1664880386, '__ci_last_regenerate|i:1664880386;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1663007727\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664880381;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c370119e97286b4bdec7917ad0f6ade318cd2f8', '217.21.116.214', 1672527526, '__ci_last_regenerate|i:1672527526;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c3b6ebb3960f3f30c3c390e93a41e5db6d7d373', '41.191.107.204', 1653910165, '__ci_last_regenerate|i:1653910165;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c5a1a83ca1828623739914603165c2b5225e1c1', '41.60.233.5', 1676304694, '__ci_last_regenerate|i:1676304694;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676210582\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676304468;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c72c3065f4fae828f6154f32d7c5f5dd3f80c6c', '41.60.234.241', 1660888525, '__ci_last_regenerate|i:1660888525;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660827357\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;last_activity|i:1660888097;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c7de5ccf1f99dd14b9cb0b44563312814d54a9c', '41.60.237.146', 1661616058, '__ci_last_regenerate|i:1661616058;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661607081\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661615822;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c8598ca6bbd677558946377c5b1f5d33e16afab', '217.21.116.217', 1669667677, '__ci_last_regenerate|i:1669667677;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669647414\";last_ip|s:15:\"105.161.179.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"tK059laTHQiUf2gmxqBR\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c87cbcf4412f3c5ca954de53d682c9a4b569186', '41.60.237.200', 1651737225, '__ci_last_regenerate|i:1651737225;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"GQPHNLxiOEAy4fmp6tdq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8c9cf276415e9add716a6a8110994e64d9da718f', '41.60.237.207', 1665242735, '__ci_last_regenerate|i:1665242735;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665154863\";last_ip|s:13:\"41.60.237.207\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665241778;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cc5907292b0cd68c375e40b3327f00d581b5139', '209.145.52.241', 1654552956, '__ci_last_regenerate|i:1654552956;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cd31b1a8a8a1aa31bfc16e5b008037e4e4f0f8c', '217.21.116.217', 1669405400, '__ci_last_regenerate|i:1669405392;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669056438\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ce6ad3ec3f36d5565cb82e76bec0f59018e1a9b', '41.60.232.50', 1654701945, '__ci_last_regenerate|i:1654701945;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8cfd54e34fd305ae9f07b27743dadfabe4741b68', '105.163.1.219', 1664738806, '__ci_last_regenerate|i:1664738806;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664565366\";last_ip|s:13:\"105.163.1.219\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d084b8e5e4b78069ffdee44489116e3fb333d6e', '41.60.237.125', 1651670270, '__ci_last_regenerate|i:1651670270;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651657057;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"ur74tCno56Y1vsfwkebg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d3f8708f5ff9e17ced7870c12bf4c028aeb0083', '41.60.233.5', 1674881767, '__ci_last_regenerate|i:1674881763;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d5133eefd67f9ba94000b6c1e12129b0a5d4ede', '41.191.104.242', 1652560828, '__ci_last_regenerate|i:1652560828;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652462459\";last_ip|s:14:\"41.191.107.198\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652559355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d868c038b381d4ae34e228d0d98bcd9bfbefe7e', '41.60.233.165', 1657209744, '__ci_last_regenerate|i:1657209744;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657118583\";last_ip|s:12:\"41.60.235.21\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657209096;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8d93b34aca4d472fc89043fbc631a0c794642863', '41.60.232.254', 1671774254, '__ci_last_regenerate|i:1671774231;requested_page|s:15:\"admin/sales/add\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8da6a697133d08e08abc396b1fb76e92221fb641', '41.60.235.76', 1653485713, '__ci_last_regenerate|i:1653485713;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653327775\";last_ip|s:15:\"197.156.137.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653485357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8db6c0fcb6c28e08b575d5ac4d1a16606b2ee2b5', '105.163.2.3', 1665083695, '__ci_last_regenerate|i:1665083695;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664903622\";last_ip|s:14:\"105.161.199.77\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665083576;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dc81d321b939120b425fca83c34898209597903', '105.160.31.183', 1651500824, '__ci_last_regenerate|i:1651500824;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651490559\";last_ip|s:15:\"154.159.252.168\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8dced7ac52a0ff22b9dd4e5ae629cc268bf55518', '198.55.126.241', 1651423396, '__ci_last_regenerate|i:1651423396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8de41bf89fd8c949cfd34418c5abd5cc18ead657', '41.191.104.85', 1653839692, '__ci_last_regenerate|i:1653839691;requested_page|s:15:\"admin/pos/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e014b7ccd19a638c52515a205c08c548f8975dc', '41.80.96.73', 1653739246, '__ci_last_regenerate|i:1653739041;requested_page|s:13:\"shop/products\";identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1653738319\";last_ip|s:11:\"41.80.98.64\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e0a077bc0b50aab8b587b1a7b07bdeb51a84033', '41.60.235.76', 1653753658, '__ci_last_regenerate|i:1653753658;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e10acf5446c2c9f05a8b81496e5fd774b31eeaf', '41.60.233.5', 1675867256, '__ci_last_regenerate|i:1675867256;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675867226;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e1f5742636959ca14733198a8cf7281823f5097', '41.60.233.155', 1673278034, '__ci_last_regenerate|i:1673278034;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673098345\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673278012;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e3b52fdaf01284da91df6f352af351895562ebd', '41.60.232.168', 1676476487, '__ci_last_regenerate|i:1676476487;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676391116\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676476004;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e3cb3e0e2a5d38d6388ddb7c9b6a360b34410d9', '217.21.116.217', 1667154790, '__ci_last_regenerate|i:1667154790;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e434be84feb32dda716b508c19466dc4861bdc9', '217.21.116.218', 1680872308, '__ci_last_regenerate|i:1680872308;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e48c95bce57306303911f23af652a22ecc23649', '209.145.52.241', 1654725216, '__ci_last_regenerate|i:1654725216;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e50d53f40d7a8a7a2a3a5c84e07b55ce0621d0a', '209.145.52.241', 1653673188, '__ci_last_regenerate|i:1653673188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e5b4e0dfbc9040a23f5cb76082daf75c2985a52', '41.60.234.100', 1668523710, '__ci_last_regenerate|i:1668523710;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e64481cc1fdc48ae2874d992ce17cbf51b82f2c', '41.191.104.98', 1655492125, '__ci_last_regenerate|i:1655492125;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655322204\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"Kv6z7Cg4yA5bFo1GtwZ2\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e890229c019c64a7d51324514af3d8dddfdbac3', '197.248.117.169', 1664876705, '__ci_last_regenerate|i:1664876705;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1663007727\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664874685;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e8b37ed37df28f803d89d9de5eda3b5a0d577d5', '41.191.104.44', 1653908449, '__ci_last_regenerate|i:1653908449;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8e901175b1f23ada5ec454942e3a6d9cf97ecd2f', '41.90.40.126', 1659450746, '__ci_last_regenerate|i:1659450746;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659441860\";last_ip|s:14:\"105.160.90.114\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659449124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ea2c2720cbf2a48126d2b2cb42d0ccfdf58a10d', '41.191.107.151', 1652640834, '__ci_last_regenerate|i:1652640834;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652640720;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8eb281b128bd2cd6a9c7d9294683206e32a0929b', '41.60.237.158', 1661493212, '__ci_last_regenerate|i:1661493212;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661419599\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ed40c4e9724590592c5beaa5fe39f2e0c98d0c0', '41.60.239.144', 1654425369, '__ci_last_regenerate|i:1654425369;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654420065\";last_ip|s:12:\"105.51.77.39\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ee1493b2f9b066528becaa0244692a0279e4a5f', '41.60.237.126', 1670339808, '__ci_last_regenerate|i:1670339808;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670252579\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670338769;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ee2aed128a02d7007533d2e2da2eec7a09f01b9', '173.252.95.19', 1661689615, '__ci_last_regenerate|i:1661689615;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8ef03a0a0e9c7c139c7718e754fa372a649cc6d5', '41.60.232.254', 1671777436, '__ci_last_regenerate|i:1671777436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f041f5e903131230873885d020969f4b621e55d', '41.60.239.133', 1667230059, '__ci_last_regenerate|i:1667230059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f42477d000e1d568ba6c207055784c428b2cd5d', '209.145.52.241', 1654552984, '__ci_last_regenerate|i:1654552984;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f4c8fd8263b8dc7170515c83c476c7bba3bd5d9', '41.60.236.151', 1677773254, '__ci_last_regenerate|i:1677773254;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677682512\";last_ip|s:13:\"41.60.235.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677773207;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f66c60f9541bcd3cd52b553d8584ae9b664a645', '105.161.136.12', 1673465703, '__ci_last_regenerate|i:1673465703;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673442353\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673462563;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"i6vufWdY3Ah7KzRIpGgs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f6da723f6ebb53d7d8cecaecc5482ae67db0f40', '197.136.0.6', 1659463703, '__ci_last_regenerate|i:1659463703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f74e6c4e73d970bba77ea130344927e10551c49', '41.191.105.90', 1654547222, '__ci_last_regenerate|i:1654547222;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8f9ac2a9587e5640914db5c173c12bc08b795621', '41.60.233.85', 1664880682, '__ci_last_regenerate|i:1664879303;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664802478\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664879134;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fc1f079b82f2bd5f7c4e7b53920c226979078a8', '41.191.107.158', 1656059692, '__ci_last_regenerate|i:1656059692;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655974356\";last_ip|s:14:\"41.191.107.135\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656059644;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fda810ec60a642dae183941e4540e675e293c0a', '105.163.1.196', 1651468700, '__ci_last_regenerate|i:1651468700;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651446446\";last_ip|s:13:\"154.159.252.6\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fe3c471117aafc09ce7cedfbcef48e10df22c49', '209.145.52.241', 1652613347, '__ci_last_regenerate|i:1652613347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fe8509c97bd8f70e15a6a94c6ceec6ad2b87e03', '41.80.98.64', 1653738097, '__ci_last_regenerate|i:1653738097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fe93bf3b7fba8ef14859fa6ed7c3f4c8acb0d3d', '41.60.233.5', 1674146066, '__ci_last_regenerate|i:1674146066;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674056106\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674146003;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fe9a2a0ab3c27b757c4122447a6b6bfd072d671', '41.60.238.178', 1656081875, '__ci_last_regenerate|i:1656081875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('8fedd0343b7df574fa95a39070d23e8942da8ed9', '41.60.233.106', 1655544700, '__ci_last_regenerate|i:1655544700;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655435972\";last_ip|s:10:\"41.90.33.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90012197ecae1914b64621bf5ef251bbd4eff6a7', '41.90.177.170', 1675364108, '__ci_last_regenerate|i:1675364108;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675190798\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675364026;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9017f9c31dc0957d03902cb6fadca4d3ea4666f7', '41.60.234.241', 1660827220, '__ci_last_regenerate|i:1660827220;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9047e1150073e8939196500ea95584cefa4ca3b6', '41.60.235.20', 1659104016, '__ci_last_regenerate|i:1659104016;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('906161429b962beff5ebfe975fe8661f206bfa04', '41.191.107.46', 1656677059, '__ci_last_regenerate|i:1656677058;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('906291bac7e422fcff2585a8a86324a731cb94d2', '41.60.233.5', 1676045428, '__ci_last_regenerate|i:1676045428;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675947973\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676045116;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('906bc9dc26e8b7c6b5f59389799f78114509a863', '41.191.105.90', 1658504204, '__ci_last_regenerate|i:1658504204;requested_page|s:17:\"category/sweaters\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657640102\";last_ip|s:13:\"41.191.107.37\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658501656;__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('907853989c90d93676fb4c78e23178567c883826', '209.145.52.241', 1652727504, '__ci_last_regenerate|i:1652727504;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90905662ab4370f2be9164e33a8dcb3274ca30fd', '105.163.48.72', 1652641197, '__ci_last_regenerate|i:1652641197;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90db19c740ae5dfbbadcb45d340038f8a13f9c08', '41.60.237.195', 1652089148, '__ci_last_regenerate|i:1652089148;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90dd0e9c29e774226e93b4b8d9ecaffb06044c48', '41.60.234.172', 1662733198, '__ci_last_regenerate|i:1662733198;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662723771\";last_ip|s:13:\"41.60.234.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662731376;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('90f1d7a4539183f32754d19ada22a8fb3b1b89d7', '41.191.105.91', 1654806947, '__ci_last_regenerate|i:1654806947;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654721544\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9105f6af997ba0c4812de9be927eef097d43690f', '41.60.235.76', 1653895125, '__ci_last_regenerate|i:1653895125;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653891849;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9107f1555ca4a31ed685a97d645e997b54185328', '41.60.239.230', 1665495088, 'requested_page|s:11:\"admin/sales\";__ci_last_regenerate|i:1665494979;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665410921\";last_ip|s:13:\"41.60.239.230\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665495060;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('911e5e42227c34b46323dfb92d1d6eaa397f65f9', '41.60.235.76', 1654064116, '__ci_last_regenerate|i:1654064116;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654064074;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('912c06a9bede7c61d706f28a7130514f8ae2979f', '41.60.233.253', 1679669927, '__ci_last_regenerate|i:1679669923;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679550974\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679669902;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('912fc65fe931f49d3cdd6f758e7992008fd36148', '41.60.238.178', 1655808000, '__ci_last_regenerate|i:1655808000;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655572410\";last_ip|s:13:\"105.160.86.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9133b1f124c5b8f4c35ebe9c65d23ed16a0577c1', '41.191.105.92', 1654959710, '__ci_last_regenerate|i:1654959710;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654889850\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654959190;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('914a3abd75e4cee2c19cf2457d67aff473ce3c1a', '154.78.212.166', 1674849139, '__ci_last_regenerate|i:1674849123;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('914a9a3c14d39a7d8f9ea340c51f8ffea2f397ed', '41.60.232.148', 1659418912, '__ci_last_regenerate|i:1659418912;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659355947\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659417928;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('915ace27c443b802110fadb68fe095fe83138876', '154.159.252.6', 1651443585, '__ci_last_regenerate|i:1651443585;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('915dae2bd857b0bdb25482481f276553982b57a7', '41.60.232.12', 1663241429, '__ci_last_regenerate|i:1663241429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9160b26147d837c710fd4a24c837af106e8ffafd', '41.90.40.126', 1659289506, '__ci_last_regenerate|i:1659289506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('916ad9128752f79aaae4a1e29a0290b524593f09', '41.60.237.195', 1652199351, '__ci_last_regenerate|i:1652199351;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jKRXty9DV5be7k3Hw2ni\";last_activity|i:1652193991;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('917b4596bf7c547f8846d43fe85dd5f01234cba4', '64.90.64.197', 1651466953, '__ci_last_regenerate|i:1651466953;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91856ec91323264c36f975e3bebcab7f164239ed', '41.191.107.221', 1656016634, '__ci_last_regenerate|i:1656016634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9186ecbe0f88309a50c4825099a760ec13ba9f82', '41.60.233.165', 1657292722, '__ci_last_regenerate|i:1657292722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('918b642dfac7f3717767764802410aa3d709fbff', '41.191.105.89', 1659214490, '__ci_last_regenerate|i:1659214489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('918e16dd8f2daac5933a2c2fa405285c0562cd27', '105.161.82.98', 1675364888, '__ci_last_regenerate|i:1675364888;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675363110\";last_ip|s:13:\"41.90.177.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675364859;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91954a7cb5d3c97b3a171c331f8261b5a83c66ad', '41.60.232.14', 1658154420, '__ci_last_regenerate|i:1658154420;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658062704\";last_ip|s:13:\"154.79.203.84\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658151860;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91a67ee4b61773874fcaf6915b55c49f5999dbcd', '41.191.105.93', 1660117592, '__ci_last_regenerate|i:1660117592;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91aa7b25e299779c43f0144e82f957889fbda48f', '41.60.238.127', 1651579654, '__ci_last_regenerate|i:1651579654;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651575438;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91addd986297583732d285cf5a656ae0177a86c6', '41.191.105.95', 1657047890, '__ci_last_regenerate|i:1657047890;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657047809;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91b719e2c9aa64f7c134f7b153aeccb6cca45983', '213.143.10.198', 1667722023, '__ci_last_regenerate|i:1667722023;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91c4f25042cfa4aaf9d0974bc9a49bee06f38c56', '41.60.233.5', 1674573719, '__ci_last_regenerate|i:1674573719;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674500605\";last_ip|s:14:\"105.161.212.42\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674573380;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91d4ab61199757b75a09d586a5939c601234867c', '41.191.105.90', 1652997626, '__ci_last_regenerate|i:1652997626;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91da1c9e7038b32cb671fa4c62b93ac61170dca4', '41.90.189.189', 1675022096, '__ci_last_regenerate|i:1675022096;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674931835\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675022096;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91e15bd73b050f338448329f2d17e38c082926a7', '173.252.95.4', 1667286645, '__ci_last_regenerate|i:1667286645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91f2ae42da6f40072b48827a3b514db9a222bcba', '41.60.235.20', 1658492435, '__ci_last_regenerate|i:1658492374;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658413669\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658492429;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('91f82a020589fa10278724d79bf0d0d23c06ab20', '41.90.40.126', 1659466699, '__ci_last_regenerate|i:1659466656;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659448265\";last_ip|s:12:\"41.90.40.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"Sosxi5RVP96lLrvFnUgh\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9203326cb7864a5af10dcbe33c61c04644a81a2e', '41.191.105.93', 1657467936, '__ci_last_regenerate|i:1657467936;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657466580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('920655fadb64ab64893ab2114aae8649b28fcda6', '197.248.117.169', 1664879962, '__ci_last_regenerate|i:1664879962;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1663007727\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664879800;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9209130aa3b92be49d834e98278675cec983b938', '41.191.105.93', 1654460439, '__ci_last_regenerate|i:1654460439;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92098bba03e18d0c67c541f0925669bb8e24d10f', '41.60.235.76', 1653319802, '__ci_last_regenerate|i:1653319802;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653307390\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653317302;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('921684e70684547e1f63ae962f5556a211e3642f', '41.60.233.155', 1672931898, '__ci_last_regenerate|i:1672931898;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672844707\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672931267;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('921a7fad5492126ab26146cdd972524dd013ea5d', '41.60.235.20', 1658578998, '__ci_last_regenerate|i:1658578998;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658500805\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658578582;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('921b188a38ca092821b9b8ee103de8a8d6f4b2a4', '105.163.48.72', 1652726143, '__ci_last_regenerate|i:1652726143;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652706091\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1652725489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92242b1319f33f6bb787ce602dda727cb81190f3', '41.191.104.46', 1652358676, '__ci_last_regenerate|i:1652358676;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652265674\";last_ip|s:14:\"41.191.107.138\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652358374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('922ba64dd3865a5e269a539eb4e966b00cc70248', '105.163.51.255', 1656182102, '__ci_last_regenerate|i:1656182102;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656144369\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('924f253cf85286bc02797dab7698dac714044256', '41.60.232.81', 1651572274, '__ci_last_regenerate|i:1651572274;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9251e4502a505c292f067413a4b7b355ddfb6f5c', '41.191.105.90', 1654552224, '__ci_last_regenerate|i:1654552224;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9253a212e0e4bde9b24e444981206c406450b0c2', '41.60.235.20', 1659021571, '__ci_last_regenerate|i:1659021571;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659020145\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659021429;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9256cfe4fef0590df2768e8f6b856d025a49b6b3', '41.60.232.254', 1671549541, '__ci_last_regenerate|i:1671549541;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671466975\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671548043;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92575abe9970a7a05c13ce3c2684cb62560dc136', '41.60.237.70', 1664551520, '__ci_last_regenerate|i:1664551520;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664516282\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664547559;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9269e62fcbc41c7c62fc23bc791c31a680d8285a', '105.163.56.70', 1663182493, '__ci_last_regenerate|i:1663182493;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"t8dZClIu6bJBAxEFiha9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92b80b9096c6fb53f08d1154fc036294b15383b3', '41.60.237.59', 1652368371, '__ci_last_regenerate|i:1652368371;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1651756850\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652368279;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92bd9474e495ef991fac5ac841af11bd03768a87', '41.60.239.144', 1654528068, '__ci_last_regenerate|i:1654528068;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654356552\";last_ip|s:13:\"41.60.236.239\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654528053;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92be703b276234e911335a0ec1d1056384810b35', '41.60.238.127', 1651584732, '__ci_last_regenerate|i:1651584732;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92d36a07f329112e7430e44cba0fa5303c7507ac', '105.160.65.227', 1674419041, '__ci_last_regenerate|i:1674419041;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674419034;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92dfcbafacc7244337339db5e8db72aefb4c70d6', '41.60.237.158', 1661611187, '__ci_last_regenerate|i:1661611187;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661610966;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('92f9e3a64bfe9fbe7e29f4a96004b23b2551afde', '41.60.237.195', 1652191076, '__ci_last_regenerate|i:1652191076;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ME8NsKv0OH2BY1bQmf7P\";last_activity|i:1652190094;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('930a2a639b937a63e23c982617563a2cec322041', '41.80.98.64', 1653736292, '__ci_last_regenerate|i:1653736292;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('930a580ea803aa75a305ae62cc445ced266901fc', '41.60.235.80', 1673445429, '__ci_last_regenerate|i:1673445429;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673432959\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673443163;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9315843d4c28bd683d9b6d601533dbefe292761e', '41.191.104.88', 1654381958, '__ci_last_regenerate|i:1654381958;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654380167;user_csrf|s:20:\"E0RP1sBJ6Aj8nWxdZqN3\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('931c3215eb2c27c038090f5cc0a951dcfa5b6c35', '41.60.235.76', 1653405652, '__ci_last_regenerate|i:1653405652;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653373419\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653404434;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"ht05IsebXGYSkMD36rx8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('932ad398b8926fca33c24bac19313f27fa723d41', '41.60.232.140', 1662045127, '__ci_last_regenerate|i:1662045127;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9334a1d1087b42f6ad7b0c32c6d06596bbc66297', '41.60.233.5', 1673887068, '__ci_last_regenerate|i:1673887068;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620688\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673886436;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('933ac3085503acb7c38bb5c01929dc993acb8c88', '41.60.233.5', 1675952617, '__ci_last_regenerate|i:1675952617;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675952530;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93488ad490d89b7cb00ba1d8c4db0eab7708a276', '41.191.105.94', 1657048578, '__ci_last_regenerate|i:1657048578;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657048406;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('934c320536f29bcfa778e07b2b0175590e1d888f', '173.252.95.20', 1665470819, '__ci_last_regenerate|i:1665470819;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('935a717a9d4a59755ab80fc41c4fed1a9c4cdb39', '105.163.48.72', 1652726783, '__ci_last_regenerate|i:1652726783;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652706091\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1652726667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93697885afeb7ae5cde97fb79153c41f3d193f44', '41.60.232.148', 1659506530, '__ci_last_regenerate|i:1659506530;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659504162\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659505137;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('936b116524e04e703ec4789c39542304c4245b2d', '41.60.232.12', 1663341307, 'requested_page|s:15:\"admin/pos/sales\";__ci_last_regenerate|i:1663341307;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663306001\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663340876;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9379922ede1c49d640a0e91c2ef05a7980dad21a', '41.60.232.140', 1662107020, '__ci_last_regenerate|i:1662107020;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662034299\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662105448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('939209538949cc6e0d0c2ce551e2f6fcbfc6359e', '41.90.189.189', 1674936184, '__ci_last_regenerate|i:1674936184;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674935950;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93ac32cd130eec634a1209139d56f54945eca0cc', '41.191.105.90', 1654552993, '__ci_last_regenerate|i:1654552943;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93b6534a1c4cbdce2c5c16e0f11ca1e90fb43f82', '41.80.96.73', 1653735673, '__ci_last_regenerate|i:1653735673;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93b7823981c1bbec44ec8ddf525248a4819dffb9', '41.191.104.74', 1653756231, '__ci_last_regenerate|i:1653756231;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93be1419660c918d53343a00d9f9fadf12a68e9b', '154.79.203.84', 1658062845, '__ci_last_regenerate|i:1658062845;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93e17e001c6eac53ab0a3700da65b6134d47584c', '41.191.105.95', 1654427682, '__ci_last_regenerate|i:1654427682;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654419458\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654427550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93f6efce4679ce3c6d24f479b4e5f1e19e41e392', '41.191.105.92', 1652636156, '__ci_last_regenerate|i:1652636156;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93fa05be1691db38b72430cea4d0523680f2b6d8', '41.191.105.93', 1652653645, '__ci_last_regenerate|i:1652653645;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('93fea000916dc4d91bf2417859cc78fc763ed66f', '41.60.238.127', 1651591873, '__ci_last_regenerate|i:1651591866;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('940aa506970c4ca5c601cb8942bfed417cc3e00c', '105.163.50.229', 1659717114, '__ci_last_regenerate|i:1659717114;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('941679899dbb099a0a2f050476687f65dc9e91db', '41.191.104.92', 1652235089, '__ci_last_regenerate|i:1652234927;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652207277\";last_ip|s:14:\"41.191.105.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1652235089;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('941ab2a1e07ef44ea46f2f32f0b6231343755e20', '41.60.237.126', 1670339163, '__ci_last_regenerate|i:1670339163;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337235\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('941c2b1dce643bf96f4168ae156868b5dc1b9fbb', '41.60.235.97', 1679404085, '__ci_last_regenerate|i:1679404085;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679318787\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9458f03ddbfff09dd119b7389fe812835ee8a174', '41.60.236.83', 1661402613, '__ci_last_regenerate|i:1661402613;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661172422\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('946dcfd2db4f06410d7bf2660c7cd961fe8dcc63', '209.145.52.241', 1654701324, '__ci_last_regenerate|i:1654701324;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('946defbb158984569fa82a8797dcc0bd60308fd5', '41.60.233.29', 1680016980, '__ci_last_regenerate|i:1680016980;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679757169\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680016150;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('946f416ebeba44eee921abffa686c8ddf13f6b12', '41.191.105.92', 1652632216, '__ci_last_regenerate|i:1652632216;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9485551b164fe5ab79d0699f2eeb3ea1f632e8e2', '41.60.237.59', 1652711640, '__ci_last_regenerate|i:1652711640;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652623159\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652711531;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('949034be7cca4645996f7258fb127db76424f4de', '41.60.233.5', 1675872951, '__ci_last_regenerate|i:1675872689;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675872949;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94afb4796bfa4d4db668e2dfc5a53abf69401fae', '41.60.232.12', 1663741470, '__ci_last_regenerate|i:1663741387;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663679131\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663741467;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94afc78c98b4d3a162ddc28285703c5dc10418de', '41.60.239.56', 1668784317, '__ci_last_regenerate|i:1668784317;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668697302\";last_ip|s:12:\"41.60.238.62\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94b5a9054be32f486396a7cb679562db5d760b2d', '92.222.181.145', 1677753161, '__ci_last_regenerate|i:1677753161;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94b5ce6df3c3c9396d64309ccedd9361dfaf4f5c', '41.60.232.140', 1662445311, '__ci_last_regenerate|i:1662445311;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662400118\";last_ip|s:12:\"41.90.217.25\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94baf5c3b80825c0e60196202bd895e8d37efc7c', '105.163.60.79', 1653227130, '__ci_last_regenerate|i:1653227130;requested_page|s:27:\"admin/products/stock_counts\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653206108\";last_ip|s:13:\"105.163.60.79\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94d81df4ca8aeccf731ed0de0b66eb2225737da6', '41.60.235.224', 1670681324, '__ci_last_regenerate|i:1670681324;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670679794\";last_ip|s:13:\"41.60.235.224\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670680894;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94db082baa3b246b94575bbf55f543eff08148f1', '41.60.235.76', 1653485359, '__ci_last_regenerate|i:1653485359;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653327775\";last_ip|s:15:\"197.156.137.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653485357;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94e5159877b7a3d7da2667714b8a94b12925b8e4', '41.60.237.195', 1652182897, '__ci_last_regenerate|i:1652182897;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652178339;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94f55baa480822c1cfdeac071a88c691a4b662ff', '41.60.235.76', 1653836077, '__ci_last_regenerate|i:1653836077;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653808592\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653835525;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('94fc8e3e9884a9ad736caa9af4408441db33ad76', '41.60.232.254', 1671637877, '__ci_last_regenerate|i:1671637877;requested_page|s:9:\"admin/pos\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('950384ee79b599ce27f937b30a583e7ed128688c', '41.60.238.241', 1667661067, '__ci_last_regenerate|i:1667661067;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('950d4858b952d68a496aa3edc6d650beb2098b5e', '41.90.40.126', 1659294382, '__ci_last_regenerate|i:1659294382;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659294382;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9517a6e917e033607bbf76d38b0b9cb7f3d85502', '41.60.236.83', 1661354406, '__ci_last_regenerate|i:1661354406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('951dacfd4b87708743cdf1bd1bbcd8572168faf5', '41.60.236.83', 1661181366, '__ci_last_regenerate|i:1661181366;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9521634501e3b08331686183afd6704df0e357c6', '41.80.98.64', 1653733173, '__ci_last_regenerate|i:1653733173;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('953d6e48c6bfa733b94f56c6b4adb98360e82a29', '41.80.98.64', 1653733172, '__ci_last_regenerate|i:1653733172;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('954b1b6b7ecac60ad6b3e62818ad450516bcae49', '105.163.48.72', 1652640683, '__ci_last_regenerate|i:1652640683;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652201210\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95689d1a2a4f583ec214a7760f28455e73ae915f', '41.60.237.98', 1660226453, '__ci_last_regenerate|i:1660226453;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660215472\";last_ip|s:12:\"41.60.237.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660226432;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9584ce7205c4a670ea6655b9326107c51bc6bd31', '31.13.103.11', 1653739059, '__ci_last_regenerate|i:1653739059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('958dff6fddbd6ecd89257ddb60996da01568f6e6', '41.191.107.225', 1653400101, '__ci_last_regenerate|i:1653400101;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653399531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95a915660f0026d732c62a1775d4c23ce1b99438', '41.90.217.25', 1662400545, '__ci_last_regenerate|i:1662400545;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662385372\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95bb112e5598078b890313554d952591093481f0', '105.161.29.65', 1674412036, '__ci_last_regenerate|i:1674412036;requested_page|s:12:\"admin/quotes\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95beb6bde910ca7cf78aede2116e417186053261', '41.90.45.200', 1656369380, '__ci_last_regenerate|i:1656369380;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656335732\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1656357095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95bfdcb3606dbfdc707e80507284976ace3e4313', '173.252.95.119', 1677315667, '__ci_last_regenerate|i:1677315667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95d29a5f5d10b0c4d0527bd1a3c7552ac92c10c2', '217.21.116.218', 1680866925, '__ci_last_regenerate|i:1680866925;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95e129e9388283af3a24db7455ec90465fc68977', '41.60.237.158', 1661438583, '__ci_last_regenerate|i:1661438583;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661436615;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('95e4bb0472c664cffbec492c93cd537569ab79fb', '41.60.232.12', 1663135527, '__ci_last_regenerate|i:1663135527;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662995417\";last_ip|s:11:\"41.60.235.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663135501;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9614ee633d7724f8807c05d9515cad219a13d544', '41.60.237.126', 1670251688, '__ci_last_regenerate|i:1670251688;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670082086\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9615b9555e088f0bf251dbafc1e14c0a414dc752', '41.90.189.189', 1675109268, '__ci_last_regenerate|i:1675109188;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675018976\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675108442;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96297122323866d3456b77c2759e31ac0047e43a', '41.60.235.76', 1654014554, '__ci_last_regenerate|i:1654014554;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654007114\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('962a910ca5ca78190d19cdc8f3271a0e1429d9b8', '41.60.237.126', 1669904952, '__ci_last_regenerate|i:1669904952;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669820052\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('963fb91b713ff1038c402d1f0c66062ba8e23ad1', '41.60.237.195', 1652183229, '__ci_last_regenerate|i:1652183229;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652183206;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9647b73ec8027204d191bd537e859bd04a119ba3', '41.60.235.76', 1654063175, '__ci_last_regenerate|i:1654063175;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654063098;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('964b9c7ef04a7e1565c4c13be9c13bbeb967e775', '41.60.233.85', 1664897021, '__ci_last_regenerate|i:1664897021;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('965b0409b3ab6d62d4e45240d6479590545dc6fe', '41.90.37.211', 1660326006, '__ci_last_regenerate|i:1660326006;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('965f8cab70506f8a1e7fc2117d07000545fbd549', '41.191.107.225', 1654094269, '__ci_last_regenerate|i:1654094269;requested_page|s:22:\"admin/products/view/76\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654001102\";last_ip|s:14:\"41.191.107.228\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('966618d9c6fca022c83675ccdaba2278e08b5e04', '37.153.125.73', 1678651667, '__ci_last_regenerate|i:1678651667;requested_page|s:11:\"admin/sales\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('966ebf14337e093edb4d806572b62a3c8b3788ee', '41.60.232.254', 1672238985, '__ci_last_regenerate|i:1672238985;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('968186a2614ff152f0bb9a95cba5124df2f7f2e2', '41.60.233.29', 1679758701, '__ci_last_regenerate|i:1679758701;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679670396\";last_ip|s:13:\"41.60.233.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679757843;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9682cfd79c48bb53701cacaef2b880df768c6e54', '41.60.234.100', 1668612204, '__ci_last_regenerate|i:1668612204;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668523812\";last_ip|s:13:\"41.60.234.100\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668611008;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('968a72febf4b09dcb7b251593af636c059b5af33', '41.60.237.200', 1651734365, '__ci_last_regenerate|i:1651734365;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('968e2fbdd81ad832f7e9c75ddff0c145dfa62e9e', '41.60.232.14', 1657814858, '__ci_last_regenerate|i:1657814828;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657726284\";last_ip|s:13:\"41.60.237.163\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657814828;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96a0e44dd52751c0fa8cbd95eec2109ee5ed01ee', '41.60.235.80', 1673534794, '__ci_last_regenerate|i:1673534794;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96ae46cb262b9ac5b8743e5f2afe801e6d525ac8', '41.60.237.195', 1652193991, '__ci_last_regenerate|i:1652193991;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ME8NsKv0OH2BY1bQmf7P\";last_activity|i:1652190094;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96b8b3291e9df5f8eb1726f36be90294f1cb9b31', '105.161.0.161', 1674678319, '__ci_last_regenerate|i:1674678319;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674572120\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674675018;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96beb00c89bbaa91c064a0859515e8f72bdc29b1', '41.60.233.5', 1676040930, '__ci_last_regenerate|i:1676040930;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96ca0d60793bd8a3ec349ce0cee1b1f6dce89f16', '41.191.105.93', 1654456907, '__ci_last_regenerate|i:1654456907;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96ca6b050fa0e63b64330c933de5c087c6b5a43d', '41.90.189.189', 1675107388, '__ci_last_regenerate|i:1675107388;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675018976\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675107358;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96d543d29f53504492a4b9f63f1d8928ccff6563', '41.60.235.40', 1651938734, '__ci_last_regenerate|i:1651938734;requested_page|s:13:\"shop/products\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651928466\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651938687;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96db8f60df78f1e528fc0a76a2648de0f7c92e27', '209.145.52.241', 1655493975, '__ci_last_regenerate|i:1655493975;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96f4d38c08f9a476debd52b46f2d6af50d6ba5fe', '41.60.237.200', 1651748793, '__ci_last_regenerate|i:1651748793;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651748792;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('96f91731405c1aa00d593d82cd9e1628cbca39b5', '41.191.104.88', 1654378634, '__ci_last_regenerate|i:1654378634;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654375435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('971598285fe13651fa1d85a92486d9ec398d7fec', '41.60.237.200', 1665586404, '__ci_last_regenerate|i:1665586404;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665555143\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665580169;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9721733b178a4858358d76e9873060aa12a5aefa', '41.60.233.5', 1676132845, '__ci_last_regenerate|i:1676132845;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676041705\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676132819;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97279e8b264a4173bbcf1f2523e3804b4b886ef9', '41.60.232.254', 1671294203, '__ci_last_regenerate|i:1671294203;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671293427\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671294149;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('974334192d9f50d7ba4750909328a832e1fa68b5', '41.60.234.151', 1678721601, '__ci_last_regenerate|i:1678721601;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678545690\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678719831;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9756540dacaf823bac0a97bf27dbc9a297acd02d', '41.60.232.140', 1662013106, '__ci_last_regenerate|i:1662012820;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661924760\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662012945;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('975c42e6507ca827f3ea9b76ed2dc7acc7999887', '41.60.232.168', 1677075945, '__ci_last_regenerate|i:1677075945;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('975d773dabd6df99e5d9301c393efecf6975d898', '41.60.234.241', 1660827889, '__ci_last_regenerate|i:1660827784;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660741565\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660827867;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9760d957eb36f1af0ddf159241ad9d9c3a430e4e', '41.60.232.254', 1671811330, '__ci_last_regenerate|i:1671811329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97773e5f1a5498ced96093a653a18d9c4c4c2ca8', '41.80.98.64', 1653735780, '__ci_last_regenerate|i:1653735780;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('977897966d832628e740a039e75dfe18d9e1247b', '41.191.105.89', 1656170806, '__ci_last_regenerate|i:1656170727;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656095867\";last_ip|s:14:\"41.191.105.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9786dc09512c521189f901bccd161c541aabef5d', '41.60.232.14', 1657986227, '__ci_last_regenerate|i:1657986227;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657984667\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";message|s:38:\"<p>You are successfully logged in.</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}last_activity|i:1657985513;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9798871277d6c05f3518b057dabb661f519b7454', '209.145.52.241', 1653908293, '__ci_last_regenerate|i:1653908292;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97b156dff2442e73c9cbfe7e8dbb0a170a1c75ba', '154.159.252.6', 1651444681, '__ci_last_regenerate|i:1651444681;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c0276eda9307529bcf4aebc5730512f13fc200', '105.161.136.12', 1673465399, '__ci_last_regenerate|i:1673465399;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673442353\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673462563;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"a98rYPzJfqIZyQ1mGWhv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97c3e6ce2735c5067eca6b8181712879418de0fe', '41.60.233.85', 1664967909, '__ci_last_regenerate|i:1664967909;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664892646\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664967742;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97cb695ab9188343dd39c1e52d1f1713ef1bd309', '41.60.233.5', 1675957445, '__ci_last_regenerate|i:1675957445;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675956856;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97d62c366f0f3284915bfe1e57a5be30a9919b2d', '41.191.105.95', 1655320528, '__ci_last_regenerate|i:1655320528;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655237876\";last_ip|s:13:\"41.191.105.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97dd86c1c445a11a811713c30638ae73e3c3fd6f', '41.191.107.204', 1653915117, '__ci_last_regenerate|i:1653915117;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97e1372046a26424d51c64b01ead6a6c862f4836', '41.60.237.195', 1652091605, '__ci_last_regenerate|i:1652091605;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97e6140554029e2eb476a79eff986adebb6b37c6', '41.191.107.145', 1655232778, '__ci_last_regenerate|i:1655232777;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('97fb7d9ff542f5a414de22a546d9836702c5b891', '41.60.233.5', 1675870972, '__ci_last_regenerate|i:1675870972;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675869656;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9816df9d55d27902a789bc8376fbe3d59e714067', '41.60.237.195', 1652086048, '__ci_last_regenerate|i:1652086048;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652083519;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('982a0bac9eda73619bb3633b2840a42f9a11a50c', '105.163.32.52', 1654526806, '__ci_last_regenerate|i:1654526622;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654457944\";last_ip|s:13:\"105.163.32.52\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9830e2cd95cd530a83365be4a3fed7f44a7c9053', '41.60.234.241', 1660227273, '__ci_last_regenerate|i:1660227273;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660215472\";last_ip|s:12:\"41.60.237.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660227023;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98346ccfe33e1d1317d112495f7b97b55a982df0', '41.60.233.85', 1664808760, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1664808760;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664775290\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664802702;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('983628f742d7d5ca3a07c41a32fa6409742c8a8e', '41.60.232.170', 1672758880, '__ci_last_regenerate|i:1672758880;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672755473;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('984a7e78282d4dbf5c9397553cf8e6bf4d24a354', '217.21.116.217', 1669669114, '__ci_last_regenerate|i:1669669114;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669647414\";last_ip|s:15:\"105.161.179.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MdLfQRzTh2P0XpB6V7Cy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('984ff507afd6a6d6ff4fb5f8b595fcd0b731e837', '105.163.50.229', 1659716146, '__ci_last_regenerate|i:1659716146;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659716146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('985a8d13ffae94fc70e8afffd9378d413df72458', '41.60.238.241', 1668178770, '__ci_last_regenerate|i:1668178770;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668091703\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9863d93aacd96d7606ae882c0b6805690ff668a8', '105.160.65.227', 1674419753, '__ci_last_regenerate|i:1674419753;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674419666;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('986699730ee9bef9a43b047e2157173bc0495db4', '41.60.235.76', 1653811431, '__ci_last_regenerate|i:1653811382;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653678722\";last_ip|s:11:\"41.90.44.57\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9879898e63892bdd365e59601dfcf55fe066bac2', '209.145.52.241', 1653911746, '__ci_last_regenerate|i:1653911746;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98a0304d7c08273c30a11e583b299ce7cc7fe33c', '41.60.238.127', 1651578209, '__ci_last_regenerate|i:1651578209;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651575438;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98aaff2d2187e536e6cd8f2a9f5e317a5ce3f959', '209.145.52.241', 1655493997, '__ci_last_regenerate|i:1655493997;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98ac9958dfb08cdf36d032b1ad1ebcc80e2ebb3c', '41.60.232.81', 1651573304, '__ci_last_regenerate|i:1651573304;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651572652;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98ad903bbdc81b14ad103afaf1433ac92a3d34cb', '41.60.237.200', 1651750262, '__ci_last_regenerate|i:1651750262;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651750049;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98b46a99e9f216ee2c2a3136e4d40a9e067229cf', '41.60.237.16', 1666019705, '__ci_last_regenerate|i:1666019705;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665986340\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666018339;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98bf3bb0ee542df0c6ed3f978d419be27c2bb0f7', '217.21.116.218', 1680882757, '__ci_last_regenerate|i:1680882757;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680882537;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98c50e1842bb5b41952560643edf0f5c24c0032b', '41.60.238.241', 1667660632, '__ci_last_regenerate|i:1667660632;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667626848\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667659643;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98cbe800d877c293f9c9fec0bd8ec27d5d391dca', '41.60.233.85', 1664002195, '__ci_last_regenerate|i:1664002188;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663944196\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664002188;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98d160c7b17405449ec7c3455a57362030ecd812', '217.21.116.218', 1680873460, '__ci_last_regenerate|i:1680873460;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98e83f6ca9bc52862336276c86baeec1d7c0aed3', '41.191.105.94', 1659081646, '__ci_last_regenerate|i:1659081646;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('98fdaffe06ff31e11bf95c3bed01898a4efcc58c', '41.60.232.254', 1671549062, '__ci_last_regenerate|i:1671548781;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671547804\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671548793;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('990c91f7de8f52eee0ac06a1aa9d1980e925fb65', '41.60.237.59', 1652275610, '__ci_last_regenerate|i:1652275610;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652275530;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"CvrgzE5s8WlSNGV2ceBm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9919aeb772ba195b565704059f8a0c4b4a7ee711', '105.163.22.190', 1651868614, '__ci_last_regenerate|i:1651868571;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651865824\";last_ip|s:13:\"80.240.201.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651866442;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('992676a5c3bcfd85be5c82b74d921e5a5fcf2bb0', '41.60.232.168', 1677074143, '__ci_last_regenerate|i:1677074143;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('996c12cb975be5fc3cbbb11d8098ab5b86b3abe1', '41.60.234.100', 1668526511, '__ci_last_regenerate|i:1668526511;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99ad3f5e1540ef956853844fe45a3bd6e88f1a74', '41.60.232.140', 1662478430, '__ci_last_regenerate|i:1662478430;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662389548\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99b14671718c02894cafbde74ae67b23d2c5b754', '41.60.232.140', 1662207546, '__ci_last_regenerate|i:1662207546;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662116819\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662205518;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99beb94b464799ccc31a16ec05349607f03e3304', '41.60.237.158', 1661506805, '__ci_last_regenerate|i:1661506804;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661419599\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661503866;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99c483c42607c30c670ea5c576b23f96146e5662', '41.191.105.88', 1652624269, '__ci_last_regenerate|i:1652624269;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652623316;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99c4c49e2c5d5db6ec9cd2b07e2a4ee03d5b499a', '217.21.116.218', 1680876231, '__ci_last_regenerate|i:1680876231;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99cc242d0b1ac630a822d0a6447bc10b1cee0b08', '41.191.107.150', 1652610929, '__ci_last_regenerate|i:1652610929;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;user_csrf|s:20:\"jaEYf6qnQNC0iPbvMgOB\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99d4c4fc624cfeac5a5b293918a9c7d1410bce3d', '41.60.238.41', 1669390685, 'requested_page|s:27:\"admin/purchases/add_expense\";__ci_last_regenerate|i:1669390685;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669353557\";last_ip|s:12:\"41.60.238.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99ea4999071e5add79865d9aa3289bffa3ecd1b2', '41.60.237.126', 1669648018, '__ci_last_regenerate|i:1669648018;requested_page|s:17:\"category/sweaters\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669647261\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669647881;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('99f08ee5c903f265cb489ddad2571ce8edb9e260', '66.249.65.130', 1659450661, '__ci_last_regenerate|i:1659450661;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a0106b10fcdbcdf8f66f7a08b7b1ecb2dc5810e', '102.1.149.20', 1653736066, '__ci_last_regenerate|i:1653736066;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a0a3a89d60001751429be2b67eb69a0ce74cca7', '41.191.105.91', 1652972807, '__ci_last_regenerate|i:1652972807;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652901280\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652972242;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a2d7dcd7fdec507646cb78e39dd3a82d67597c8', '41.60.234.241', 1661007347, '__ci_last_regenerate|i:1661007347;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661001319\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;last_activity|i:1661006528;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a33bad094ed15f253452bd037886663072fda7b', '41.60.235.7', 1662995141, '__ci_last_regenerate|i:1662995141;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662979350\";last_ip|s:11:\"41.60.235.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a5e153841e42050a92bc34f79f385cfccb85633', '41.60.232.254', 1671365982, '__ci_last_regenerate|i:1671365982;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671364310\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671365490;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a654ebc65e39d7e1a5acb67e92fca7726a4c0a4', '41.191.104.46', 1652359723, '__ci_last_regenerate|i:1652359721;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652265674\";last_ip|s:14:\"41.191.107.138\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652358374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a7055df590106686dcc3f41f41f700f46731173', '41.60.234.227', 1678806499, '__ci_last_regenerate|i:1678806499;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678718277\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678806196;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a75ab44f200457f12e3f7a9078d2e2292326758', '41.60.235.76', 1654185516, '__ci_last_regenerate|i:1654185516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a9c48eef5831b2a2eb2b709872d98ab89ca1153', '41.80.96.73', 1653735671, '__ci_last_regenerate|i:1653735671;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a9e4fcdf8e0216e47d9d1c0c2633a0e36ba9566', '41.191.105.94', 1659383867, '__ci_last_regenerate|i:1659383867;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1658500223\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9a9fc96d8cc90378b1a159646472bf021e0f1244', '41.60.237.59', 1652804762, '__ci_last_regenerate|i:1652804762;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aa777bbee0a5324e8b37fef2723720565a87060', '41.60.239.144', 1654527731, '__ci_last_regenerate|i:1654527731;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654356552\";last_ip|s:13:\"41.60.236.239\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654527702;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ab70b0b4b983f41a2f4a3e33c32b7cbc115d1a4', '41.60.237.158', 1661579337, '__ci_last_regenerate|i:1661579337;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661521752\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661579273;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9aca5e78986a452b15d3a05144060cfb809dc0a1', '154.155.226.106', 1651728621, '__ci_last_regenerate|i:1651728621;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651661270\";last_ip|s:12:\"105.160.12.2\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651726648;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ad9844aad31a7568f00e2c964bb1a7de32b7a73', '41.60.233.29', 1679758753, '__ci_last_regenerate|i:1679758752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ae42e222ea499eadfe29d55ac32ccdde9d51cc1', '41.60.239.115', 1655390314, '__ci_last_regenerate|i:1655390314;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655220230\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655390027;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ae87d5ab08e04d69d11467be929168c670b01d6', '197.248.61.193', 1675401463, '__ci_last_regenerate|i:1675401461;requested_page|s:21:\"admin/sales/edit/1341\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b0aba82900ac91bbd534336b8e7d0322ae968fb', '41.60.232.12', 1663423906, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b1e6d62fdab6657054591d0e9071cf386192a88', '41.60.236.83', 1661352811, '__ci_last_regenerate|i:1661352811;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661343584\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661352804;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;message|s:27:\"POS Sale successfully added\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b35ffac4832735531d9867b8efe5e0617ebc504', '41.60.237.195', 1652192707, '__ci_last_regenerate|i:1652192707;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652187660\";last_ip|s:14:\"105.160.92.103\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b378d6d97bf92c44643dc36238a5ed1efdc9237', '41.191.105.88', 1652799809, '__ci_last_regenerate|i:1652799809;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652785606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b3a6ae9c3bbe0eb3cc6714ae7c3afba7061698e', '41.60.235.80', 1673442943, '__ci_last_regenerate|i:1673442943;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673432959\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673442573;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b3d5339fa112653ab410dec994cb8fd0dd00fab', '41.60.237.200', 1651736549, '__ci_last_regenerate|i:1651736549;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"GQPHNLxiOEAy4fmp6tdq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b4de2de0b70c48ffbab307518459ec2f2f72a08', '41.60.237.146', 1661758942, '__ci_last_regenerate|i:1661758942;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661613718\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661757899;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b557711b9ebc20175f0ff64b6505f3ea9b34ee5', '209.145.52.241', 1652188643, '__ci_last_regenerate|i:1652188643;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b5e2bc94b191ef74f9fb490c947412b1e64c79a', '41.60.237.200', 1651736923, '__ci_last_regenerate|i:1651736923;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"GQPHNLxiOEAy4fmp6tdq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b6bb8d46deb7f61d8a2536a930a26f38fafae63', '105.163.56.70', 1663187828, '__ci_last_regenerate|i:1663187816;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"TSYOUsDwZP7KQq1JB6pb\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b70537bd18c4d8e02d0f5c7bece7d2e7e70c768', '41.60.234.151', 1678459791, '__ci_last_regenerate|i:1678459791;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678369778\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678459595;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b8a1b831840fff93a24f01a294293b40a52202a', '105.163.50.229', 1659886342, '__ci_last_regenerate|i:1659886342;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9b99eadcbe9842a6584e2140193e04b5eceb9231', '41.60.237.195', 1652090740, '__ci_last_regenerate|i:1652090740;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ba6b4b67718585de1ea76355714def0aad7a592', '41.191.105.93', 1659451700, '__ci_last_regenerate|i:1659451700;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1659383303\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bbd09851f2809a06981d282412b89181d272a93', '41.81.135.235', 1656659655, '__ci_last_regenerate|i:1656659417;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656626724\";last_ip|s:12:\"41.90.49.226\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bcb5c351c79a811e587deebf2380f1eb8c1f191', '41.90.38.215', 1657996226, '__ci_last_regenerate|i:1657996226;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657988076\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657996173;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9bdec6856ced8292457bb1a8e706c4e447d538c8', '105.163.50.229', 1659897999, '__ci_last_regenerate|i:1659897999;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9be215184aae6a7de1015496c82cfda2f5ca7f1c', '41.60.233.147', 1673708675, '__ci_last_regenerate|i:1673708631;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c2b92cd155f5d8d67dfc1a41a9c9edb110818d4', '41.60.235.20', 1659089318, '__ci_last_regenerate|i:1659089318;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659021459\";last_ip|s:13:\"105.160.91.28\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c30aab5fac8b8c11e2b9f7ea453f232bd5c5990', '41.60.237.59', 1652367947, '__ci_last_regenerate|i:1652367947;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1651756850\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652367840;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c35be3a32e605ea3929c0308c15cb79a2e5ce1c', '41.60.233.85', 1664036743, '__ci_last_regenerate|i:1664036743;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c5576eb7110bd898c67a1065ec3a20dddf57e1f', '41.60.233.5', 1674145554, '__ci_last_regenerate|i:1674145554;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674056106\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674145517;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c647ad0c164f3893a5d5f17aeb24d9f6ca50d59', '41.191.105.91', 1654592607, '__ci_last_regenerate|i:1654592607;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c697da462632381eee5d4e30d61f1b81bc79c1a', '41.191.107.150', 1652613316, '__ci_last_regenerate|i:1652613316;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;user_csrf|s:20:\"NAVpaebmMFvjDlx7ROsT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c6c6db7c61a931553c0d30719373916ddb1adee', '41.60.239.133', 1667627214, '__ci_last_regenerate|i:1667627149;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667484834\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c826d5abc295365d21bf0b6bc3886aef2ad2fcd', '41.60.237.163', 1657639481, '__ci_last_regenerate|i:1657639481;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657550667\";last_ip|s:13:\"41.60.232.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657639455;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9c9a6423d1fe7f2c6ec115c7d02e8bbaf671cd8e', '41.60.233.155', 1673280223, '__ci_last_regenerate|i:1673280223;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673277025\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673279517;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ca3085a0f3e154738c4c79db84dd5b0382f2551', '41.191.104.254', 1656620530, '__ci_last_regenerate|i:1656620530;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656350728\";last_ip|s:14:\"41.191.105.232\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"VA4IClYdhBtFvZi8rUTD\";last_activity|i:1656620395;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cc05c29123c4f999437a2d68e7625116eeab59a', '41.191.105.95', 1655152871, '__ci_last_regenerate|i:1655152871;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cc9b88b15eea638f00cc4c4f3b864efeed0e90b', '105.163.48.72', 1652728091, '__ci_last_regenerate|i:1652728047;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652706091\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1652726667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cccebdf788b1f0be9c8063f39d9ce733f0358ae', '41.80.98.64', 1653735780, '__ci_last_regenerate|i:1653735780;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ccda62b332ea3c33de39b5f0fa7caecf22b49bf', '41.60.237.195', 1652088723, '__ci_last_regenerate|i:1652088723;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ccfe0eaedca596056c67af45b21ae48a8984fca', '41.60.237.59', 1652276266, '__ci_last_regenerate|i:1652276266;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652275530;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"CvrgzE5s8WlSNGV2ceBm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cd6351e492872e63ca64dca44d2bfbdee767efb', '41.60.233.5', 1676040444, '__ci_last_regenerate|i:1676040444;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce3edb83b4b538833149834295569ff35ef8fed', '41.60.237.59', 1652877957, '__ci_last_regenerate|i:1652877957;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652804480\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652877905;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce7e7e344c74b31a45793d08a6467fd0b0b279e', '105.163.47.236', 1660043485, '__ci_last_regenerate|i:1660043485;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ce8233a2f5214cd8caf5d6cf65e860e180bf9b4', '41.60.238.178', 1656342772, '__ci_last_regenerate|i:1656342772;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656156603\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656342693;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9cfc88673148d891182f5befae13f03e091b9e05', '154.159.252.6', 1651445028, '__ci_last_regenerate|i:1651445028;error|s:37:\"<p>Login Failed, Please try again</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d17579680642743c4ccf9776e6f589d4ebc2350', '41.191.105.95', 1655327813, '__ci_last_regenerate|i:1655327813;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655320083\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d25fc62c37b2d8e636a54fb87b91fd66a26af6e', '41.60.234.153', 1660137850, '__ci_last_regenerate|i:1660137850;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d4dfe3b7b19148ec42cb579e3b93b3cbc8f3a06', '209.145.52.241', 1655188633, '__ci_last_regenerate|i:1655188632;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d5608ac44a3374d300507f51f84a3b17c017661', '41.90.40.126', 1659294013, '__ci_last_regenerate|i:1659294013;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659293901;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d5f7df7fffeab1047d52d42f1a265e28714e6a7', '41.60.238.127', 1651650991, '__ci_last_regenerate|i:1651650991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d6b869738b455065012236f811c6ffb55d22a15', '41.191.104.43', 1656520250, '__ci_last_regenerate|i:1656520250;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d842c582314683e8d13acd3122720e4b78736c8', '41.60.232.254', 1672240916, '__ci_last_regenerate|i:1672240916;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672239073;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d84901651446151368eb05cd908bb019ff33b6b', '41.60.237.200', 1651852035, '__ci_last_regenerate|i:1651852035;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651842412\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651851595;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_posls|i:1;user_csrf|s:20:\"AJT0xLFgErCyOnYKtRSQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9d8cb5d97fe9160674044078ddb44d7513d9d555', '41.90.40.126', 1659466656, '__ci_last_regenerate|i:1659466656;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659448265\";last_ip|s:12:\"41.90.40.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db2ba0568a4213d0c7e2ee57ce70e4809996baf', '41.191.107.140', 1656405063, '__ci_last_regenerate|i:1656405062;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9db6d4c71e933b791cb53ce0c4941d6af81f67da', '41.60.235.76', 1653640919, '__ci_last_regenerate|i:1653640919;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ddfac89d49c3b8bf39cfa67f35475f718fbfd96', '172.58.3.244', 1668947280, '__ci_last_regenerate|i:1668947280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ddfe4f5e4dbe8b89ea975a022606f7fd52b9a2c', '41.60.235.224', 1670685648, '__ci_last_regenerate|i:1670685648;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595457\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670681409;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9de5c2b4cd1bb6887b34bf721df66eb05bd3fd71', '154.159.252.6', 1651443596, '__ci_last_regenerate|i:1651443596;error|s:37:\"<p>Login Failed, Please try again</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9def2d98708cd6dc4a15fefd55f452a16fbb18b5', '41.60.237.16', 1666352889, '__ci_last_regenerate|i:1666352889;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666275662\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666348411;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9df222012be5a83c0b7b1235fe41cfad1d7ba560', '41.60.235.80', 1673536564, '__ci_last_regenerate|i:1673536564;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673461733\";last_ip|s:14:\"105.161.136.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673535745;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9df8e316c72e055193f898d4ea2a9eeb28e603d8', '41.60.235.40', 1651941334, '__ci_last_regenerate|i:1651941334;requested_page|s:13:\"shop/products\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651928466\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651941272;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"zyd1ZPT5bLE47tBrciWH\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9dfba155973647e95f29131df6b24046dcccc70f', '41.60.236.83', 1661262188, '__ci_last_regenerate|i:1661262188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e522ce8f3d6d9c1207fe08f9d0d200e5f6f60eb', '41.60.235.80', 1673435929, '__ci_last_regenerate|i:1673435929;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673434572;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e57cb102cdd81767d1e25599e23a8d5e972396d', '41.90.189.189', 1674934761, '__ci_last_regenerate|i:1674934761;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674934720;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9e7d5ab7b25db3b20e31362fb2837fe62ab4cc90', '41.60.238.241', 1667920641, '__ci_last_regenerate|i:1667920641;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667834114\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667920099;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ec45160cd534408ad216f33b02d01f441f6a39c', '41.60.232.12', 1663737859, '__ci_last_regenerate|i:1663737756;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663229254\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ec7091d8b022d431da9dba67da913f282c5cd2a', '41.191.107.52', 1656356959, '__ci_last_regenerate|i:1656356959;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ec7323f72a60a81822e7d22afc0bcbac91a7e15', '41.60.237.59', 1652275014, '__ci_last_regenerate|i:1652275014;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652274966;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"CvrgzE5s8WlSNGV2ceBm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9edcbe0b62a8c82adfe9a74aa35c882d7d2ba374', '41.60.237.59', 1652280579, '__ci_last_regenerate|i:1652280579;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652276692;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"oiLjwyY9EI2KxcZeVnhC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f0a544468e3eb758df9c73aff75cf98507fd22e', '41.60.232.254', 1671640287, '__ci_last_regenerate|i:1671640287;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671635505\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671637974;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f0e2f658bda9463548f17bc00a1124a759afc8a', '41.60.232.254', 1671295311, '__ci_last_regenerate|i:1671295311;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671200073\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f15cc18fd7ca01a9b9e597bb0b2461dcbf6efc5', '41.60.238.178', 1655996739, '__ci_last_regenerate|i:1655996739;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f16bc98532424ddd1dfa39ee4b4cb5fb2e2abcb', '41.60.232.254', 1672327911, '__ci_last_regenerate|i:1672327911;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313815\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672327010;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f1e8ddbf40c0a7964c4a9c9746a78b0c74d7ed1', '102.1.149.20', 1653737612, '__ci_last_regenerate|i:1653737612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f2f7aecb8d4e41d88c37900890a28b4ca894c54', '209.145.52.241', 1654552983, '__ci_last_regenerate|i:1654552983;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f3176fdb3833343cbb9b1e69b25b4b67452f18c', '41.191.105.95', 1655327355, '__ci_last_regenerate|i:1655327355;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655320083\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f410b063af2b4363370adc1dd3054fae52c558b', '105.163.34.63', 1657741936, '__ci_last_regenerate|i:1657741936;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657258061\";last_ip|s:15:\"105.161.196.119\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f454748effe51599bd37766e8ca2ef4a17ee8f1', '41.80.98.64', 1653733301, '__ci_last_regenerate|i:1653733301;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f55c1e999fcd1a323c68e10c9e6743adc9afde7', '105.163.61.45', 1662267849, '__ci_last_regenerate|i:1662267849;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f76747f5e48737f3652123b1fd18e2c2326f303', '41.60.236.83', 1661425918, '__ci_last_regenerate|i:1661425918;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661425761;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f7edba0c225ce9576d43fe6538a81b0d8e20849', '41.191.105.90', 1655188493, '__ci_last_regenerate|i:1655188493;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655187103\";last_ip|s:14:\"41.191.104.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655187580;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9f97952d6a3ec89c7db8038840560a0a16566810', '41.90.187.221', 1674850038, '__ci_last_regenerate|i:1674850038;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758970\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674850001;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fae49ce099d5341f13b49ee454809113e88e9fc', '41.191.104.73', 1656100537, '__ci_last_regenerate|i:1656100441;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656058719\";last_ip|s:14:\"41.191.107.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656099653;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fb48475e059152e845b7bec42f32f22077b4fba', '41.60.233.155', 1673102180, '__ci_last_regenerate|i:1673102180;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673077625\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673102066;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fba94446332521d70191fc4f0525d6f4dce648c', '41.191.104.81', 1653569813, '__ci_last_regenerate|i:1653569813;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653413180\";last_ip|s:13:\"41.191.107.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653568497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fd1c23ad5c6d64da2bf16361ca7a3b1bbb7bb9c', '41.60.235.97', 1679307658, '__ci_last_regenerate|i:1679307658;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678804479\";last_ip|s:13:\"41.60.234.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9ff38fe0e474dc9c91ced4a572584e6fad0b3635', '41.191.105.93', 1651962857, '__ci_last_regenerate|i:1651962857;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651960005;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('9fffd5ab07292ffff56e195e2667a491dc986c24', '105.163.32.52', 1654378111, '__ci_last_regenerate|i:1654378091;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654196024\";last_ip|s:13:\"102.167.176.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a02491ab56fff06724dbde0046f8acf1dbfb09e8', '41.191.105.93', 1654461956, '__ci_last_regenerate|i:1654461956;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a05026c8cc2f3436c6daae9c92c9a66894aaee6b', '41.191.105.93', 1654460117, '__ci_last_regenerate|i:1654460117;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a05440dc150370c1e44a536a3d45f37bf9d886a8', '41.60.237.195', 1652172265, '__ci_last_regenerate|i:1652172265;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"iQaATesh4pcv61CMSfGL\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a05721858e9b4092b49a8a8fe8bc3263ceb89602', '105.163.48.250', 1660851818, '__ci_last_regenerate|i:1660851637;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660846337\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a08b60e3deb09071ac12eab417525a8a88a602f3', '105.163.47.64', 1658735407, '__ci_last_regenerate|i:1658735403;requested_page|s:23:\"admin/pos/open_register\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a08d71d4d0fd6a708839191431a4e99577cea8df', '41.90.189.189', 1675108676, '__ci_last_regenerate|i:1675108676;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675018976\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675108442;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0963a84dc1107cdc137356dbfbe71980a2c2d14', '209.145.52.241', 1653671467, '__ci_last_regenerate|i:1653671467;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a09c4cc72e6132b3c7e913fea51842139559c3a1', '41.60.237.158', 1661612503, '__ci_last_regenerate|i:1661612503;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661612367;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0a558718eee27c7ca15b3dd975e2133a600413e', '41.60.235.80', 1673442573, '__ci_last_regenerate|i:1673442573;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673432959\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0aacadc63dba1655c33d93ea97b121f5c090b0a', '209.145.52.241', 1664879444, '__ci_last_regenerate|i:1664879444;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0abb6c309478320132a20fa76ed8252164b6e2c', '41.60.237.126', 1669904022, '__ci_last_regenerate|i:1669904022;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669903609\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669903964;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0abeb58138509e8a5bf86e9daf7392e37dd672a', '217.21.116.217', 1668536806, '__ci_last_regenerate|i:1668536806;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1668085277\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0b4f44666b93d351d1321ad11820796bf8cdf36', '217.21.116.218', 1674412575, '__ci_last_regenerate|i:1674412575;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1672853212\";last_ip|s:14:\"217.21.116.214\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1674412550;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0bc406f9bde9b269821c0e703e25ca499cd4cf5', '41.191.104.46', 1655327831, '__ci_last_regenerate|i:1655327813;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655320083\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655327831;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0bff01651547cf9e7a39f0e803218baa3a8fafb', '41.60.232.221', 1669042961, '__ci_last_regenerate|i:1669042961;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668945894\";last_ip|s:11:\"41.60.236.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0c000186eefd8663cea02769860f06ac2011706', '41.60.237.59', 1652274362, '__ci_last_regenerate|i:1652274362;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652274280;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"8pUWXhVJIwYZNC2qLman\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a0dce865286ef6e6a1fcd654a70da66e3c123be7', '41.60.237.126', 1669647530, '__ci_last_regenerate|i:1669647530;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669473397\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a10f8d66642d0e17fbd2d860e753b4d2a8612f64', '197.237.214.102', 1651421638, '__ci_last_regenerate|i:1651421638;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1150e60bb9cdfd6bc9e6e567d7d08b0a91430cc', '41.60.238.241', 1668178435, '__ci_last_regenerate|i:1668178435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1214ca86888ad646002ee7e164a4c6cd40abf77', '41.60.233.5', 1675759250, '__ci_last_regenerate|i:1675759250;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675759243;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a128278c0645487c8af71cdc68d568f08180a038', '41.60.232.27', 1666883946, '__ci_last_regenerate|i:1666883946;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666795319\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666883119;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a131edab4437c70efa50aeb22914563baa5c0919', '41.60.238.178', 1656516094, '__ci_last_regenerate|i:1656516094;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656420048\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656516093;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a146f940985b8f456ad9c55cd4d2088b0fc95ca3', '41.60.235.80', 1673444825, '__ci_last_regenerate|i:1673444825;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673441919;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a14bfa54bcab16c79cf8e87438ea2b88ef1aa5cb', '105.161.114.149', 1675453011, '__ci_last_regenerate|i:1675453011;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675364589\";last_ip|s:13:\"105.161.82.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675451536;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a163527ec63f11a8bd515073342c4f5ac4cd502c', '209.145.52.241', 1652561413, '__ci_last_regenerate|i:1652561413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1709afcdcf64c39278886508a553a8c6762b88a', '41.60.232.255', 1673280773, '__ci_last_regenerate|i:1673280468;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673098345\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673278315;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a179ac58a23df2f54eaf57f64ce073bfb1ab8f0d', '41.60.235.224', 1670681325, '__ci_last_regenerate|i:1670681324;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670679794\";last_ip|s:13:\"41.60.235.224\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670680894;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a17a2f998ddaf3c037068221c653c9398b2e3310', '41.191.104.253', 1654443095, '__ci_last_regenerate|i:1654443095;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a18197ca4fd1bca1b8650ff2e01dccc813b5f501', '41.60.232.254', 1672328643, '__ci_last_regenerate|i:1672328643;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672313815\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672327010;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1941fbb3c92183bbe1a6d2ceb8362a33b231862', '41.191.105.94', 1657049185, '__ci_last_regenerate|i:1657049185;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657048406;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1a09d4fb409f36ffdcb57043b7a591ba10fd278', '41.60.237.143', 1665659671, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1b90d52cd172d9ce08b8422331fb20b90cdafe3', '209.145.52.241', 1654552956, '__ci_last_regenerate|i:1654552956;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1d6232abd8ae845f036df433012af1e78a23761', '41.60.233.253', 1679670705, '__ci_last_regenerate|i:1679670705;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679668488\";last_ip|s:13:\"41.60.233.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a1ea1e55a9fc01dba497a15b5e4b2f1f544b8721', '41.191.104.86', 1654549619, '__ci_last_regenerate|i:1654549619;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a21f0f39767d6306a1a81d998ac9fcd4236c036f', '41.60.232.170', 1672757879, '__ci_last_regenerate|i:1672757842;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672746955\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a248ee88dc4d0157f43cc67248e09468fc35e442', '41.191.105.89', 1651965661, '__ci_last_regenerate|i:1651965661;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651965216;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a24af668769d7fda98d05a53d3455707fb763e8c', '41.60.232.170', 1672671282, '__ci_last_regenerate|i:1672671150;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672666092\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672670864;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a24e68d01aaa52a416858550cf561bcfbb077189', '105.161.6.62', 1672950754, '__ci_last_regenerate|i:1672950754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2505e27f634e2bc270c3a86f76a28ff36bda946', '41.90.45.200', 1656406267, '__ci_last_regenerate|i:1656406267;requested_page|s:23:\"admin/pos/open_register\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a26e07c2067dc7a4d9eb58b6eb50d8522f180be6', '105.160.65.227', 1674422338, '__ci_last_regenerate|i:1674422338;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674422305;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a27acbced45432d30ca88b9e9d3dd5741f7f370b', '41.191.105.92', 1652638720, '__ci_last_regenerate|i:1652638720;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2816de83df940444e0b02a13549395353c25795', '41.60.232.223', 1657552572, '__ci_last_regenerate|i:1657552572;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657550415\";last_ip|s:13:\"41.60.232.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657552552;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2872ac11c060af4693369557c195f8200adb1f7', '41.60.232.12', 1663229599, '__ci_last_regenerate|i:1663229594;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663179344\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2a59bc253d0dbed7f4464dbf7408e6ed5741fae', '41.60.237.146', 1661867929, '__ci_last_regenerate|i:1661867929;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2ab9dc049893961b35616d81c68437b215d8fff', '41.60.237.59', 1652798898, '__ci_last_regenerate|i:1652798898;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2ac96c570712bb986ffdbbc7f8151cf5db7619f', '41.60.235.147', 1677683867, '__ci_last_regenerate|i:1677683867;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677595356\";last_ip|s:13:\"41.60.235.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677682537;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2bae2fd55f23dcaf50a5a78653c39ce3e03cae2', '41.60.233.155', 1672931098, '__ci_last_regenerate|i:1672931098;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672844707\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672929498;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2bcfd4c6c08d56b10595515d57d71d3f1c86d8c', '41.191.107.158', 1656061200, '__ci_last_regenerate|i:1656061177;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655974356\";last_ip|s:14:\"41.191.107.135\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656060331;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2be8e8097fb573767065b0a5bff7bd8e14ed522', '105.163.51.255', 1656183144, '__ci_last_regenerate|i:1656183144;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656144369\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2cd9674c2009b0e47b9d6d4c03254a9c13ccfdf', '41.60.237.195', 1652190159, '__ci_last_regenerate|i:1652190159;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652187660\";last_ip|s:14:\"105.160.92.103\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2d3bd995e874dda4528a2be12d35ca855030612', '41.60.232.148', 1659519339, '__ci_last_regenerate|i:1659519090;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659505131\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659519266;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2d969cd90f2d58c8d0d370adedd3184dc38ab23', '41.191.105.92', 1654960755, '__ci_last_regenerate|i:1654960755;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654889850\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654960274;user_csrf|s:20:\"YZnxeGdyh0vs52CoHN4W\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a2e8a63f3cbb0db03bcb0113d100f5806ca4978c', '213.143.10.198', 1654252455, '__ci_last_regenerate|i:1654252455;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a316a47a2eb1f39701223c507a5abcb2c4d4c5b2', '41.191.104.241', 1652187676, '__ci_last_regenerate|i:1652187676;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652008114\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a33364a120a835e1fa7568557212c7bf047540b0', '105.161.82.98', 1675366773, '__ci_last_regenerate|i:1675366773;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675363110\";last_ip|s:13:\"41.90.177.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675366470;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a35d4e4808205b379ef9e765708b3a6511b29050', '41.191.104.74', 1653754269, '__ci_last_regenerate|i:1653754269;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a37266a859dafb8e133609fdfbf52a22d373da31', '41.60.235.147', 1677683258, '__ci_last_regenerate|i:1677683258;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677595356\";last_ip|s:13:\"41.60.235.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677682537;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3734efb39fd004feca03900d1ba01690690e5e6', '41.60.238.178', 1656422061, '__ci_last_regenerate|i:1656422061;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656342790\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656421727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a38136dec08a527f205977cb946404cb82226581', '41.80.98.64', 1653738276, '__ci_last_regenerate|i:1653738276;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3825a409f8419f2287edb02c366acf5ae7b56c6', '41.60.236.83', 1661172901, '__ci_last_regenerate|i:1661172647;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661172398\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a38847219d6244f17e8fe01bf91c599d77fe176c', '41.60.232.189', 1656947185, '__ci_last_regenerate|i:1656947185;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656775713\";last_ip|s:13:\"41.60.232.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656947147;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a38c78b533d864e186572fcd5d56b18440bc1d90', '41.191.107.211', 1655919766, '__ci_last_regenerate|i:1655919766;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"8qwAZHko6szKYFaUBgR2\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3904a2ff3afb7155f9c5c2b80b51c1ecc7607a8', '154.123.14.21', 1654836540, '__ci_last_regenerate|i:1654836383;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654780977\";last_ip|s:12:\"41.60.239.87\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a396cdac27735a41975304c2e0b39dc76c3b4dfe', '41.60.237.146', 1661616737, '__ci_last_regenerate|i:1661616502;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661616684;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3a09142021d3e822da9814b2f323e0376d49482', '41.191.105.90', 1660081461, '__ci_last_regenerate|i:1660081461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3abb949c71d2fd543e3481c5411a36c2a1d0365', '41.191.107.225', 1653401244, '__ci_last_regenerate|i:1653401244;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653400102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3b43afeba17db192aa2173585a036c89df7da81', '41.90.60.53', 1655577828, '__ci_last_regenerate|i:1655577828;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655543026\";last_ip|s:13:\"41.60.233.106\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3e1353058f7baca365088346288bdb3e418f9cc', '41.60.238.178', 1655910872, '__ci_last_regenerate|i:1655910872;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655904820\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655910582;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3e2dc5da57e8021adac335f7ae66c305965a9da', '41.60.237.126', 1670254526, '__ci_last_regenerate|i:1670254526;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670251390\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670254093;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3e79d1e1d5e4beba98a8a270bec1fffaee2d15b', '41.60.238.127', 1651655057, '__ci_last_regenerate|i:1651655057;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3ec4f58a6e877e5fedc6ea96600ed1455134ac7', '41.60.236.151', 1678285475, '__ci_last_regenerate|i:1678285475;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678199738\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678285109;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a3fb7aea7dac43d85e989428dd6cbfe532789854', '41.60.232.254', 1671295875, '__ci_last_regenerate|i:1671295875;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a43955007cea75d2333239374414354fdf25df74', '41.60.233.95', 1662611028, '__ci_last_regenerate|i:1662611028;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662441932\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a441568de98f405659826708e6a84fcecf57356f', '209.145.52.241', 1664968908, '__ci_last_regenerate|i:1664968908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a448c908e700183756ec7e223259a76717fc436c', '41.191.107.56', 1653414130, '__ci_last_regenerate|i:1653414130;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653409626\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653413184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a44f0693ad985fd88ce8f5b5da00fb4335c3424b', '41.60.239.115', 1655221184, '__ci_last_regenerate|i:1655221178;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655130288\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655221178;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a45216c7b797eb8be83eb3d798802a43a2161190', '41.60.235.40', 1651939068, '__ci_last_regenerate|i:1651939068;requested_page|s:13:\"shop/products\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651928466\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651938963;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a452fe9733cbaa4b0444841ae12131598bbc167e', '41.60.234.165', 1680860653, 'requested_page|s:30:\"admin/pos/getProductDataByCode\";__ci_last_regenerate|i:1680860558;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680850095\";last_ip|s:13:\"41.60.234.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680860653;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a463408511210e87ea23be440a1f109499113ef7', '41.60.232.148', 1659538218, '__ci_last_regenerate|i:1659538218;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659516056\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659537843;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4652c93f8f111018b6593e78c81f0c07860d8f6', '209.145.52.241', 1653672280, '__ci_last_regenerate|i:1653672280;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a47698ba30326ad92cc4c021609d02116e08ff56', '102.1.149.20', 1653724419, '__ci_last_regenerate|i:1653724419;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1653720389\";last_ip|s:11:\"41.80.96.73\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a47c017a08582b2e883fef9654496447fc000e50', '41.60.239.133', 1667194875, '__ci_last_regenerate|i:1667194875;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667055611\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667194826;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4874884f7011f24f5d2756b7d78bc518c40996d', '41.60.237.195', 1652185799, '__ci_last_regenerate|i:1652185799;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652185704;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a488bcd19d2ec562fc07e91cef881ece77fcc9d9', '41.60.238.62', 1668697302, '__ci_last_regenerate|i:1668697302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4bee685564513d8834ea3f9a3f51cfe0b28a3f4', '41.60.233.29', 1680275107, '__ci_last_regenerate|i:1680275107;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680014694\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680270292;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4c4f6009ab7d9c39c3c59c1b8838aa2fd55c049', '154.159.252.6', 1651444682, '__ci_last_regenerate|i:1651444682;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4dd5aaa5852c8b32139f42ea1df5199bbfd475f', '41.60.237.16', 1665986416, '__ci_last_regenerate|i:1665986237;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665833399\";last_ip|s:13:\"41.60.232.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665986416;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4e90966ed9c550686eff38f3928fa82f5ffdf25', '41.191.104.64', 1652128735, '__ci_last_regenerate|i:1652128735;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a4eaf8db2c50e68bb5db6d02c93ccaf317cd7b8f', '209.145.52.241', 1655493773, '__ci_last_regenerate|i:1655493773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a510604a85b9edd8df74e02ca4ccddd062ba20d2', '105.163.1.219', 1664206222, '__ci_last_regenerate|i:1664206201;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663992402\";last_ip|s:13:\"105.163.1.219\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5174985bcd6431ed8dde1183eec96715de02fda', '41.60.235.224', 1670688396, '__ci_last_regenerate|i:1670688396;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a521583db572c4f92ca9008c7ac8a51597e6c6af', '41.191.104.88', 1654380490, '__ci_last_regenerate|i:1654380490;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654380167;user_csrf|s:20:\"hn0vFDE6d7IAaUygBJ1c\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a523e2c13b01518a91deacdd769a991dbf8a9cad', '105.163.50.229', 1659717877, '__ci_last_regenerate|i:1659717877;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a53c4790d493fac49ecaee08b147c005aa8d990f', '105.160.92.103', 1652187813, '__ci_last_regenerate|i:1652187654;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652124452\";last_ip|s:13:\"105.163.40.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a54a0f6a31cd7544e11ed0ecee8d490a52ae21ca', '41.60.237.195', 1652195273, '__ci_last_regenerate|i:1652195273;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jtNmZAoMVTlw4hrPQcuq\";last_activity|i:1652193991;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a55e0ce99a243adae78e85221807b18da1c21eaa', '41.60.236.151', 1678116611, '__ci_last_regenerate|i:1678116611;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677858642\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678115992;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a562f23452bf602de0086fe5411ab961214160d7', '41.60.233.29', 1679757842, '__ci_last_regenerate|i:1679757842;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679670396\";last_ip|s:13:\"41.60.233.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679757328;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a58a89e41011478950728c01c11e7d3e839acafc', '41.60.233.5', 1675871647, '__ci_last_regenerate|i:1675871647;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675869656;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a59379eca88d1ca41fd362bbdf618b9ec05c3055', '209.145.52.241', 1652560453, '__ci_last_regenerate|i:1652560453;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a598eb904c04c993bcf7894a674584e5727a9b35', '41.60.235.76', 1653307937, '__ci_last_regenerate|i:1653307937;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653143911\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653307516;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a59d751ff2faa5270c121fce89a25ac87a909382', '41.60.233.116', 1659596986, '__ci_last_regenerate|i:1659596986;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659537414\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659593259;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5a00a16876de21d56b8963ad76123d1cb33b406', '105.160.65.227', 1674421112, '__ci_last_regenerate|i:1674421112;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674421072;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5a20b918143e63b2edc5887625accaa024a01cb', '209.145.52.241', 1652613347, '__ci_last_regenerate|i:1652613347;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5acc51dfcf92e2e332dcb28c22d49ba75a5958c', '41.60.235.76', 1654067139, '__ci_last_regenerate|i:1654067139;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654067084;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5c4102386e442b826d6b664fc02eee3f01e8569', '209.145.52.241', 1654090749, '__ci_last_regenerate|i:1654090749;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5dca42c0271803d5b23ffbaa86dfb01cb5180ed', '41.60.237.126', 1669997684, '__ci_last_regenerate|i:1669997684;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669903738\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669994890;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5dd8f2cbf7fa85d8d83dc125a56d805d95e9cc7', '41.60.238.178', 1656157255, '__ci_last_regenerate|i:1656157255;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5eb614e2162cd338962c2f916e78da5f4a00058', '41.60.235.97', 1679320696, 'requested_page|s:30:\"admin/pos/getProductDataByCode\";__ci_last_regenerate|i:1679320696;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679305700\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679320380;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5ed3a6f99bb69b72388481aead4b2b2827ef6a1', '41.60.232.50', 1654701894, '__ci_last_regenerate|i:1654701894;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654615821\";last_ip|s:13:\"41.60.239.119\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654701104;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a5f300a51ae764398ba5003f2db4c95dc7e21e78', '41.60.237.143', 1665670939, '__ci_last_regenerate|i:1665670939;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a61e8a9ddd3d66d8862c9c7cde37c181edadaaa6', '41.60.233.5', 1676124385, '__ci_last_regenerate|i:1676124385;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a634beade76c538f0397f8f4a54b2ac995a37513', '41.60.232.14', 1658380295, '__ci_last_regenerate|i:1658380171;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658338994\";last_ip|s:13:\"41.90.184.209\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658380295;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a64821c62fb9502c2f5034cbc5e575e863c3b5ec', '41.60.232.254', 1671774992, '__ci_last_regenerate|i:1671774992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a65e3f0787a899cd1e70a46f2f0185f2a9aed62e', '41.60.238.127', 1651654353, '__ci_last_regenerate|i:1651654353;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a663e8f18922cf15b93d92a0c4aa4cffaa1263e6', '41.60.237.200', 1651740953, '__ci_last_regenerate|i:1651740953;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"5guo9RVHWey20DCFqzhr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a669db3fc32d6d56554549e656c2ddee8a293717', '41.60.234.153', 1660137849, '__ci_last_regenerate|i:1660137849;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660121246\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a66d3ea7053b24176f854afb4d360b1853ad5366', '41.60.233.5', 1675700700, '__ci_last_regenerate|i:1675700700;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6869875dbeccbf0cde1a4fc369809605e796aab', '41.60.237.126', 1669820845, '__ci_last_regenerate|i:1669820845;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669734843\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a68e951f0129fc08bc949037c7eb6369a2a18551', '41.60.232.168', 1677251787, '__ci_last_regenerate|i:1677251787;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677164296\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677251055;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6al1116k973og3cqv3cv35tp1ndn5qe', '::1', 1651403309, '__ci_last_regenerate|i:1651403309;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637103205\";last_ip|s:3:\"::1\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651402955;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6b50b00a57853cbccb5c32545b4db5ebd3067f9', '105.160.20.6', 1665501061, '__ci_last_regenerate|i:1665501061;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665494472\";last_ip|s:13:\"41.60.239.230\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665500677;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6b59a25e019334b1359cf16ab11b8b7a92b15c0', '217.21.116.217', 1668957250, '__ci_last_regenerate|i:1668957250;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667813985\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6bb57bbc0698e92f06f172b663e82eab3b6fd43', '41.191.107.52', 1656354377, '__ci_last_regenerate|i:1656354377;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6dbcfdff1e3825098e1a977b1dda7dccedeb2bb', '41.191.104.231', 1652214279, '__ci_last_regenerate|i:1652214279;requested_page|s:19:\"category/embroidery\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652188290\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6f058bcd08e94f9673c4a7ba66679cc6b007a56', '41.60.237.111', 1668437558, '__ci_last_regenerate|i:1668437558;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668267317\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668436826;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6f1e9e87a77093a7d37cdbbebd471c0480512d2', '154.159.252.6', 1651427452, '__ci_last_regenerate|i:1651427452;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6f675d3089c7c75de4c3664b240eb148979f6e9', '41.80.96.73', 1653733140, '__ci_last_regenerate|i:1653733140;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a6fcd77ddfb44aba12348fcf774cfaf85992bab5', '41.191.105.95', 1655151837, '__ci_last_regenerate|i:1655151837;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a70b2549f1efa2adeb69d078c4f8a823f28f26c4', '41.60.237.163', 1657635281, '__ci_last_regenerate|i:1657635281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a70cc9c04a1d139cc9e30cd5fa09dc459780365a', '41.60.237.126', 1670236239, '__ci_last_regenerate|i:1670236236;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a72ba14c5db4aebb445ac118458f336e2b5d5dbd', '41.60.232.168', 1676908447, '__ci_last_regenerate|i:1676908447;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676732951\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"0j9FGI438Zh7OdT2yKso\";last_activity|i:1676908424;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a737c47bb4329d4c0a2874491c40a55607877b19', '41.191.104.250', 1654473962, '__ci_last_regenerate|i:1654473962;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a74861bfd7f0b5e1391dc256c0d8f868d0684d2a', '41.60.239.230', 1665494979, 'requested_page|s:11:\"admin/sales\";__ci_last_regenerate|i:1665494979;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665410921\";last_ip|s:13:\"41.60.239.230\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665494951;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a74a55d91715fa7ddca966aff5097e84b8741695', '197.182.60.254', 1674765956, '__ci_last_regenerate|i:1674765956;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a753bd2406716a0c5da047522e083af0c88823a7', '217.21.116.218', 1680884248, '__ci_last_regenerate|i:1680884248;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680882537;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a766cde1d14df206dce67ecc044d75ff80491324', '41.60.237.195', 1652190088, '__ci_last_regenerate|i:1652190088;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652189969;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a76899bd5f26ddcb4756269d47dbba6b55cc3dfe', '41.60.233.29', 1680274573, '__ci_last_regenerate|i:1680274573;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680014694\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680270292;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7695d0aa5ede1ec434cb31967cd09c025d6cdea', '41.60.232.14', 1657984325, '__ci_last_regenerate|i:1657984325;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657892902\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657984003;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a76e15870b75c0b189977fde59a0e02b8f7cb810', '41.60.233.5', 1673969898, '__ci_last_regenerate|i:1673969898;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673883343\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673969864;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a77436416b12e35a21b298753a711d92150a81f7', '41.60.233.85', 1663825845, '__ci_last_regenerate|i:1663825775;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663767343\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663825845;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7bd612f180a33e34c807d695d42bd12604f3566', '105.163.48.72', 1652644266, '__ci_last_regenerate|i:1652644266;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652201210\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652644076;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7c7eb22c9f77f884454512dcc432065f68be90f', '209.145.52.241', 1680887039, '__ci_last_regenerate|i:1680887039;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7cf96225bf6981e3f5d376e7c9e459e6787a6ef', '41.60.235.97', 1679305932, '__ci_last_regenerate|i:1679305932;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678804479\";last_ip|s:13:\"41.60.234.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7e27d9d79bb48ef25ac9feb96a25331c3cddf62', '41.191.105.93', 1657470716, '__ci_last_regenerate|i:1657470716;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657469519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a7ea86e56d6c4b8641d4fa4af1e4e9ee527c9758', '41.60.235.76', 1653407056, '__ci_last_regenerate|i:1653407056;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653373419\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653406492;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"ht05IsebXGYSkMD36rx8\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a80336f1395af960ae0ac6c497ee6f966068ab9a', '41.60.232.255', 1673280468, '__ci_last_regenerate|i:1673280468;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673098345\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673278315;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a811d33f5751149d2c42ad9397d74747310a34dd', '209.145.52.241', 1664968908, '__ci_last_regenerate|i:1664968908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a819942e29a628a56abae4611aa40bb25dc7f87e', '41.60.237.126', 1669736478, '__ci_last_regenerate|i:1669736478;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a81b8c10acc79d2f6fe0ceaabeb7b28e6f65fd62', '41.60.236.83', 1661346726, '__ci_last_regenerate|i:1661346726;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661262188\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661344488;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a82a10e667d3ae346ddfd6a17e16095b5a003a85', '105.161.29.65', 1674412047, '__ci_last_regenerate|i:1674412047;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8345564832eab2badc99158a6546650fbebc7f3', '31.13.127.18', 1653736512, '__ci_last_regenerate|i:1653736512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a83de83d2ac3e701a2c77d8b44828c973f53e0ee', '41.60.232.140', 1662444322, '__ci_last_regenerate|i:1662444322;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662400118\";last_ip|s:12:\"41.90.217.25\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8606bc2bb62a27f8354a5bcd96742bb6f09a97a', '105.163.61.45', 1662055063, '__ci_last_regenerate|i:1662055063;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"YiQI7O4op8HDmClRhNdV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a86d4a05b9ec7f26b8716b6e6679e42f09f7fd7f', '105.163.61.45', 1662054751, '__ci_last_regenerate|i:1662054751;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"YiQI7O4op8HDmClRhNdV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a88d73e8dc089bb74d0f42c919af9411524746b1', '41.191.105.88', 1652626981, '__ci_last_regenerate|i:1652626981;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652626044;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8af673dee67f2237443f868675f44bd3040094c', '41.60.232.140', 1662478108, '__ci_last_regenerate|i:1662478108;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662389548\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8cf14c0d884e9c4b579f6efbb9d8258f5ea50ed', '41.60.238.241', 1668091348, '__ci_last_regenerate|i:1668091348;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8d521f6363e9bef773d9e8cb6143bac50945841', '105.161.0.161', 1674675921, '__ci_last_regenerate|i:1674675920;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8ef22448ebd365ec0b80ffa0f5564d24a0a91d3', '41.60.237.70', 1664516218, '__ci_last_regenerate|i:1664516218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8fc439416f34df7de8be7699f381b2e1172a38d', '41.60.237.195', 1652112503, '__ci_last_regenerate|i:1652112503;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"UsbpdjEl46YmZPkFRaQS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a8fe03e419a8bee1a5712336783f150bd3a2f03c', '41.60.232.254', 1671199681, '__ci_last_regenerate|i:1671199460;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671113427\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671199648;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9161d320cffa17a5708240c6fb735743ec8c186', '197.248.117.169', 1676280920, '__ci_last_regenerate|i:1676280920;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a936dd088ab06a96c9c8801cb9c6f74ad626dd7c', '41.60.235.20', 1658413949, '__ci_last_regenerate|i:1658413949;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658413385\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658413901;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a942c692d61c1b4dc95a3e1c83a18a9e2ffff315', '41.60.237.126', 1670254065, '__ci_last_regenerate|i:1670254065;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670251390\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a94dcb39befc58fb4e030dab0725871f1cd0fbb9', '41.60.233.155', 1673280060, '__ci_last_regenerate|i:1673280060;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673098345\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673278315;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a964c8faafff1d357b54647bca165e8fca16ce99', '41.60.237.207', 1665155412, '__ci_last_regenerate|i:1665155412;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665150012\";last_ip|s:13:\"41.60.237.207\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665154914;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9a6f4435266a66dedfe03534bed30634542b77c', '105.163.56.70', 1663185997, '__ci_last_regenerate|i:1663185997;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"TSYOUsDwZP7KQq1JB6pb\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9b15465779ab8f40805f75217e090a54548aad0', '209.145.52.241', 1653671467, '__ci_last_regenerate|i:1653671467;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9c100d34c4c8d7a3cc3287bae3ec82f595cdc6d', '41.60.237.195', 1652084329, '__ci_last_regenerate|i:1652084329;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652083519;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9cca4cd6a7260a6649322d210a10d894acfad3b', '41.191.107.151', 1652631367, '__ci_last_regenerate|i:1652631367;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9dfc4b1970933af2bb32d1c005f52045d2c37da', '41.191.105.91', 1654590657, '__ci_last_regenerate|i:1654590656;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9eec92aef101f3e6ed6ff07028ffd936de42c59', '217.21.116.217', 1670869586, '__ci_last_regenerate|i:1670869586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('a9f8b3bc873ef01b4ab662e5edf8251518114a1b', '41.60.233.5', 1676132543, '__ci_last_regenerate|i:1676132543;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676041705\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676132492;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa04e0c06635fa11adf115a28e4959bd2167ef44', '41.60.234.172', 1662730909, '__ci_last_regenerate|i:1662730909;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662610681\";last_ip|s:12:\"41.60.233.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa3141ede33389eb1a01e04412dfc04d7c15966f', '41.90.44.57', 1653680524, '__ci_last_regenerate|i:1653680524;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653640919\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653679517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa3d91b06226d6c8251086a0eb27f913f8ed4fda', '41.60.232.140', 1662200200, '__ci_last_regenerate|i:1662200199;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662116819\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662185528;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa424eda567c9af1515db1ed40da8d622b687c5e', '41.60.237.159', 1664380078, '__ci_last_regenerate|i:1664380078;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664287683\";last_ip|s:13:\"41.60.237.159\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664378964;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa4558a26ff876893f3b11b0172ebf75a2055cef', '105.161.114.149', 1675452475, '__ci_last_regenerate|i:1675452475;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675364589\";last_ip|s:13:\"105.161.82.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675451536;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa766b91566a5562114e881f5ac661001ec268ab', '154.159.252.212', 1664361764, '__ci_last_regenerate|i:1664361764;requested_page|s:17:\"category/sweaters\";identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1656503154\";last_ip|s:15:\"154.159.237.143\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa7bd278292b0853367ff4415d94756ab8942992', '102.69.228.74', 1663083877, '__ci_last_regenerate|i:1663083877;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa8215b8eb5c087d4e0ee1f88258a67012396c11', '41.191.105.94', 1654726100, '__ci_last_regenerate|i:1654726100;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654721653;user_csrf|s:20:\"BbuOX2cjpIWZormUKf9l\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aa89f3740f6511ef7233b8ca19bb0c2dc07aa85c', '41.191.105.93', 1657465251, '__ci_last_regenerate|i:1657465251;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657045116\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaabfab376df19a8bf4ad9305e2d14fc35e59a9a', '41.60.237.59', 1652883357, '__ci_last_regenerate|i:1652883292;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652874014\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652883353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaac087c66037da7847f6394ad15f37fda64225b', '41.60.233.155', 1673019784, '__ci_last_regenerate|i:1673019784;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673018922\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673019484;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aab0ec770e04ce1906eaffcfe2fd82df93853e64', '41.191.107.201', 1654450869, '__ci_last_regenerate|i:1654450869;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aac3b047ccba09a629a51cdead64bdfcf5783694', '102.1.149.20', 1653741683, '__ci_last_regenerate|i:1653741683;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aadcbbd901243d2f057f03b67f00f48275dcf9eb', '41.60.233.85', 1664982850, '__ci_last_regenerate|i:1664982850;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664967522\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664982092;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aae498a4078745f3d4bcd022fe624768367e0e18', '41.80.96.73', 1653733140, '__ci_last_regenerate|i:1653733140;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aaui47dugj4bsh9eh4ejn0ffu80hbh9p', '::1', 1651403897, '__ci_last_regenerate|i:1651403897;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637103205\";last_ip|s:3:\"::1\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651403503;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab0663db0e556e78b0ea14ba3d5879b86e1a226e', '41.60.233.85', 1665068383, '__ci_last_regenerate|i:1665068383;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664981133\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665066672;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab0e1c3ad75a385421783f4d9e00f597b8745f29', '41.60.235.76', 1654073067, '__ci_last_regenerate|i:1654073067;requested_page|s:13:\"shop/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654067247\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab3984600ce6d3383a1084fafb19cb39516680ec', '41.90.44.57', 1653908858, '__ci_last_regenerate|i:1653908728;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653907158\";last_ip|s:11:\"41.90.44.57\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab4d52c637e8a3bda7ff825a4f0c3c7253ef86b4', '41.60.237.163', 1657730192, '__ci_last_regenerate|i:1657730192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab62ed04225747f6c3453919eb9e982b755c92f8', '41.90.40.126', 1659450208, '__ci_last_regenerate|i:1659450208;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659441860\";last_ip|s:14:\"105.160.90.114\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659449124;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab99d79ef1c76803e52ad50da02d00d9635b2d2b', '105.163.56.70', 1663187816, '__ci_last_regenerate|i:1663187816;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"TSYOUsDwZP7KQq1JB6pb\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ab9bf6c513cbdfb1b40e1cc2bc869af57a63b3eb', '41.191.107.201', 1654449154, '__ci_last_regenerate|i:1654449154;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abbac0885304abb9cbb111a650fab47f76f87fc7', '41.60.239.133', 1667316682, '__ci_last_regenerate|i:1667316682;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667229494\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667315859;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abc96dc58584718dca9213895387f2848ae00ae5', '41.60.237.59', 1652871776, '__ci_last_regenerate|i:1652871776;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652802631\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('abe53c52a8dc7b620a06e86e70b2ecdde028af1c', '41.60.233.85', 1664981593, '__ci_last_regenerate|i:1664981593;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664967522\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664981396;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac03c62d6569984328b14b5fab0f97979a6f44fe', '41.60.236.83', 1661266608, '__ci_last_regenerate|i:1661266608;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661233091\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661262385;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac08b3db35702a61ce1a7ac4b6a4a66aa0f0171a', '41.191.107.232', 1655538358, '__ci_last_regenerate|i:1655538358;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655491458\";last_ip|s:13:\"41.191.104.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac0bc86d337df450ce106356cc7378523a436bae', '41.191.105.90', 1654376589, '__ci_last_regenerate|i:1654376589;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654375435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac12abefc5cd55cb3cf4dccaadb375c2d2ae0ed5', '105.160.65.227', 1674420784, '__ci_last_regenerate|i:1674420784;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674420729;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac16e8360944d67d758aec41758fdc1f583c7175', '41.60.235.76', 1654064477, '__ci_last_regenerate|i:1654064477;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654064303;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac1e9e416dcfa028e316320973ad1468c768a4c7', '41.191.107.201', 1654451186, '__ci_last_regenerate|i:1654451186;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac3bf8ea34146d24bca4d69f8e0482dadc158aff', '41.191.107.193', 1652725747, '__ci_last_regenerate|i:1652725747;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652647279\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1652724597;user_csrf|s:20:\"Gf0URIKnwx5Q2LCgMz6A\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac41267f29f299feea4cc95d554b50a22ee6d2ec', '41.60.237.126', 1669904337, '__ci_last_regenerate|i:1669904337;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669903609\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669903964;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac4428950803ec63cefbb199a6ad8638ebab818d', '41.90.44.57', 1653681112, '__ci_last_regenerate|i:1653681112;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653640919\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653679517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac59867f03f2161c9a33a67fde51dc8fbd11ffef', '41.60.235.76', 1653641234, '__ci_last_regenerate|i:1653641233;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653590412\";last_ip|s:11:\"41.90.44.57\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac60949a470c7216f03bf3ee8dfc62045da76408', '41.191.104.98', 1655493610, '__ci_last_regenerate|i:1655493610;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655322204\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"rqznoJKXOlgcEu5pt7Z3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac6d1162c306c2a5db23f0bf7ddbcecb68b4f9c3', '197.248.117.169', 1660891456, '__ci_last_regenerate|i:1660891456;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1660891155\";last_ip|s:13:\"105.160.57.31\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac750e3cd1047e7d344b94a9de388f552be5a1be', '102.167.102.157', 1680788897, '__ci_last_regenerate|i:1680788896;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac787cce308005b9adc3efa2564e4191a6ab9398', '41.90.42.31', 1661877858, '__ci_last_regenerate|i:1661877808;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661847330\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac7d3416d60a5c6ad56fd28583c7046b60bf8f3d', '41.60.238.178', 1655547734, '__ci_last_regenerate|i:1655547734;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655435972\";last_ip|s:10:\"41.90.33.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac8a7e0bdd30e0cbef2df4ffb1de0a0b6501934d', '41.60.232.168', 1677079132, '__ci_last_regenerate|i:1677079132;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676994159\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677078506;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac8be23b843ee484ba32419c1bdbf70535bdeb03', '41.60.237.195', 1652174813, '__ci_last_regenerate|i:1652174813;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"5xdChQToP0aSfJRLIMAg\";last_activity|i:1652173583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ac8fdc28353a83ae58fde5f1412347a8d2604cef', '41.60.234.241', 1661007389, '__ci_last_regenerate|i:1661007389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aca3a9933558956d3128b995ce9bd9569edf1910', '41.90.40.126', 1659448954, '__ci_last_regenerate|i:1659448954;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659441860\";last_ip|s:14:\"105.160.90.114\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acb67c3b344672fcb472e3039484923201fc3606', '41.60.237.158', 1661504679, '__ci_last_regenerate|i:1661504679;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661419599\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661503866;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acb73dc8fe7cfbcafcb3c73c9ced22c5ead2cdbf', '105.163.61.89', 1658343396, '__ci_last_regenerate|i:1658343396;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658314711\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ace4e898618aa7c2ff7da196c07d8ba3c23e6006', '41.60.233.29', 1680269953, '__ci_last_regenerate|i:1680269953;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680014694\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680269900;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aceafd37531a4df5b6bce3208a03142a433aaa90', '217.21.116.218', 1680877124, '__ci_last_regenerate|i:1680877124;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('acfe39e7a0bc3efc8f365f30c815a91fca20fa39', '41.80.96.73', 1653735991, '__ci_last_regenerate|i:1653735991;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad03ba6f222a963e216ae4669227df924e3454dd', '41.60.238.127', 1651583578, '__ci_last_regenerate|i:1651583578;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad147106a9e8cfa171f6fa529111d7cb6eddba9a', '130.211.54.158', 1661120870, '__ci_last_regenerate|i:1661120870;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad2cc25a4ac717abcf2ce86946c17dc3ad37a2bb', '197.182.60.254', 1674763523, '__ci_last_regenerate|i:1674763523;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad2f1fa1358851bcffcb30a3432cea8a3a8c7acc', '41.60.232.254', 1671791534, '__ci_last_regenerate|i:1671791530;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad43fe7cf759e1bf56a04797d0878132f03d5e4c', '41.60.239.223', 1669217177, '__ci_last_regenerate|i:1669217177;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669216301\";last_ip|s:13:\"41.60.239.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad444e2b340f770700e07fa7bf0215aca79a2ea4', '41.60.233.5', 1675952306, '__ci_last_regenerate|i:1675952306;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad5aeaf7df8e0931070e428bab3435b3715c5776', '197.232.61.242', 1668085218, '__ci_last_regenerate|i:1668085218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad6a7857a4817ebb71e93f31a28b742e9df3857a', '41.60.232.140', 1662390213, '__ci_last_regenerate|i:1662390213;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662356200\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662389873;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad77e125421b2a6a530bd0f2e613d0b55bde283d', '41.60.236.83', 1661402918, '__ci_last_regenerate|i:1661402918;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661172422\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad850fb089b342aba5f8fef6cfa6582600892f13', '41.60.237.59', 1652802912, '__ci_last_regenerate|i:1652802912;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652782073\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ad944da39cefc8370f1ec9690657397658766763', '41.60.237.126', 1670230929, '__ci_last_regenerate|i:1670230929;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669664314\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adb768ddc3e10821cf1ab5f8aa1b24b9bc35938f', '41.60.233.5', 1676042542, '__ci_last_regenerate|i:1676042542;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675947973\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676042405;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adbbd970b52aa8be7d9c2500c6905082b40641dd', '41.191.105.234', 1655910128, '__ci_last_regenerate|i:1655909938;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655537525\";last_ip|s:14:\"41.191.107.232\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adcb1aa384e7bc8bfdbcf4b961bc06b3d3bf9543', '41.191.104.254', 1655155356, '__ci_last_regenerate|i:1655155356;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655139276\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('add251ed20e6cf0cb33fb3e71cf84cc7599fc483', '41.60.239.115', 1655098554, '__ci_last_regenerate|i:1655098548;requested_page|s:15:\"admin/pos/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ade22b220469a4bfaba85899e4b698f2764ff909', '41.191.105.229', 1656096878, '__ci_last_regenerate|i:1656096878;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656058719\";last_ip|s:14:\"41.191.107.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adee115d3164ab1687b8f5fe0e513371b04640da', '154.76.115.33', 1659465056, '__ci_last_regenerate|i:1659465056;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659450808\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659461125;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adf6280719b9d44e33235f38f6c8f82ad27797d8', '41.90.37.211', 1660324723, '__ci_last_regenerate|i:1660324723;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adfad7384d1045ccf8e7833f8adaa7df6c00e4c5', '41.60.237.158', 1661521684, '__ci_last_regenerate|i:1661521684;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661492969\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661521243;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('adfd20c68322fdf6edba6292595db6fc15d69ca5', '41.191.105.91', 1654805970, '__ci_last_regenerate|i:1654805970;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654721544\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae22a8845d0e9402b66ec15606b40b93f6943a53', '41.191.104.254', 1656618884, '__ci_last_regenerate|i:1656618884;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656350728\";last_ip|s:14:\"41.191.105.232\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae264abff3a642146411cff6751bd5867524fb96', '41.60.232.254', 1672236659, '__ci_last_regenerate|i:1672236659;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae3115be3267fd16566a860dbfafdf4a01a0674c', '41.60.237.59', 1652879292, '__ci_last_regenerate|i:1652879292;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652804480\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652879219;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae34dda3ae60387fa235ddde88bfecfa1f0a5b9c', '41.60.237.59', 1652434953, '__ci_last_regenerate|i:1652434953;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652369955\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652434878;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae5eb212871c60855d242a82adf2e127169da7f9', '41.60.232.12', 1663169532, '__ci_last_regenerate|i:1663169532;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae6472cc244d665a541ffe19981f8b083b5be340', '41.60.237.59', 1652872081, '__ci_last_regenerate|i:1652872081;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652802631\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae68f23ec6b955ae009364c59a525f1be6cd1e2f', '105.163.50.229', 1659888411, '__ci_last_regenerate|i:1659888411;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae6e50c08506dbeefe4e27280ee9cd6ee7d083fb', '41.60.232.46', 1670514001, '__ci_last_regenerate|i:1670514001;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670426828\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670512507;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ae9153ba1335925229a6137bbf1dd83470b8268e', '41.191.107.225', 1653402409, '__ci_last_regenerate|i:1653402409;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653402358;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aec1bd81ba6e37846da1e2b17afe82b24100b3e6', '41.60.232.170', 1672745973, '__ci_last_regenerate|i:1672745973;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672742156;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aec21c83e26f27149a34f2ed0c015b9b1a85feaf', '41.60.233.5', 1676305709, '__ci_last_regenerate|i:1676305709;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676210582\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676304468;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aed10415ec9f8514d29cf6ae81b2c159265be4e3', '41.60.237.59', 1652707035, '__ci_last_regenerate|i:1652707035;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652674970\";last_ip|s:13:\"105.163.48.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"qTwc2HC1B4kGYP70bhnm\";last_activity|i:1652706968;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aee470d0f3e0b03893d6cf89b6141ef14982f339', '41.60.232.254', 1671202229, '__ci_last_regenerate|i:1671202229;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671199490\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671200959;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef5b3b466d710c424047a095edb6ac37feb5ec9', '209.145.52.241', 1655493773, '__ci_last_regenerate|i:1655493773;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aef80f797112ad6bb874f200b0835692c701dbff', '41.60.233.5', 1674575299, '__ci_last_regenerate|i:1674575299;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674500605\";last_ip|s:14:\"105.161.212.42\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674574789;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('aefcdcc268577a379a10359416f527a9a46a475f', '41.191.105.89', 1658501951, '__ci_last_regenerate|i:1658501951;requested_page|s:17:\"category/sweaters\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657640102\";last_ip|s:13:\"41.191.107.37\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658501656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af125b2f008fc2b5658a0a788373bcf9bef4d132', '41.60.235.20', 1658844935, '__ci_last_regenerate|i:1658844664;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658581316\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658844935;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af1b4fc18afc057b120a28197865f83d16dcd4a9', '41.60.233.5', 1675866954, '__ci_last_regenerate|i:1675866954;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675866826;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af1d1990e046389a0a277701baf852bb9c58895b', '41.90.187.221', 1674851074, '__ci_last_regenerate|i:1674851074;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758970\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674850904;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af21831db1023438d29cb9b3f11ff260137c143b', '41.60.232.148', 1659359940, '__ci_last_regenerate|i:1659359940;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659354136\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af23715ca543522f77d4884a9fe28d0b9267ad01', '154.159.252.6', 1651443998, '__ci_last_regenerate|i:1651443998;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af2ad21d6a44665fca199ddb67af0289b06c9042', '41.60.237.126', 1669997593, '__ci_last_regenerate|i:1669997462;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669994707\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669997518;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af321b267f26eba228a4b23b7ffa40851293f240', '41.60.235.224', 1670680246, '__ci_last_regenerate|i:1670680246;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595457\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670680205;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af44fa0ae6ff66e1136b822027869bf3b79e080e', '217.21.116.217', 1669667236, '__ci_last_regenerate|i:1669667236;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1669647414\";last_ip|s:15:\"105.161.179.251\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af4d4a4ef94c7a08e48d6afbf6be9d348abf9fc3', '105.163.50.229', 1659694778, '__ci_last_regenerate|i:1659694778;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622232\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af4d9921f93ddfba69228f19859bc18616b11c24', '41.191.104.74', 1653756598, '__ci_last_regenerate|i:1653756598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af540d1200c996266c56c3f7c7e9b9a166899592', '41.60.237.59', 1652279144, '__ci_last_regenerate|i:1652279144;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652276692;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"FLJmKzi6yfHEwWrZBaSj\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af5445be72966c3e475ac49125c72de54147723b', '41.191.104.242', 1652561331, '__ci_last_regenerate|i:1652561331;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652462459\";last_ip|s:14:\"41.191.107.198\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652559355;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af6082e9d68a338c131b4ef89b19590f7131516b', '41.60.237.59', 1652781679, '__ci_last_regenerate|i:1652781679;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652716077\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652777560;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af61590664f5f3c2df1ce9d3c6964d2e4e1e2334', '41.60.233.5', 1675869041, '__ci_last_regenerate|i:1675869041;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675867809;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af62904880f442155666be29c6dac001f6e8b97c', '41.60.232.254', 1671118224, '__ci_last_regenerate|i:1671118224;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671028290\";last_ip|s:13:\"41.60.235.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671117609;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af64ebff1550722790d4f82b5ef999b05f118017', '105.163.50.229', 1659699707, '__ci_last_regenerate|i:1659699707;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622232\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"2aeJBS5VWkM4mUFRxghc\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af706dc57b0d5a6351c29734dfa2188519e25775', '41.60.238.178', 1656068856, '__ci_last_regenerate|i:1656068715;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656068230\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('af8646b333632b1567d3375fb88a2df1180f317e', '209.145.52.241', 1652643495, '__ci_last_regenerate|i:1652643495;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afa297dfb59de7be0935c71acb28e7da104bd539', '41.60.237.195', 1652176806, '__ci_last_regenerate|i:1652176806;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652176537;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afb124d5f577657aba3912be164506a338102c9a', '105.163.50.229', 1659991957, '__ci_last_regenerate|i:1659991957;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659886099\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afbdf03fbfd324b96ce4cfcf5b9776e62a1e627d', '41.60.237.143', 1665824053, '__ci_last_regenerate|i:1665824053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afc6bee1670c1f014daf1c7f4c16789fbdf619a7', '41.191.105.94', 1654722394, '__ci_last_regenerate|i:1654722394;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654721653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afcc4ed9a809ad8aebffae47aad77e79445aad8f', '41.60.232.223', 1657525186, '__ci_last_regenerate|i:1657525186;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657292722\";last_ip|s:13:\"41.60.233.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657525185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afce9b764449b783b4fc5d6152ea34d3820a3941', '105.163.50.229', 1659716756, '__ci_last_regenerate|i:1659716756;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659716756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afe301a90261db439c820c596c6f70d709be2efb', '41.60.232.14', 1658155577, '__ci_last_regenerate|i:1658155546;requested_page|s:15:\"admin/sales/add\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658154956\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('afef933abeab72d127de44e18bab9c9e92cab393', '41.60.232.170', 1672672783, '__ci_last_regenerate|i:1672672783;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672498390\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ahipr43ol0cdgmdaoiml40ov18g6nqi6', '127.0.0.1', 1637097224, '__ci_last_regenerate|i:1637097224;identity|s:4:\"jane\";username|s:4:\"jane\";email|s:20:\"kimems2030@gmail.com\";user_id|s:1:\"2\";old_last_login|s:10:\"1637096806\";last_ip|N;avatar|N;gender|s:6:\"female\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";hidden1|i:1;last_activity|i:1637097217;register_id|s:1:\"2\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2021-11-17 00:09:37\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b009036f9b33dd76217fa999b132fb1a42540dce', '69.171.249.4', 1659881229, '__ci_last_regenerate|i:1659881229;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b009effa9525234a4952297b7e6ad43cf45a1799', '105.160.65.227', 1674420110, '__ci_last_regenerate|i:1674420110;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674419962;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b017042e0ef151fd260e95780ff4cf97ad76b9e5', '105.163.50.229', 1659887753, '__ci_last_regenerate|i:1659887753;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b01bd53097d66e56ac7c312c7a315d4158472137', '41.191.104.232', 1657748039, '__ci_last_regenerate|i:1657748039;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b056ad7a99457ce5c1c7d19ae74cb224427673ab', '197.156.137.184', 1654708547, '__ci_last_regenerate|i:1654708546;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b05e2922d07021f884ec8e0d14b097bc550e76df', '209.145.52.241', 1664894120, '__ci_last_regenerate|i:1664894120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b06d6c43c17b64825ef66ca044a6bb156ef90326', '217.21.116.217', 1667816823, '__ci_last_regenerate|i:1667816823;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667722048\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b06e24525fe5e321bffe05b260ad60d9765b9a26', '209.145.52.241', 1652727504, '__ci_last_regenerate|i:1652727504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b072dd6a0d1e6ee1c91ff8c41d238b8899b409f9', '41.191.107.52', 1656356155, '__ci_last_regenerate|i:1656356155;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b07610238a7f74941d780a212c0adfd11af97280', '41.60.238.127', 1651653359, '__ci_last_regenerate|i:1651653359;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b077d5039f84aa1ad058c2b6f447d9090ed71782', '105.163.61.45', 1662049497, '__ci_last_regenerate|i:1662049497;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b092c556051726ac5045e3e4c5b063046035fcd3', '41.60.237.200', 1651852350, '__ci_last_regenerate|i:1651852350;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651842412\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651851595;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_posls|i:1;user_csrf|s:20:\"AJT0xLFgErCyOnYKtRSQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0a475059033af71056040c1b868f3c44e71b063', '41.60.234.241', 1660291083, '__ci_last_regenerate|i:1660291083;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660227767\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0b256efdef2307d0e2694f997f461cc811912c2', '41.80.98.64', 1653732572, '');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0c42216cd987311f9e2b7c993dfb7abc7ff76a4', '154.159.252.6', 1651446254, '__ci_last_regenerate|i:1651446254;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651445045\";last_ip|s:13:\"154.159.252.6\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0cd1a8f15de78589aa3536c0e46c2bbaa7e4da5', '41.60.235.76', 1653752864, '__ci_last_regenerate|i:1653752864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0e4f351f66ce18238e58049fbe472fed751ed39', '41.60.233.85', 1665066672, '__ci_last_regenerate|i:1665066672;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664981133\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665065838;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b0e537b47fc93b89032faab02ae2a3f1e4c50802', '41.60.236.83', 1661351132, '__ci_last_regenerate|i:1661351132;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661262188\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661349137;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1107947293b653baa46b1a011e31e9013c0f338', '41.60.238.241', 1667921202, '__ci_last_regenerate|i:1667921202;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1168d367c2551e32fcf658be0e09c2ca3f00de6', '41.191.105.93', 1652011040, '__ci_last_regenerate|i:1652011040;requested_page|s:21:\"admin/system_settings\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651955606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652010419;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b12132d87f9585f80c77dd0e4da99ed6d1f4948b', '41.60.235.21', 1657034818, '__ci_last_regenerate|i:1657034818;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b124939034d733f2872491b3b989fc7abd6604bb', '41.60.235.97', 1679574310, '__ci_last_regenerate|i:1679574310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1431a22dd8643ef37f93453e03a2314125998e8', '105.163.1.219', 1664112394, '__ci_last_regenerate|i:1664112394;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b14f3b0263555d35b5cf367e1a55c7115a52bf1b', '105.163.2.239', 1651469637, '__ci_last_regenerate|i:1651469637;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651446446\";last_ip|s:13:\"154.159.252.6\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ChlHPxEiNUIcBW6vzA2L\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1608277f5b1fc1589e756a76fd8243726f9f58a', '41.191.107.193', 1652726240, '__ci_last_regenerate|i:1652726071;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652647279\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1652726240;user_csrf|s:20:\"Gf0URIKnwx5Q2LCgMz6A\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b17a6f87b40c5c440b7c0a3f25d438d9031418ed', '41.60.234.241', 1660890795, '__ci_last_regenerate|i:1660890795;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660827357\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;last_activity|i:1660890407;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b17fb47476723b2671c47581595a3d753ec47bdd', '41.60.234.241', 1660893027, '__ci_last_regenerate|i:1660893027;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660827357\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;last_activity|i:1660892928;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1847ba877d436afa6f4a4f7bcb17a532eb39467', '41.90.44.57', 1653679107, '__ci_last_regenerate|i:1653679105;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653640919\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653678722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b18845a6d21c7acead7fdd72269b137ebad6d175', '41.60.232.50', 1670597042, '__ci_last_regenerate|i:1670597042;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595293\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670595930;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1960b0e315ef01268bddf3e2001044199ead245', '217.21.116.218', 1680879098, '__ci_last_regenerate|i:1680879098;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1a9f9c6823ed85f53a082e330c7d33d6018066f', '41.90.50.105', 1660567751, '__ci_last_regenerate|i:1660567751;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660373280\";last_ip|s:12:\"41.90.37.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1bc64561137bdd25662ba9ce5e2761e8df6ac67', '172.58.5.155', 1663154259, '__ci_last_regenerate|i:1663154259;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1bd90ad881f26f111e9cc7f5dc47a7c861148c1', '41.60.232.12', 1663255273, 'requested_page|s:20:\"admin/sales/edit/544\";__ci_last_regenerate|i:1663255273;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663228870\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663255046;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1c1f80b952e61d776144320ce7453f092300af1', '41.60.233.85', 1663841997, '__ci_last_regenerate|i:1663841978;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663825832\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1ce9e5ce62bdb325a87f93ceff6dd94c8dce157', '41.60.233.5', 1675784030, '__ci_last_regenerate|i:1675784030;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675754168\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675783993;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1e234cd41d0965fe130aca593c08d30abc58d1d', '41.80.96.73', 1653738257, '__ci_last_regenerate|i:1653738257;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1e376f628c0a352c70929555535e6b86799bca0', '209.145.52.241', 1653908305, '__ci_last_regenerate|i:1653908305;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1ed372005e65200bf0e9774199ab1429204e1af', '154.159.252.6', 1651427283, '__ci_last_regenerate|i:1651427283;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1ee5a8ff4613b5793a7852e6c9dfe1fdef0f191', '41.191.107.225', 1654090434, '__ci_last_regenerate|i:1654090434;requested_page|s:22:\"admin/products/view/76\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654001102\";last_ip|s:14:\"41.191.107.228\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b1f4a969a64b7def954c8f08a0ee0bbd5daf4870', '209.145.52.241', 1664361800, '__ci_last_regenerate|i:1664361800;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2041d00d9312ffc7fd287b985dd396d46ce087c', '41.60.237.200', 1651741520, '__ci_last_regenerate|i:1651741520;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"zXobQlYvChfBnxW0F3Lm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2060745f739b320a14846f751c795de2dd7100a', '41.90.45.200', 1656347520, '__ci_last_regenerate|i:1656347520;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656335732\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b21722ff2f4275363532b0f3be24a781ae5fda4f', '41.60.232.148', 1659507145, '__ci_last_regenerate|i:1659507145;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659504162\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659506619;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b21ae7f82ca225716f96938a81290922a6c5767d', '41.60.235.76', 1654062539, '__ci_last_regenerate|i:1654062539;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654062475;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b22b27848d3cc42a200b7876131d26da7d28bd6f', '41.60.235.80', 1673534277, '__ci_last_regenerate|i:1673534277;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673461733\";last_ip|s:14:\"105.161.136.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673534233;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2315c0c657dbc906b8ef1aaca587e62e9cf8c30', '41.191.105.93', 1652649359, '__ci_last_regenerate|i:1652649359;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b23b33ec62b200b05b5aa4d960bedf5605d7e7ab', '41.60.234.151', 1678547920, '__ci_last_regenerate|i:1678547920;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678514219\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678547454;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b23de9f9be6c733d2761147c637e8aa1a83eba54', '41.191.104.253', 1654443106, '__ci_last_regenerate|i:1654443106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b24ab2bb14d9c61708036e8e52a1c725a3496539', '41.60.235.76', 1653753687, '__ci_last_regenerate|i:1653753687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b25f145acd61dd89a4d27822d5eb832c08b9a906', '41.191.105.93', 1652647771, '__ci_last_regenerate|i:1652647771;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:3:{s:7:\"message\";s:3:\"old\";s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfkey|s:8:\"dRFpGVv4\";csrfvalue|s:20:\"2xSCovRMz6YpUAm7If0H\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b26340ead198761f45a20997952001a05b27498f', '41.60.237.195', 1652196002, '__ci_last_regenerate|i:1652196002;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jKRXty9DV5be7k3Hw2ni\";last_activity|i:1652193991;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b27ba7d8b73139daecf8397fd9fe316342b65ec4', '41.60.232.254', 1672229005, '__ci_last_regenerate|i:1672229005;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2800b1b282e35f091a5f5be726249c70fa84c0d', '41.60.238.178', 1656342109, '__ci_last_regenerate|i:1656342109;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656156603\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656342093;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b280f7b7ab63968ed9da1fad8b5b09a2ae5defcb', '41.60.233.165', 1657207716, '__ci_last_regenerate|i:1657207716;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657118583\";last_ip|s:12:\"41.60.235.21\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b282b7050b0efabb608e8ddb04145b9705c21a1a', '41.191.105.93', 1652799283, '__ci_last_regenerate|i:1652799283;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652785606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b289a670c79aaf353c330347b8f880432a4c1bd6', '41.60.232.81', 1651574421, '__ci_last_regenerate|i:1651574421;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651572652;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b296e91a336d2bfd556f152bebdd3755283a24a7', '41.60.235.76', 1653753729, 'error|s:130:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/shop/products?page=1\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b29d151033a1240a115e3169bb7a5a454f7e8fd5', '41.60.232.12', 1663737756, '__ci_last_regenerate|i:1663737756;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663229254\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2a22f458b0b78c2470d832a197549efd443a6fa', '41.60.232.140', 1662125212, '__ci_last_regenerate|i:1662125212;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662104843\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662124603;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2ad5bbddca4c0a0d09591bcff7973bae89deaa6', '105.163.48.72', 1652727300, '__ci_last_regenerate|i:1652727300;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652706091\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1652726667;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2c04d01bd1a8d11eebbb3633c9e82298133704f', '41.60.232.168', 1677077063, '__ci_last_regenerate|i:1677077063;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676994159\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677077040;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2ceb5f61d73df2a339b45eea1d98aeed1c93362', '41.60.232.12', 1663769911, '__ci_last_regenerate|i:1663769911;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663739996\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663769878;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d370a4769ae144c80aa24ca88b1bdead704a8d', '41.191.105.90', 1655141038, '__ci_last_regenerate|i:1655141038;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654961496\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655139432;user_csrf|s:20:\"6H8UclowJrCDjEY9QgFV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d721ba62a1f717746f220ea42fdc12e0234dcd', '41.60.232.170', 1672758118, '__ci_last_regenerate|i:1672758118;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672755473;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b2d7e14268dec286c871caaeab7776f5a9d28a34', '41.60.232.170', 1672671640, '__ci_last_regenerate|i:1672671640;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672498390\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b305e9fa4e7fae1cab6cc0024a0e03648ba0226e', '154.155.226.106', 1651732159, '__ci_last_regenerate|i:1651732027;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651661270\";last_ip|s:12:\"105.160.12.2\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651732159;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b33c67ec2d4bc801ccda7f65b7bc53c172ac66aa', '41.60.232.223', 1657611917, '__ci_last_regenerate|i:1657611917;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b347cb7b65ed0b1daa5ae119a930ea6522e54b40', '41.60.237.195', 1652089590, '__ci_last_regenerate|i:1652089590;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b34ad9868cb33c69e08f363c6ad8aba01aed9818', '31.13.127.19', 1672976497, '__ci_last_regenerate|i:1672976497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b357256a38d3d9c54fbfd8025e8a8912f1463871', '41.60.232.254', 1671783345, '__ci_last_regenerate|i:1671783192;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671723408\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b35b8596edf0e533e32842f417fc673475c2a2dc', '154.159.252.6', 1651443591, '__ci_last_regenerate|i:1651443591;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b36d968daee5a2334cba5f53afb386487505c0dc', '41.90.40.126', 1659329047, '__ci_last_regenerate|i:1659329044;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b38ecc7fdeadfaaa2c46bbe90c4ace9fc49943e1', '41.60.233.116', 1659593996, '__ci_last_regenerate|i:1659593996;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659537414\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659593259;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b39201d323ca24726074836f86bd2175572d250f', '41.60.238.241', 1668267854, '__ci_last_regenerate|i:1668267854;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b393ada199746212c539aaf97fd8035413581a93', '102.1.149.20', 1653726172, '__ci_last_regenerate|i:1653726172;error|s:155:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3a5878da23b30361773b641065b869bebf67c7e', '41.60.237.200', 1651842493, '__ci_last_regenerate|i:1651842371;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651826855\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651842493;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3b482c140a42248ccff97a5db9bd35414e4bcd7', '105.161.114.149', 1675449451, '__ci_last_regenerate|i:1675449451;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675364589\";last_ip|s:13:\"105.161.82.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675449428;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3cbe914a2da36384215f19bb7ac50887c75868e', '41.191.107.56', 1653415299, '__ci_last_regenerate|i:1653415064;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653409626\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653413184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3d7e830083551a32acf932a58e6a30003ae7186', '209.145.52.241', 1668532782, '__ci_last_regenerate|i:1668532782;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3de7e477a24b11097c7beb52829fd59cf334802', '41.60.238.241', 1668093722, '__ci_last_regenerate|i:1668093722;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3e061e3ea70bf2ca062edcf290017bfd26569ee', '41.60.232.168', 1676388065, '__ci_last_regenerate|i:1676388065;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676303007\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676388009;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3e91fa151b3c3c7fbbdba06e7249385c424ebbc', '41.60.237.70', 1664637719, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1664637719;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664604185\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664637218;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b3e9bae9ff1128f5f4b8a817604fff05df4ea108', '41.60.232.46', 1670512503, '__ci_last_regenerate|i:1670512503;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670426828\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670512503;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b40d2df9fdf812cc6cfe8887f9c94bcbe762a6d4', '41.60.233.106', 1655468676, '__ci_last_regenerate|i:1655468676;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b41d07cfb2d278b138a337206f9efbf6cc7983bd', '41.60.235.80', 1673536604, '__ci_last_regenerate|i:1673536564;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673461733\";last_ip|s:14:\"105.161.136.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673535745;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b42abd10f34291b2d593a4fb0719f347dac7b76b', '41.60.238.127', 1651579997, '__ci_last_regenerate|i:1651579997;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651579796;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b42af9a3c0e6778797814b719032fa0560963c80', '154.159.252.6', 1651444397, '__ci_last_regenerate|i:1651444397;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4399ff1052469d7f5780d198db926e49f6a55c6', '41.80.98.64', 1653733079, '__ci_last_regenerate|i:1653733079;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b43d322a44dac3d53f6662e1cb6bb7d0da84d799', '41.60.232.12', 1663145204, '__ci_last_regenerate|i:1663145204;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4554462ee815fefef128368869b574673ad0e8a', '217.21.116.217', 1667816489, '__ci_last_regenerate|i:1667816489;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1667722048\";last_ip|s:14:\"217.21.116.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b46d73cf4945b7cd2690dade69329f671a7f5249', '41.191.104.46', 1652359721, '__ci_last_regenerate|i:1652359721;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652265674\";last_ip|s:14:\"41.191.107.138\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652358374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b47af137e0ebba65c1eecc0f1fc6903b45acd285', '154.152.142.83', 1651824836, '__ci_last_regenerate|i:1651824834;requested_page|s:13:\"admin/welcome\";identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651726604\";last_ip|s:15:\"154.155.226.106\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b480f552888e7fd7eca4a705e993e9e55c721af3', '41.60.232.168', 1676995538, '__ci_last_regenerate|i:1676995538;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676907136\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676994799;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b484ccb053c9657035b38f95d5234d08c4d65fed', '41.191.107.138', 1652272840, '__ci_last_regenerate|i:1652272628;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652234240\";last_ip|s:13:\"41.191.104.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652265693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b48b48d09bbe726becc964e7dab6d733bdfbd1f8', '41.60.234.165', 1680877596, '__ci_last_regenerate|i:1680877596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b492d25a1fb630e3221067ad092abfc4ca0f2bdf', '41.60.238.178', 1656144390, '__ci_last_regenerate|i:1656144360;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656133079\";last_ip|s:14:\"105.163.51.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4a8f8815f43122cc5bb99397ee7e5ed83533529', '105.163.50.229', 1659695862, '__ci_last_regenerate|i:1659695862;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622232\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ab3e9201905a860707a634f0e6a42942ac7a07', '41.191.105.93', 1654464505, '__ci_last_regenerate|i:1654464505;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ae8f301e328b537a623457986466b0fe609190', '41.90.44.57', 1653910678, '__ci_last_regenerate|i:1653910678;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653811427\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653907169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4d648d678daffa86dbdac74ff8a0084a0bc0589', '41.80.96.73', 1653736282, '__ci_last_regenerate|i:1653736282;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4de0162c8c7fbe0913c946bee8cfc184720ca86', '41.191.104.87', 1655978821, '__ci_last_regenerate|i:1655978821;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655918331\";last_ip|s:14:\"41.191.107.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4ebecf1eee292c4555c9c70556ad0d6556d6d30', '41.90.45.200', 1656412075, '__ci_last_regenerate|i:1656411943;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656389582\";last_ip|s:12:\"41.90.45.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1656411520;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b4f3ee28c3de9892974c2dd96535868d10f2d748', '41.60.237.158', 1661524426, '__ci_last_regenerate|i:1661524426;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661521111\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661522397;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b504ac699de55f4c3344077d9d374dd30dbca49e', '41.60.235.80', 1673535112, '__ci_last_regenerate|i:1673535112;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b50c84172149222feb158c672fc290d36c15f921', '41.60.237.59', 1652622949, '__ci_last_regenerate|i:1652622949;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b51469966a21c0b6ab90aa58c25dbeacec301721', '102.1.149.20', 1653726196, '__ci_last_regenerate|i:1653726196;error|s:155:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b51701fad0fe1ca079f3fb4885c7c1bd2f3dc168', '41.60.232.254', 1671294785, '__ci_last_regenerate|i:1671294785;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671293427\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671294245;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5175a2fe4a2070148855036178e2cf436db253b', '105.163.50.220', 1656102647, '__ci_last_regenerate|i:1656102360;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656081285\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b524f7800c8869d438d0527ed50fbcf0f3d995d3', '173.252.83.16', 1659990705, '__ci_last_regenerate|i:1659990705;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b52e49392a136251f2f06675660cd41ae399ea4c', '209.145.52.241', 1680885707, '__ci_last_regenerate|i:1680885707;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b53c6762fb3311cc106f9f3d74c890d69382838a', '41.60.237.159', 1664202852, '__ci_last_regenerate|i:1664202852;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664171614\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664202829;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b53deab0b8edaffbfbf9717270268f609faeda9a', '41.60.235.76', 1653896627, '__ci_last_regenerate|i:1653896627;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653896344;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5490a29802a696666b67d9c0bfd0cf054177a7d', '217.21.116.218', 1680874096, '__ci_last_regenerate|i:1680874096;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b56dceb498e7fd88643ba71b758e2661fe1b5441', '41.60.237.143', 1665762552, '__ci_last_regenerate|i:1665762552;requested_page|s:15:\"admin/sales/add\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665672613\";last_ip|s:13:\"41.60.237.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665757741;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b579fef118d8d6a9febb5931e942808a57186225', '41.60.233.85', 1663946748, '__ci_last_regenerate|i:1663946747;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b57e34ddebc8f26cc670f0e132253cb2670f63c3', '105.163.61.45', 1662055387, '__ci_last_regenerate|i:1662055387;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"YiQI7O4op8HDmClRhNdV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5854bad775ef6d5ae348ad3105828de93709f27', '41.60.233.106', 1655479811, '__ci_last_regenerate|i:1655479811;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655387861\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655478778;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b59d6aca3a4bcb260c3e7afa6e6d5f64ec144878', '41.191.107.52', 1656355618, '__ci_last_regenerate|i:1656355618;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5a56b6691b1dcc794b1d087e18133e1fa44b4f9', '209.145.52.241', 1654725228, '__ci_last_regenerate|i:1654725228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5a8e6e7058958a77a4ce3fa24e7c7bf395a11e1', '41.191.104.88', 1654378979, '__ci_last_regenerate|i:1654378979;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654375435;user_csrf|s:20:\"hn0vFDE6d7IAaUygBJ1c\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5ab8a3f6b77477a97bbdf7709e39d96992a2ee3', '154.159.252.6', 1651427342, '__ci_last_regenerate|i:1651427342;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5bc7b831becb99852f1e4caf03eb2b06c09bc04', '41.60.237.59', 1652277470, '__ci_last_regenerate|i:1652277470;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652276692;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"qeP9jgsQk316LlEYIx7D\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5bcf4d72182b3fad2b7eaa865d464185b4d2f55', '62.253.3.70', 1654010579, '__ci_last_regenerate|i:1654010577;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b5dd5aafe6efaccd79f3e04d7a3354bd7609dc43', '41.60.236.83', 1661349137, '__ci_last_regenerate|i:1661349137;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661262188\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661346726;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b61af936805941c3025a98ab22465260917b4f9b', '41.60.232.170', 1672840306, '__ci_last_regenerate|i:1672840306;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672757553\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672840281;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b621c57c4b53ece5e0190403cb15314dd8caddfb', '102.7.145.55', 1651642432, '__ci_last_regenerate|i:1651642432;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651497801\";last_ip|s:14:\"105.160.31.183\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651642123;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";user_csrf|s:20:\"kTohsND0IRQp2yl6Oc4f\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6336bfa0807f52010f68f1d53b1a8abd147934c', '41.60.238.127', 1651653028, '__ci_last_regenerate|i:1651653028;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b63702a6a49af1705cdcc2077d7932c9670d6da2', '217.21.116.217', 1667154482, '__ci_last_regenerate|i:1667154482;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b65ce1ea575662bb090923d1e120bc4b4fed9c72', '41.60.237.126', 1670427152, '__ci_last_regenerate|i:1670427152;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670426234\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670426829;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6836500a48387b76b855d8a24fc0bf96d1bee3b', '41.191.105.93', 1651955879, '__ci_last_regenerate|i:1651955879;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b688a6a8308206017603e00251c9173d833bfc22', '41.191.105.94', 1659387897, '__ci_last_regenerate|i:1659387893;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1658500223\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6a0d3812aa656a9dc0be03033030e211c77f08c', '41.60.239.133', 1667367249, '__ci_last_regenerate|i:1667367086;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667315735\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6a474653e9bf26f324f0d663ebfe9af278ebf99', '41.60.237.96', 1654862562, '__ci_last_regenerate|i:1654862562;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654784924\";last_ip|s:12:\"41.60.237.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654861573;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6b7b98bf348d78c9fcb8b2425a92676dea82dba', '41.60.237.195', 1652189715, '__ci_last_regenerate|i:1652189715;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652189614;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6bb86190cfdaf147f4021580600b252e89c1cb5', '105.163.50.220', 1656102360, '__ci_last_regenerate|i:1656102360;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656081285\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6c6acd36a86a5462499fb99da4e0a9fbc6d4177', '41.60.233.5', 1674148437, '__ci_last_regenerate|i:1674148437;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674056106\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674148154;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6e0c1cb466af1343eec5c2213a96d6f7f0ab374', '41.60.233.253', 1679669604, '__ci_last_regenerate|i:1679669604;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679550974\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679669178;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6ee6f652aeed506a85a77bc3e5d3c0dbb9fd982', '41.191.104.74', 1653756598, '__ci_last_regenerate|i:1653756598;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b6fe232cd35cffc47841a18a39c1b0df2cb5e9ae', '209.145.52.241', 1664894119, '__ci_last_regenerate|i:1664894119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b70b84eddf68015bd22e1c814b58a197e041a5e1', '41.60.232.148', 1659519090, '__ci_last_regenerate|i:1659519090;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659505131\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659516134;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b717deef0f1a444787a48069b5b4c22250f37d14', '41.60.237.70', 1664637415, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1664637415;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664604185\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664637218;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b72a5e19aacf02fbb4719af6abd39694805c40a2', '102.7.145.55', 1651640432, '__ci_last_regenerate|i:1651640432;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651497801\";last_ip|s:14:\"105.160.31.183\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651640289;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";user_csrf|s:20:\"FzU0cDvs5V24NJiQoB9p\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b738a7b361ca80a4261f375c2cf0d94e0efb8f79', '41.90.40.126', 1659342340, '__ci_last_regenerate|i:1659342340;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b744a170855d3327d9009c592b3d0121080dbd13', '41.60.237.59', 1652707342, '__ci_last_regenerate|i:1652707342;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652674970\";last_ip|s:13:\"105.163.48.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"qTwc2HC1B4kGYP70bhnm\";last_activity|i:1652707188;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7463350981a14bd6cd3aac3b12eb19a3a4d708d', '41.60.235.76', 1653809025, '__ci_last_regenerate|i:1653809025;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653662873\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653808731;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b775ad115ebc679ce32d4c064c77ad46fb5aecc2', '41.60.237.143', 1665643175, '__ci_last_regenerate|i:1665643175;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665572873\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665643143;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b776ae91338fc260af39aadaaa2a7769fd55b7b5', '41.60.232.168', 1676995848, '__ci_last_regenerate|i:1676995848;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676907136\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676994799;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b77bace1b469ca5ebb9687aac01d3ed4cf96fd80', '41.191.105.89', 1659889018, '__ci_last_regenerate|i:1659889018;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b780642c01e2308d8c19ac64f5589f3d8f55253f', '197.182.60.254', 1674766583, '__ci_last_regenerate|i:1674766583;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7885aeaacf0e0d32292933b470d98ab14e063a5', '41.60.232.254', 1671117609, '__ci_last_regenerate|i:1671117609;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671028290\";last_ip|s:13:\"41.60.235.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671117404;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7893854a8df9a95743bfca0a44efb9d6aff1e23', '105.163.60.79', 1653206405, '__ci_last_regenerate|i:1653206405;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653038982\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653206109;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7916d6ea99c01eb2594f2b4ddc03068d3f8b85d', '209.145.52.241', 1653911746, '__ci_last_regenerate|i:1653911746;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b79de23794ac144b12375403eceadab7d0b3228c', '41.60.237.126', 1670339491, '__ci_last_regenerate|i:1670339491;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670252579\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670338769;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ae3f769faa9cf1393542c3c410f9379055f31d', '41.60.233.155', 1673020022, '__ci_last_regenerate|i:1673020022;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672928820\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673019182;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7b700a209cca1cf4b4d8954fc2e86e84244577c', '41.191.104.41', 1651761061, '__ci_last_regenerate|i:1651761061;requested_page|s:9:\"admin/pos\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651734958\";last_ip|s:13:\"41.191.104.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651760541;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7b887c2ea5f267458d0204d658b96c11dee5aed', '41.60.239.144', 1654588531, '__ci_last_regenerate|i:1654588531;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7bdd326818857532b9746e193ac2ee6304de6d6', '41.60.237.96', 1654872792, '__ci_last_regenerate|i:1654872792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7d5b610bb7d70bb29e76e4aafb24baf19ed033f', '209.145.52.241', 1652643506, '__ci_last_regenerate|i:1652643506;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b7ef90588dcb7d5b2a71aea277ef508a2ac6d2f5', '41.191.107.204', 1653911355, '__ci_last_regenerate|i:1653911355;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b82db5440009c1b84d8ed12a8e7d5ab46651cc83', '154.76.124.119', 1661877088, '__ci_last_regenerate|i:1661877082;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b835f42a4778d9e182aadef80924fd5ede8ab685', '41.60.237.126', 1670328292, '__ci_last_regenerate|i:1670328284;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b836542df3f2139a7523496b4f368a0ae5a3ce18', '41.191.107.138', 1652272628, '__ci_last_regenerate|i:1652272628;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652234240\";last_ip|s:13:\"41.191.104.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652265693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b83b557828a865398643e471fff73f20a19ea969', '41.191.104.43', 1652192709, '__ci_last_regenerate|i:1652192708;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652008114\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b84aac6b60bb28102636b19a9e1128932845a566', '41.60.237.70', 1664636387, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b85a678656ad92f8bf4a50970cf60bcf28ca4729', '41.60.232.140', 1662119852, '__ci_last_regenerate|i:1662119852;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662104843\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b85c0876c85d795bb84028fe19bc1c5d6f836774', '41.191.105.93', 1657472168, '__ci_last_regenerate|i:1657472168;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657469519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b861ee4a456552a56441720b065eec63730d9d0e', '217.21.116.218', 1680874749, '__ci_last_regenerate|i:1680874749;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b87030af7683e6ac3ad9f119b4411e4a115b9797', '41.60.232.14', 1658151562, '__ci_last_regenerate|i:1658151562;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658062704\";last_ip|s:13:\"154.79.203.84\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8993738815de5787bde67e60c3fe99a518afdf0', '41.191.104.74', 1653756188, '__ci_last_regenerate|i:1653756188;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b89b3fb473a6747c72531c421245629162e0ec72', '41.60.232.140', 1662125770, '__ci_last_regenerate|i:1662125770;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662104843\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662125248;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b89b856f64638c7285a83941693a40e5e9f8bb5d', '41.60.234.153', 1659790513, '__ci_last_regenerate|i:1659790513;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659774555\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659790324;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8a4a2760cf6e2fed73224c6c546dbb2a341a5cf', '41.60.232.14', 1658314714, '__ci_last_regenerate|i:1658314654;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658314566\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8a60798ece15ef42bcc0ea116d5c2d258b31db7', '41.60.232.223', 1657540368, '__ci_last_regenerate|i:1657540368;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8ab993cc53c4a8c851cd313e45de3bd545c4eaa', '31.13.103.11', 1653737392, '__ci_last_regenerate|i:1653737391;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d69b12ff8faad95e5da7b1bf64edca6781e846', '154.159.252.6', 1651443277, '__ci_last_regenerate|i:1651443277;error|s:108:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/pos/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d78e1c27bf897bd0c4375e5d1277731125de0e', '41.60.238.127', 1651656387, '__ci_last_regenerate|i:1651656387;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8d8f2d5838f1f92e34fecd1afd541d97122a46f', '209.145.52.241', 1664894119, '__ci_last_regenerate|i:1664894119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b8fa8525b162277a96a45e8191269d75b7902a53', '41.60.237.59', 1652370618, '__ci_last_regenerate|i:1652370618;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652366854\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652370319;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"4GFAMoWnHiVrdhJUszfw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b90a810286e65f6f668e3814f9e65aba55a200ce', '41.60.237.195', 1652173857, '__ci_last_regenerate|i:1652173857;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"5xdChQToP0aSfJRLIMAg\";last_activity|i:1652173583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b90e96b0845f3941641b2058b24918fd1b702233', '102.1.149.20', 1653725524, '__ci_last_regenerate|i:1653725505;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1653720389\";last_ip|s:11:\"41.80.96.73\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653725524;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9130751e94a13d152de3384f80c72dbc1ca54e9', '41.60.232.254', 1671295875, '__ci_last_regenerate|i:1671295875;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671200073\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b923f4c68b9c46e283684ce74758abd982c5f9d8', '41.60.232.12', 1663250358, 'requested_page|s:20:\"admin/sales/edit/544\";__ci_last_regenerate|i:1663250358;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663228870\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663250206;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b928916688455113234dcd6c2b71d482840ad45f', '41.191.107.233', 1655239227, '__ci_last_regenerate|i:1655239227;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655221853\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655238559;user_csrf|s:20:\"IZflUtp5wobm9PFNnAGa\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9292c89a4870719ccf10359f1651eb86e6c63ec', '41.60.234.241', 1660920506, '__ci_last_regenerate|i:1660920506;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660909424\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b92c9852a1ba4cd0252dbf7ff7a4303c381467fe', '41.191.107.225', 1653401604, '__ci_last_regenerate|i:1653401604;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653400102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b949ee811d545c4dce40b60a98dc74ac9af5769b', '41.60.234.241', 1660291343, '__ci_last_regenerate|i:1660291227;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660288157\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b94c4f0d4a120a64975d26e430d82ad292429fa5', '41.60.239.133', 1667317023, '__ci_last_regenerate|i:1667317023;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667229494\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667315859;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b951ea1886ede2f295b4dc68cb663578a7d5925e', '41.191.105.88', 1652627312, '__ci_last_regenerate|i:1652627312;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652626044;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b95374dbd7c67fa912687d182090d42f169b6797', '41.60.232.50', 1654699970, '__ci_last_regenerate|i:1654699970;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654615821\";last_ip|s:13:\"41.60.239.119\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654699797;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b954631c67eba29e7ae4cc36295e29b2ba66016d', '41.60.233.155', 1672929455, '__ci_last_regenerate|i:1672929455;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672844707\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672929427;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b977519643b7718e2b3af9f0dd3290536934008b', '41.60.235.20', 1658931150, '__ci_last_regenerate|i:1658931150;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b99d3549a75ab2ac08b62158fca107cf6ebb54a4', '217.21.116.218', 1680854819, '__ci_last_regenerate|i:1680854819;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1678527261\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680852304;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b99e76783d17f6e8f8ca65a40c34a000e6a9fe0b', '105.163.1.219', 1664738815, '__ci_last_regenerate|i:1664738806;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1664565366\";last_ip|s:13:\"105.163.1.219\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9b97d4d00f7b22deb17427823ed55466228cda1', '41.60.232.254', 1671723699, '__ci_last_regenerate|i:1671723699;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671637877\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671723410;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9be592b6f2510a5a63a07297bb201e24cf7461f', '41.60.237.16', 1666192538, '__ci_last_regenerate|i:1666192538;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666106043\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666192437;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9c56965689e2685e9a678e021e89b327eb364b2', '41.191.105.93', 1657468835, '__ci_last_regenerate|i:1657468835;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657466580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9cd8da6081acde396aa5cfda89e6e6432aa1f32', '209.145.52.241', 1664894119, '__ci_last_regenerate|i:1664894119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('b9f18ef09353ee99730b66ea35f770590ec5b618', '173.252.95.21', 1662874836, '__ci_last_regenerate|i:1662874836;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba0f3401cfec86214aae60a7b59c6ee10f3f82ba', '41.191.104.241', 1652192708, '__ci_last_regenerate|i:1652192708;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652008114\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba11e9af87074f8c6adc969afc23ff30565b8fb4', '105.163.32.52', 1654539520, '__ci_last_regenerate|i:1654539490;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654526630\";last_ip|s:13:\"105.163.32.52\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba1be4150588ce113c781fd0f610704738eed25a', '41.60.237.126', 1670338769, '__ci_last_regenerate|i:1670338769;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670252579\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670337683;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba2096dc5a5310bc7875049b9e44dc4b2150ee75', '41.60.235.76', 1654185516, '__ci_last_regenerate|i:1654185516;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654179977\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654185483;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba21c160a6ad1ef9e1a75cabeb9e06f668d53c1e', '41.80.98.64', 1653732673, '__ci_last_regenerate|i:1653732673;requested_page|s:4:\"cart\";reminder|s:65:\"Shopping cart is empty, please add item and visit the page again.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba397eaac0b158e5f2c72a311d51a7daa5f8c61e', '41.191.105.93', 1654467896, '__ci_last_regenerate|i:1654467840;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba3e63a89eb0766bc485c7d1ebdf92d7a3ce1688', '105.163.48.72', 1652643297, '__ci_last_regenerate|i:1652643297;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba51d46d6dd71c85dc050f16dc21e442ae961aa5', '41.60.237.59', 1652716913, '__ci_last_regenerate|i:1652716913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba6a4eb3956d5ae9896b296f5e071f78b6670dc4', '41.80.98.64', 1653733163, '__ci_last_regenerate|i:1653733163;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba9be3e1639def0da6f18cc2922bf0311799587f', '105.163.50.229', 1659870968, '__ci_last_regenerate|i:1659870968;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659715860\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ba9eb51207af0599afa6e3f08fb025ad2c57f3e2', '217.21.116.218', 1680881379, '__ci_last_regenerate|i:1680881379;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('baa6f37db5fdedc95fbb433361f5367cf5fc2763', '41.60.233.116', 1659693530, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab70a734e83784a3d643fd7d72fc7812c623a04', '41.80.96.73', 1653732454, '__ci_last_regenerate|i:1653732454;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bab87474c23f2c285921fb5c3325c2567a325e09', '41.60.237.59', 1652706386, '__ci_last_regenerate|i:1652706386;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652674970\";last_ip|s:13:\"105.163.48.72\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"s7DO8a9WQmXBzRwrqJnM\";last_activity|i:1652706245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bac36930ba0aa092df8bf6a310810df78b2a2a7e', '41.191.104.88', 1654380896, '__ci_last_regenerate|i:1654380896;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654380167;user_csrf|s:20:\"hn0vFDE6d7IAaUygBJ1c\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bac5186d6c8e8adbbc0b6bde572296f0bdb3cb15', '41.60.232.223', 1657527605, '__ci_last_regenerate|i:1657527605;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bac6fe5acd64e69f259e646b758b883b6bb9c03d', '41.191.105.93', 1656967955, '__ci_last_regenerate|i:1656967955;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656871798\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bad38eec8d05878564d03ef7d86d1ef8f7dd8c95', '41.60.239.133', 1667316279, '__ci_last_regenerate|i:1667316279;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667229494\";last_ip|s:13:\"41.60.239.133\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667315859;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('badfe0d49095d00a6c3981e228a5dd5fc5953d61', '41.60.233.5', 1673974083, '__ci_last_regenerate|i:1673974082;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb00b9c3b298cb0922585e5d9725e8e306133517', '154.159.31.101', 1656503143, '__ci_last_regenerate|i:1656503143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb08e08778a40eca6414afdd563cfefcd7effdca', '41.60.233.85', 1664171897, '__ci_last_regenerate|i:1664171897;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664033824\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664171861;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb2a6c509275589b681bc5da2490817dc65a4c4f', '154.76.115.33', 1659461125, '__ci_last_regenerate|i:1659461125;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659450808\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659460522;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb41ad46d0c3494a5575d4ed5ec6498acce331ae', '41.60.235.76', 1653321084, '__ci_last_regenerate|i:1653321084;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb42b04c75d8f1562fe4d187a627cfea2efdaaaa', '41.191.105.88', 1652623759, '__ci_last_regenerate|i:1652623759;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652623316;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb4cc027db3a98077f951aecb11857d9b66dd726', '41.60.233.116', 1659623032, '__ci_last_regenerate|i:1659623032;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622208\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"9x5eXQTfR8vuSCZAU10b\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb4f28365c79a084cb0459317cc9a8cafa2d4cda', '41.191.104.83', 1651734983, '__ci_last_regenerate|i:1651734958;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651715554\";last_ip|s:13:\"41.191.107.44\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb6625aca6382fcf6a0f74397ea6fd9813c25575', '41.60.235.76', 1654073067, '__ci_last_regenerate|i:1654073067;requested_page|s:13:\"shop/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654067247\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb828b116d421c018b87db35cdb96ec833eed300', '41.60.234.241', 1661146799, '__ci_last_regenerate|i:1661146790;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb88bc76c971ca375cfeab96ac326149de19a278', '41.60.233.155', 1672846445, '__ci_last_regenerate|i:1672846445;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672757553\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672844204;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bb9f0161bca22d40aa915338d028c3e7bb99fcb2', '41.60.237.158', 1661611568, '__ci_last_regenerate|i:1661611568;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661611483;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bba85eba52b8835670233ce6beb453a9c72a8367', '41.191.105.91', 1652972242, '__ci_last_regenerate|i:1652972242;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652901280\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652972039;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb0fe9e07615635aa88abd74a17ee5d32056cf9', '41.60.237.158', 1661612095, '__ci_last_regenerate|i:1661612095;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661611771;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb4176057def27c0f9d103434ef3443c15b47f5', '41.191.105.93', 1654812495, '__ci_last_regenerate|i:1654812495;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654721544\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbb74dba0f9b5f4f651ffb1e0e7e5fc38672adb2', '41.60.232.223', 1657551642, '__ci_last_regenerate|i:1657551642;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657550415\";last_ip|s:13:\"41.60.232.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657551597;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbba49344d88296343e8da6eddcda9a6d3f06091', '41.60.232.254', 1672227562, '__ci_last_regenerate|i:1672227562;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbc231b6b3e4433430db8dcef2b4678830cbfc7c', '41.191.105.93', 1652643612, '__ci_last_regenerate|i:1652643612;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652643582;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbd46255e9dc1de2d184950ec6530afe52361208', '197.248.117.169', 1668085644, '__ci_last_regenerate|i:1668085563;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1665394622\";last_ip|s:13:\"41.81.213.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbd49bbbfc569cbe4f871a0ad1819e65f99ff3fe', '105.163.50.229', 1659700258, '__ci_last_regenerate|i:1659700134;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622232\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"2aeJBS5VWkM4mUFRxghc\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbd57c0938c2898909f7e8eac3e9f6648c7650ad', '41.60.233.155', 1673019353, '__ci_last_regenerate|i:1673019353;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672928820\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673019182;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbf2797c1543b0695c499a6b592994b725ea3652', '41.191.105.95', 1655325523, '__ci_last_regenerate|i:1655325523;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655320083\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbf56a36f697d4dd6564b11e7a9d2a1dbdf9da9c', '41.60.237.126', 1670252031, '__ci_last_regenerate|i:1670252031;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670082086\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bbfafe63357896d6507bb83a12fac5c9b69f0d8e', '41.60.238.178', 1655969795, '__ci_last_regenerate|i:1655969795;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655962897\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc036fc4914ddad1b249d53698ed0eb885db2baa', '41.60.235.76', 1653485006, '__ci_last_regenerate|i:1653485006;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653327775\";last_ip|s:15:\"197.156.137.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc255d2e870a01f0d6b217c6ef2d249fdf134e2a', '41.191.107.211', 1655924422, '__ci_last_regenerate|i:1655924422;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AbfXqCgk0sv5W49Z7pt1\";last_activity|i:1655921708;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc2b183a3dd74ef9c6d45801ec00b20707af60b2', '41.60.237.125', 1651671630, '__ci_last_regenerate|i:1651671630;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651671178;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"ur74tCno56Y1vsfwkebg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc3049a6e511b033dd8545470f211f3eb17a391b', '154.159.252.6', 1651444090, '__ci_last_regenerate|i:1651444090;error|s:37:\"<p>Login Failed, Please try again</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc334a18cd9631ac9d5c8e1672fc65ae305dd3ed', '41.60.232.14', 1657981311, '__ci_last_regenerate|i:1657981311;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657892902\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657981279;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc524c91d6d428984d9c4fa31394391caa18f56d', '41.191.107.52', 1656354679, '__ci_last_regenerate|i:1656354679;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc5384eb4e76b8b94df16e763ddf15d941a08d2f', '41.60.237.195', 1652090084, '__ci_last_regenerate|i:1652090084;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc6564307e9ce1da38e16c147a3c314fd54325b3', '105.160.65.227', 1674421720, '__ci_last_regenerate|i:1674421720;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674421675;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc7251cebe29a4e88efd26c3936ee111fccfbfe7', '41.60.237.195', 1652201678, '__ci_last_regenerate|i:1652201444;requested_page|s:27:\"admin/products/stock_counts\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652188793\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc74db3a5723e5e706fe061b053c3330e4fdbfa8', '41.191.105.94', 1654454603, '__ci_last_regenerate|i:1654454603;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc822a2f2ef6f099d47f55c646e1ce681b770d8e', '41.60.234.227', 1678806943, '__ci_last_regenerate|i:1678806943;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678718277\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678806519;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc8c15a7c6a07d1a8ca16416df6a6632895b0551', '105.163.21.158', 1657049911, '__ci_last_regenerate|i:1657049898;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656700122\";last_ip|s:12:\"41.90.49.226\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc9221732e0128c354f92862233da3c441ec91f6', '41.60.235.76', 1653753849, '__ci_last_regenerate|i:1653753849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bc99b08d0d580c15b97d110a28b1337ec710d56e', '41.60.235.76', 1654012307, '__ci_last_regenerate|i:1654012307;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654007114\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bca888988afee0a8b1178ff184ecca281cfb5f97', '41.60.233.5', 1675953984, '__ci_last_regenerate|i:1675953984;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675953513;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcb91cf3e293273d29fef793f0b367c8f164e225', '41.60.237.126', 1670342447, '__ci_last_regenerate|i:1670342447;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcc6b53f789f7a15dbdf3cb8ac3ed4fe64fcd7fb', '41.191.105.88', 1652627854, '__ci_last_regenerate|i:1652627854;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652626044;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcdef456dd5a8e6dd549841167b460a4e9982ea6', '41.60.232.254', 1672666718, '__ci_last_regenerate|i:1672666718;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672498390\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bce27d760cf8c3a0d34ab1eb96cc49c343b261ed', '41.60.237.200', 1651742573, '__ci_last_regenerate|i:1651742573;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"7NDybYoMHuL5gAQrKeOC\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bce4f3d98794b64c3059d38392560eaded7536ff', '197.156.137.184', 1654708546, '__ci_last_regenerate|i:1654708546;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bce82de80454a428bbe1bfa8deaaf18f06c4776e', '41.60.235.223', 1670857740, '__ci_last_regenerate|i:1670857740;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670680892\";last_ip|s:13:\"41.60.235.224\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670854568;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bced96616e6980b58e3b704d9fb9e68f403aac4c', '41.191.105.93', 1651964663, '__ci_last_regenerate|i:1651964663;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651963690;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcef3da26aa5c22244cc099eea0d428c595f5537', '154.159.252.6', 1651418489, '__ci_last_regenerate|i:1651418489;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bcefd2067b86c3479ee5c47b9d033d660ddd66ba', '105.160.46.188', 1662120582, '__ci_last_regenerate|i:1662120582;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd0bd85d317bbfe9e2fb644d2097a64959d88bd7', '41.60.237.200', 1651752189, '__ci_last_regenerate|i:1651752189;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651752109;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd27b464a37fee0eafeeb6ac9100b86584b041cc', '41.191.105.95', 1659466062, '__ci_last_regenerate|i:1659466061;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd4023db6efddea4ee20abaa307e43e7c81fc4c9', '41.80.96.73', 1653733285, '__ci_last_regenerate|i:1653733284;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd478e39d4755136aa6b298167409dedb7775637', '41.60.236.83', 1661236864, '__ci_last_regenerate|i:1661236864;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661172893\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd57127f1eb2ad61df11f0fc0ab63e451a702b20', '41.60.232.254', 1671117910, '__ci_last_regenerate|i:1671117910;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671028290\";last_ip|s:13:\"41.60.235.236\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671117609;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd5b017fca0082236724fe9e58f52f90c743aa6d', '41.191.105.94', 1654454136, '__ci_last_regenerate|i:1654454136;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654452066;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd75a9c5a5127cf4d05d6e3e950acc7de1b2bc82', '41.60.237.195', 1652092726, '__ci_last_regenerate|i:1652092726;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd86ee5941fc4696455106ba6ffd76299cae0380', '41.60.235.76', 1653753629, '__ci_last_regenerate|i:1653753629;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd92e0745678358c71025428ce09ef16b64a20a6', '41.60.235.80', 1673536221, '__ci_last_regenerate|i:1673536221;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673533863\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673535589;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bd960bc329a6148cef44eb6ff881639b1220d3dc', '41.60.232.254', 1671551364, '__ci_last_regenerate|i:1671551364;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671466975\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671548043;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdb7d2c49887bbd07b85ee510062f11653651752', '41.191.105.92', 1651920565, '__ci_last_regenerate|i:1651920551;requested_page|s:9:\"admin/pos\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651862590\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651920551;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdc012cdd0a90f996ae8c768ff3e9d3ac19820a3', '41.60.234.151', 1678514475, '__ci_last_regenerate|i:1678514181;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678459504\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678514459;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdd1aa497b82707e005a2dd01c681576209656ce', '154.159.252.6', 1651444861, '__ci_last_regenerate|i:1651444861;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf1b065f28a41decaf8e176fe065f4e8cbc9d2a', '41.60.235.76', 1653753788, '__ci_last_regenerate|i:1653753788;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bdf723592bf3ef650e9957fb6e5953e0e2d1a628', '41.191.107.220', 1653673700, '__ci_last_regenerate|i:1653673700;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653568495\";last_ip|s:13:\"41.191.104.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653673665;user_csrf|s:20:\"i0ZrdzVWte6saw7RSqjx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be28b7c2f4d15338285d116034b11c2b807a17c9', '41.60.232.148', 1659418458, '__ci_last_regenerate|i:1659418458;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659355947\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659417928;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be28de9e42d028700c176202dad10fd2da149cab', '41.60.238.127', 1651652289, '__ci_last_regenerate|i:1651652289;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be4d199375b207ff0b0d1241757335af5bdc89bc', '41.60.236.151', 1677772944, '__ci_last_regenerate|i:1677772944;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677682512\";last_ip|s:13:\"41.60.235.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677772913;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be52f85cb65dfeef0ba051bd04d3b7a01aadf18d', '41.191.105.93', 1654461595, '__ci_last_regenerate|i:1654461595;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be5994a81aaf1d3f99253c7009cfb5a63f425b13', '41.60.232.14', 1658328262, 'requested_page|s:30:\"admin/pos/getProductDataByCode\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be7abff01e96aefba0a9279e674222e1ec2273ab', '41.60.234.153', 1659791319, '__ci_last_regenerate|i:1659791319;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659774555\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659790513;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be89d23cc897aa76081c4d44bb316d006c526cc6', '41.60.234.100', 1668611665, '__ci_last_regenerate|i:1668611665;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668523812\";last_ip|s:13:\"41.60.234.100\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668611008;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('be8c4463c6ff89056661b02ef72b997005713542', '105.163.61.45', 1662231146, '__ci_last_regenerate|i:1662230950;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662097783\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('beafada5ca713f2fd174caa7fa231b08a96a0b7b', '41.191.105.90', 1655188174, '__ci_last_regenerate|i:1655188174;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655187103\";last_ip|s:14:\"41.191.104.117\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655187580;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bec806918814cb1a5c3ff204066e5db684450378', '41.60.233.116', 1659624276, '__ci_last_regenerate|i:1659624276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bed7b34cb2823e0f2b34e1429c44f976dcf2afd2', '41.60.235.224', 1670680551, '__ci_last_regenerate|i:1670680551;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595457\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670680410;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bedd63c93d20bcfd923c3d605af4dea2e67f39b3', '41.191.105.93', 1659340122, '__ci_last_regenerate|i:1659340122;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bef7a031b8eab89ee02e9fa4665b14e93bc59418', '41.191.104.121', 1658354694, '__ci_last_regenerate|i:1658354694;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf09a9fb1d9414a5993bef514fff86d01ecba92a', '41.60.237.200', 1665577692, '__ci_last_regenerate|i:1665577692;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665555143\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665577666;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf266d7f82fd418b3453e9454c7d605cd3074814', '41.60.235.21', 1657033590, '__ci_last_regenerate|i:1657033590;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656947443\";last_ip|s:13:\"41.60.232.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657032941;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf2c6e9455fd660b779b237f5644ece32ab39d6b', '105.163.50.229', 1659721655, '__ci_last_regenerate|i:1659721655;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;user_csrf|s:20:\"h5msXEUfdiBG3w9zegnp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf3724151a4cb5b4bb8a93bdae0cd9d266415c95', '41.60.238.178', 1655906099, '__ci_last_regenerate|i:1655906099;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf3cbb0bc23b7af2104b57a6ece65679ab48f36e', '66.249.65.130', 1671722179, '__ci_last_regenerate|i:1671722179;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf3f8b0c4b9a0393bde0684a2f00932be296b4cd', '105.163.48.250', 1660849377, '__ci_last_regenerate|i:1660849377;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660846337\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf4a6752d873d538f648228333ec8da57d95499a', '41.60.232.148', 1659354216, '__ci_last_regenerate|i:1659354123;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659332434\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659354211;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf56d777ab2b70033e946a006855e7c6775376cf', '41.60.235.97', 1679551308, '__ci_last_regenerate|i:1679551255;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679495060\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679551306;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf5c93415bfa55d88343e85d101313149fea3bce', '197.182.60.254', 1674768639, '__ci_last_regenerate|i:1674768639;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf604c2fc4be7846da9a51cb9735851c7e49757a', '209.145.52.241', 1652560153, '__ci_last_regenerate|i:1652560153;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf61ae6631c0cc37403b3745decf3e0950452994', '197.136.9.4', 1660847053, '__ci_last_regenerate|i:1660847053;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf735eb6bc63709666aac38eac8a8b151473d532', '41.60.232.50', 1654699614, '__ci_last_regenerate|i:1654699614;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf8a02c063e37430b1b1b7872566ae7203cbd666', '41.60.233.85', 1664983699, '__ci_last_regenerate|i:1664983699;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664967522\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664982092;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bf9797b3e69885d82b9b6189ded93c944e32d732', '197.136.0.5', 1662018121, '__ci_last_regenerate|i:1662018119;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfbef14c220b5d557322d4e7a9d136b04f4e5892', '209.145.52.241', 1654552992, '__ci_last_regenerate|i:1654552992;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfc885e0370c9b16989e8f21a8c92b66a488bf8b', '41.60.232.168', 1677165782, '__ci_last_regenerate|i:1677165782;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677076796\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677165749;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfe2c8d47a7344e16d95772edbcf8cb6c1e49527', '41.60.233.155', 1673103320, '__ci_last_regenerate|i:1673103320;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673077625\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673102289;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfe9626894c56465801c56cef6ec1083cbb32525', '41.60.234.100', 1668610929, '__ci_last_regenerate|i:1668610929;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668523812\";last_ip|s:13:\"41.60.234.100\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668610884;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bfe9b4d12ea528088aa738801abc68c2ac1fd2bd', '41.60.232.168', 1677165296, '__ci_last_regenerate|i:1677165296;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677076796\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bff3301759108bd83d454faa067bf9cf52d8dc7a', '209.145.52.241', 1652876905, '__ci_last_regenerate|i:1652876905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bff489499ebe0bdb8ebd091e310a7b0e8669ec89', '105.161.110.98', 1675396904, '__ci_last_regenerate|i:1675396904;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('bff72d10fe72df5aa4fdb8013e4f1e0760c39dfa', '41.60.235.76', 1653404825, '__ci_last_regenerate|i:1653404825;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653373419\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653404434;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"ht05IsebXGYSkMD36rx8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c00e5477cbac699a0b3253cb7e19dbb14c1d99bc', '41.191.107.220', 1653673394, '__ci_last_regenerate|i:1653673394;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653568495\";last_ip|s:13:\"41.191.104.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653670160;user_csrf|s:20:\"i0ZrdzVWte6saw7RSqjx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0153051b1e4002d68f81645618e71070d8cf07c', '41.80.98.64', 1653736287, '__ci_last_regenerate|i:1653736287;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0209d1eb402b5965dae922c5a9bd3f65b3cebc3', '209.145.52.241', 1664968908, '__ci_last_regenerate|i:1664968908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c02c396117695df38ccf54fb7b7e25018455afd3', '41.60.233.5', 1675872689, '__ci_last_regenerate|i:1675872689;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675872688;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0524e5ae3b6dcf8cbafb8cef3a46eefaf698d69', '41.60.238.127', 1651586067, '__ci_last_regenerate|i:1651586067;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c068cd1d11d83f472f1a1cf2bb4d453db59b1e6e', '41.60.232.12', 1663424429, '__ci_last_regenerate|i:1663424429;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663392041\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663424281;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0a111ddcbcd29b1d54b8cc86078041a2443a730', '41.60.232.170', 1672741095, '__ci_last_regenerate|i:1672741095;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0d148a3ad11d002fac23da650bcc2c05e1fca68', '41.220.235.170', 1670313797, '__ci_last_regenerate|i:1670313797;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1670257661\";last_ip|s:15:\"105.160.101.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0e5aeadc8e77ddd8b1de0da0310d3dacf6fc7c2', '41.60.232.12', 1663249295, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c0f9637100a915689b96b2e181902413e0b2e02b', '41.60.235.76', 1653752957, '__ci_last_regenerate|i:1653752957;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c10e850d91b165710d9e1d0546af283873b483b7', '41.60.235.97', 1679320093, 'requested_page|s:30:\"admin/pos/getProductDataByCode\";__ci_last_regenerate|i:1679320093;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679305700\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679319127;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c10fcaa01dbda6f439b0ba6d0a7ef75c85a358ac', '41.60.237.146', 1661785386, '__ci_last_regenerate|i:1661785171;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661757840\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661784032;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1177ea91ce4ea9abb60764853cfaf8c6d2c124f', '41.60.237.158', 1661504328, '__ci_last_regenerate|i:1661504328;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661419599\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661503866;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c12de28420856109579c44d0b382b9f0935e96a1', '41.60.237.200', 1651759715, '__ci_last_regenerate|i:1651759715;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"X1fPGaweLopF7D4SR2YN\";last_activity|i:1651759675;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c148e5b79a803e77a835aec9842ee13d371d67dd', '41.60.238.178', 1655969330, '__ci_last_regenerate|i:1655969330;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655962897\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c16b01f3cfef58b4dc276b9f980be102447c46cd', '41.191.105.94', 1652905490, '__ci_last_regenerate|i:1652905490;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652875650\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652901612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c17dcd0478c3522c7d50a8572e8260010948d6e0', '41.60.237.126', 1670082451, '__ci_last_regenerate|i:1670082451;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c18f632e75d5ba2f392d1aa87b4789d024cbd74a', '41.60.233.106', 1655547043, '__ci_last_regenerate|i:1655547043;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655435972\";last_ip|s:10:\"41.90.33.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c18f91d905e28d3a9dc8419bb4bb964113a28191', '41.191.105.95', 1653140879, '__ci_last_regenerate|i:1653140879;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652968511\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653140075;user_csrf|s:20:\"4Aas9Bjo2kvi0tYcZUFl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1caee378e5324c1d928cdd33b09b7e28e68ce80', '41.191.104.95', 1651468968, '__ci_last_regenerate|i:1651468966;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651446524\";last_ip|s:13:\"154.159.252.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651468586;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1cc10335f2f5a667459f454372c83e28d4c1e52', '41.191.105.90', 1654548272, '__ci_last_regenerate|i:1654548272;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1cfda01f24085e2fba5b390894cb9f4a72ef3b8', '41.80.98.64', 1653738284, '__ci_last_regenerate|i:1653738284;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1de7bfe3ce10b69bdd409c3a0f86c3edf65b985', '105.160.65.227', 1674419365, '__ci_last_regenerate|i:1674419365;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674419315;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1ec4644f82cd8350210f12d5d502f386bfc12f2', '105.163.24.79', 1655837837, '__ci_last_regenerate|i:1655837837;requested_page|s:23:\"admin/pos/open_register\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c1ec743021536450793a21106fd18c721366bb7d', '41.60.232.14', 1658314876, '__ci_last_regenerate|i:1658314876;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658168518\";last_ip|s:14:\"105.163.52.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c20e56fe136ef47996daf8e608f26ee66fbbddc1', '41.60.234.165', 1680877590, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1680877590;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680860586\";last_ip|s:13:\"41.60.234.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680875226;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c21571e70925357fec6ea41751f74bd2e88e4bb2', '41.60.237.96', 1654873738, '__ci_last_regenerate|i:1654873738;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654861253\";last_ip|s:12:\"41.60.237.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654873515;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2163f0f77d0efa8c9b2c601aa6c33cec785fbce', '41.60.237.159', 1664288687, '__ci_last_regenerate|i:1664288687;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664202547\";last_ip|s:13:\"41.60.237.159\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664288645;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c21cbe6c27f2ec45ef2a0d684631811667738794', '41.80.97.52', 1666720765, '__ci_last_regenerate|i:1666720765;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666433512\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c23c64bbd73cf4b799711b24327aef31de4b7a63', '41.60.237.59', 1652369679, '__ci_last_regenerate|i:1652369679;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652364704\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652369354;remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c24088e3b13c9dd8b258728dc8565ab6218a3532', '41.60.232.140', 1662120418, '__ci_last_regenerate|i:1662120418;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662104843\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662120417;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2592af8470636318a966dfff2b2c5a543011a89', '41.60.236.83', 1661425596, '__ci_last_regenerate|i:1661425596;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c25a8c6361db0d0bdab94d06cd3fde38aa3903c3', '41.60.233.5', 1674572826, '__ci_last_regenerate|i:1674572826;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674500605\";last_ip|s:14:\"105.161.212.42\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674572277;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c25ac51067b00be38cab753349c39322c7ea6cf7', '41.191.105.91', 1652656231, '__ci_last_regenerate|i:1652656231;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c25cef93c52d3f9f5888de7b6e03720a4378159a', '41.191.104.44', 1653906702, '__ci_last_regenerate|i:1653906702;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653906353;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c25e001df340faef53a40ae9da16afa45bdfb826', '41.60.239.133', 1667317640, '__ci_last_regenerate|i:1667317640;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2674d4d9d605657db8215b5756c9746c2a98bb1', '41.60.232.170', 1672846142, '__ci_last_regenerate|i:1672846142;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672757553\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672844204;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c27f565220b3babdc9c02e0d0edcc9ba16ff5e38', '41.191.104.88', 1654380167, '__ci_last_regenerate|i:1654380167;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654379933;user_csrf|s:20:\"hn0vFDE6d7IAaUygBJ1c\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2a3bba6430f0a83d21652d41f42bc7987ab66e9', '105.163.30.121', 1661450583, '__ci_last_regenerate|i:1661450583;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661405405\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2a8e7c200e8fc179f0efa151968f6c7b0a10ece', '209.145.52.241', 1652613347, '__ci_last_regenerate|i:1652613347;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2b513d396a9c4cf392f197df25afaa7a3c4d820', '41.60.234.172', 1662736001, '__ci_last_regenerate|i:1662736001;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662723771\";last_ip|s:13:\"41.60.234.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662735080;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2b839ddad6886f68abc3ebef22573adf1605d15', '41.90.45.200', 1656347846, '__ci_last_regenerate|i:1656347846;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656335732\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2c9cf3815a75bc4125eab6b2385303027110bc0', '41.191.105.95', 1657047218, '__ci_last_regenerate|i:1657047218;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657047075;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2e7c619a5467aabb52a47caa4db17c077ad5bb0', '41.60.233.5', 1676041705, '__ci_last_regenerate|i:1676041705;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2e9ae4636cf6eb2149c2d279bb9272364b34aa7', '209.145.52.241', 1653413697, '__ci_last_regenerate|i:1653413697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c2f4bdf7d6c8d0f9e58e557b378f509987917a2d', '154.159.252.6', 1651443596, '__ci_last_regenerate|i:1651443596;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c311d507e19bd31fe59e7dbc7ef4bd0092710441', '105.163.50.229', 1659722051, '__ci_last_regenerate|i:1659722051;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;user_csrf|s:20:\"h5msXEUfdiBG3w9zegnp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c313c577d014b706c59c2c634061c6b7580051cf', '41.60.237.126', 1669649070, '__ci_last_regenerate|i:1669649070;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669473397\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c31bebb73dd160d26c926c4b1f8d306a2a1188ee', '41.60.235.80', 1673434572, '__ci_last_regenerate|i:1673434572;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673434264;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c32f917d3c0daa0d395b8cf11260549bfda835cb', '41.60.232.140', 1662218907, '__ci_last_regenerate|i:1662218907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3324408cf75a2abf18fe314983f01ee5bba4cc1', '41.191.107.225', 1653409976, '__ci_last_regenerate|i:1653409971;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653399521\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653409652;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3370dc9174d77f10df2ce56a7b174f5c188ac98', '41.60.233.29', 1680270266, '__ci_last_regenerate|i:1680270266;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680014694\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680270042;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c368fb8718cde0aa30a078e1a5d28107b84cfa89', '41.60.232.140', 1662359129, '__ci_last_regenerate|i:1662359129;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662217686\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662356752;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c36ffc6c9f171f0673416db519ebda0c5d38c4b5', '41.60.232.14', 1657896940, '__ci_last_regenerate|i:1657896940;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657813636\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657896551;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3790651cd002dcdd842c66511a71dd675284dc4', '41.80.98.64', 1653735272, '__ci_last_regenerate|i:1653735272;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c37effc00130d290a716e264c074666d81064c04', '41.90.37.211', 1660332493, '__ci_last_regenerate|i:1660332493;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c383ebb14abe8ecd2b886dac88c02c8594c1e4bd', '41.90.49.226', 1656476388, '__ci_last_regenerate|i:1656476358;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656439702\";last_ip|s:12:\"41.90.49.226\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";csrfkey|s:8:\"pvCTPN7n\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfvalue|s:20:\"GZVwzOhfxUBvJc7aCLlX\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c38aa0d0df609d06755772d62295cac764321ba3', '41.60.238.41', 1669390375, 'requested_page|s:27:\"admin/purchases/add_expense\";__ci_last_regenerate|i:1669390375;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669353557\";last_ip|s:12:\"41.60.238.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c394d1e6938a7e9f9f41b75fcfce947a6ac86033', '154.159.252.168', 1651491868, '__ci_last_regenerate|i:1651491868;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490203\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"8oXVtQF0JTS5jBYWzkaw\";last_activity|i:1651491860;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c396723792961cc89f063c44a8f4aed14a308278', '41.60.237.195', 1652116827, '__ci_last_regenerate|i:1652116794;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652041713\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3a43e0ee53d472086fbef2a427df34c25211d6d', '41.191.105.90', 1653141500, '__ci_last_regenerate|i:1653141402;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652968511\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653141500;user_csrf|s:20:\"4Aas9Bjo2kvi0tYcZUFl\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3acf3cd2c6cf7539bc3517a183945cf79c25a15', '41.60.236.83', 1661353564, '__ci_last_regenerate|i:1661353564;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661343584\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661352830;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3c174d6deb27d276cd33fdce72b4ffecb695fdd', '41.60.232.189', 1656774543, '__ci_last_regenerate|i:1656774543;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3dd4d311d1d329b6967221bbdfc0ed6b48a6450', '41.90.189.189', 1675024194, '__ci_last_regenerate|i:1675024194;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674931835\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675022550;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3df37899b9cb76025e8d00539090c74370fe7e8', '41.60.235.20', 1658999714, '__ci_last_regenerate|i:1658999454;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658931284\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3e1dcf57049a354c44fcb903967353b3bd7fad6', '154.159.252.6', 1651434765, '__ci_last_regenerate|i:1651434765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3e3b75937beb1af8dd86a763df1cfc10bf88d4b', '154.159.252.168', 1651491563, '__ci_last_regenerate|i:1651491563;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490203\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c3e7846a416e86fc4f964e9b312112c837fa896c', '41.191.104.103', 1654893292, '__ci_last_regenerate|i:1654893119;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654805575\";last_ip|s:13:\"41.191.105.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654893292;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c402470508f512a6c47300439ab2d590b98a4219', '41.60.234.100', 1668525411, '__ci_last_regenerate|i:1668525411;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668436624\";last_ip|s:13:\"41.60.237.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668525109;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c40607eacc0c93e3b065621c7d10b4060fe04643', '41.60.235.80', 1673440399, '__ci_last_regenerate|i:1673440399;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673439637;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c40d1f2d418a2c0c8fb7e0c8b82242af0ae32819', '41.191.104.98', 1655491785, '__ci_last_regenerate|i:1655491785;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655322204\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c413a5bd0dfc9debf1fc9dce8de2b8fbd69dc0bf', '41.60.233.29', 1680015929, '__ci_last_regenerate|i:1680015929;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679757169\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680015688;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c43c1c7f1d7e317a9a3760c00ce4ba08527c49d2', '31.13.103.116', 1653736545, '__ci_last_regenerate|i:1653736545;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c446dd05f9245116b583bd36934555979ba5c998', '41.191.107.220', 1653673071, '__ci_last_regenerate|i:1653673071;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653568495\";last_ip|s:13:\"41.191.104.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653670160;user_csrf|s:20:\"i0ZrdzVWte6saw7RSqjx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c45a59ac617591d60f721b9d6b5adc1529261890', '41.60.232.140', 1662034613, '__ci_last_regenerate|i:1662034613;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662012944\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662034585;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c46596e68c0da7ba4a364a254eb9d402dc152cb0', '154.159.252.99', 1674678630, '__ci_last_regenerate|i:1674678630;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674572120\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674678594;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c46f10f6ddea7bb27a0762f4709c404497a6f7fa', '41.191.105.90', 1654892264, '__ci_last_regenerate|i:1654892264;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654805575\";last_ip|s:13:\"41.191.105.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654892032;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4bb97e78b3b1949949e13836b8136d1e5da163e', '41.60.237.200', 1651754139, '__ci_last_regenerate|i:1651754139;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651754110;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4e9655d870cc0c1243429d27a3c89bfa52c9957', '41.60.232.140', 1662128523, '__ci_last_regenerate|i:1662128523;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662104843\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662125770;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4eaf9f53343bf3d583e5b09b7315a68a4d632dc', '41.60.233.5', 1675787485, '__ci_last_regenerate|i:1675787485;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675754168\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675786942;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c4efd112da8d128722442aed6ed23fed6e5ba886', '41.90.45.200', 1656393622, '__ci_last_regenerate|i:1656393351;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656346391\";last_ip|s:12:\"41.90.45.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1656393597;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c52b2bb1f2645a5c16eda611851c9b8e7d326c61', '154.159.252.6', 1651444091, '__ci_last_regenerate|i:1651444091;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c532f3aa52d13c399c425d91431509b96191f2c6', '41.90.189.189', 1674938228, '__ci_last_regenerate|i:1674938228;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674935950;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c53589223ff9d3a5f52b019134df9bd947c1e7f7', '41.90.37.211', 1660326768, '__ci_last_regenerate|i:1660326768;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5415f2f97193944b3721287a4ef717ca04f625e', '41.191.105.93', 1656967958, '__ci_last_regenerate|i:1656967955;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656871798\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c54402c3c54309e721f444594fa920c68b7eb4c5', '41.60.233.5', 1676210344, '__ci_last_regenerate|i:1676210344;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676131891\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676210314;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c548b730bbada2fe74edc4a0a989c83b852d2a42', '41.60.235.20', 1658579558, '__ci_last_regenerate|i:1658579558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c54b47efa3d94e31bf981905468ecc545a734dde', '154.159.252.6', 1651444412, '__ci_last_regenerate|i:1651444412;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c553459f5262bd89c9663cd06c8c8a4253fd072d', '41.191.105.89', 1654979750, '__ci_last_regenerate|i:1654979750;requested_page|s:15:\"admin/purchases\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c565e19cbe37b470214bc1f26ba0182c68311897', '41.90.37.211', 1660377285, '__ci_last_regenerate|i:1660377285;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660323018\";last_ip|s:12:\"41.90.37.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c570ad0d259c563fe3b6a1845276d573bae25859', '41.60.238.127', 1651658206, '__ci_last_regenerate|i:1651658206;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651657057;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c59717ba1288db058243ff4ccfffcada9af3f2f1', '41.60.238.241', 1667815437, '__ci_last_regenerate|i:1667815437;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667799728\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667815436;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;message|s:27:\"POS Sale successfully added\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5b24786c80bade2c83be4b34d499107cc73085a', '41.191.104.88', 1654378194, '__ci_last_regenerate|i:1654378194;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654375435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5c70ca1ddd0dd9dd11bb5d3b85fd05006cf4291', '41.60.232.254', 1671365540, '__ci_last_regenerate|i:1671365540;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671364310\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671365490;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5dc52353f8a4ebb88fe64ca76427cb0440c56ba', '41.60.239.115', 1655389459, '__ci_last_regenerate|i:1655389459;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655220230\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c5ed2673aeec18c871d286484b394943747489ed', '209.145.52.241', 1653679108, '__ci_last_regenerate|i:1653679108;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6099573f465738790f586775294e73bb08eb54c', '105.163.48.72', 1652643252, '__ci_last_regenerate|i:1652643252;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652201210\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6154ec70fc367528c10b8dc8a2507976a0adeb1', '41.60.232.254', 1672315089, '__ci_last_regenerate|i:1672315089;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672224279\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672315052;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c62c1233ceac70c29d7b2057544997594b1fde56', '41.60.235.7', 1662995142, '__ci_last_regenerate|i:1662995142;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6412ecc71ba9506dce9c66932124641a2f93b95', '209.145.52.241', 1652559724, '__ci_last_regenerate|i:1652559724;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6416b4318bb38ce01fd043b54da3128ef0a0699', '41.60.232.223', 1657550649, '__ci_last_regenerate|i:1657550649;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657550103\";last_ip|s:13:\"41.60.232.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657550582;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c64e0079f82398bc53a75f08ee5d8115c7c78aec', '41.60.237.16', 1666450821, '__ci_last_regenerate|i:1666450821;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666363950\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666450301;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c65a1befe0846419130504011631fab69cf6382b', '105.163.50.229', 1659699091, '__ci_last_regenerate|i:1659699091;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622232\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"6ar3MbKFIqe41E7YBkZy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6651c43a734ee144494a079734d63a7020d4b0f', '41.60.237.195', 1652199691, '__ci_last_regenerate|i:1652199691;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jKRXty9DV5be7k3Hw2ni\";last_activity|i:1652199509;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c674c9cc9b066dce848122aac28d4c033ce2289f', '102.167.176.5', 1654196338, '__ci_last_regenerate|i:1654196338;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654186374\";last_ip|s:14:\"197.177.142.74\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c676b25df8ed5ba1af0533a3a90c3e5ef2bff385', '41.90.189.189', 1675195529, '__ci_last_regenerate|i:1675195529;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675153471\";last_ip|s:14:\"197.248.61.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675194076;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c676e5e9be5b89ce6f91504233346a0150c874fb', '217.21.116.218', 1680886166, '__ci_last_regenerate|i:1680886166;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680866618\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680886115;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c68fd834b3ab3035e7cb35b1c23d4b9d9c725576', '41.80.96.28', 1663783001, '__ci_last_regenerate|i:1663783001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c69e1ab56e35fb2a94925e5bd0df3b6c42402c1f', '197.156.137.151', 1653327754, '__ci_last_regenerate|i:1653327754;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6a2beb71dfa41fc3a06c6c649e7bc38acc55a7e', '41.60.232.14', 1657980654, '__ci_last_regenerate|i:1657980654;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657892902\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657980313;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6affa06e257b7b2d441453a39de5afadcbdd207', '198.55.126.241', 1651423251, '__ci_last_regenerate|i:1651423251;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b2719a672bd7d12a0d0ec6f549a71a74c9e06d', '154.159.252.99', 1674679749, '__ci_last_regenerate|i:1674679749;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674572120\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674679710;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6b56f2356167d8652948e350ee8b00e666da5fd', '41.90.45.200', 1656347146, '__ci_last_regenerate|i:1656347146;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656335732\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6e6c6ce74b15b4c7f1c1117be8d7290983f222f', '41.60.233.85', 1664864833, '__ci_last_regenerate|i:1664864833;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664802478\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664864804;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c6ebff99fd162a1de3e8e1a7a9a2cd7b499f4461', '41.191.107.158', 1656060642, '__ci_last_regenerate|i:1656060642;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655974356\";last_ip|s:14:\"41.191.107.135\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656060331;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7008cb90c49ae248898825c762fedcece8d3e97', '105.161.36.2', 1668099027, '__ci_last_regenerate|i:1668099027;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c70cecbf34affb3f28b9e6af6f11940b7a7ea26d', '41.191.105.95', 1655321581, '__ci_last_regenerate|i:1655321464;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655237876\";last_ip|s:13:\"41.191.105.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c70e3224e1841b635c25267b4ac4c92ed68c290a', '41.60.233.253', 1679668782, '__ci_last_regenerate|i:1679668767;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679550974\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7252a15e548f0364c0fbff45662d682f51b6742', '209.145.52.241', 1653672177, '__ci_last_regenerate|i:1653672177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c740e0746a6a222087fd72166a9c2876dd3746e6', '41.60.238.178', 1655904992, '__ci_last_regenerate|i:1655904992;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655736225\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7469c3a785cf8ebe47a3b82f42984f8e844b321', '41.191.104.98', 1655492862, '__ci_last_regenerate|i:1655492862;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655322204\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ZSp5yjEd06nxsfXhrqPv\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c747f648aaebe6ca329af9992facf8ca68873cf0', '41.60.233.5', 1675871983, '__ci_last_regenerate|i:1675871983;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675869656;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c78e0009736a1cd0505dd809479ad704e3dd1ec2', '41.191.105.91', 1654806307, '__ci_last_regenerate|i:1654806307;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654721544\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7a4b50013029b2ca5912d28305fc70d80a88ef6', '41.90.189.189', 1675020407, '__ci_last_regenerate|i:1675020407;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674931835\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675020388;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7ad3593f990fe53575f30b6e783913309fbcacd', '209.145.52.241', 1652462849, '__ci_last_regenerate|i:1652462849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b47cf6c43cc3e5efa0d98797de6ea5871f78f6', '41.60.237.126', 1670252567, '__ci_last_regenerate|i:1670252567;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670082086\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7b6e72b565291cfcd42634ac61578d3d6c7f954', '41.191.104.83', 1651734958, '__ci_last_regenerate|i:1651734958;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7bf89532e87e08017b7d8f00edac8022a9ce479', '41.60.232.148', 1659538399, '__ci_last_regenerate|i:1659538218;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659516056\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659537843;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7c6feeb0c9e0e5425065bced0299ba54484f5e4', '41.191.107.220', 1653671955, '__ci_last_regenerate|i:1653671955;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653568495\";last_ip|s:13:\"41.191.104.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653670160;user_csrf|s:20:\"i0ZrdzVWte6saw7RSqjx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c7d4225add6dfc49846546cdfb0598613dd473d9', '41.60.235.76', 1654180168, '__ci_last_regenerate|i:1654180168;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654093063\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654180119;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c80e2e695653f2466fb8f60ac7a556a50486b5b3', '41.60.238.178', 1656420439, '__ci_last_regenerate|i:1656420439;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656342790\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656420437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c82863031266581c74d64392b301fa33ae89b91c', '41.60.237.59', 1653038983, '__ci_last_regenerate|i:1653038944;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652871070\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c82b688bf6f55d28dc575ecf71352066c3e3b618', '41.191.107.58', 1652801411, '__ci_last_regenerate|i:1652801411;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652785606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652801331;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c83379f8495b0f50506f07a9ad030b322317695c', '41.60.232.254', 1672315395, '__ci_last_regenerate|i:1672315393;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672224279\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672315395;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c860f36be7c66fc49ddafc47e381db4c3ac561d6', '41.60.235.80', 1673451498, '__ci_last_regenerate|i:1673451498;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673432959\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673443163;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c862e2aa3e8dc8219c51185a1bd280d5595edfb3', '105.163.1.219', 1663875816, '__ci_last_regenerate|i:1663875816;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663737159\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c862fc61fa5b2ebaa1d92c4c7719a357b88b3f02', '209.145.52.241', 1652877664, '__ci_last_regenerate|i:1652877664;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8715317c85f4f90ead5621cd18e7351fb6e5c00', '41.60.233.155', 1673277678, '__ci_last_regenerate|i:1673277678;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673098345\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673277639;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c874884af224759db27a21bd098c460641648a23', '41.60.232.148', 1659530951, '__ci_last_regenerate|i:1659530951;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c88ab7472a622201ed594dc12d49c0b8176be131', '41.60.232.168', 1676477360, '__ci_last_regenerate|i:1676477360;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c89fad2b325fdd6df2b0a274ce3f7b68e8b9b93e', '41.191.105.93', 1652650425, '__ci_last_regenerate|i:1652650425;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8a2d67746102ae3c3a355e09589b3dec631b726', '41.191.105.90', 1658503843, '__ci_last_regenerate|i:1658503843;requested_page|s:17:\"category/sweaters\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657640102\";last_ip|s:13:\"41.191.107.37\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658501656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8b991b1a9211aa66964e30851d5dedb3bfd47fa', '41.90.49.226', 1656440255, '__ci_last_regenerate|i:1656440255;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656411513\";last_ip|s:12:\"41.90.45.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8bd096e6b32e802d7bd40d4954edcd158c56f05', '41.191.105.91', 1652656389, '__ci_last_regenerate|i:1652656231;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8d516ebd3291e13306f241017d989054d9a1f69', '41.80.96.73', 1653738269, '__ci_last_regenerate|i:1653738269;error|s:122:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8da04273b424aae644793ab405b323bfcc7535c', '41.191.105.95', 1655323218, '__ci_last_regenerate|i:1655323218;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655320083\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c8f59c31975d0442c697261b7d50f859f1847f6d', '41.60.236.83', 1661180615, '__ci_last_regenerate|i:1661180615;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661146934\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c90c8551edec05f2ae6ddf29e1d50c77c34a80af', '41.60.236.83', 1661172647, '__ci_last_regenerate|i:1661172647;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661172398\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c91d3bb8d9057cd8fa727cf9593b4bfd7737e9bf', '41.60.237.146', 1661757840, '__ci_last_regenerate|i:1661757840;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c93fcd1fc378c6e338e5af021aa41274f54a8cf8', '209.145.52.241', 1652727504, '__ci_last_regenerate|i:1652727504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c958681a7bc9822ab09f2e1816b9b9010155aa09', '41.60.236.151', 1678201020, '__ci_last_regenerate|i:1678201020;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678168981\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678200980;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c959d470db740212f0a99b7c9419349bc261b0a9', '41.191.104.109', 1654375961, '__ci_last_regenerate|i:1654375961;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654375435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c971fb29070b55a12908b029c615c121c8aa7afc', '41.60.232.254', 1672225652, '__ci_last_regenerate|i:1672225652;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c979a01fb73f12a8e8d8980ce99300a7397a8a0e', '41.191.105.94', 1654723166, '__ci_last_regenerate|i:1654723166;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654721653;user_csrf|s:20:\"fJs8SeOLPhlYdgECjZXV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c979fc82089bddf448a27f4f02f6faf3cf901322', '41.90.177.170', 1675363421, '__ci_last_regenerate|i:1675363421;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675190798\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675363388;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c97bf4ae162954e987da338934e6d2250e02d21f', '41.60.233.155', 1672848888, '__ci_last_regenerate|i:1672848888;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672757553\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672847178;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c993ee054263dcc2581c52d697d03c6819af6c5b', '209.145.52.241', 1653908792, '__ci_last_regenerate|i:1653908792;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9a0b5b6735f8eee80aaa5ac1787152d7d579652', '41.60.235.241', 1680535531, '__ci_last_regenerate|i:1680535530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9b46d758228f9a9c0864f69a263b0bd1a296bd0', '41.60.238.178', 1656336091, '__ci_last_regenerate|i:1656336091;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656330730\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9c6a5eeb46a5b52a81a7be01d5b2cb85d9aac44', '41.60.233.5', 1676044778, '__ci_last_regenerate|i:1676044778;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675947973\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676043110;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9d35c91e49b714de01e5d9de1c7c2d19ea7cf12', '209.145.52.241', 1653672177, '__ci_last_regenerate|i:1653672177;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9dc7d3bf7c60d30bba403d63a35fc946532577d', '198.55.126.241', 1651423524, '__ci_last_regenerate|i:1651423524;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9ded18dbe25490f8e214c9559c54ba29eb0f098', '41.60.238.241', 1667818101, '__ci_last_regenerate|i:1667818101;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667799728\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667815851;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9e17a27717fa7939acb6d4529054f28b51d5859', '41.60.234.241', 1660909424, '__ci_last_regenerate|i:1660909398;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660906851\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9e9f8bceacd75be76b1fa87880b72122a11d853', '41.60.232.12', 1663145262, '__ci_last_regenerate|i:1663145204;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663135283\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663145226;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('c9f73dc939f610511f2fc7e617ae782c5c043570', '197.182.60.254', 1674768957, '__ci_last_regenerate|i:1674768957;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca327baca238288137e882b5ac4032377845cc7b', '41.60.232.140', 1662117052, '__ci_last_regenerate|i:1662117052;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662104843\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca42682e3456bc83d68f1e7dfcc789ffc1e96171', '41.191.104.46', 1652359414, '__ci_last_regenerate|i:1652359414;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652265674\";last_ip|s:14:\"41.191.107.138\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652358374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca4407b3d1452cc0b043853f3d86846f80d0ff4f', '41.191.105.91', 1652654942, '__ci_last_regenerate|i:1652654942;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca4fd61f5c0d8e597c1bb48d3146a6323bb8b3d7', '41.60.237.207', 1665155463, '__ci_last_regenerate|i:1665155463;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665065308\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665154975;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca56c15b6494ebd7248cd0e38a9ae3d2e92683bc', '105.163.50.229', 1659723475, '__ci_last_regenerate|i:1659723475;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;user_csrf|s:20:\"h5msXEUfdiBG3w9zegnp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca5cb40f82a9fddc0a54f96ee743bd0e0b45bf37', '41.60.239.119', 1654615791, '__ci_last_regenerate|i:1654615791;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca72f894bcb8136450c74f4caf5706ebc1ce7f60', '41.60.235.76', 1653489976, '__ci_last_regenerate|i:1653489976;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653484684\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca8eac40e817cd0e160216c9fdbd87a10660ba47', '41.60.235.76', 1653641290, '__ci_last_regenerate|i:1653641233;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653590412\";last_ip|s:11:\"41.90.44.57\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ca962ce9d944064de2455020561803ba131e1674', '41.191.107.211', 1655919057, '__ci_last_regenerate|i:1655919057;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"vOisAnpcok9Kh5CFU0Bw\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cab454ced19935205d4fd526c99649775e19a75b', '209.145.52.241', 1664968908, '__ci_last_regenerate|i:1664968908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cabe36f79d271634ffe3a4fa596d53a8b7bbda0d', '41.191.105.93', 1652652524, '__ci_last_regenerate|i:1652652524;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cac99b791e82c739fe327b4abe4726944b858726', '41.60.235.21', 1657032941, '__ci_last_regenerate|i:1657032941;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656947443\";last_ip|s:13:\"41.60.232.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657032893;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caf106c6db4549e0e076dafee4b467d184af0f3c', '41.60.233.155', 1673077626, '__ci_last_regenerate|i:1673077582;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673019483\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('caff466928c782a7fdd671ff2f30938e44178aed', '41.60.232.223', 1657550331, '__ci_last_regenerate|i:1657550331;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657540368\";last_ip|s:13:\"41.60.232.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657550310;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb31a8294de55afa76fafd00e17a7ddcd0b480d1', '41.60.237.59', 1652364556, '__ci_last_regenerate|i:1652364556;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652271371\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb47ccf03371e7fb9f17466980513d5eb202cee0', '41.191.105.88', 1652969173, '__ci_last_regenerate|i:1652969173;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652901280\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652968866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb63caefab27704d0b0e179929d5cec4fca6f189', '41.60.232.168', 1677251337, '__ci_last_regenerate|i:1677251337;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677164296\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677251055;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb676f3e778cf33f9f7204614a7cf83f36bda78f', '105.163.50.229', 1659992690, '__ci_last_regenerate|i:1659992690;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659886099\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb6c641e92737988ed1d8216c150cfa11f66391a', '41.60.239.115', 1655390941, '__ci_last_regenerate|i:1655390941;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655220230\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655390627;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cb6e235bdd490008878e84abec7162d391159ab2', '41.60.237.143', 1665643190, '__ci_last_regenerate|i:1665643175;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665572873\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665643187;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cba16e1f0f55d0e5509227e90dab95e062e103fc', '41.60.232.168', 1677514679, '__ci_last_regenerate|i:1677514679;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677338728\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677513833;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc31eb448686b085fadffaf4234581fb0452f60', '105.163.50.229', 1659898023, '__ci_last_regenerate|i:1659897999;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbc72a920678243e39a26ef2657a7c435307b4ff', '209.145.52.241', 1656096245, '__ci_last_regenerate|i:1656096245;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbd489d61104ebd3b7b27b4488c9514590b42cb1', '41.60.232.12', 1663306845, '__ci_last_regenerate|i:1663306284;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663250032\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663306845;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cbf050a9b6fb9c54b09f4ecfbeec503510d00afa', '41.60.237.59', 1653144299, '__ci_last_regenerate|i:1653144299;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653034204\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653144252;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc2a63df8431e22e7aca26c4cd9a5c90ababe119', '41.60.232.14', 1657814486, '__ci_last_regenerate|i:1657814486;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657726284\";last_ip|s:13:\"41.60.237.163\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657814449;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc7530faa2bfe0c4d67b05cb1c9593294b2a7c68', '209.145.52.241', 1655493997, '__ci_last_regenerate|i:1655493997;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cc93fc2363002af4af2cc75d0c1572e5fdf88401', '41.60.232.140', 1662392584, '__ci_last_regenerate|i:1662392584;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662373009\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";csrfkey|s:8:\"jz59ynrJ\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfvalue|s:20:\"XV6qlD5PfekQG47vrpsT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cca188358060bcba699f00e6d905f1c1ff42fae5', '41.60.235.76', 1654067588, '__ci_last_regenerate|i:1654067588;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654032766\";last_ip|s:11:\"41.90.35.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1654067586;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cca6f8a5423827e7ccc83335c3bb87d6772ccb1d', '41.60.235.76', 1653892219, '__ci_last_regenerate|i:1653892219;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653891849;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccacfb0b5cc2ea54669c3d49607958e0f83c9711', '41.191.105.235', 1652210124, '__ci_last_regenerate|i:1652210124;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652188290\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccb3d57455d4e9a774403870009e4c66a600fd7a', '41.60.235.76', 1653753790, 'error|s:130:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/shop/products?page=1\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccb652d4ebbc34b3af72d9ade0f59280105d891e', '41.60.232.148', 1659507204, '__ci_last_regenerate|i:1659507204;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccc36b0a786cb3925c445c72753aa96351f3ab05', '41.60.237.125', 1651672217, '__ci_last_regenerate|i:1651672217;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651671178;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"ur74tCno56Y1vsfwkebg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccc44dd8811ec24f1bf5a4e861e714ce5774e394', '41.60.232.255', 1673367076, '__ci_last_regenerate|i:1673367076;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673279516\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673367033;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccdcbda3766b357cc529006192847d766a2aeceb', '41.60.237.195', 1652184134, '__ci_last_regenerate|i:1652184134;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652183206;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cce35a6f3a3721e4a62db9511e321363093f3280', '41.60.238.127', 1651585605, '__ci_last_regenerate|i:1651585605;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cce9cc4c093c059da5796ec3a436160ccfde7d95', '149.56.150.61', 1667212556, '__ci_last_regenerate|i:1667212555;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cceb51da640999b00d79943985e6d88e0f496856', '197.182.60.254', 1674767268, '__ci_last_regenerate|i:1674767268;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ccec85081294328530c4a43bd5522f32c4beacb1', '41.191.104.95', 1651479125, '__ci_last_regenerate|i:1651479125;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd02230c6fd66f1f352519bda8cb12134b94acb8', '41.60.235.76', 1653489978, '__ci_last_regenerate|i:1653489978;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd19e41af896355032e72de47c40c6692679342c', '105.163.50.229', 1659718199, '__ci_last_regenerate|i:1659718199;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd58fd4162e1c6d622f960344ce09740f869038f', '41.60.237.98', 1660226805, '__ci_last_regenerate|i:1660226805;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660215472\";last_ip|s:12:\"41.60.237.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660226530;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd5d338ac1e3af477700a6e7320e03676f00cc04', '41.60.235.80', 1673450943, '__ci_last_regenerate|i:1673450943;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673432959\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673443163;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd6dd057aa9d46dd9de6c47ae24ebc099cba4632', '41.60.238.127', 1651585290, '__ci_last_regenerate|i:1651585290;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd8570ccb78e680b66b0c6325cd1a52980ad1186', '209.145.52.241', 1652724681, '__ci_last_regenerate|i:1652724681;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd859e3b55711571fcf9c420f36805d953daba56', '41.90.45.200', 1656393351, '__ci_last_regenerate|i:1656393351;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656346391\";last_ip|s:12:\"41.90.45.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cd91b5deca71cb179dc687b8dad80f8b9b24c943', '217.21.116.217', 1669665959, '__ci_last_regenerate|i:1669665959;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cda3b6a90e3c5e66fe5b57c9c2775de338d412c5', '41.60.235.20', 1658931460, '__ci_last_regenerate|i:1658931460;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdb75d82584f7e98891212e8cf771c62b6c15f1a', '41.60.232.140', 1662378107, '__ci_last_regenerate|i:1662378106;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdb9c70eaeb857967d8462e8cc5890c036a837fc', '41.60.235.76', 1653753730, '');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdd0e8ca70c6b4350ea5d83b679a0b0ca8ee7f5d', '41.60.233.5', 1676305009, '__ci_last_regenerate|i:1676305009;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676210582\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676304468;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdd2efe206feebe3a57fec5299c614eb6a91624f', '41.60.236.7', 1668948146, '__ci_last_regenerate|i:1668947898;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668944748\";last_ip|s:11:\"41.60.236.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668948146;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cdd37afd32eb46d7a4bd3ac9bfb481a3ef2bba38', '41.191.105.95', 1655320931, '__ci_last_regenerate|i:1655320931;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655237876\";last_ip|s:13:\"41.191.105.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cde6fc9fa34eed4815834ec208ec0e52a52be72f', '41.60.232.189', 1656757106, '__ci_last_regenerate|i:1656757106;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce00adc3f7820a7b7bd1c21de0761ce201f217f5', '41.60.238.127', 1651669517, '__ci_last_regenerate|i:1651669517;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651657057;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";user_csrf|s:20:\"ur74tCno56Y1vsfwkebg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce00c73cf76ca94d9baeaf7059c07ab0fe2cfa68', '154.159.252.6', 1651446962, '__ci_last_regenerate|i:1651446962;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651446130\";last_ip|N;avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651446631;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce06a222e4f8d94d23711823cc45374bed6f46f1', '41.60.236.83', 1661349672, '__ci_last_regenerate|i:1661349672;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661262188\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661349137;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce0776339c3494ce7f323e36fd98a424d7182efb', '41.60.237.146', 1661783293, '__ci_last_regenerate|i:1661783293;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661757840\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661781908;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce1e249993f5ba38a7d784fe98fb4e91a3b0ad3b', '41.191.105.93', 1654460741, '__ci_last_regenerate|i:1654460741;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce2776baa0920306cce29f4faa79f5feb15e51b6', '105.163.50.229', 1659697052, '__ci_last_regenerate|i:1659697052;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622232\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"y0rlQdzNGaDkZ2Tc1XMI\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce29eaae6225ecda7f12b444b5e08b3f39e51f21', '41.191.105.93', 1651960403, '__ci_last_regenerate|i:1651960403;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651960005;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce2e7ab482d208a6e104ff646318632257e09579', '41.191.107.151', 1652642887, '__ci_last_regenerate|i:1652642887;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652641980;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce3830f64648f4b303675f68f4b2b1d01cbe1666', '41.191.107.225', 1654090749, '__ci_last_regenerate|i:1654090749;requested_page|s:22:\"admin/products/view/76\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654001102\";last_ip|s:14:\"41.191.107.228\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce4255535f482a7ce426d7efc40edec9ff1ffdf0', '41.60.233.95', 1662616230, '__ci_last_regenerate|i:1662616203;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662441932\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce58b453d43dd491f2c524b76c7f80874861a940', '41.60.234.241', 1660920506, '__ci_last_regenerate|i:1660920506;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660909424\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce6bf5134b2c99b86b632043ed40b93e85e21021', '41.80.96.73', 1653735549, '__ci_last_regenerate|i:1653735549;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce6e34598b1c91b0575e357240c604850058dbd9', '41.191.107.150', 1652609517, '__ci_last_regenerate|i:1652609517;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce79d32cda4cd235f61e3838ed340967e71236e8', '41.60.237.163', 1657636397, '__ci_last_regenerate|i:1657636397;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce8f77208c7e5ac0aee1a168cc6167133f373314', '31.13.103.1', 1653736512, '__ci_last_regenerate|i:1653736512;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ce9a94c535e6cb4bab2f7cd3968013510a5addad', '41.60.234.241', 1660315250, '__ci_last_regenerate|i:1660314969;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660314713\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660315230;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb1543bab1b6a9eb60edf0f72bb037c2d849867', '198.55.126.241', 1651423865, '__ci_last_regenerate|i:1651423865;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ceb7c157f6b62556a0aa52906746944c4200c43c', '41.60.234.241', 1660288157, '__ci_last_regenerate|i:1660288157;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ced4b7b2a9ee96b5ca3376e034ce317581e3ef0f', '41.60.233.155', 1673104482, '__ci_last_regenerate|i:1673104482;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673077625\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673102289;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ced5c680c3dc6d104e3a20ac5ba7760777abd1b6', '41.60.236.151', 1678109722, '__ci_last_regenerate|i:1678109722;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677858642\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf10e329985f38156928d1e8be197bec3db11c9c', '105.161.181.147', 1674759226, '__ci_last_regenerate|i:1674759226;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674759145;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf1e1d2a2923c3c9e2f138ceb83db5dd2840168a', '41.60.235.76', 1654064895, '__ci_last_regenerate|i:1654064895;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654064841;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf2a25528ecb18819f14d332932b68d3eb4eb7d1', '41.90.49.226', 1656440501, '__ci_last_regenerate|i:1656440255;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656411513\";last_ip|s:12:\"41.90.45.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf35697eaffdb36e25a384455142bddc65f6bbb4', '41.60.235.76', 1653558695, '__ci_last_regenerate|i:1653558695;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653487516\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653558691;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf3c1001c17a6e85c5b573736ae7ea730028bd53', '105.163.40.83', 1652124829, '__ci_last_regenerate|i:1652124829;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652116825\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf53514270c81914c6ff46ec369f0eefded326b5', '41.60.233.155', 1672933537, '__ci_last_regenerate|i:1672933537;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672844707\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672931267;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf559e45510c300bf02a22fcc1e482024b3d08d6', '197.156.137.151', 1653328192, '__ci_last_regenerate|i:1653328112;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653321084\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653328130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf5c751acfe712728617f86703627e8a0a1963bd', '41.60.233.85', 1663858114, 'requested_page|s:30:\"admin/pos/getProductDataByCode\";__ci_last_regenerate|i:1663858114;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663850112\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663857960;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf6391028f13bef960d1f8feabb5ff26de75a5f8', '41.191.105.93', 1657469144, '__ci_last_regenerate|i:1657469144;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657466580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf7577a65f71afae09965a90ce5cdd9a27c82e1a', '41.60.232.140', 1662205518, '__ci_last_regenerate|i:1662205518;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662116819\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662205230;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf783bb0a44c6488d5a8cf5d6b9362e7d5aec943', '105.163.48.250', 1660850259, '__ci_last_regenerate|i:1660850259;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660846337\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf8d898e6e354615e1d55828212b0266dd0b06a3', '197.248.117.169', 1676006074, '__ci_last_regenerate|i:1676006073;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf920be04809c23cb29ae5a98f7940c055d39652', '41.60.232.254', 1672242008, '__ci_last_regenerate|i:1672242008;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cf9b84a93df6bdc7e698b6c2fd212c4cbf542a81', '41.60.237.59', 1652435389, '__ci_last_regenerate|i:1652435389;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfb5762f780fd7ffdf5748ff622fe28b1f96113b', '41.60.235.147', 1677597234, '__ci_last_regenerate|i:1677597234;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfcceb9473356d953c255a0fdfcbc93a03fe8055', '154.159.252.6', 1651443249, '__ci_last_regenerate|i:1651443249;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfd0e4990e6ca05b5687ec089aeb532725bb7adf', '41.191.105.94', 1652776007, '__ci_last_regenerate|i:1652776006;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652722801\";last_ip|s:14:\"41.191.107.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfd4b622dff80bad5a255af704f94ff9fc08d8fd', '41.60.234.165', 1680792043, '__ci_last_regenerate|i:1680792043;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680697399\";last_ip|s:13:\"41.60.234.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680791924;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfe79bad48e616583bf2368c4dad9ea06e3d01a2', '41.191.105.93', 1657471099, '__ci_last_regenerate|i:1657471099;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657469519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfeacfdc9d40dc8325ff4f270496e982b60f54f2', '209.145.52.241', 1664894120, '__ci_last_regenerate|i:1664894120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('cfeea4d6b93a82582f8f3b15d8ab7008e7cd2989', '41.60.236.151', 1678284971, '__ci_last_regenerate|i:1678284971;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678199738\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678284920;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d032ef23fc2b264ce9198b4d7ccad6833b473c45', '41.60.232.14', 1657984003, '__ci_last_regenerate|i:1657984003;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657892902\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657982430;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d057336f57e17d30dd51cc9f18e3958d7d3c2857', '41.191.107.52', 1656357925, '__ci_last_regenerate|i:1656357635;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0574e2d601c465de2870d820f751fdeccb405b7', '41.60.235.20', 1658581316, '__ci_last_regenerate|i:1658581316;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0608fecfc275bc9adb76f85eaa3fd2bcc0aefce', '41.60.237.200', 1651764515, '__ci_last_regenerate|i:1651764435;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"v4K3AY5ESaWIknut6Cre\";last_activity|i:1651764514;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d07fc559140f20db20fadc133db417f562fd4b71', '41.191.105.93', 1657466497, '__ci_last_regenerate|i:1657466497;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657466448;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d085de8d9e2873a1383d0187e81741e7d6d65737', '41.60.237.143', 1665673874, '__ci_last_regenerate|i:1665673872;requested_page|s:11:\"admin/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d09555d41105e567e193506cec92bdc3e7c196e8', '41.60.237.200', 1651755143, '__ci_last_regenerate|i:1651755143;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d09602b14341e634340344a8b967d07b12242df5', '41.191.105.93', 1651961150, '__ci_last_regenerate|i:1651961150;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651960005;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0a1f2271d3092c97710461cc665cfecb6d0064a', '41.60.236.7', 1668945508, '__ci_last_regenerate|i:1668945507;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668870620\";last_ip|s:13:\"41.60.238.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0b0756bbe7c7b9da02d7cee9dcd3810be53849b', '41.191.105.91', 1657472493, '__ci_last_regenerate|i:1657472493;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657469519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0c898e500e4a974bacd955a2ab45907c49abf12', '41.60.234.241', 1661146937, '__ci_last_regenerate|i:1661146790;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661001568\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0d91734c169f54dace25d7a1fe33bf96b43811c', '41.60.238.178', 1656422477, '__ci_last_regenerate|i:1656422477;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656342790\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656422360;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0de109f03625cfe2ecf7d81667e96049d78ccd4', '41.191.105.92', 1652635360, '__ci_last_regenerate|i:1652635360;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0e81c11a6653804be23598ce49d6f24ae4dc15e', '41.60.235.80', 1673438826, '__ci_last_regenerate|i:1673438826;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673437906;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0ea37652ed8444130c9c313f41f39c0a41be86c', '41.60.233.155', 1672848889, '__ci_last_regenerate|i:1672848889;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d0fd0ba73f9c01e7f8690e17f307d2157ac5f6dc', '41.60.232.140', 1662044767, '__ci_last_regenerate|i:1662044767;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662012944\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662042164;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1078984215fa76c2c3afc759a83fdd6918e9947', '41.60.233.155', 1673108744, '__ci_last_regenerate|i:1673108744;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d154fc6e68f145fc1f4b3bb79c7c8aa91875c4bf', '41.60.232.140', 1662037548, '__ci_last_regenerate|i:1662037548;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662012944\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662037260;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d15811e64b2d8fff87f11c586d54be428099280c', '41.60.233.155', 1673277289, '__ci_last_regenerate|i:1673277289;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673098345\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673277260;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d167d46c972b773580e5c255ca47d7c2a32d9905', '41.191.107.225', 1653400867, '__ci_last_regenerate|i:1653400867;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653400102;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d17fad48b900584e0b9070096256f8d04fc0b358', '197.248.117.169', 1668085563, '__ci_last_regenerate|i:1668085563;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1665394622\";last_ip|s:13:\"41.81.213.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d18086c6e143de6214e4d6c31de176f03aa4b014', '41.60.235.76', 1653753771, '__ci_last_regenerate|i:1653753771;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d18c653db5701c7b806e04104fcae6df7a2e5a39', '197.136.9.5', 1656133077, '__ci_last_regenerate|i:1656133077;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1bd11c6293e21d14df59fe5e9f5d6111d042468', '41.191.107.43', 1655151276, '__ci_last_regenerate|i:1655151276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1cf36c4fde7702dfad4d7f21cd288eaa1bcf36b', '41.60.238.178', 1656341806, '__ci_last_regenerate|i:1656341806;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1cf91d880d5e3cbfef99434908abef396104eaa', '41.191.107.201', 1654452724, '__ci_last_regenerate|i:1654452724;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654452066;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1d48fdde628d97625e6b65e57592e3005a5dc45', '41.191.104.109', 1654375354, '__ci_last_regenerate|i:1654375354;error|s:155:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1dcaea56b4817a01917504dedf9da6dfb5a01e2', '41.60.232.254', 1672416214, '__ci_last_regenerate|i:1672416214;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672329136\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672408838;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1e8a39358bb4dce766fb351f3b267f9b1d1eced', '41.90.184.209', 1658339310, '__ci_last_regenerate|i:1658339310;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658329677\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658339280;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1f283abf5758e21d1c9c790084fe89d456bcaa0', '41.60.233.5', 1676304018, '__ci_last_regenerate|i:1676304018;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676210582\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676303986;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1faca8d2cf8cc0555c5227e8daa1ace4585175e', '41.60.234.172', 1662788969, '__ci_last_regenerate|i:1662788891;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662731341\";last_ip|s:13:\"41.60.234.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d1ffb2f580256d89783382b0fed1a48b70a343e6', '41.60.233.85', 1665068869, '__ci_last_regenerate|i:1665068869;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664981133\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665066672;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d21bc3126e2dfafa39eb4681dd22b3ced797c2dd', '41.90.50.105', 1660567834, '__ci_last_regenerate|i:1660567751;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660373280\";last_ip|s:12:\"41.90.37.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660567834;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d221cc3353aa9f4eee293a9b0d53f1fd5480bf66', '41.60.234.241', 1660548961, '__ci_last_regenerate|i:1660548961;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d249596935dc48202ef26d875165fb44d8adeaea', '41.191.105.92', 1651920551, '__ci_last_regenerate|i:1651920551;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d24d520ecacb14e6c685d3fa5b746d23d5c5517a', '41.191.105.89', 1658502267, '__ci_last_regenerate|i:1658502266;requested_page|s:17:\"category/sweaters\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657640102\";last_ip|s:13:\"41.191.107.37\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658501656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2bc3e658bc6ad85d1a9d390eff562bac4af71ed', '41.60.239.115', 1655132690, '__ci_last_regenerate|i:1655132690;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2ca11824945f1203eb3863c3146a3179d13f74a', '41.60.232.254', 1671552216, '__ci_last_regenerate|i:1671552216;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671466975\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671551506;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2d25a252131be642037ee8aa1f0a47b0985b0ed', '41.60.238.178', 1656059437, '__ci_last_regenerate|i:1656059437;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656058776\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2d4d1874305004bde6dc8f288fda7ca58cadded', '41.60.237.200', 1651761982, '__ci_last_regenerate|i:1651761982;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"v4K3AY5ESaWIknut6Cre\";last_activity|i:1651760822;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2dd92ee466228e0d48c95a1ed1fa3ceab0bfeed', '41.60.238.127', 1651657516, '__ci_last_regenerate|i:1651657516;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651657057;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d2e602e341d2fc685355155fb388bf8d73fe5351', '41.60.235.80', 1673621423, '__ci_last_regenerate|i:1673621423;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673535147\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d303595c3c930740a1982bcf078fc536233c6ec9', '41.60.234.241', 1660299374, '__ci_last_regenerate|i:1660299374;error|s:37:\"<p>Login Failed, Please try again</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d31408712b0a99b7333254dd3c3fb6343a3ef6cb', '105.161.98.15', 1661785204, '__ci_last_regenerate|i:1661785188;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d322614e6c36ba84620eb03c2b9d4f2507ef931e', '209.145.52.241', 1653672279, '__ci_last_regenerate|i:1653672279;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d329f48668f6dbaf39f9f8343610dff8d340ab1b', '41.60.233.85', 1663931623, '__ci_last_regenerate|i:1663931621;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663913217\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663931621;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d348ce55f26b20b640a9d778ab52cc579f79c30e', '41.191.105.93', 1652651575, '__ci_last_regenerate|i:1652651575;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d358ae5cd16cf4d4e0a98d46e69b20ad28a1a3e3', '41.60.237.126', 1670337682, '__ci_last_regenerate|i:1670337682;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670252579\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670337519;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d36310cbf3e28e7d1e05766a85b9e0ccd312119d', '41.60.237.59', 1652365709, '__ci_last_regenerate|i:1652365709;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652363828\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"scEot4r51fJzMIBmW0RF\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d366ec458cdb32fcb47a342495bbf56538b34d89', '41.60.235.224', 1670681082, '__ci_last_regenerate|i:1670681082;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595457\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670680787;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3689aadbe3265cef64d19be268bfec9eccda7a7', '41.60.233.115', 1680361519, '__ci_last_regenerate|i:1680361519;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680268210\";last_ip|s:12:\"41.60.233.29\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680361484;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d394c866d8b565ef0b7b51608dd4edd7e057775e', '105.163.61.45', 1662053968, '__ci_last_regenerate|i:1662053968;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"bnu2OFL8drqUBaSczsmD\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d398831dcd790c8f0c1807930e694c77d1141e68', '41.60.232.170', 1672670610, '__ci_last_regenerate|i:1672670610;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672498390\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3a282f474aee37ddeabca93453b8eaa4e42e7a1', '41.191.107.225', 1654096034, '__ci_last_regenerate|i:1654095783;requested_page|s:22:\"admin/products/view/76\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654001102\";last_ip|s:14:\"41.191.107.228\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3a5707a3e209f97b0413267398a11e3db3ec791', '41.191.105.95', 1653139007, '__ci_last_regenerate|i:1653139007;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652968511\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653138105;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3b1070d17e9d653c5343b9b8685a506359f4afe', '154.159.252.99', 1674679354, '__ci_last_regenerate|i:1674679354;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674572120\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674679267;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3bc1f5a10815ed4d1b0959606a5f4f8d7a32a3e', '41.191.107.220', 1653674480, '__ci_last_regenerate|i:1653674480;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653568495\";last_ip|s:13:\"41.191.104.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653673700;user_csrf|s:20:\"i0ZrdzVWte6saw7RSqjx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3c5834db9052388a525303b0efc88255c2b909a', '41.60.235.241', 1680533806, '__ci_last_regenerate|i:1680533806;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680360915\";last_ip|s:13:\"41.60.233.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680533754;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ce4999cec4b23ffec1d1022a43e9cc38c2a5bf', '41.60.237.200', 1651853086, '__ci_last_regenerate|i:1651853086;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651842412\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651852350;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"AJT0xLFgErCyOnYKtRSQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3ceb5f5120d7cd919d9051c424ba1fdf0bc3a28', '41.60.237.200', 1651735858, '__ci_last_regenerate|i:1651735858;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"GQPHNLxiOEAy4fmp6tdq\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3d355ddb64d0839d1c6bbb0ceffd469647f5951', '209.145.52.241', 1664894119, '__ci_last_regenerate|i:1664894119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3e09f0b50b65b9f6a7864dc8587b3c9c3646472', '41.60.235.97', 1679306972, '__ci_last_regenerate|i:1679306972;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678804479\";last_ip|s:13:\"41.60.234.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3e2ccab9ed97918ee47ef18ab67bebb8e8fce47', '41.60.232.223', 1657526483, '__ci_last_regenerate|i:1657526483;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657292722\";last_ip|s:13:\"41.60.233.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657526444;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f3362dfa2a408780431f03b122c65e2de54b33', '41.60.235.80', 1673450200, '__ci_last_regenerate|i:1673450200;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673432959\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673443163;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f5d3be2dc0bee23ba9374f91e6fa2ea21a9d94', '41.191.107.150', 1652612091, '__ci_last_regenerate|i:1652612091;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;user_csrf|s:20:\"yz5V197LPvnAjcDsUmxr\";remove_pols|i:1;message|s:27:\"Purchase successfully added\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d3f9ec679b9c713883c1fcfa71e58dbede2886f0', '41.60.234.100', 1668611306, '__ci_last_regenerate|i:1668611306;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668523812\";last_ip|s:13:\"41.60.234.100\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668611008;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d42c4e366ae5e08a5b4ec74f988fa689f57ec331', '41.60.237.158', 1661434558, '__ci_last_regenerate|i:1661434558;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661434435;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4305740ba7f97d206df469c52035eb05b880eca', '105.163.56.70', 1663180471, '__ci_last_regenerate|i:1663180471;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d43f5c7e0d04c07fae427edd46e45978eeae97f8', '41.60.232.148', 1659451747, '__ci_last_regenerate|i:1659451747;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659441549\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";error|s:126:\"Access Denied! You don\'t have right to access the requested page. If you think, it\'s by mistake, please contact administrator.\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d44a70e481ca329cef8c37f2cb08b3156ffbc078', '41.60.237.59', 1652273628, '__ci_last_regenerate|i:1652273628;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652273248;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"iUE4lqdpx60rMPGOLCSe\";remove_pols|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d46875431721088daecacf058389cc5a0a8f9b5e', '41.90.189.189', 1674936935, '__ci_last_regenerate|i:1674936935;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674935950;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4aad3198cf3f1d5957ee69b8dae93c63e40ea8d', '41.60.232.254', 1671811264, '__ci_last_regenerate|i:1671811019;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671777437\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671810184;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4b3b00f340558f2bfc005f4eb985d8e100880fb', '217.21.116.218', 1680872940, '__ci_last_regenerate|i:1680872940;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4c6be62cb09763140e652c0005f276689ba9b0f', '41.80.98.64', 1653733080, '__ci_last_regenerate|i:1653733080;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4d642bc9dab1b2cf88b0526089665e46d47568a', '41.60.233.5', 1674056921, '__ci_last_regenerate|i:1674056921;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673968945\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674056684;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4e7142755d74f5a31bd1fb6184c74f6409d6277', '41.60.232.14', 1657984651, '__ci_last_regenerate|i:1657984651;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657892902\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657984596;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4e7576a4d4fbf7f8b141653deb70bbe74fdc318', '41.60.237.126', 1669822172, '__ci_last_regenerate|i:1669822172;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669734843\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d4f52b81fe4630a276faaa08e4b366b25cc7ff83', '41.60.239.144', 1654528390, '__ci_last_regenerate|i:1654528390;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654356552\";last_ip|s:13:\"41.60.236.239\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654528362;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d509bdd22ce99844be989dff9ee633cc12fa77a9', '41.60.237.59', 1652276691, '__ci_last_regenerate|i:1652276691;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652276610;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"CvrgzE5s8WlSNGV2ceBm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d51c5d1d491bc230967cb425d269fc2afe3224c5', '41.191.104.41', 1651761451, '__ci_last_regenerate|i:1651761451;requested_page|s:9:\"admin/pos\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651734958\";last_ip|s:13:\"41.191.104.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651760541;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5226fed91f058d753d3dc2caf194d8632b6704d', '41.60.237.159', 1664265949, '__ci_last_regenerate|i:1664265948;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d524ed22b8274dbf363afcfbb9db21d26ae245dc', '41.90.216.111', 1675156225, '__ci_last_regenerate|i:1675156224;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d528f410903b6ba25e7f809ad66f6b49bcca27bf', '41.60.238.127', 1651656757, '__ci_last_regenerate|i:1651656757;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651651587;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d544fc51bc9f67b7cad0abf770d087ae76592c70', '41.80.97.52', 1666628065, '__ci_last_regenerate|i:1666628034;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5472f00e465d78eba4faed5fc89e687657b1ba2', '41.60.237.195', 1652090405, '__ci_last_regenerate|i:1652090405;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5485ecc499f8ef855015a5a951692488d5aaed1', '31.13.127.119', 1664176059, '__ci_last_regenerate|i:1664176059;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d55211e0b167231f6484b11826f294e4f9f2fec1', '41.191.105.88', 1652626044, '__ci_last_regenerate|i:1652626044;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652626004;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5544400854c6eaae0c3800b7ab77e3e25681cf0', '173.252.95.4', 1675946948, '__ci_last_regenerate|i:1675946948;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d574ad6dab4b68e7f52dc67a497bdc1cd5cd91dc', '41.60.232.168', 1676389035, '__ci_last_regenerate|i:1676389035;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676303007\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676388340;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58d1d9c2b85fc75147262d66302f3f573785d05', '41.60.235.76', 1653308768, '__ci_last_regenerate|i:1653308768;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653143911\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653308246;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58d8487883d94e6a0be0af0f9b7b19d9ce80aac', '41.60.238.62', 1668699605, '__ci_last_regenerate|i:1668699605;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668610601\";last_ip|s:13:\"41.60.234.100\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58e1bc1d2ee77871af5c9f5b119ebe513ea0c0e', '102.1.149.20', 1653736054, '__ci_last_regenerate|i:1653736054;error|s:155:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/themes/default/shop/assets/css/styles.min.css\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58e5a3060d291645a1ceafda5381d45f0d77ec6', '41.191.105.91', 1655238177, '__ci_last_regenerate|i:1655238177;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655221853\";last_ip|s:13:\"41.191.105.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d58f96d12cb80c558dd669736f6559de0456d989', '41.90.187.80', 1663004992, '__ci_last_regenerate|i:1663004989;requested_page|s:18:\"admin/pos/view/541\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5a47c600896775bcdd9f0a20bab08f33c0b135c', '41.60.232.148', 1659418140, '__ci_last_regenerate|i:1659418140;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659355947\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659417928;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5a7482d68b482bb8eefbb3e64277e265d4b4fdc', '41.191.107.52', 1656353819, '__ci_last_regenerate|i:1656353819;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5b8167755d390ef21cec5bf980c9086f4dbe05d', '102.7.145.55', 1651640961, '__ci_last_regenerate|i:1651640961;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651497801\";last_ip|s:14:\"105.160.31.183\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651640289;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";user_csrf|s:20:\"7oFSE0bhJcKBkVtnX2Tg\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c3ad01b8f2f3a89ce4f5857d61f699a7a9a8c0', '41.60.233.116', 1659623336, '__ci_last_regenerate|i:1659623336;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622208\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"BSKxY1Ft9iEzyCdvaqLm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c3fcb91d80a5a1df929d0d6fa51a5dd1ef0944', '41.191.105.94', 1652906274, '__ci_last_regenerate|i:1652906274;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652875650\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652901612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c800adfa0d4bf2781602dcd7bcf981750e7d66', '41.60.233.5', 1675761594, '__ci_last_regenerate|i:1675761416;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675761593;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5c9d631d68dd4182b725ae8a10337b10690521f', '41.60.237.195', 1652192107, '__ci_last_regenerate|i:1652192107;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ME8NsKv0OH2BY1bQmf7P\";last_activity|i:1652190094;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5caf39d42c2704ee613cec35c1098256fd34db9', '217.21.116.218', 1680885817, '__ci_last_regenerate|i:1680885817;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680866618\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5d00120f03bba17dd7a4cae9873328561854326', '209.145.52.241', 1653673188, '__ci_last_regenerate|i:1653673188;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5eec1990e6f3a50a286b880646f5057a438cdc1', '154.159.252.6', 1651427302, '__ci_last_regenerate|i:1651427302;error|s:119:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/pos/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d5f83c9b9c495a221cca6a8d1ab1851c8c9bbb3b', '41.60.237.200', 1651744324, '__ci_last_regenerate|i:1651744324;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651743277;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"1ei8umfPNbaCTSvKty4Q\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d62b87cba61e3f8b82ff32a22aab00d5091900a8', '105.163.61.45', 1662049822, '__ci_last_regenerate|i:1662049822;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d63b53ded13324930e7bd73e7cf2618d2eb98014', '41.60.233.5', 1673886518, '__ci_last_regenerate|i:1673886518;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620688\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673886436;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d64fd865a96d2f169b3ab18084e0eec6e806656d', '41.60.238.241', 1668267227, '__ci_last_regenerate|i:1668267227;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668178535\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668266841;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d65fabaef7a074e13b97f9cab8a591c18c44e3ec', '41.191.107.58', 1652803814, '__ci_last_regenerate|i:1652803814;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652785606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652801411;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d66b7b72a313e4152439c85e486615d97fc1ffb1', '41.60.232.14', 1657980313, '__ci_last_regenerate|i:1657980313;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657892902\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6853dda9f51bc71e46da2069adf8778ea31977f', '41.191.107.158', 1656058719, '__ci_last_regenerate|i:1656058719;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d697fa92d00b8e46bf31d2d352a19ae7e78907e1', '41.191.104.44', 1653908125, '__ci_last_regenerate|i:1653908125;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b1c595f142f8239aab6d3d4d0151bdce1c6fd9', '209.145.52.241', 1671773371, '__ci_last_regenerate|i:1671773371;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b5e3123b6e45a34cc292f805b6f16196b823a1', '173.252.107.16', 1653959268, '__ci_last_regenerate|i:1653959268;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6b8ca893150391eb438286345c1892af3be5ad0', '41.60.236.239', 1654357821, '__ci_last_regenerate|i:1654357817;requested_page|s:15:\"admin/pos/sales\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6cc46bfb3b88f8e76cc9297fea15e63fdb80bbb', '31.13.103.24', 1653736504, '__ci_last_regenerate|i:1653736504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d6cd7e2555d5f5075d0124dac63aaeb45d9c03d8', '41.191.105.232', 1656353118, '__ci_last_regenerate|i:1656353118;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d70a3923143a09da7c2740dbd1580589d468f20c', '41.60.238.178', 1656068715, '__ci_last_regenerate|i:1656068715;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656068230\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d70f9bd2a411daadf720c9002f9b59666964b0c8', '41.60.236.83', 1661266045, '__ci_last_regenerate|i:1661266045;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661233091\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661262385;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d713932081ed88764f3228cf3983a266dd2c89bc', '41.60.234.100', 1668525108, '__ci_last_regenerate|i:1668525108;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668436624\";last_ip|s:13:\"41.60.237.111\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668523974;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7370ebea4b9bcae711db63b7e8f782b3657a087', '41.60.233.95', 1662611537, '__ci_last_regenerate|i:1662611537;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662441932\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d73b605ec985e00e2fee4def522202afad57c353', '197.248.117.169', 1675314436, '__ci_last_regenerate|i:1675314436;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d780a74b44d94a75357b6cc6765dcc816cae5e34', '41.80.98.64', 1653738281, '__ci_last_regenerate|i:1653738281;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d78699d0793fbcbb76f377de5278baeb5f45380f', '41.60.237.158', 1661594553, '__ci_last_regenerate|i:1661594553;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661579002\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661593999;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d78e6a8af014cc885e7b472830009a2aa57593fb', '41.191.105.92', 1652631796, '__ci_last_regenerate|i:1652631796;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d79b96423352995fecc190571aac35d3cf5920fe', '105.161.136.12', 1673466008, '__ci_last_regenerate|i:1673466008;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673442353\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673462563;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"i6vufWdY3Ah7KzRIpGgs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7a2ce0fe4c7439c8ccb949df60cfb7abefd8a14', '41.60.237.143', 1665757501, '__ci_last_regenerate|i:1665757501;requested_page|s:15:\"admin/sales/add\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665672613\";last_ip|s:13:\"41.60.237.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665757469;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7b84b0770c529b2169cbfb1e17c10750eb233f4', '41.60.232.14', 1657984530, '__ci_last_regenerate|i:1657984530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7e83074d9ac6274722d267ea210bed16a42883e', '41.60.233.5', 1675956730, '__ci_last_regenerate|i:1675956730;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675953513;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7e8d3aa8537e2194ae38f0a87f99c23326297b0', '105.163.61.45', 1662400970, '__ci_last_regenerate|i:1662400927;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662385372\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7f58f13da2e30928e4e5c9166de8e11b9603f91', '41.60.233.5', 1675783711, '__ci_last_regenerate|i:1675783711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d7f967a32f530ffd412a4f1dec31b486fafcf49b', '41.191.104.74', 1653754310, '__ci_last_regenerate|i:1653754310;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d818a9924ee00ae309c5179d35a1c304a630519a', '41.60.238.241', 1667920320, '__ci_last_regenerate|i:1667920320;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667834114\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667920099;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d81cf6a5a845aae953090f5fda6a6d28e4276a8a', '41.191.105.93', 1652785755, '__ci_last_regenerate|i:1652785606;requested_page|s:29:\"admin/reports/quantity_alerts\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652774909\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652785687;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d82ca552e3dca3dfa7925054e1285c7fb290eec4', '41.60.232.148', 1659530907, '__ci_last_regenerate|i:1659530847;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d82cc6e6bbcb4e9559e28149a47b7ff6725539af', '41.60.232.223', 1657540463, '__ci_last_regenerate|i:1657540368;requested_page|s:13:\"shop/products\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657524966\";last_ip|s:13:\"41.60.232.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d82df461e643657b42ed07f6462be5c0f0b7914b', '209.145.52.241', 1653807399, '__ci_last_regenerate|i:1653807399;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d834eaa3e935124449531ce2579d0cb7add74ff3', '102.1.149.20', 1653807567, '__ci_last_regenerate|i:1653807565;requested_page|s:13:\"cart/checkout\";identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1653807038\";last_ip|s:12:\"102.1.149.20\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d843bbb482aad09c1274b5589447ba8848b775ef', '217.21.116.214', 1672853130, '__ci_last_regenerate|i:1672853130;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8450c5d265930754b9c6503bdc750b1970a9e7e', '41.60.232.223', 1657526931, '__ci_last_regenerate|i:1657526931;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657292722\";last_ip|s:13:\"41.60.233.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657526838;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d845fd5ae968ca11869c833295e4040084e6bca6', '105.163.34.63', 1657742267, '__ci_last_regenerate|i:1657742267;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657258061\";last_ip|s:15:\"105.161.196.119\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d85409adaf593ff633992bd45acdc08d5acc1e70', '41.80.98.64', 1653732678, 'error|s:130:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/shop/products?page=1\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8541d1905614b5a3cad2fe80a92f2f02f59380e', '209.145.52.241', 1656096245, '__ci_last_regenerate|i:1656096245;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8553e0193ea7bee58f6a758baed549f6daf8bf9', '41.90.189.189', 1674932837, '__ci_last_regenerate|i:1674932837;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674932805;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d86060e2d24b0eca51359b17c9d6b56a58790e61', '105.163.48.250', 1660852058, '__ci_last_regenerate|i:1660851798;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660842660\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d86bdca1e18d432cf1d1060f013b06b9a5641585', '41.191.104.40', 1657701704, '__ci_last_regenerate|i:1657701704;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d86cae98347ad0439739f5733b1c9a2a26aa77a1', '41.60.237.59', 1652803843, '__ci_last_regenerate|i:1652803843;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652782073\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d882bc2ae7eb5ad6ff9d7c896a204112bcc9691d', '41.191.107.211', 1655924859, '__ci_last_regenerate|i:1655924859;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AbfXqCgk0sv5W49Z7pt1\";last_activity|i:1655921708;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d88c2bc831914b073a076aaf326ebf3cfcd14814', '41.60.238.241', 1668179711, '__ci_last_regenerate|i:1668179711;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d88ee3d0ebbd9246af1c306f43331035d5eb56b8', '41.60.234.165', 1680874857, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1680874857;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680860586\";last_ip|s:13:\"41.60.234.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680872956;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d89094387aa922d3e730698acecdf1fbc21277d2', '154.159.252.6', 1651430315, '__ci_last_regenerate|i:1651430315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d892716809ce840cc06f0c1f07a2f059702763ee', '209.145.52.241', 1653908259, '__ci_last_regenerate|i:1653908259;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d897dace960f173bb756b58754eb3de0260fa90e', '34.76.158.233', 1658051201, '__ci_last_regenerate|i:1658051201;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d89a6db1387f2ca9d26ab840e0be53370e270d72', '41.60.233.85', 1664968916, '__ci_last_regenerate|i:1664968851;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664892646\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664967909;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a4b8cf95b155742d566b335d986a6da10b5e90', '41.191.107.198', 1652469289, '__ci_last_regenerate|i:1652469268;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652358348\";last_ip|s:13:\"41.191.104.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652469289;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8a513a421d9e1b64ba8573deae53e7a7afbeec0', '41.60.237.195', 1652192420, '__ci_last_regenerate|i:1652192420;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"ME8NsKv0OH2BY1bQmf7P\";last_activity|i:1652190094;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8b98d546f73e400a5cbe7279b92593766670d8a', '41.60.232.254', 1672500863, '__ci_last_regenerate|i:1672500863;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672408396\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8c3ab1b28644317283a86c802a53f1e2e98688b', '41.191.104.254', 1656620838, '__ci_last_regenerate|i:1656620838;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656350728\";last_ip|s:14:\"41.191.105.232\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"VA4IClYdhBtFvZi8rUTD\";last_activity|i:1656620809;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8c99d61f8ae1e9ff879020223948f0a23bb8a0b', '154.76.115.33', 1659467356, '__ci_last_regenerate|i:1659467289;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659450808\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659461125;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8dc1b803bc54e2133a59690ab22424426c3f080', '41.90.44.57', 1653909321, '__ci_last_regenerate|i:1653909321;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653811427\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653907169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e2e3968abbd38df859fedad6eb7be15405ad2c', '41.60.232.140', 1662445311, '__ci_last_regenerate|i:1662445311;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662400118\";last_ip|s:12:\"41.90.217.25\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e49f8205f06feff71d31603ed1a56abbcb7b62', '217.21.116.218', 1680883140, '__ci_last_regenerate|i:1680883140;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680882537;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8e98934bfda4e1c7ba5303b8e73567863d59aa3', '41.60.239.223', 1669216696, '__ci_last_regenerate|i:1669216670;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669129341\";last_ip|s:13:\"41.60.239.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669216670;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d8f1e527a1229f49600eac2715c6c934eaf198cf', '41.90.36.76', 1661483263, '__ci_last_regenerate|i:1661483263;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d906bf5806a0fd0ed7a07a0caaaf6395fe3ad77d', '41.60.232.14', 1658315204, '__ci_last_regenerate|i:1658315177;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1658168518\";last_ip|s:14:\"105.163.52.112\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9270b4d1fbc775a2e47b061574a429747f5abdc', '41.191.104.92', 1652234927, '__ci_last_regenerate|i:1652234927;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652207277\";last_ip|s:14:\"41.191.105.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1652234451;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d93d9bf29982d69a0e7f9d1100b47dd73c47812a', '41.60.232.12', 1663737342, '__ci_last_regenerate|i:1663737342;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663229254\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d94f0689ea12af9aea02365535e4d86f0c7fe5b1', '41.60.232.168', 1676736339, '__ci_last_regenerate|i:1676736339;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676649551\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676734245;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d954abd3ec8137f06f9a55a0b46f21e57effd2ed', '41.191.105.92', 1652635715, '__ci_last_regenerate|i:1652635715;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d95a72a8c1dad6be56bbdfb294e495984d082bb1', '41.90.37.211', 1660336708, '__ci_last_regenerate|i:1660336708;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660135347\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1660325645;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d95d0f94287071126a5466d1e2de2750bb76d3fd', '41.191.105.94', 1659387471, '__ci_last_regenerate|i:1659387471;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1658500223\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d961b98a8073252d46dafb54d4264c0ae3424064', '41.60.234.165', 1680792825, '__ci_last_regenerate|i:1680792823;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680697399\";last_ip|s:13:\"41.60.234.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680792825;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d964a5b4d4abe6ffb6955b2489b3d3f671017fd8', '41.60.236.151', 1678110734, '__ci_last_regenerate|i:1678110734;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677858642\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d970181e42fbba9537d13443598af17866ff69f3', '41.60.237.195', 1652176017, '__ci_last_regenerate|i:1652176017;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652173583;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d972e3486866159296eb88414d16b645211ff950', '41.60.233.5', 1674057526, '__ci_last_regenerate|i:1674057526;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673968945\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674057508;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d99a11c1b39851b7cabdebd5825858034d8fa930', '41.80.97.52', 1666720392, '__ci_last_regenerate|i:1666720392;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666433512\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b3789172ae34b4a060f419ca2096bd360b890e', '41.191.105.91', 1654812121, '__ci_last_regenerate|i:1654812121;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654721544\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b3810614faaee395c698f1bafdd9a50506a4c2', '41.60.237.195', 1652095349, '__ci_last_regenerate|i:1652095349;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9b7274521d36cdd553d937bd2b8cee911edc08c', '23.228.130.200', 1655187118, '__ci_last_regenerate|i:1655187117;requested_page|s:12:\"admin/quotes\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9c1b9c52142d11c4932067da138f385a7944e27', '41.60.237.195', 1652189190, '__ci_last_regenerate|i:1652189190;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652187660\";last_ip|s:14:\"105.160.92.103\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9cb9cf6b76a1c03ded802364c3b5402c2b342ec', '41.60.232.50', 1670589924, '__ci_last_regenerate|i:1670589919;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9d8f491fb9c65526cd3dc92053efae2069caef6', '41.191.105.89', 1658502915, '__ci_last_regenerate|i:1658502915;requested_page|s:17:\"category/sweaters\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657640102\";last_ip|s:13:\"41.191.107.37\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658501656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9e22694f94cde88ee05edee1a6e513800036ea7', '41.90.37.211', 1660377285, '__ci_last_regenerate|i:1660377285;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660323018\";last_ip|s:12:\"41.90.37.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f0dacd02fa9e6c881b2b77673aa3e5aeb0aea4', '209.145.52.241', 1655493985, '__ci_last_regenerate|i:1655493985;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('d9f580a2a790156788da73df56389cf4a780aa5e', '105.163.61.45', 1662048306, '__ci_last_regenerate|i:1662048306;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da13b269f097f597c7765f5e14b77574697c51a6', '41.60.233.5', 1675948556, '__ci_last_regenerate|i:1675948556;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da179d479012861bd4cdbec84968f4292d940982', '41.60.235.97', 1679410133, '__ci_last_regenerate|i:1679410133;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679318787\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679409553;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da1b183f5b1f19af1b3eb27ad5b5d41cfcb04854', '41.191.105.91', 1658911581, '__ci_last_regenerate|i:1658911581;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da2aaf414d77e197634365f355173926df840fe7', '105.163.61.45', 1662051097, '__ci_last_regenerate|i:1662051097;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"lnHFv528dXOcoTrIJsEA\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da35240040d65d7d6d713cd5a02d99f6bcc15c58', '41.60.235.97', 1679319497, 'requested_page|s:30:\"admin/pos/getProductDataByCode\";__ci_last_regenerate|i:1679319497;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679305700\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679319127;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da475379d196aa80a42fd8a5f0e45a49cb189852', '209.145.52.241', 1652462849, '__ci_last_regenerate|i:1652462849;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da58efc05efaa5f343f8cf3670f7d176c7f16f80', '41.60.232.170', 1672757842, '__ci_last_regenerate|i:1672757842;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672746955\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da7555a7373e1c854eb586a87d62b8db0a95fc8d', '31.13.127.10', 1672976496, '__ci_last_regenerate|i:1672976496;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da764c7db2572ba90bf9c3fcbca359a64aa8f118', '41.60.232.170', 1672845006, '__ci_last_regenerate|i:1672845006;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672839684\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672844716;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da8cba0b4fb7df0bfa60ad206fe0f9aeb402b306', '41.60.233.155', 1673279800, '__ci_last_regenerate|i:1673279800;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673277025\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673279517;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da94314664d1e87d0e2a06d98612a8799598ab50', '41.60.239.119', 1654616423, '__ci_last_regenerate|i:1654616423;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654588330\";last_ip|s:13:\"41.60.239.144\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654616399;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da947b41fb6e36507e2e09b3c5a0de6aed2bab8b', '41.191.105.94', 1654728217, '__ci_last_regenerate|i:1654728217;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('da9cb87c421ef068ad6d1bb500cc385b0e180152', '41.191.105.90', 1652804133, '__ci_last_regenerate|i:1652804133;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652785606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652801411;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daa47ca2e1931817107931ec78082a3a89512e27', '41.60.234.165', 1680792825, '__ci_last_regenerate|i:1680792824;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab12df40e7d8698946ab6d568430b5f478b8fe9', '41.60.235.20', 1658580102, '__ci_last_regenerate|i:1658580102;requested_page|s:30:\"admin/pos/getProductDataByCode\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dab5566dd51bc33e557370f206606013c7a8a259', '41.191.104.44', 1653907445, '__ci_last_regenerate|i:1653907445;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653906723;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dabde35435736878d5051f1e12a18f583eecf922', '41.191.105.93', 1659454091, '__ci_last_regenerate|i:1659454091;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1659383303\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('daf15fe5f688c0f50412753841a1e58e131904d4', '41.60.235.76', 1653753724, '__ci_last_regenerate|i:1653753723;requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db08b193f0e6d32e0517889eb22891b5714c65f6', '41.60.233.253', 1679671145, '__ci_last_regenerate|i:1679671145;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679668488\";last_ip|s:13:\"41.60.233.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db28b44b109ad18f033e573eb5327bc004a1e69d', '41.90.49.226', 1656700145, '__ci_last_regenerate|i:1656700033;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656659423\";last_ip|s:13:\"41.81.135.235\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db3587e61064bd50a80e4f240100cd8aaddf872b', '209.145.52.241', 1652614828, '__ci_last_regenerate|i:1652614828;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db48aa244033fd34db7fc7c9641007433d9854e7', '41.60.237.200', 1651745133, '__ci_last_regenerate|i:1651745133;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651744324;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"1ei8umfPNbaCTSvKty4Q\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db6217c1ba6c5ebd81c925e7327d343d963d06aa', '154.159.252.6', 1651434766, '__ci_last_regenerate|i:1651434766;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db6a4d361e56ba0b54c7da0079be401520c82a8a', '41.60.235.76', 1653895762, '__ci_last_regenerate|i:1653895762;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653895671;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db9b24ba3420e282674b4194e099920e91a3e35a', '41.60.239.115', 1655389822, '__ci_last_regenerate|i:1655389822;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655220230\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('db9f11e61c6e6267b4673e6518209cd659592182', '41.191.107.204', 1653912451, '__ci_last_regenerate|i:1653912451;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653897468\";last_ip|s:14:\"41.191.104.118\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653907846;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dba2366aeec2a496f6599d36056202f415c6bb89', '41.60.232.12', 1663657639, '__ci_last_regenerate|i:1663657287;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663597954\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663657639;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbb5e63f94d7cdf890f6f0b58b68352a9bbfe361', '41.60.236.83', 1661172654, '__ci_last_regenerate|i:1661172654;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661098389\";last_ip|s:12:\"105.58.204.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfkey|s:8:\"blm8ANHk\";csrfvalue|s:20:\"PEADeBjRmnvTs5oip21M\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbbee2954ba4622d330a6a1c6515afca4397fef0', '209.145.52.241', 1653911745, '__ci_last_regenerate|i:1653911745;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbbfff2d960643c2bbe410c979984903d8ee87e6', '41.60.238.178', 1656081256, '__ci_last_regenerate|i:1656081256;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbe5eeece716959e14ae8d08194307a6f5789e25', '41.60.237.200', 1651757157, '__ci_last_regenerate|i:1651757157;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1651755729\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651757095;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbfce37b4f19bbb113cfa4fe9dd945e95e0cec4f', '41.60.238.241', 1667815747, '__ci_last_regenerate|i:1667815747;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1667799728\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1667815677;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dbfd78e212a85a199b025b98a6eb63af36c01e12', '41.60.237.200', 1651748485, '__ci_last_regenerate|i:1651748485;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651748363;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc01563d572ab4e080385ff57e0ff0e7da72fe83', '41.60.232.12', 1663686424, '__ci_last_regenerate|i:1663686424;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663657353\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663685938;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc08d136d2e470542729ac41949c653c0d7726d9', '41.191.105.88', 1660041727, '__ci_last_regenerate|i:1660041727;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc1f107944c76e18726636cf5c645a8abfeae723', '41.60.233.5', 1675761416, '__ci_last_regenerate|i:1675761416;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675761415;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;message|s:27:\"POS Sale successfully added\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc22304dc3482f4c774f8e30577f6f4d665b7d2d', '41.60.235.97', 1679308326, '__ci_last_regenerate|i:1679308326;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678804479\";last_ip|s:13:\"41.60.234.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679308315;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc4e17e2d4a2da2400080d69e82d863e2c1b6807', '105.160.90.114', 1659442009, '__ci_last_regenerate|i:1659441854;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659328831\";last_ip|s:12:\"41.90.40.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659441974;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc541f41ab33b77d18f9e6051d433b0b42ed798f', '41.191.105.93', 1651959351, '__ci_last_regenerate|i:1651959351;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651958173;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc61a75f8cb96b3380f164a5bd931620687bc3f1', '105.163.56.70', 1663186716, '__ci_last_regenerate|i:1663186716;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"TSYOUsDwZP7KQq1JB6pb\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc71660811337d69554423d5b6ba4d386e5cc873', '41.60.237.70', 1664552595, '__ci_last_regenerate|i:1664552595;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc71ace21cbc681c15d5a5e8b27093ad219f90d8', '105.163.30.121', 1661277055, '__ci_last_regenerate|i:1661277055;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc76debc80a5b2344eb229017f15e2a0606f916a', '41.60.232.254', 1672329841, '__ci_last_regenerate|i:1672329841;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc80d30ce9ad49002b1a6779d26c527325ef2d94', '41.60.239.223', 1669129568, '__ci_last_regenerate|i:1669129568;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669121617\";last_ip|s:13:\"41.60.239.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dc9f8972f87171cb56ee5c6fb0e1ee08480573db', '41.60.232.254', 1672415898, '__ci_last_regenerate|i:1672415898;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672329136\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672408838;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb01d8b3b9ae60e7736fd765ee19063655f593b', '41.60.232.140', 1662443138, '__ci_last_regenerate|i:1662443138;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662400118\";last_ip|s:12:\"41.90.217.25\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcb9a0fe333b0a89dd940d7fefa959fdf6288957', '41.90.187.221', 1674850685, '__ci_last_regenerate|i:1674850685;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758970\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674850654;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcc36274e22cf848b86b9fcab8e5b13db05c28dc', '105.163.48.72', 1652643598, '__ci_last_regenerate|i:1652643598;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcc4381009b94939c7d932b7c9442381c6526bfb', '41.191.105.232', 1656351753, '__ci_last_regenerate|i:1656351753;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656170767\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcd2be37406e12c67720624ad445fa3262b2b7fc', '41.60.233.5', 1675698950, '__ci_last_regenerate|i:1675698950;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675449148\";last_ip|s:15:\"105.161.114.149\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675698809;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcdaacc6bd8b0d9f4021f17beeb176f50951d6e0', '41.191.105.92', 1652634971, '__ci_last_regenerate|i:1652634971;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dcfc97dbed0175797b0c919a461eac0bc286be72', '41.80.96.217', 1665403937, '__ci_last_regenerate|i:1665403937;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd144958d643c832a97ee58ed0b7b59741590600', '41.60.237.158', 1661610471, '__ci_last_regenerate|i:1661610471;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661609346;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd20c3a6e808ef86a17ea8acb3c572f19140e548', '41.60.237.98', 1660215728, '__ci_last_regenerate|i:1660215728;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660112919\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660215701;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd3e195b258651f22a34ea9039a740d13d01eeb2', '105.163.26.132', 1654892599, '__ci_last_regenerate|i:1654892351;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654836393\";last_ip|s:13:\"154.123.14.21\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd6d8e284647f52ec736656829a61e2f3ac126bd', '102.1.149.20', 1653737222, '__ci_last_regenerate|i:1653737222;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dd83cc9e5d8b9395e74a7808fdf56414c9fbffba', '41.60.235.76', 1653406492, '__ci_last_regenerate|i:1653406492;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653373419\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653406391;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"ht05IsebXGYSkMD36rx8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddab28b5de6026de1f0cc382edebdc8047c52aee', '41.60.236.151', 1678201561, '__ci_last_regenerate|i:1678201561;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678168981\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678201033;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddb226f2db202e34c96392786a98bdc97f667aa6', '41.80.97.52', 1666720028, '__ci_last_regenerate|i:1666720028;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666433512\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddb2cd1dd02961fdc3e50298beba5ccb8d8111b1', '41.80.96.73', 1653733181, '__ci_last_regenerate|i:1653733181;error|s:110:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddb7b1b4af605fa8b58096bf7c852974f4e78f14', '41.60.237.98', 1660216788, '__ci_last_regenerate|i:1660216788;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660112919\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660215987;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc172e9a6c723945873d904bc6d5cf73c07e220', '41.90.40.126', 1659464155, '__ci_last_regenerate|i:1659464155;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659448265\";last_ip|s:12:\"41.90.40.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddc41a84b61825a27625b4c72dfc58445c6b2a20', '41.60.232.170', 1672671150, '__ci_last_regenerate|i:1672671150;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672666092\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672670864;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddd953b6f84d0da60b3e492781eeb01b0d1da951', '41.60.238.178', 1656426107, '__ci_last_regenerate|i:1656426107;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656342790\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656424152;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dde033a458c415c04379c8c0d885819f8c5c4f2e', '41.191.107.135', 1655978821, '__ci_last_regenerate|i:1655978821;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655918331\";last_ip|s:14:\"41.191.107.211\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ddf8abc3fba1c1d71be6af687a05518b2fa7fc3c', '41.90.189.189', 1675108031, '__ci_last_regenerate|i:1675108031;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675018976\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675107987;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de18eee8c66db18af219c5e597c2ab4ca07bec10', '41.191.105.95', 1655128399, '__ci_last_regenerate|i:1655128399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de269a98434e29285d8c96194d4886ba9f5fcb16', '41.191.105.93', 1652643932, '__ci_last_regenerate|i:1652643932;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652643922;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de2c4e8c35121668624bebf6207e325b6d9264a6', '41.60.235.76', 1654180645, '__ci_last_regenerate|i:1654180645;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654093063\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654180168;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de3cdc83742dd8e694c8117d8846a26cd676cd6f', '105.161.0.161', 1674674950, '__ci_last_regenerate|i:1674674950;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674572120\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674674906;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de3f26d9646e4805094fb37314d9b49b1c98f80d', '41.60.232.170', 1672759595, '__ci_last_regenerate|i:1672759595;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672670863\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672755473;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de52491e4a7be78fc283f15aa1ca1aac7f9b4734', '41.60.237.200', 1651853845, '__ci_last_regenerate|i:1651853833;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651842412\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"2\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651852350;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"JI08BDahWo9E7uXcAMsm\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de6472827b0524c7e83cff4d675984b7cb99ebbd', '41.60.237.200', 1651762682, '__ci_last_regenerate|i:1651762682;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"v4K3AY5ESaWIknut6Cre\";last_activity|i:1651762384;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de68cd7003c88908cfc437cfcaab2e725b953e37', '41.60.232.14', 1657985402, '__ci_last_regenerate|i:1657985402;requested_page|s:17:\"category/sweaters\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('de86c300a0b441987535c1ccf27d95fc32106f61', '41.191.105.88', 1652628523, '__ci_last_regenerate|i:1652628523;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652626044;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dea1737b518557af7d9abec5a81d1e17ec633791', '41.191.105.89', 1660064141, '__ci_last_regenerate|i:1660064141;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dea1b9a998f3f5f89f95f0820c6fdb97221b5cad', '41.60.232.221', 1669044144, '__ci_last_regenerate|i:1669044144;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669040913\";last_ip|s:13:\"41.60.232.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669043450;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dea7ed5477fc118a95375905b20e9f62b3f3851b', '105.160.65.227', 1674422021, '__ci_last_regenerate|i:1674422021;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674145201\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674422019;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('deb3d4255735655d83dfcf4841f7f60d8810d43b', '41.60.238.178', 1656081874, '__ci_last_regenerate|i:1656081874;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656068376\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1656081874;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dec28ed5d08b220227a4376e21890b86c5512df6', '41.60.239.115', 1655380696, '__ci_last_regenerate|i:1655380696;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655293766\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ded5b33e6e12ae4acc6c9ef103da46b330f7c371', '41.60.237.200', 1665580161, '__ci_last_regenerate|i:1665580161;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665555143\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665580131;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dedd169976f7ec09f648f56c67d765d24f03d206', '105.163.1.219', 1663874944, '__ci_last_regenerate|i:1663874944;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663737159\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('def70842f2334a836ad4d7e6594a58fb18a26497', '105.163.56.70', 1663180788, '__ci_last_regenerate|i:1663180788;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df09b596cd05e0dd0c913be33f4b213776883d8f', '41.60.233.5', 1675760676, '__ci_last_regenerate|i:1675760676;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675760610;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df0beca41c740ffe9c601085042077216c99183c', '41.191.105.90', 1655141362, '__ci_last_regenerate|i:1655141362;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654961496\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655139432;user_csrf|s:20:\"6H8UclowJrCDjEY9QgFV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df0e207f158ea34eb9eefd7192059d3c071ff4dc', '41.90.33.7', 1655182455, '__ci_last_regenerate|i:1655182455;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654929406\";last_ip|s:14:\"105.160.32.217\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df2e72f933a54eb060cb7a9aeffdcb6d9b99be4c', '105.163.50.229', 1659720411, '__ci_last_regenerate|i:1659720411;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;user_csrf|s:20:\"qxAXg4BOvMeTtiuRGZFI\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df361f8996fe2b1f4cfebf71247e1c66f0174fcc', '41.60.233.85', 1664968851, '__ci_last_regenerate|i:1664968851;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664892646\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664967909;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df4a57694069ba202e093c602442b9159f5e4dab', '209.145.52.241', 1671773370, '__ci_last_regenerate|i:1671773370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df593ebc58dca6bfa78715e6ea64f22d2925ca5a', '41.191.105.90', 1654550686, '__ci_last_regenerate|i:1654550686;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df63vmbrclgop4voh63j75vodan7q9ai', '127.0.0.1', 1637095457, '__ci_last_regenerate|i:1637095457;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637095442;user_csrf|s:20:\"hHjYd5GvVJ1gL6lkzDUT\";register_id|s:1:\"1\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2021-11-16 23:36:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df6dfe9b408dc75bce7517a4e45ce9d1a7e43d9b', '41.60.236.7', 1668946510, '__ci_last_regenerate|i:1668946510;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668944748\";last_ip|s:11:\"41.60.236.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668945896;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df71073ae83aa81711f9e7e32c4f95afbfab57ae', '41.60.232.254', 1671365722, '__ci_last_regenerate|i:1671365722;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671294055\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671364785;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df8c4787e658249716cecc1421b2b6f95e8d39cb', '41.191.105.89', 1660055559, '__ci_last_regenerate|i:1660055558;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('df9ddd9dc5aa22b51d520a82b609cdffebf3b281', '105.163.61.45', 1662018727, '__ci_last_regenerate|i:1662018725;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661877850\";last_ip|s:11:\"41.90.42.31\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662018362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfa2a4b9aa4cc08e3d229e73c33145139a1ff9cf', '197.136.0.4', 1654420035, '__ci_last_regenerate|i:1654420035;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfab1b52dc9aa3ceba8e81e52af017c72dee2810', '41.191.104.241', 1652192530, '__ci_last_regenerate|i:1652192530;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652186826\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652189402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfc102fbea54b7452247c72c18ab6b47e5817701', '41.60.235.7', 1662995537, '__ci_last_regenerate|i:1662995408;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662994508\";last_ip|s:11:\"41.60.235.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662995537;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfc447989503621feb1c54b34837dd7f2782433f', '41.90.44.57', 1653914842, '__ci_last_regenerate|i:1653914842;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653811427\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653914756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfdf5849f093b33e69436d6551edeb1d1fce1f09', '41.191.105.90', 1654547931, '__ci_last_regenerate|i:1654547931;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dfe22daa48554b536a0271c8e07833b12766a8e1', '41.191.105.90', 1654892755, '__ci_last_regenerate|i:1654892755;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654805575\";last_ip|s:13:\"41.191.105.91\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654892498;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('dpq60e5lcs9604c0cnmdfdt7dg35fbrg', '127.0.0.1', 1637092491, '__ci_last_regenerate|i:1637092491;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637092410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e000aa46369620873832c417771773adbabefbe3', '197.237.214.102', 1651423873, '__ci_last_regenerate|i:1651423873;requested_page|s:4:\"cart\";reminder|s:65:\"Shopping cart is empty, please add item and visit the page again.\";__ci_vars|a:1:{s:8:\"reminder\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e00700dc11437f6cf3b5e02073eae749104eb80e', '41.60.233.5', 1675784349, '__ci_last_regenerate|i:1675784349;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675754168\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675784323;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e01b77d9067afab1963944ee15dc8483bc3ad854', '105.160.12.2', 1651652385, '__ci_last_regenerate|i:1651652277;requested_page|s:13:\"admin/welcome\";identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651639502\";last_ip|s:12:\"102.7.145.55\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0229a111649bf63ebc3e42fa8037e1ab147a615', '41.90.44.57', 1653914530, '__ci_last_regenerate|i:1653914530;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653811427\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653907169;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e036235696048f7754dbf179bb10e311b76a8e43', '105.163.48.72', 1652665374, '__ci_last_regenerate|i:1652665374;requested_page|s:23:\"admin/pos/open_register\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e03797e275d2694c69b581e5f6a6a1d7d51b43dc', '41.60.232.140', 1662192656, '__ci_last_regenerate|i:1662192656;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662116819\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662185528;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e038058ec14f1751284a0113272b461fbbdbf627', '41.191.104.81', 1653570196, '__ci_last_regenerate|i:1653570196;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653413180\";last_ip|s:13:\"41.191.107.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653568497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0498a7dec8dd7385c9c2a24966bd8da67055679', '41.80.98.64', 1653732679, '');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e054502d391abfc3e0b04f1107c76706b4700d24', '34.76.158.233', 1661120810, '__ci_last_regenerate|i:1661120810;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e05b345de511f5c29e6fbd00beb985c44ddfd3cf', '41.60.232.168', 1676563305, '__ci_last_regenerate|i:1676563305;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676524869\";last_ip|s:14:\"105.161.39.104\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676563032;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e060b2e88bcfb22234fa007b92f62d2c72a5edf4', '41.60.234.153', 1660113735, '__ci_last_regenerate|i:1660113735;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659790135\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0651e7d77a0055dfffc2f290462572fd05153bb', '41.60.237.146', 1661785171, '__ci_last_regenerate|i:1661785171;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661757840\";last_ip|s:13:\"41.60.237.146\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661784032;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e06f8e61d249f8116367de8998f58d3512146607', '105.161.114.149', 1675450432, '__ci_last_regenerate|i:1675450432;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675364589\";last_ip|s:13:\"105.161.82.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675450407;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e073d610ec12d7ce8364179574a698fa645615c6', '41.90.189.189', 1675196751, '__ci_last_regenerate|i:1675196751;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0801ad40996586d14ff49850171120ba8f946d5', '41.80.96.217', 1665331153, '__ci_last_regenerate|i:1665331140;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665083412\";last_ip|s:11:\"105.163.2.3\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0867736710495c28ff067c5cd5dcb51d0cee9a7', '41.60.238.127', 1651586963, '__ci_last_regenerate|i:1651586963;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0a6671c81284bcbfb0113408aa0805170cd3a80', '41.60.235.76', 1653897087, '__ci_last_regenerate|i:1653897087;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653896823;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0b2e23be9802f20197fafdf6af83dea62e3dfdb', '209.145.52.241', 1674470045, '__ci_last_regenerate|i:1674470045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0b4c622bbfcbd630bc9155ad31f69963e9e98da', '154.159.31.101', 1656501889, '__ci_last_regenerate|i:1656501889;requested_page|s:13:\"admin/welcome\";identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1653807458\";last_ip|s:12:\"102.1.149.20\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656501854;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0ba58de7bb1a0891b6525b5400e595fc7ecff68', '217.21.116.218', 1676049238, '__ci_last_regenerate|i:1676049237;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0c97f2817de03caed063f89e8727134f2604bf0', '41.80.98.64', 1653732978, 'error|s:134:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/category/sweaters?page=1\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e0ea6581d2bc64b90d6fb9a09e037917f797971a', '41.60.232.254', 1671548743, '__ci_last_regenerate|i:1671548743;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671466975\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671548043;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1181e4603a88365d6fc10c21096501fe41280fd', '41.60.237.126', 1670427014, '__ci_last_regenerate|i:1670427014;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337454\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e131df8695f9a49bb769cff867ea6d753bec6b3c', '217.21.116.217', 1668532597, '__ci_last_regenerate|i:1668532597;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1668085277\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e136a086225866f5e4925d6ea6a8ac29a61232d2', '41.60.234.151', 1678548444, '__ci_last_regenerate|i:1678548444;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678514219\";last_ip|s:13:\"41.60.234.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678548176;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e136facb79fe28867fc5b00b32f431b70a98e1fc', '41.60.233.5', 1674057222, '__ci_last_regenerate|i:1674057222;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673968945\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674057221;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;message|s:27:\"POS Sale successfully added\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e146305b070962212d4d8657405a27637df536d0', '41.80.98.64', 1653738290, '__ci_last_regenerate|i:1653738290;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e14950b6cf685e4c0524e799e4f8c0589204b3fe', '41.60.232.140', 1662478960, '__ci_last_regenerate|i:1662478960;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662389548\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e15ecffacf17dbde44be3521dcf1a3a7cf69c3fe', '41.60.237.126', 1670342445, '__ci_last_regenerate|i:1670342445;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670252579\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670338769;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e167ba9fa1a1e870fce8aae3a3634fb143212410', '41.60.237.16', 1666018339, '__ci_last_regenerate|i:1666018339;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665986340\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666018323;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e16e8d2af233c48f5f7d65c58efc8319e4ae6bfc', '41.60.236.7', 1668946256, '__ci_last_regenerate|i:1668946256;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668870620\";last_ip|s:13:\"41.60.238.213\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e187c1d0cd5575592b4efff5f089ce4129657602', '41.60.232.168', 1677166427, '__ci_last_regenerate|i:1677166427;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677076796\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677166112;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e195551d876eaf8d4c1d3ec9c0a4a0d00dd0e8d5', '41.60.236.83', 1661180108, '__ci_last_regenerate|i:1661180108;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661146934\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e19948216a0103cadb08bf189b91db7ba2ede90b', '41.60.236.83', 1661433858, '__ci_last_regenerate|i:1661433858;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661351327\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661433159;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1ae5ea23cb853596cc35a21c41f4124292e0468', '41.60.237.59', 1652784685, '__ci_last_regenerate|i:1652784501;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652777373\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652784678;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1b66e3b4685e2f7a14f737b94ecd4b331f2fc74', '197.156.191.15', 1657985971, '__ci_last_regenerate|i:1657985886;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657741519\";last_ip|s:13:\"105.163.34.63\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1657985960;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1ce1bf76fb2890729935136595d778a78c5f90b', '217.21.116.218', 1680880512, '__ci_last_regenerate|i:1680880512;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1d40029789080b76da1c588151bc52e5ad6f4d9', '41.60.232.81', 1651571669, '__ci_last_regenerate|i:1651571669;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1d4e0a41791ff730e93e7e2711181ce3f2e108d', '105.163.48.250', 1660851637, '__ci_last_regenerate|i:1660851637;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660846337\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1eda182db46cdbf29224a801255d7ea81c52220', '41.60.237.195', 1652091938, '__ci_last_regenerate|i:1652091938;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1eead50d3c21c83e9bc3377b5624086aeddf6d8', '41.60.232.27', 1667056976, '__ci_last_regenerate|i:1667056976;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e1fa35d407869807e07c69c8003f30878626e6eb', '41.60.232.50', 1665846591, '__ci_last_regenerate|i:1665846591;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665755540\";last_ip|s:13:\"41.60.237.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e217d5c97cea476a13fc840dac746687b5ef2376', '41.191.107.158', 1656059045, '__ci_last_regenerate|i:1656059045;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655974356\";last_ip|s:14:\"41.191.107.135\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656058988;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e21d4203f5f135363557e1d986bb8833b422d596', '41.60.239.119', 1654616730, '__ci_last_regenerate|i:1654616730;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654588330\";last_ip|s:13:\"41.60.239.144\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654616651;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2236063b97fb0d0f15879a2fef984e834c0c537', '41.60.238.127', 1651661248, '__ci_last_regenerate|i:1651661248;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651571240\";last_ip|s:12:\"41.60.232.81\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651657057;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";requested_page|s:13:\"shop/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e22da89e98512d7fb316747eed2c7c4ac3bb6ad7', '41.60.233.85', 1664983178, '__ci_last_regenerate|i:1664983178;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664967522\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664982092;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e23ff8c5011991cd730b681a8105089467ba34bc', '154.159.252.6', 1651444107, '__ci_last_regenerate|i:1651444107;error|s:37:\"<p>Login Failed, Please try again</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e24dabbf4c34c916163ca633d162b96a21d6f598', '217.21.116.217', 1668536807, '__ci_last_regenerate|i:1668536806;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1668085277\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e25e08c7d133656879f0b6ab225cc27f4bc5b73e', '41.60.232.254', 1672227042, '__ci_last_regenerate|i:1672227042;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672225565;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e26a53b15d282531eba0c5be50d5aa08dab02981', '197.183.252.107', 1654437916, '__ci_last_regenerate|i:1654437905;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654422653\";last_ip|s:13:\"41.60.239.144\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e274470a98579debc14715204c7ae32da6c94677', '41.60.237.16', 1666074363, '__ci_last_regenerate|i:1666074363;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666018062\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666073869;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e28288f746475662990d66efca2bbccbd6fe8ad7', '41.60.237.207', 1665238859, '__ci_last_regenerate|i:1665238850;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e287dbd049ecea647392de30839866fe414f4249', '41.60.237.111', 1668438489, '__ci_last_regenerate|i:1668438489;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668267317\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668436826;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2af9c7e44a963430359dc83c3d32eccbc912470', '69.171.251.118', 1672949685, '__ci_last_regenerate|i:1672949685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2bd5de9e75fae06e7cefe94906906c9664da3cc', '41.60.235.97', 1679574310, 'requested_page|s:30:\"admin/pos/getProductDataByCode\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2c8d5af30f8ff21949b4bb62debe140d1161d96', '41.191.107.198', 1652465200, '__ci_last_regenerate|i:1652465200;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652358348\";last_ip|s:13:\"41.191.104.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2cf8597bca09efdd76060e082ec068901fe3439', '41.60.239.115', 1655380696, '__ci_last_regenerate|i:1655380696;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655293766\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2d3b576dc3e2380cda7fdc847dde1e2dad74b65', '209.145.52.241', 1654552943, '__ci_last_regenerate|i:1654552943;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2d70d65f0a58392a1169ad8553fa91963488544', '41.60.233.5', 1675873883, '__ci_last_regenerate|i:1675873883;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675865977\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675873762;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e2e046ba7cea58f8459ebada194782b41ea9891a', '41.60.237.146', 1661847415, '__ci_last_regenerate|i:1661847299;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661450553\";last_ip|s:14:\"105.163.30.121\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e300dfc07f9c7642d0bdf054738eac50eb6581d3', '41.60.232.254', 1672417137, '__ci_last_regenerate|i:1672416835;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672329136\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672417137;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e301ef66e2e5f4f74cfb936a2fb62874380160f8', '41.191.107.211', 1655922868, '__ci_last_regenerate|i:1655922868;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AbfXqCgk0sv5W49Z7pt1\";last_activity|i:1655921708;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e308ba444dc4d0a1b4d54f1497bae071bdf630d2', '41.60.232.140', 1662045075, '__ci_last_regenerate|i:1662045075;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662012944\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662044880;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3135790a1e660207b6853b6d7a8076bf32665ea', '41.60.232.12', 1663392157, '__ci_last_regenerate|i:1663392014;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663335707\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663392157;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3150cf93a36b0592b288dbeee1d9628bda28e4e', '41.60.233.155', 1673279223, '__ci_last_regenerate|i:1673279223;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673098345\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673278315;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e31cd3d72323dca866634628566a1ed9f09afee7', '41.60.237.207', 1665154818, '__ci_last_regenerate|i:1665154818;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665065308\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665150302;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e32400d57bef5e8c92895670142dffca461db0ff', '41.60.235.80', 1673534708, '__ci_last_regenerate|i:1673534708;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673461733\";last_ip|s:14:\"105.161.136.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673534391;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3294ac2b2915b53e33169037b9968c66eb6bf9c', '41.60.236.151', 1678370405, '__ci_last_regenerate|i:1678370405;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1678284658\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678370243;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e32d9792f0bab5b64daf43a3527398747814ff16', '41.80.98.64', 1653735703, '__ci_last_regenerate|i:1653735703;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e32df5de4946dfc9bccd87556805f3714e2f73c5', '41.60.235.21', 1657032624, '__ci_last_regenerate|i:1657032624;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656947443\";last_ip|s:13:\"41.60.232.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657031852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e354e842144859930d110fc8724839a0ebe25b42', '41.191.104.88', 1654381998, '__ci_last_regenerate|i:1654381958;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654380167;user_csrf|s:20:\"E0RP1sBJ6Aj8nWxdZqN3\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e355031f715a069b0671066ebac56eed5870e347', '41.60.237.200', 1665587429, '__ci_last_regenerate|i:1665587429;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665555143\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665586610;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e36082212e094d1a4b836946ee280e7391068fd6', '41.60.237.126', 1670082451, '__ci_last_regenerate|i:1670082451;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669997518\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e360b80c7856de2739940ca7895376b3f4160080', '41.60.237.96', 1654873905, '__ci_last_regenerate|i:1654873905;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e367f1ae47647f6781fe8e6f317ff477080b4742', '41.60.238.127', 1651591292, '__ci_last_regenerate|i:1651591292;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e37d66c081a4a09276881ee1051b543145b71b33', '41.60.237.195', 1652178727, '__ci_last_regenerate|i:1652178727;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652178339;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e380c4edc895d816cf3a6ff192955ceb6d960dfd', '41.60.234.241', 1660228408, '__ci_last_regenerate|i:1660228408;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660227378\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660227866;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e397ca313702879e559b0c3da6af39b541be5aa5', '41.60.235.76', 1654065211, '__ci_last_regenerate|i:1654065211;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654065186;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a32cd81e1b406b5a07c088f963c79b8bf2cede', '41.60.232.254', 1671200746, '__ci_last_regenerate|i:1671200746;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671199490\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671200597;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3a453c6f15fe2327531d15939fe312788de3481', '41.60.232.254', 1671638900, '__ci_last_regenerate|i:1671638900;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671635505\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671637974;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3d4aae4dcfb40871836f66b9c9f6caccdf88bc3', '41.60.237.126', 1669625744, '__ci_last_regenerate|i:1669625742;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3e3172546278f8c0c2052bcb288210d88178fc4', '197.248.117.169', 1664879275, '__ci_last_regenerate|i:1664879275;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1663007727\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664874685;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e3fb6292f02b3fc47f1a8ab4c4610540a8069ab7', '105.161.212.42', 1674500951, '__ci_last_regenerate|i:1674500951;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674416752\";last_ip|s:14:\"105.160.65.227\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674500926;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4073298bfed629c9fbc0feff386620fa77cbe44', '41.60.232.148', 1659537830, '__ci_last_regenerate|i:1659537830;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659516056\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659537794;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e418a807c1dd44b1d94b23a06adde8c3cafdebef', '41.191.104.83', 1655491458, '__ci_last_regenerate|i:1655491458;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e42a2e07520901d28afba9b0112afe2dc58ea817', '217.21.116.217', 1668536659, '__ci_last_regenerate|i:1668536659;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e42b3fd9109968d3657bf15f238480f01e84e4c7', '41.60.237.59', 1652878921, '__ci_last_regenerate|i:1652878921;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652804480\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652878050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e42ce3e993bbe95991a72d2b894b0da87b95a5c4', '41.60.235.21', 1657122540, '__ci_last_regenerate|i:1657122540;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657030300\";last_ip|s:12:\"41.60.235.21\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657119510;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e45a5a963303472e148b512ad635679dccf7807e', '41.191.107.225', 1653403967, '__ci_last_regenerate|i:1653403967;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653138009\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653403158;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e46c57c4114174bb0adbc9326da44e02bef082de', '41.60.235.147', 1677685271, '__ci_last_regenerate|i:1677685271;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677595356\";last_ip|s:13:\"41.60.235.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677684496;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e47c8971008298c3f70fec00d4a5730845a145c2', '41.60.232.254', 1671550726, '__ci_last_regenerate|i:1671550726;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671466975\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671548043;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e49bcd41d857a40a90b87d42224cfe14e8079285', '41.60.235.76', 1654066295, '__ci_last_regenerate|i:1654066295;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654066235;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4abeabf761f36080d1957d40193221ec5e723f3', '41.60.238.241', 1668179710, '__ci_last_regenerate|i:1668179710;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668091703\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4b8349bd978f09959a103c6976657a6531ad95f', '41.191.105.90', 1654375348, '__ci_last_regenerate|i:1654375348;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";message|s:38:\"<p>You are successfully logged in.</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4bc624a767f2bf1892a9172cb97fd46c5cb0523', '41.60.232.254', 1671366945, '__ci_last_regenerate|i:1671366945;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671294055\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671364785;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4bea9c293785929f7a2c4cfcf37508ba5e2cdb2', '209.145.52.241', 1664968908, '__ci_last_regenerate|i:1664968908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4c022f2f722623763fea65b9d0cd6f09ccacea6', '41.90.33.7', 1655231182, '__ci_last_regenerate|i:1655231182;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655182163\";last_ip|s:10:\"41.90.33.7\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4d262e031aba464cc1a07566bf06796c9c3f7b2', '41.60.232.254', 1671781967, '__ci_last_regenerate|i:1671781967;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671723408\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4d6ebd6318866b45c56495f2676591209c49839', '105.160.91.41', 1664179199, '__ci_last_regenerate|i:1664179163;requested_page|s:4:\"cart\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4eae6c3c0bf7618f904afa3c8763057488122f1', '41.60.238.127', 1651591866, '__ci_last_regenerate|i:1651591866;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4ed3b6a4b7d7b27b3eec1673c39c669d52527ae', '41.60.235.97', 1679320697, '__ci_last_regenerate|i:1679320697;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4ef2d3dc36510988e9da45aa2a9102cc5a990fb', '41.60.238.213', 1668872103, '__ci_last_regenerate|i:1668872103;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668843392\";last_ip|s:12:\"41.60.234.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"qrpAwb1ufXLgJWvKInEQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e4f7a6486e6ccea486867bcb5a4e534ee477efd3', '41.60.233.5', 1676045476, '__ci_last_regenerate|i:1676045475;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e504c3cd5f6580dea1d367806de88b2ce475ce00', '41.60.237.158', 1661616502, '__ci_last_regenerate|i:1661616502;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661614596;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e51064bf253b5d53181ec381bf2eb7cff6b35808', '105.163.48.72', 1652726461, '__ci_last_regenerate|i:1652726461;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652706091\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1652726461;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5236b1a1b278d9de5dee85ac18fea1e1bf88a4e', '41.60.235.76', 1653753791, '');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5279237dc12996a9fe4894f673077c4dc8710f7', '41.60.237.200', 1651751308, '__ci_last_regenerate|i:1651751308;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651751231;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e52a4506e3c44b85826bf1662ad9d6a3c6da92fd', '41.191.107.150', 1652612447, '__ci_last_regenerate|i:1652612447;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;user_csrf|s:20:\"yz5V197LPvnAjcDsUmxr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e54d86b0102e9fb70138e1cd79dfc733a4f761bb', '197.155.95.4', 1665923329, '__ci_last_regenerate|i:1665923329;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e54f3f4b46c7df28e6aee493c45e5dbe03811f5d', '41.60.233.5', 1675761115, '__ci_last_regenerate|i:1675761115;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675760999;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e582f5cdfcb9c51df5dcd7be89da1bf256da746b', '41.90.189.189', 1675192782, '__ci_last_regenerate|i:1675192782;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675153471\";last_ip|s:14:\"197.248.61.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675192752;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5976b55ecfdefedbe4a18f235481035b9fd8b29', '217.21.116.218', 1680887598, '__ci_last_regenerate|i:1680887598;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680866618\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680887258;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e59a66464f1ec0f57b289de89ab597ec0363fe56', '41.60.237.126', 1669821201, '__ci_last_regenerate|i:1669821201;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669734843\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5cd40499e8833b25fb8aefac00b70a53eb71160', '41.191.105.93', 1652974936, '__ci_last_regenerate|i:1652974922;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652901280\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652974922;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5d18fcb459f57560e641b28cfa2680495df187e', '41.60.238.213', 1668871636, '__ci_last_regenerate|i:1668871636;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668843392\";last_ip|s:12:\"41.60.234.55\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"qrpAwb1ufXLgJWvKInEQ\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5e5de853cad72eef961a10281002c48a72b456b', '105.163.61.45', 1662050163, '__ci_last_regenerate|i:1662050163;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"lnHFv528dXOcoTrIJsEA\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5e6eca9bc9c7d91dfdd3fac8909b4fc35c22034', '41.191.105.93', 1654463753, '__ci_last_regenerate|i:1654463753;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5e8151858ecd839e08229bddda3032b2c6db1ff', '41.60.235.76', 1653835524, '__ci_last_regenerate|i:1653835524;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653808592\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653835357;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e5f1eefaafe172f2064519dd671ff5b4bf7c93a4', '41.191.105.92', 1652639822, '__ci_last_regenerate|i:1652639822;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652639522;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6019e9aa81d7213cfee7d8901e637c70c71f41c', '41.191.104.254', 1651498652, '__ci_last_regenerate|i:1651498652;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e60d0a8f8a470b0b89ad2d0b9668ddbf790f9175', '41.60.237.200', 1651760448, '__ci_last_regenerate|i:1651760448;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"v4K3AY5ESaWIknut6Cre\";last_activity|i:1651759772;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e610e724fd29175b3810a3d2de70fa1999c245ac', '31.13.103.17', 1659990708, '__ci_last_regenerate|i:1659990708;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e616f691547ff62dc4b8373a48312155928eb3d7', '217.21.116.218', 1680884722, '__ci_last_regenerate|i:1680884722;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680882537;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e62201b9bb1dbccc4fb8e4f567057580c42f5b8e', '41.191.105.90', 1652609209, '__ci_last_regenerate|i:1652609209;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e63968406d8abae358ec52508d14c8f329ebd291', '102.1.149.20', 1653737605, '__ci_last_regenerate|i:1653737605;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e652b4ea350da163001a268c93ffd91ad129e6e3', '41.191.107.211', 1655918303, '__ci_last_regenerate|i:1655918303;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e658fb59f098628f13bea198dab909eb94a391f9', '41.60.239.115', 1655130984, '__ci_last_regenerate|i:1655130984;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655098371\";last_ip|s:13:\"41.60.239.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655130908;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e685c694e525908a0df05e7189dfb9a54bf2de11', '197.248.117.169', 1674472488, '__ci_last_regenerate|i:1674472484;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1674412086\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e68f45dc0755875cb947a543709e7b953b3cd738', '41.60.233.116', 1659765688, '__ci_last_regenerate|i:1659765688;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659695179\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659763955;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6b8e8b76df4af0e2596c8601429228d9f854fc7', '41.60.235.76', 1653892711, '__ci_last_regenerate|i:1653892711;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653891849;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6c0baee831ebdc662fd6fa49f3bc0405bffdd41', '41.60.239.223', 1669121936, '__ci_last_regenerate|i:1669121932;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669043447\";last_ip|s:13:\"41.60.232.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6d0ae473ecba3ec7234684b428f029cc6510046', '41.60.232.148', 1659530847, '__ci_last_regenerate|i:1659530847;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6dade4cc889415127ecc890bc7130c8a2b1981f', '41.60.232.170', 1672846278, '__ci_last_regenerate|i:1672846278;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672839684\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672845182;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6e7d95fea2fd34a38e9c396ac81fd7285e31b6f', '41.60.238.178', 1656074355, '__ci_last_regenerate|i:1656074355;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655996350\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656074256;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6ecbed075327e4c5a739e7be0571fb6dfaa223d', '41.60.232.50', 1654701586, '__ci_last_regenerate|i:1654701586;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654615821\";last_ip|s:13:\"41.60.239.119\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654701104;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6f16c997142e0df487c05c386221faa8d7cf8ba', '41.60.235.97', 1679551255, '__ci_last_regenerate|i:1679551255;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679495060\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e6feea1de4200d4950e60ccb47c2020fc2041ef0', '102.1.149.20', 1653737601, '__ci_last_regenerate|i:1653737601;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e705303d2350a4c1bae3102f4682368242ba0781', '41.60.239.230', 1665411185, '__ci_last_regenerate|i:1665410862;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665238696\";last_ip|s:13:\"41.60.237.207\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665411185;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e72140f59cc594b3b174e843c86f7cc9e08a2282', '41.60.237.163', 1657636698, '__ci_last_regenerate|i:1657636698;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e72205054998786b8bbc97fd3c0424b26412aa7f', '102.1.149.20', 1653737225, '__ci_last_regenerate|i:1653737225;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e73695274fb1fdf16f9765f6a4b92909c8d5bda1', '41.60.238.178', 1656426107, '__ci_last_regenerate|i:1656426107;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e743d277a26369d80f6d52d899dff6fb7f927523', '41.60.237.163', 1657638510, '__ci_last_regenerate|i:1657638510;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657550667\";last_ip|s:13:\"41.60.232.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657638464;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e75d112830a4fe1ec9bad526ae603e4bdaf3783f', '41.60.238.178', 1656344506, '__ci_last_regenerate|i:1656344506;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656341901\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656343739;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e76486aeb3ad003aa9b98771d58c187c8baa8660', '209.145.52.241', 1652561413, '__ci_last_regenerate|i:1652561413;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e76bda3c1d5c1a28c0798e3cd4835086a684fcd4', '41.60.238.213', 1668872149, '__ci_last_regenerate|i:1668872149;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7734a37a6d995c6a9778f27636049a4c7bcead7', '105.163.50.229', 1659892534, '__ci_last_regenerate|i:1659892534;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e78aa097fed0e107351216f703add5a73673bcd6', '209.145.52.241', 1653679108, '__ci_last_regenerate|i:1653679108;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e790395cb8a8777891076aecd019832bd876f06b', '105.163.61.45', 1662018725, '__ci_last_regenerate|i:1662018725;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661877850\";last_ip|s:11:\"41.90.42.31\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662018362;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7a358d146af487220eac848a46d9b26795459aa', '41.191.107.150', 1652614646, '__ci_last_regenerate|i:1652614646;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;user_csrf|s:20:\"NAVpaebmMFvjDlx7ROsT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7dccf30bb94ce85c6e63d35cddbe96c530a81de', '41.60.235.76', 1653404434, '__ci_last_regenerate|i:1653404434;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653373419\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653401297;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"ht05IsebXGYSkMD36rx8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7e6f456f0169d5ca593044a06312ff42d506835', '41.60.238.178', 1655996738, '__ci_last_regenerate|i:1655996738;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1655906099\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1655996561;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7f5419848881d5b5e893d16f8324af1a2a15259', '41.60.237.126', 1670081955, '__ci_last_regenerate|i:1670081955;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669997518\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e7f62f6f6de7bbbab1455127298533733cc022cb', '197.182.60.254', 1674764192, '__ci_last_regenerate|i:1674764192;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"kKBp8gXb17DHlyMP0GeE\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e81015d444cc7f1c7d032244115deb453a0c8fc6', '41.80.98.64', 1653732974, '__ci_last_regenerate|i:1653732974;requested_page|s:17:\"category/sweaters\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8408d540fb4b29618a5e9973e5e3fc533e19471', '41.60.237.59', 1652871399, '__ci_last_regenerate|i:1652871399;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652802631\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e846ced3e0c76af372d40643b797401a895c718a', '41.60.239.144', 1654435582, '__ci_last_regenerate|i:1654435582;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8540ad47052fbf9732c2244c275766b440a4ffa', '41.60.234.165', 1680706852, '__ci_last_regenerate|i:1680706852;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e857135c0af4bc4ca55a7298b48d15d4e0c03e82', '41.191.105.93', 1658590704, '__ci_last_regenerate|i:1658590704;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8654f2c3cbdedbf655f252f322f5bba62d2421a', '41.60.235.147', 1677597233, '__ci_last_regenerate|i:1677597233;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677513441\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677596903;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8667f668cadd353597d02faf6278155da26835f', '41.60.232.12', 1663597913, '__ci_last_regenerate|i:1663597913;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e877a8fc61607f3149b663e775521f3f4f3cdc63', '41.191.105.94', 1654722084, '__ci_last_regenerate|i:1654722084;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654721653;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e88f0ff3093e41ef1ccb7a6edc94a75407f4ce35', '41.60.238.241', 1668012355, '__ci_last_regenerate|i:1668012355;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668011043\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668012045;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e899d2df3be6dc8219a287fdf8645b5d342a9ce3', '217.21.116.218', 1680873767, '__ci_last_regenerate|i:1680873767;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e89a4ab9ecf46e03c626697dffd5dd30b023d62a', '197.237.214.102', 1651423084, '__ci_last_regenerate|i:1651423084;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a079630bd333fc6006234827ae68a8ac045896', '209.145.52.241', 1654552992, '__ci_last_regenerate|i:1654552992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8a1ef1337506d671261019ed305699513342fc6', '41.60.237.59', 1652882561, '__ci_last_regenerate|i:1652882561;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652804480\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652879337;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8bb511eea41ef8a84fe5208c468f1d1ae584337', '41.60.233.5', 1675785570, '__ci_last_regenerate|i:1675785570;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675754168\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675785447;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8c70240828cee4089ccce9907ce947072c5e404', '41.60.236.83', 1661176288, '__ci_last_regenerate|i:1661176288;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661146934\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8cff693c12fe8aa89b39f37db51a4e83947fba3', '41.90.35.88', 1654117682, '__ci_last_regenerate|i:1654117682;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654071268\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8dba77ce81837d33ccbac930936dabee0c7f1e3', '41.60.237.158', 1661609346, '__ci_last_regenerate|i:1661609346;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661593846\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e8f1399e1fb44e916099b55d4ef37767901831f8', '41.191.104.231', 1652211128, '__ci_last_regenerate|i:1652211128;requested_page|s:19:\"category/embroidery\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652188290\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e913e8a9c4a1f2c31ecec7b472e90d85bdae2c6e', '41.60.232.50', 1670598410, '__ci_last_regenerate|i:1670598410;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e92a9193d639af73d2cc6c234d2def77e0941462', '41.191.107.193', 1652724261, '__ci_last_regenerate|i:1652724261;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652647279\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";requested_page|s:13:\"shop/products\";last_activity|i:1652723032;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e937648b12f70ef1bb48895f9718742374daac21', '41.60.237.59', 1652450180, '__ci_last_regenerate|i:1652450180;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9420b779010ceb3d69f64a35819e1a7ddcd94ee', '41.191.105.93', 1652648101, '__ci_last_regenerate|i:1652648101;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e948c17a1f6cb8c3b90be69e0d318198ad47f257', '41.60.232.168', 1676650153, '__ci_last_regenerate|i:1676650153;requested_page|s:20:\"category/long-sleeve\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676561935\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676649970;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e95569c18d216cbe8597c49cf790bf580d5f75ac', '41.60.235.76', 1653309097, '__ci_last_regenerate|i:1653309097;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e970303bcf218fc97f69f9aef0a5adff183e2462', '41.60.232.254', 1672501288, '__ci_last_regenerate|i:1672501288;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672408396\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672500917;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9715120d0a53dae125381fd58d180c0673685b5', '41.60.232.140', 1662104843, '__ci_last_regenerate|i:1662104843;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e98d6bde2b941a6c8decb486bc8981f36324442e', '41.191.107.150', 1652610549, '__ci_last_regenerate|i:1652610549;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;user_csrf|s:20:\"G8cSzhnoFtjD74JLkZwV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e98d7c3cdb6f8b1ec539e8751b8d7186b6015d93', '41.60.237.59', 1652274702, '__ci_last_regenerate|i:1652274702;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652274619;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"8pUWXhVJIwYZNC2qLman\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a007193e713abc6e07360e6c8b72eeb864ef85', '41.60.232.14', 1657988348, '__ci_last_regenerate|i:1657988055;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657985513\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9a69c4e86c29dc782038c1bbcd99de1a8938f5f', '209.145.52.241', 1674470045, '__ci_last_regenerate|i:1674470045;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ae4d9e592976a6c5701be121ea6e158ceddc13', '209.145.52.241', 1652876904, '__ci_last_regenerate|i:1652876904;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ae533c37d4512724991f6e82aa81a67352be04', '172.58.5.155', 1665923374, '__ci_last_regenerate|i:1665923374;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9afb2b13dd4a645d76a9c730893daa32168c2f1', '41.60.233.155', 1673018902, '__ci_last_regenerate|i:1673018902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9b970819940bf9c5d410c96f3e752eb7840252c', '209.145.52.241', 1653673405, '__ci_last_regenerate|i:1653673405;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9ba52a61d690517e1301ff28c186684c7915ef9', '41.60.237.126', 1669998774, '__ci_last_regenerate|i:1669998774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9c212dc3c71001fd81180df553db4f9241db8f0', '41.60.232.14', 1657814137, '__ci_last_regenerate|i:1657814137;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657726284\";last_ip|s:13:\"41.60.237.163\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('e9e51aae9766156a56c24ebee512cb1aac658298', '41.60.234.153', 1660141370, '__ci_last_regenerate|i:1660141370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea089b13944bfb83e5237f146fc95cf31d3d271b', '41.60.237.195', 1652181459, '__ci_last_regenerate|i:1652181459;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652178339;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea1f5dcbdf197d7f976306f48d5da6349091f799', '41.60.237.59', 1652272919, '__ci_last_regenerate|i:1652272919;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652272820;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea387fe59c39a82e9435f68aa9f6357bb0c0f25b', '41.60.235.76', 1654007402, '__ci_last_regenerate|i:1654007402;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653908050\";last_ip|s:11:\"41.90.44.57\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea48c4a81fe52a05bc3be39470aae9c361b1dffb', '41.90.189.189', 1675022467, '__ci_last_regenerate|i:1675022467;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674931835\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675022467;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea5cdf6cd6d7804d7a7a15c85fcfc4091547ddb0', '41.191.104.74', 1653754294, '__ci_last_regenerate|i:1653754294;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea612d2b4a917f46b87275ea75373534eb306c7e', '41.60.233.85', 1664879303, '__ci_last_regenerate|i:1664879303;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664802478\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664879134;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea851fa4739e4d2128c41cdb62295e5c3474877c', '41.191.104.70', 1654503627, '__ci_last_regenerate|i:1654503627;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ea8caa5657590f6fc2bd96c852cb412deed7867b', '41.60.237.126', 1670341232, '__ci_last_regenerate|i:1670341232;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670252579\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670338769;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaa0719e681df77e82713f06d54b36ff0e0f77e4', '41.191.104.254', 1651491744, '__ci_last_regenerate|i:1651491744;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651466987\";last_ip|s:13:\"41.191.104.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaae7e798db1767d5332f9485c1945d336ad2bec', '69.171.251.119', 1672949685, '__ci_last_regenerate|i:1672949685;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eabc484d06cbb20df269fa8ad0a0fc53166fdf23', '41.60.232.168', 1676391116, '__ci_last_regenerate|i:1676391116;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eabc61e1615249e3a264cd627355b109229ddf0f', '41.191.105.93', 1652008021, '__ci_last_regenerate|i:1652008021;requested_page|s:21:\"admin/system_settings\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eabed5c56d0c62bfcbf9bd1a6ec78d9e6547a65d', '41.60.233.155', 1672929100, '__ci_last_regenerate|i:1672929100;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672844707\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672928888;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eac8315d5bf721754cc9b3a7125bad6330742fab', '41.60.235.76', 1654013494, '__ci_last_regenerate|i:1654013494;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654007114\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eac8f8e78b4180d0b0db457ad10fb7f9b912afae', '41.191.104.95', 1651468966, '__ci_last_regenerate|i:1651468966;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651446524\";last_ip|s:13:\"154.159.252.6\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651468586;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eacae5207a72e7d54c8901fe5e2fb6c095018bed', '209.145.52.241', 1652463041, '__ci_last_regenerate|i:1652463041;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ead31217dc92bfa9ff94e9bb341cf06ac5b062b4', '41.60.235.224', 1670687578, '__ci_last_regenerate|i:1670687578;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595457\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670681409;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eae7668334b491768f4c9a4de4d314979810b94d', '41.60.237.163', 1657639128, '__ci_last_regenerate|i:1657639128;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657550667\";last_ip|s:13:\"41.60.232.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657639102;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eaf2cf9a367da7f9b8b22dd9514daca41790899d', '41.60.232.255', 1673280572, '__ci_last_regenerate|i:1673280572;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673277025\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673279517;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eafdede2a1eeea3037d56a724db87bae47b0139a', '41.60.237.195', 1652108746, '__ci_last_regenerate|i:1652108746;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"UsbpdjEl46YmZPkFRaQS\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb03fdad3d2883244ada92f737f71bb63f88560a', '105.163.50.229', 1659893618, '__ci_last_regenerate|i:1659893618;requested_page|s:24:\"admin/purchases/expenses\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659870668\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb0f63fba1ed07cfbd6ebbca80586cd0ecdf3c7f', '41.60.232.168', 1676477342, '__ci_last_regenerate|i:1676477342;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676391116\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676477022;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb115d95686cbd4f5acc3413170f818b7b7886be', '41.191.105.92', 1654961121, '__ci_last_regenerate|i:1654961121;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb141070cd92dd5b9b158df40b2e41514c70e686', '41.60.237.126', 1669648009, '__ci_last_regenerate|i:1669648009;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669473397\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb150befa61771cc615c6774ffe282a2d320060e', '62.252.169.132', 1662097765, '__ci_last_regenerate|i:1662097765;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb1adceb7606038160d9aa9c98eaddac7ba6ede8', '41.60.237.195', 1652094910, '__ci_last_regenerate|i:1652094910;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb4a867dfee371435fceab60c6f3c95a9de4cead', '209.145.52.241', 1654552984, '__ci_last_regenerate|i:1654552984;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eb6d0b7162fada6349c5a201571891df49e4c01d', '41.191.107.44', 1651717007, '__ci_last_regenerate|i:1651717007;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651526930\";last_ip|s:13:\"41.191.107.49\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651716634;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eba2fbcbb1555d9e292e3ad8218a9efca9636d07', '41.60.237.200', 1651762317, '__ci_last_regenerate|i:1651762317;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"v4K3AY5ESaWIknut6Cre\";last_activity|i:1651762235;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebbce68a9f94bc2ae6f0f5588d4e918af2751ef1', '41.60.232.223', 1657553907, '__ci_last_regenerate|i:1657553907;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657550415\";last_ip|s:13:\"41.60.232.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657552582;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebd292c69c96675fc0515eaf226bacac427916fb', '41.60.237.126', 1670427846, '__ci_last_regenerate|i:1670427846;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337454\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebd2d975e468d969f96a5e8a2b32a77d1fa7c534', '41.90.216.111', 1675245569, '__ci_last_regenerate|i:1675245569;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebe2080d9cab5918ea6d3876f5ec9f75de574a19', '105.160.12.2', 1651665312, '__ci_last_regenerate|i:1651665312;requested_page|s:14:\"admin/products\";identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651652288\";last_ip|s:12:\"105.160.12.2\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ebf0a6f0438568e3436f146931307df40109e482', '41.60.232.168', 1677513724, '__ci_last_regenerate|i:1677513724;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677338728\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677513526;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec26ca18e028de2d34f9641da2304051c0f990d1', '41.60.235.76', 1654009241, '__ci_last_regenerate|i:1654009241;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653891848\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654009174;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec26fa5ce98c3bcc60424648299909db05f429bf', '41.60.235.76', 1653309073, '__ci_last_regenerate|i:1653309073;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653143911\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653309048;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec30d165c9f3b9ab2a4a6708b3708edff2ff07cf', '41.191.104.88', 1654377770, '__ci_last_regenerate|i:1654377770;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654375435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec32264b6860b146d3ac2b5cac1d5f94ff20de84', '41.60.234.151', 1678527393, '__ci_last_regenerate|i:1678527232;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1675929310\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec339d313693ce6f2b8f70d40dd36310f1422e0d', '197.182.60.254', 1674763841, '__ci_last_regenerate|i:1674763841;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec41591df984ad461b542d327c7f8efb276d78aa', '217.21.116.217', 1668944596, '__ci_last_regenerate|i:1668944595;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec443af3439a72eec6a5d272d04f638c4b333aad', '41.191.107.58', 1652804134, '__ci_last_regenerate|i:1652804133;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652785606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652801411;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec4b9eb141f1327da553d3e973a1cfa77218e9d9', '41.60.233.5', 1675867572, '__ci_last_regenerate|i:1675867572;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675783793\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675867540;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec6ed45fcef798a7c9bca80f7861c816a52dee35', '41.60.237.200', 1651739065, '__ci_last_regenerate|i:1651739065;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651679431\";last_ip|s:13:\"41.60.239.159\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651734663;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"5guo9RVHWey20DCFqzhr\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ec9403dc5b2748ab0a9b55c1d73f3ef26462cb2f', '41.60.237.126', 1669474482, '__ci_last_regenerate|i:1669474482;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669389296\";last_ip|s:12:\"41.60.238.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecbc90f636a5d1e3df4c1759c2434069a1712276', '173.252.95.13', 1660446332, '__ci_last_regenerate|i:1660446332;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecd3188bb30c7085f419aabe9620956673ad171b', '105.163.61.45', 1662052075, '__ci_last_regenerate|i:1662052075;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"bnu2OFL8drqUBaSczsmD\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecd526642015e870b3480c979025537fe041da74', '41.90.40.126', 1659296004, '__ci_last_regenerate|i:1659295713;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659289519\";last_ip|s:12:\"41.90.40.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecda8704b85c9e24b3ad5e29c7f5457c2bad5e47', '41.60.233.5', 1673887369, '__ci_last_regenerate|i:1673887369;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673620688\";last_ip|s:12:\"41.60.235.80\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673886436;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;message|s:23:\"Sale successfully added\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ecf239aa6b6ed91c25fcb33915a79c8b54012f27', '41.191.107.56', 1653413680, '__ci_last_regenerate|i:1653413680;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653409626\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653413184;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed080c390191dbd17b8ce35750ceb28d54b112c7', '41.60.236.83', 1661351856, '__ci_last_regenerate|i:1661351856;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661343584\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed1cc2264c38bc5a6a637ad51f54a2813329b621', '41.191.105.93', 1651963588, '__ci_last_regenerate|i:1651963588;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651960005;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed1d8d8a8c936cbef37636f4318aad285704d87e', '105.163.48.250', 1660851798, '__ci_last_regenerate|i:1660851798;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660842660\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";csrfkey|s:8:\"kXJs9ZtY\";__ci_vars|a:2:{s:7:\"csrfkey\";s:3:\"old\";s:9:\"csrfvalue\";s:3:\"old\";}csrfvalue|s:20:\"ArFvUu1Cd6gM8HKJbOV0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed372599ad3546a318c31ba2e33ef36bbb3888e6', '41.60.237.70', 1664636789, 'requested_page|s:13:\"admin/welcome\";__ci_last_regenerate|i:1664636789;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664604185\";last_ip|s:12:\"41.60.237.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664636758;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed3a92a5bedd7387e9a7301a6985dd8b742a7167', '41.60.234.172', 1662822380, '__ci_last_regenerate|i:1662822380;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662788892\";last_ip|s:13:\"41.60.234.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662821757;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed41a4586c77e74cbdc27c0218b766fbd7a2a956', '41.60.235.76', 1654063506, '__ci_last_regenerate|i:1654063506;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654008515\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654063451;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed474395dae48e9717094dccd4b2d0ac441e3268', '41.191.104.103', 1655206632, '__ci_last_regenerate|i:1655206631;requested_page|s:12:\"admin/quotes\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed4d4be9cf8d513c526f1cc169b1b56ff17b6a1d', '41.60.235.76', 1654241505, '__ci_last_regenerate|i:1654241504;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed597989a0511c78d3db2ecc2b75f9646266e14a', '41.191.105.94', 1652901587, '__ci_last_regenerate|i:1652901587;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652875650\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652901551;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed76b398c2703f908abcf1d09baa0e5dc92cebbe', '41.60.237.59', 1652543217, '__ci_last_regenerate|i:1652543217;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652541556\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652543127;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed8fd079f49dc8b87f16467b9b573ee512c0a644', '41.60.235.76', 1653475529, '__ci_last_regenerate|i:1653475529;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ed9e1522f635de2f18f16cbc281e0698b2d84a8f', '41.60.237.200', 1651764435, '__ci_last_regenerate|i:1651764435;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"v4K3AY5ESaWIknut6Cre\";last_activity|i:1651763929;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eda1d22bb7d5a44b5d7b5d36e95b47471cace1ec', '209.145.52.241', 1664968909, '__ci_last_regenerate|i:1664968909;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eda9e038ce9f9273d8e4d013bced2e80cc7b2b9f', '105.163.61.45', 1662061968, '__ci_last_regenerate|i:1662061960;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662046373\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edab34b98ea6a846d48ee451541fdc3b3be6969a', '144.217.135.157', 1675615991, '__ci_last_regenerate|i:1675615991;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edb61999d301eb422fd3bb0b0cda0969ae30c45e', '41.60.239.87', 1654781281, '__ci_last_regenerate|i:1654781281;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654763523\";last_ip|s:13:\"154.122.42.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edbc9c4884547c320936ed71ceaeced742d42bcc', '41.191.105.235', 1652207277, '__ci_last_regenerate|i:1652207277;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edc2b1d647a3e702bdfd4c2e6d903d59af37a3a8', '41.90.187.221', 1674851527, '__ci_last_regenerate|i:1674851483;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758970\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674851527;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edd57f8015e2588fe5ef7728034d9f672f8c7ba5', '41.60.236.83', 1661353260, '__ci_last_regenerate|i:1661353260;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661343584\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661352830;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('edf1b0d58b09f9fe24dc3b75487bbcbb975e0721', '41.191.104.241', 1652189352, '__ci_last_regenerate|i:1652189352;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652186826\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee15b442e03e9e104d800df7a681ca041fc8a4cf', '41.60.232.148', 1659451334, '__ci_last_regenerate|i:1659451334;requested_page|s:11:\"admin/sales\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659441549\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee1cc3b34fa0bea5b86f9c8470b190fee21a5930', '105.161.39.104', 1676529125, '__ci_last_regenerate|i:1676529125;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676475425\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676524870;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee2a4484a24294bc0cabe75de977ea389a0331ac', '41.60.238.178', 1655808367, '__ci_last_regenerate|i:1655808367;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655572410\";last_ip|s:13:\"105.160.86.88\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee2d06aa51fe8d52d0d0f92e8a7383fb72ac1237', '173.252.127.26', 1659990666, '__ci_last_regenerate|i:1659990666;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee35d1bbb067a1c7b9333d3ae59a5cfd1f0ac0d0', '41.60.234.165', 1680697986, '__ci_last_regenerate|i:1680697952;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680533583\";last_ip|s:13:\"41.60.235.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680697952;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee3c9ac3334826190733aafeb90aa8e2ee791a08', '41.191.105.92', 1654961121, '__ci_last_regenerate|i:1654961121;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654889850\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654961071;user_csrf|s:20:\"YZnxeGdyh0vs52CoHN4W\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee3ec923075dff4726b6b5099b306841181613d3', '105.163.51.255', 1656133269, 'requested_page|s:29:\"admin/products/modal_view/117\";__ci_last_regenerate|i:1656133074;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656093909\";last_ip|s:14:\"105.163.50.220\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee434f8812413d8f69830e095767a09241894823', '41.191.105.93', 1652646573, '__ci_last_regenerate|i:1652646573;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652644658\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652645054;__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee59796f7f87bbe3b953007e3ccf1d3fe436ebd0', '105.163.50.229', 1659720812, '__ci_last_regenerate|i:1659720812;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659692719\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659717024;user_csrf|s:20:\"h5msXEUfdiBG3w9zegnp\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee63354c3243d0f26e19c90687d529d3306aa965', '41.60.233.116', 1659774555, '__ci_last_regenerate|i:1659774513;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659763442\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6beba90676427b3e26ae225a59a4f41d4f1057', '41.60.233.5', 1675949226, '__ci_last_regenerate|i:1675949226;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675873592\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee6fd5dfaad6732fe06d69c65001ab79adda337c', '41.60.237.59', 1652624265, '__ci_last_regenerate|i:1652624265;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1652622949\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652624253;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ee91ed361be22d0c6a09d128c84f5836e3c81231', '209.145.52.241', 1654725228, '__ci_last_regenerate|i:1654725228;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeaa2fc439edf40b3d82c79400bedcba62801686', '41.60.239.159', 1651679947, '__ci_last_regenerate|i:1651679947;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeb35e3d2104b8842e845bb4a7da7baf4c2ebb8a', '41.60.232.81', 1651574768, '__ci_last_regenerate|i:1651574768;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651572652;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeba3a0c24a776144bbcc4dc6b4acd71f83b6891', '197.182.205.110', 1675057540, '__ci_last_regenerate|i:1675057540;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eee1e7d6890fa1f543a1046b0dd6739d8ae8d606', '41.60.238.178', 1656059737, '__ci_last_regenerate|i:1656059437;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656058776\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('eeee5fa7fb33ed7ebd8dbe7e391d541f01fa4e68', '41.191.105.94', 1654724971, '__ci_last_regenerate|i:1654724971;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654721653;user_csrf|s:20:\"fJs8SeOLPhlYdgECjZXV\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef054ba786dd0e0d0cbcf9b74265f94cd63bd957', '41.191.105.90', 1654548577, '__ci_last_regenerate|i:1654548577;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654445778\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654546907;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef129017677781121f8e1fcdda41d708a64f82a5', '209.145.52.241', 1654552992, '__ci_last_regenerate|i:1654552992;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef1e119200e533e90a311922ec3cc2e858322413', '197.248.117.169', 1664874712, '__ci_last_regenerate|i:1664874712;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1663007727\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664874685;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef2df2670f85976db70eb965eb02620eb864ffb5', '41.60.237.126', 1669474163, '__ci_last_regenerate|i:1669474163;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669389296\";last_ip|s:12:\"41.60.238.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef3a90ed0c722ef212d269dec066d8073a841932', '41.60.237.200', 1651761174, '__ci_last_regenerate|i:1651761174;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"v4K3AY5ESaWIknut6Cre\";last_activity|i:1651760822;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef427e91d1aa2a27d48468b1b01b36904464cfd2', '41.60.238.41', 1669389976, 'requested_page|s:27:\"admin/purchases/add_expense\";__ci_last_regenerate|i:1669389976;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669353557\";last_ip|s:12:\"41.60.238.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef4c37ad104b6e7a732e347abe3c179486ef30f9', '41.60.236.151', 1677860098, '__ci_last_regenerate|i:1677860098;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef55717889d724195700e74d49a452d3c45f47fb', '41.60.237.200', 1665587437, '__ci_last_regenerate|i:1665587437;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef67bc5cb66fd1fc5e11f8a34728c12ddc099b9b', '41.60.232.254', 1671548146, '__ci_last_regenerate|i:1671548146;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671466975\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671548043;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef68f09009755c3a4d505bc71f9e28de860b94cc', '41.191.104.103', 1655201018, '__ci_last_regenerate|i:1655201018;requested_page|s:12:\"admin/quotes\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef79956f7d528b2ad78c81f6885f732e3d678d83', '105.163.24.79', 1655838265, '__ci_last_regenerate|i:1655838265;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1655816272\";last_ip|s:9:\"41.81.3.3\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}last_activity|i:1655837965;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef7a0d68b81bc5afb055fcf4254ef4fa9d3eb938', '41.60.232.140', 1662185443, '__ci_last_regenerate|i:1662185443;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662116819\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662182961;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef8125d1c94535cd56dfeee03dfed75a9e719210', '197.248.117.169', 1675229577, '__ci_last_regenerate|i:1675229576;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ef8f7671ae5dd1a7c9247fae817dff084bc6bdd9', '41.60.233.5', 1675758602, '__ci_last_regenerate|i:1675758602;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675758300;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efa7d5380d7fb49d142bcbc73471600cda1a3e39', '41.60.232.12', 1663253475, 'requested_page|s:20:\"admin/sales/edit/544\";__ci_last_regenerate|i:1663253475;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663228870\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663250394;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efb5d093a3a750646449f3d1ace592cf097f951a', '41.60.232.170', 1672844203, '__ci_last_regenerate|i:1672844203;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672757553\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672840308;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efb7341b1d0f1df9828b8cd577f3bf19b5e15b02', '41.191.107.150', 1652611790, '__ci_last_regenerate|i:1652611790;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652604172;user_csrf|s:20:\"oNQXaLZyq5pB6fzJM0EG\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('efc7b584ddb0d5902cb7ae2c2ef20c7fb6ac0050', '41.60.232.50', 1670598408, '__ci_last_regenerate|i:1670598408;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670510558\";last_ip|s:12:\"41.60.232.46\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('effb25af0142dbd6e9ce5ed51dad76061d33e495', '41.60.235.20', 1658579230, '__ci_last_regenerate|i:1658579230;requested_page|s:30:\"admin/pos/getProductDataByCode\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('effdbb4acc7703e4137e1fada147e021508bf6cf', '41.60.234.172', 1662733858, '__ci_last_regenerate|i:1662733858;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662723771\";last_ip|s:13:\"41.60.234.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662733251;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f01c9e1ee10d46a5815123f3510e08bb49be40fb', '41.60.237.195', 1652186896, '__ci_last_regenerate|i:1652186896;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652185704;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f02618f2678e0d51a6fc35d3d85a272bd2605c96', '209.145.52.241', 1652643495, '__ci_last_regenerate|i:1652643495;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f04ec012ab86b979755ea47c60fe7b98d3752136', '41.60.236.83', 1661404968, '__ci_last_regenerate|i:1661404968;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661172422\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0549390cf448bf26f9c132f08f4153c0c284a26', '41.80.97.52', 1666721200, '__ci_last_regenerate|i:1666721200;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666433512\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f072e14279c3c463b89e0955aac8ff3c260d0d7f', '41.90.189.189', 1674935075, '__ci_last_regenerate|i:1674935075;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674849498\";last_ip|s:13:\"41.90.187.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674935025;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f078a3e087558f95c7a4afda37a5375b3b132933', '41.60.237.59', 1652278626, '__ci_last_regenerate|i:1652278626;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652276692;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"53mAKexYVXbSdgictDQj\";remove_pols|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f07db0315310424f9f244d98d69f2a86af6eb2a6', '41.60.235.76', 1653487982, '__ci_last_regenerate|i:1653487982;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653401260\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f096c1928cf9fae3898ba366946a77c330c1b902', '41.60.234.100', 1668612205, '__ci_last_regenerate|i:1668612205;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f09d3aec7cee320dd9222944be17435516c3be62', '209.145.52.241', 1653911948, '__ci_last_regenerate|i:1653911948;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0a8b3ae74e441cb0bf2a31fdb00d97ee08fb0b9', '41.191.107.220', 1653674498, '__ci_last_regenerate|i:1653674480;requested_page|s:24:\"admin/purchases/expenses\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653568495\";last_ip|s:13:\"41.191.104.81\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653674498;user_csrf|s:20:\"i0ZrdzVWte6saw7RSqjx\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0b98971146b1505677d39f00e549b8c4c90f922', '41.60.237.195', 1652114302, '__ci_last_regenerate|i:1652114302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f0da678284c9f5e6ae5a5ad4d0340d13310a8e88', '41.191.104.83', 1655262757, '__ci_last_regenerate|i:1655262756;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f101d51e3c0b5fe4ec385f4eb2743b0e86300e5f', '41.60.232.168', 1677338990, '__ci_last_regenerate|i:1677338990;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677250482\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677338944;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f106198dd6d54bc5e702574738873467238c0912', '41.60.237.126', 1670253918, '__ci_last_regenerate|i:1670253918;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670082086\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f10c1eeb1060b5a93c9e9dbd07e0941b437668cb', '41.60.233.5', 1675700661, '__ci_last_regenerate|i:1675700661;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675449148\";last_ip|s:15:\"105.161.114.149\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675699726;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f11191a299c24fae1343cb3eae92d4ee655a7a57', '62.252.173.134', 1677621514, '__ci_last_regenerate|i:1677621514;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f113c2a8fff4235fd7baac97352d6910833d9a0f', '154.159.252.6', 1651447039, '__ci_last_regenerate|i:1651446962;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651446130\";last_ip|N;avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651446631;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f118ec58469d5450b8553c7a51b27653a79a829b', '41.60.237.59', 1653145471, '__ci_last_regenerate|i:1653145471;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653034204\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653145430;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f119a6052cb0e52a1b208cda9aa49ae9a8235911', '154.159.252.6', 1651430528, '__ci_last_regenerate|i:1651430528;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f120f5423be803f686911dcd4ce2ee67de6501df', '41.60.232.14', 1657988000, '__ci_last_regenerate|i:1657988000;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657984667\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657987537;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f124e2252f50c731455abd9c1916698f1a3979d0', '209.145.52.241', 1652877664, '__ci_last_regenerate|i:1652877664;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f128fcaade0f5be492c417a4323771c0dafbf110', '41.60.232.148', 1659505924, '__ci_last_regenerate|i:1659505924;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659504162\";last_ip|s:13:\"41.60.232.148\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659505137;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f131a1b21c8bb8819095c4cf381637a981d18e61', '41.191.105.88', 1652969511, '__ci_last_regenerate|i:1652969511;requested_page|s:35:\"admin/products/quantity_adjustments\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652901280\";last_ip|s:13:\"41.191.105.94\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652968866;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f13c54240f736994bea7f6f861aeaf42d85977dc', '102.7.145.55', 1651640131, '__ci_last_regenerate|i:1651640131;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651497801\";last_ip|s:14:\"105.160.31.183\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651639888;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f142002325da28b6c27ca2f361f3c1ff7e64d8a3', '41.191.105.93', 1652652208, '__ci_last_regenerate|i:1652652208;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652646857\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652650111;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f15977e9ed23dd4cd1a6fe52f2174111a0ec6092', '41.60.234.241', 1660893372, '__ci_last_regenerate|i:1660893372;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660827357\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|N;show_price|N;last_activity|i:1660893077;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f16eaf335270a241b25dacaf01f6720a5eecacd8', '217.21.116.218', 1680887654, '__ci_last_regenerate|i:1680887598;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680866618\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1680887258;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1938bfb7b3f1b49d8fb8869cce08851db7cbea6', '41.191.105.94', 1654726385, '__ci_last_regenerate|i:1654726100;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654721653;user_csrf|s:20:\"BbuOX2cjpIWZormUKf9l\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1950ede585e8791b99f91d9806d2449023b415e', '41.191.105.95', 1657046131, '__ci_last_regenerate|i:1657046131;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657046019;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1a748845fc312764a4d835a30bd87401dc2b8b7', '197.248.117.169', 1661420001, '__ci_last_regenerate|i:1661420001;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1af14b36f62a8d18a879874cf3f0fa0bd9712c1', '41.60.237.126', 1669998750, '__ci_last_regenerate|i:1669998750;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669903738\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669994890;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1c0a159ddeac4938bb0ef7e0238221447b9af9e', '41.60.232.50', 1654700568, '__ci_last_regenerate|i:1654700568;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654615821\";last_ip|s:13:\"41.60.239.119\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654700152;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1e30a7038d1d7c1ef557b21d288dbe39e77a10f', '41.60.238.178', 1656343405, '__ci_last_regenerate|i:1656343405;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1656341901\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1656343326;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f1e8a0c08f1179ddd5e29cb9e933e1ad1ecd708a', '209.145.52.241', 1664894120, '__ci_last_regenerate|i:1664894120;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f20f49e7506818828e1964b0070891e0ae0472e1', '105.163.48.72', 1652644196, '__ci_last_regenerate|i:1652644196;requested_page|s:23:\"admin/pos/open_register\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f219405a394fcc94e8769db0ba55bc6c556369d0', '41.80.96.73', 1653735308, '__ci_last_regenerate|i:1653735308;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f21aee865d0e0d59f6d1a5744aa49a1278bc9714', '41.60.235.76', 1653373677, '__ci_last_regenerate|i:1653373677;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653317167\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653373532;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f23e61fa851f69c414cf0661678df6a6d8bd5590', '154.159.252.6', 1651443983, '__ci_last_regenerate|i:1651443983;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651406767\";last_ip|s:3:\"::1\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";message|s:38:\"<p>You are successfully logged in.</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f23fe17cea9627e8bbcdc5993cd57963ef9b0f1e', '41.60.237.96', 1654867398, '__ci_last_regenerate|i:1654867398;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1654784924\";last_ip|s:12:\"41.60.237.96\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654863129;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f246baab84c560e9f384db67fe640446da01e734', '41.60.232.254', 1671636878, '__ci_last_regenerate|i:1671636852;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671548792\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671636852;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f24d3873958c71ed7be6c2f7aba0387094dbc71b', '41.191.105.88', 1652626386, '__ci_last_regenerate|i:1652626386;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652626044;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f24dedabd7aae45d389de71325decd24401ba025', '105.163.50.229', 1659696197, '__ci_last_regenerate|i:1659696197;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622232\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f25247417b28be0f5e17e7eb93e59c37e851e0eb', '41.90.44.57', 1653682850, '__ci_last_regenerate|i:1653682850;requested_page|s:23:\"admin/pos/open_register\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653640919\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1653679517;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f257f5e18f1122f476480e01006a5515c9239ad7', '41.60.235.76', 1653895445, '__ci_last_regenerate|i:1653895445;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653835170\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653891849;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f26bbb71749da0e7eac5f24db3f7a6be5479afb6', '41.60.235.76', 1653403177, '__ci_last_regenerate|i:1653403177;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653373419\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653401297;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"ht05IsebXGYSkMD36rx8\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f274223f36fbe8780c300635e2bee77add6193eb', '41.60.234.153', 1660123452, '__ci_last_regenerate|i:1660123452;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659987241\";last_ip|s:14:\"105.163.50.229\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f2e3b94d1dce2229c87c4b63504fee9d22497253', '41.60.232.254', 1671364945, '__ci_last_regenerate|i:1671364945;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671294055\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671364785;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f30cdcfa3f22fcde53cf6bc33ccb299331d38c5e', '41.60.232.140', 1662130881, '__ci_last_regenerate|i:1662130881;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662104843\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662125770;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3181d6c32f654ad9f19ae0468f3fda3b9503e2b', '41.60.238.241', 1668266901, '__ci_last_regenerate|i:1668266901;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668178535\";last_ip|s:13:\"41.60.238.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668266841;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f328b19d1b0c6f700ebfccc5a61f462eb6982e0d', '154.159.252.168', 1651489517, '__ci_last_regenerate|i:1651489248;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f33f092f1a7dde28dad908e590bd3bdd414ce34b', '41.191.105.94', 1654721636, '__ci_last_regenerate|i:1654721636;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654546876\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f36caf5e66a1354a89c3b0b88f88ef01351590a4', '41.60.237.207', 1665155412, '__ci_last_regenerate|i:1665155412;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665150012\";last_ip|s:13:\"41.60.237.207\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665154914;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3714c091e67b61561963ad3e6c12135de24f6be', '41.60.237.59', 1653148774, '__ci_last_regenerate|i:1653148774;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f374821c49a1f85b7b7dc3f38b872c63424df57c', '41.191.105.229', 1656097388, '__ci_last_regenerate|i:1656097388;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656058719\";last_ip|s:14:\"41.191.107.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f37e743ce199983e25bb1e71b28d5d5fd9150971', '41.60.232.254', 1672329213, '__ci_last_regenerate|i:1672328989;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672326954\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672329137;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f37ea3e11110f2c16e47008b80af426cb716e4a7', '217.21.116.218', 1680879432, '__ci_last_regenerate|i:1680879432;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f384049b13c0270e27f0c83b8d68f35bf0651c1e', '41.60.237.59', 1653148764, '__ci_last_regenerate|i:1653148763;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653034204\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653148762;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";error|N;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3a0eba44e9dc1c17cefd30382183c7baf7bb3c8', '41.60.235.241', 1680535530, '__ci_last_regenerate|i:1680535530;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680360915\";last_ip|s:13:\"41.60.233.115\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680534961;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3d3fbf65df48884678b777e0531bb7934557a47', '41.191.105.93', 1654466654, '__ci_last_regenerate|i:1654466654;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3dd7a3afb472b3e47b1df1442a23e91b6730e4d', '41.81.213.140', 1665394892, '__ci_last_regenerate|i:1665394858;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1664874182\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1665394690;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3f0ba4e038b69915320126673b92050339c3af1', '41.60.237.70', 1664636386, 'requested_page|s:25:\"admin/sales/suggestions/1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3f893ee7cedd082ea3e1eb211a5533ff6debb04', '41.60.235.76', 1654185192, '__ci_last_regenerate|i:1654185192;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f3f8dd20ed266d1a69822a1503684d0d271a25d1', '41.60.233.85', 1663858495, 'requested_page|s:30:\"admin/pos/getProductDataByCode\";__ci_last_regenerate|i:1663858495;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663850112\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663857960;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4065da554a939b9062f5c70fd9725d991d731f3', '102.1.149.20', 1653726193, '__ci_last_regenerate|i:1653726146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f411956269f1096bbfaffb47407bd26fc8a74099', '41.191.105.88', 1652624936, '__ci_last_regenerate|i:1652624936;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652623316;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f41814d168146f8f8c2f910b0a3485b31caab192', '209.145.52.241', 1654701334, '__ci_last_regenerate|i:1654701334;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4194736a20c2207e82f16ba22bf897081a8afde', '41.60.235.80', 1673433229, '__ci_last_regenerate|i:1673433229;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673432960;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f42016ac1bbdad5701917cd5e9fa568455a8db1d', '41.60.237.16', 1666348402, '__ci_last_regenerate|i:1666348402;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666275662\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666348276;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f42f4005f5589283ef683e75b1ccfe7e53a42d0d', '41.60.235.20', 1659010388, '__ci_last_regenerate|i:1659010388;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f42fef45d97667e7508f88f27407d4c7927fe0d9', '41.191.105.93', 1654462960, '__ci_last_regenerate|i:1654462960;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654427087\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654454186;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f46721e81a8e616d8d15b51567787eecbe2e3eaf', '41.60.233.5', 1675787148, '__ci_last_regenerate|i:1675787148;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675754168\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675786942;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f473eaa18e4b7714ccfe59f2e17c38d47830807c', '41.60.235.76', 1653663309, '__ci_last_regenerate|i:1653663142;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1653558454\";last_ip|s:12:\"41.60.235.76\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653663309;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f47b1aff97dda67a9840b81fddd328d6d64b7a90', '41.191.104.241', 1652188579, '__ci_last_regenerate|i:1652188579;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652186826\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f48174c4fb96fc1dca1f9ae26221bee186143879', '41.60.237.59', 1652279732, '__ci_last_regenerate|i:1652279732;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652170537\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652276692;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";user_csrf|s:20:\"oiLjwyY9EI2KxcZeVnhC\";remove_pols|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4a091d053acaaa6e6808d1e7bb9314e732065bc', '41.60.232.223', 1657552177, '__ci_last_regenerate|i:1657552177;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657550415\";last_ip|s:13:\"41.60.232.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657552110;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4b28676f5521b84d53508c4bea459dca74439e4', '41.191.105.91', 1657472710, '__ci_last_regenerate|i:1657472493;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657469519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4bb40d73459852d0157da93739dac05cbcc1b4a', '41.60.238.62', 1668696837, '__ci_last_regenerate|i:1668696837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4be1c0842ce70ab222e01ce606b97ac301e877f', '217.21.116.217', 1667145492, '__ci_last_regenerate|i:1667145492;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4dcc5dc8a4247d03c548bac16ea0d69d931b02c', '41.60.232.140', 1662038176, '__ci_last_regenerate|i:1662038176;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662012944\";last_ip|s:13:\"41.60.232.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662037562;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4e7309fa8979dd6406f0e3b9fb6f3766e311256', '41.60.232.12', 1663771844, '__ci_last_regenerate|i:1663771844;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663739996\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1663769939;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4eb3f3e973f0631433830e9dc407044def12e5c', '154.159.252.6', 1651427302, '__ci_last_regenerate|i:1651427302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4f03aeaca7eb9519264fd9c7a0d8fd5e9c62035', '41.60.232.140', 1662389669, '__ci_last_regenerate|i:1662389662;requested_page|s:17:\"category/sweaters\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f4fed62ad36062d36d21f5e135083cb6c818a4ec', '41.90.40.126', 1659296856, '__ci_last_regenerate|i:1659296767;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659089069\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1659294406;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f52e56bdc5569b13168565b99786d98a73c12e11', '41.191.105.90', 1654419640, '__ci_last_regenerate|i:1654419412;requested_page|s:15:\"admin/purchases\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654375056\";last_ip|s:13:\"41.191.105.90\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5351a86d40c8c6fb6dee821974fb609e2781705', '41.191.105.95', 1657046781, '__ci_last_regenerate|i:1657046781;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1656967621\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657046133;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f53646e78888be69d4b4e43857badb54b4fec8b3', '41.60.232.12', 1663429030, '__ci_last_regenerate|i:1663429030;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f53f7c975b8d172d55a5adb6161ec30b2ea42c38', '41.60.237.16', 1666433513, '__ci_last_regenerate|i:1666433512;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666117766\";last_ip|s:12:\"41.80.98.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f552c33a5a9c8c2aaa8302044f6760c4f54d6b51', '41.60.232.254', 1672416937, '__ci_last_regenerate|i:1672416934;requested_page|s:9:\"admin/pos\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f57183728dfaa04afa647239a93b0b624cbb3e7c', '41.60.237.158', 1661614136, '__ci_last_regenerate|i:1661614136;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661607081\";last_ip|s:13:\"41.60.237.158\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661613872;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f58161ccfe3baf953920141d337a9a551458ece7', '41.191.105.90', 1658504204, '__ci_last_regenerate|i:1658504204;requested_page|s:17:\"category/sweaters\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657640102\";last_ip|s:13:\"41.191.107.37\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658501656;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f586aca0b11456202e43b6592abf05ffbdd0ad6c', '41.80.98.64', 1653732571, 'error|s:136:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/category/legwarmers?page=1\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f59f26c514305004408e7f8ef251d7b5621ddb42', '41.60.233.5', 1675783370, '__ci_last_regenerate|i:1675783370;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5a2ebc2122c8347825b61d3fa02ff1a333b4a3d', '41.60.237.195', 1652171818, '__ci_last_regenerate|i:1652171818;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5ac7473cdcb2ada3ea67dbfd10e9394cf87d6f8', '105.163.48.250', 1660921524, '__ci_last_regenerate|i:1660921524;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660909354\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5b6c6670f025127e6411c63b4859f49f9a2e766', '41.60.234.172', 1662737073, '__ci_last_regenerate|i:1662737073;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662723771\";last_ip|s:13:\"41.60.234.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662735080;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5bd74efb3850dab0e242a4a33d4e54e9c8b36ed', '41.60.237.159', 1664380079, '__ci_last_regenerate|i:1664380079;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5c2fd14fb8e2133344d781e92f739ef02cb8dc5', '41.60.234.241', 1660731640, '__ci_last_regenerate|i:1660731276;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660730046\";last_ip|s:13:\"41.60.234.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660731571;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5d15babbf1955616d7bd474bf8adb12158fa00e', '41.60.235.20', 1659190070, '__ci_last_regenerate|i:1659190070;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659184983\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659189976;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5dae98e0e0ee373027e686e4d646ac968de23f7', '41.60.237.16', 1666106585, '__ci_last_regenerate|i:1666106585;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666073579\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666106498;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5dc96e13b670da8bc499563faf5eea02a3458a5', '41.60.234.55', 1668843668, '__ci_last_regenerate|i:1668843251;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1668783849\";last_ip|s:12:\"41.60.239.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1668843393;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"qhVCpBTZ1JyGSiktzRsP\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5e4fe623a9e0c3fe7779bdff1e3004402255f87', '41.60.232.254', 1672315393, '__ci_last_regenerate|i:1672315393;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672224279\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672315343;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5ea7cb63c09afe945e573682008487b0a0440c6', '41.60.237.195', 1652180821, '__ci_last_regenerate|i:1652180821;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"tlTP6c9hpfeARJjaVwF8\";last_activity|i:1652178339;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5f1740f05b15e14f8c8cdc7c49019143087bcef', '41.60.237.158', 1661578974, '__ci_last_regenerate|i:1661578974;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5f1e4f410d5031bf37bfaef0aabf6b921af9d07', '105.163.61.45', 1662307977, '__ci_last_regenerate|i:1662307736;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662229016\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5f32d58bb5cc4ef60ad019a6144849cf49df20a', '105.161.114.149', 1675451827, '__ci_last_regenerate|i:1675451827;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675364589\";last_ip|s:13:\"105.161.82.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675451536;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f5fc77c40b2aa68f4c7baaf90c4b706ab57b11cd', '41.60.233.5', 1676042067, '__ci_last_regenerate|i:1676042067;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675947973\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676042036;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f61d55494377fc9dae3cf66b126ba6a632915068', '105.163.56.70', 1663183211, '__ci_last_regenerate|i:1663183211;requested_page|s:13:\"admin/welcome\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1663154496\";last_ip|s:12:\"41.60.232.12\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"t8dZClIu6bJBAxEFiha9\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f61efa680e32d94941b70d8c51cffa828cae04fc', '41.60.235.147', 1677596363, '__ci_last_regenerate|i:1677596363;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677513441\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677595631;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f624df815c8abb6128f8576fb7ee1edea2f111c3', '41.191.105.94', 1659387893, '__ci_last_regenerate|i:1659387893;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1658500223\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f62985d2613539579c445b8f4c3624883d8c5f62', '80.240.201.83', 1651868571, '__ci_last_regenerate|i:1651868571;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1651865824\";last_ip|s:13:\"80.240.201.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"2\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651866442;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6356fe0bbf61372087833f782e496ed6e734e26', '154.159.252.212', 1664361804, '__ci_last_regenerate|i:1664361764;requested_page|s:17:\"category/sweaters\";identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1656503154\";last_ip|s:15:\"154.159.237.143\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f636bd74c7abe2016a9a6d4da8788d4fbfb82706', '41.60.232.148', 1659505095, '__ci_last_regenerate|i:1659505095;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659460069\";last_ip|s:13:\"154.76.115.33\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1659504393;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63a64a27693bd6c0016bc03f0afef2778b54c42', '197.182.60.254', 1674769185, '__ci_last_regenerate|i:1674769185;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f63f615b0824226f38c2a2076e5d3a7e3ea19b4a', '217.21.116.217', 1667153469, '__ci_last_regenerate|i:1667153469;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1666848200\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f64272b996d59eeb541ccc74cc9fac3d86be3687', '41.60.233.116', 1659623989, '__ci_last_regenerate|i:1659623989;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1659622208\";last_ip|s:13:\"41.60.233.116\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"CZ80UP65dikVaMRG9fyO\";last_activity|i:1659623985;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f64376322da2263c418e45a0d6140417558540b2', '41.60.233.253', 1679669098, '__ci_last_regenerate|i:1679669098;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679550974\";last_ip|s:12:\"41.60.235.97\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6623609ce761583668d0e4b90e2f02596262e10', '41.60.235.76', 1653975218, '__ci_last_regenerate|i:1653975218;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f66b6d7be0fb37203499117d4d584ff90155f8e5', '41.60.235.20', 1659073013, '__ci_last_regenerate|i:1659073012;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6803a5acbcd1a45f72b935b4a61682f13179ede', '41.60.234.153', 1660113749, '__ci_last_regenerate|i:1660113735;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1659790135\";last_ip|s:13:\"41.60.234.153\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f685b6c965386ddb5772227cd12c8aeb937ced47', '41.60.238.178', 1656068860, '__ci_last_regenerate|i:1656068765;requested_page|s:5:\"admin\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1656058954\";last_ip|s:13:\"41.60.238.178\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6af7a4d83b7ff2949a607953fa9105b46e3d8d0', '41.191.105.93', 1651959773, '__ci_last_regenerate|i:1651959773;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651959523;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6c2a096cdd4e0cf8bb3dcac814205a01692e422', '41.90.189.189', 1675192159, '__ci_last_regenerate|i:1675192159;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675153471\";last_ip|s:14:\"197.248.61.193\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675191179;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6d7b501f9bf8603be1f713fbcbe2afc35117356', '102.7.145.55', 1651643305, '__ci_last_regenerate|i:1651643305;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651497801\";last_ip|s:14:\"105.160.31.183\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651642479;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";user_csrf|s:20:\"kTohsND0IRQp2yl6Oc4f\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6dcaf3c7c05a38739fd40e38959df8fb80f4f73', '102.1.149.20', 1653736076, '__ci_last_regenerate|i:1653736075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f6ec39b23c76afed49fba2759314109c34fabc26', '209.145.52.241', 1652189621, '__ci_last_regenerate|i:1652189621;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f74f41eb692656989b7ac9751a91e38dc77807be', '41.60.232.254', 1672498772, '__ci_last_regenerate|i:1672498772;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672408396\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f75402f7af06218282e2195057f12d94fbd6a007', '41.60.232.254', 1671203211, '__ci_last_regenerate|i:1671203211;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671199490\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671200959;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7854d51dad88cdabe00453aeca7e411940e76bf', '41.60.237.200', 1651753232, '__ci_last_regenerate|i:1651753232;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651733173\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651753158;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f78cfecc7e9329cfcc4d2903f9d52ab9ed0770d4', '41.60.233.155', 1673020103, '__ci_last_regenerate|i:1673019784;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673018922\";last_ip|s:13:\"41.60.233.155\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673019484;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7ae9e6280c3dc72f162dfe362242632f3ea050d', '41.60.235.20', 1658580152, '__ci_last_regenerate|i:1658580152;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658578582\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658580152;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7bfa17ddde723e15adbc1a93b015f03ced6acb1', '41.60.234.172', 1662737096, '__ci_last_regenerate|i:1662737096;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7e32eca62972be8923a17892ad9c67721a3305f', '41.60.233.5', 1675756033, '__ci_last_regenerate|i:1675756033;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675697744\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675755965;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7e39797580ab3f68d01bbfc8a1a39b31507c5de', '41.191.104.98', 1655494132, '__ci_last_regenerate|i:1655493996;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655322204\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"rqznoJKXOlgcEu5pt7Z3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f7ede8852ea23593a244885be67e3e11600dbc30', '41.191.107.223', 1655577008, '__ci_last_regenerate|i:1655577007;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f80562390aa52bc6a61c3dbc2d8bebae6bafe8e8', '41.191.104.241', 1652189901, '__ci_last_regenerate|i:1652189901;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652186826\";last_ip|s:14:\"41.191.104.241\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652189402;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f83195d13a7135df7b2be9ea8aff05b366ef788e', '154.159.252.6', 1651443591, '__ci_last_regenerate|i:1651443591;error|s:37:\"<p>Login Failed, Please try again</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8459f5215cc1b61c97e89ea5494517181feca75', '105.163.2.239', 1651469001, '__ci_last_regenerate|i:1651469001;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651446446\";last_ip|s:13:\"154.159.252.6\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f84cfeab9f124086cf9b77f01d25742ad25f5449', '41.60.233.5', 1676127616, '__ci_last_regenerate|i:1676127616;error|s:68:\"<p>You have 3 failed login attempts. Please try after 10 minutes</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8531d4bf5d4fffbd8281de27c18b694bccfb620', '102.1.149.20', 1653726146, '__ci_last_regenerate|i:1653726146;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8531e5bd3d3f41af08731499d7e6459a579ddc1', '41.60.237.98', 1660219049, '__ci_last_regenerate|i:1660219049;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1660215472\";last_ip|s:12:\"41.60.237.98\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1660218527;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f85786ab142ff66431e69f8ca59343b75853f67f', '41.60.235.80', 1673444825, '__ci_last_regenerate|i:1673444825;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673441919;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f86866173f375c630d1982557f7427ba5882fbe2', '209.145.52.241', 1653672177, '__ci_last_regenerate|i:1653672177;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f88891e1f8c9b37ade525eaa83e3bb47e2299e08', '173.252.95.24', 1669964438, '__ci_last_regenerate|i:1669964438;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f88ccaed266198cf61ef7b011c125fa5a99ac96f', '41.60.238.41', 1669354089, '__ci_last_regenerate|i:1669353840;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669216479\";last_ip|s:13:\"41.60.239.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8aa5bbb1d05109d45979265c950868e9af66261', '41.60.238.41', 1669390837, '__ci_last_regenerate|i:1669390837;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8ac265e2f330050721a6843ab79ca22204c24d0', '154.159.252.6', 1651430315, '__ci_last_regenerate|i:1651430315;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8bfeafea2c198eda81a2e1ec0ea13c797f695e0', '41.60.233.85', 1664034180, '__ci_last_regenerate|i:1664034180;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1663999755\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664034062;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8d8f65a694f7e06d6abca0f3780db6260b9d1ca', '41.191.107.219', 1655925687, '__ci_last_regenerate|i:1655925687;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1655909947\";last_ip|s:14:\"41.191.105.234\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"AbfXqCgk0sv5W49Z7pt1\";last_activity|i:1655921708;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8dab9ad245be474e2cdc31a5d1e58497937b6bc', '41.90.177.170', 1675363767, '__ci_last_regenerate|i:1675363767;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675190798\";last_ip|s:13:\"41.90.189.189\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675363723;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8f77865163da3248378e91dca3d1d2731d7fb91', '209.145.52.241', 1652643506, '__ci_last_regenerate|i:1652643506;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8fbf8f6d95490173852c41f4126e9d1fda68c3c', '41.60.234.165', 1680850451, '__ci_last_regenerate|i:1680850451;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680791479\";last_ip|s:13:\"41.60.234.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680850201;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f8fd772e25a61599dc7126d2ea64ad39a737b3f4', '41.60.233.165', 1657209865, '__ci_last_regenerate|i:1657209865;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f91f8246c24ee58812cec6ff47f434e0b799575e', '41.80.98.64', 1653733302, '__ci_last_regenerate|i:1653733302;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9396af471d39a895cbbcc2313e4421de6527a2c', '41.60.237.126', 1669905272, '__ci_last_regenerate|i:1669905251;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669903609\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1669903964;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f93a81564d067014804182fe74bfc3155dd552e6', '209.145.52.241', 1653908304, '__ci_last_regenerate|i:1653908304;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f94cf23e1ec751831f87a169e460ce6bb1957ebd', '41.60.234.172', 1662822724, '__ci_last_regenerate|i:1662822724;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662788892\";last_ip|s:13:\"41.60.234.172\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662821757;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f956651dd6a5cab0a62feba872a641b8306abc64', '41.60.237.126', 1669905266, '__ci_last_regenerate|i:1669905266;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669820052\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9809eb0ab2c87e99a0060396fb06aa50c6cf5d2', '41.60.232.168', 1676476144, '__ci_last_regenerate|i:1676476144;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676391116\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676476004;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f987d391c270c8a6390284c7b0bd08061a2c2a68', '209.145.52.241', 1654090749, '__ci_last_regenerate|i:1654090749;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f99ea23f3b0c3812e9edbf89d01df2ba6dd96132', '41.60.232.168', 1676995084, '__ci_last_regenerate|i:1676995084;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676907136\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676994799;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9c093aed5df4c776d62e281b23221d465472be3', '41.60.236.83', 1661343907, '__ci_last_regenerate|i:1661343907;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1661262188\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"7\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1661343767;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9d1d223d2c54374857f290f53885c176aef5eed', '41.60.235.76', 1653487516, '__ci_last_regenerate|i:1653487516;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9d9b676884f48b97bfe4bf258995553c1faac2e', '102.167.176.5', 1654196382, '__ci_last_regenerate|i:1654196338;requested_page|s:11:\"admin/sales\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1654186374\";last_ip|s:14:\"197.177.142.74\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('f9eb10aa1820d780d4d5dd1f99e0bedd3ab756a4', '41.191.104.74', 1653754459, '__ci_last_regenerate|i:1653754459;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa0ae1e849fa43f29410f51b9a8d2c65ff7d61ff', '41.191.105.92', 1654962610, '__ci_last_regenerate|i:1654962610;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654959043\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa2281888ab4b3d98f0b2405ec7c5f9ff7f027ef', '41.60.235.76', 1653304680, '__ci_last_regenerate|i:1653304680;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653225792\";last_ip|s:13:\"105.163.60.79\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa27fbf65c8e79a31b6e4a7ebc6f8179cfa4e0ac', '209.145.52.241', 1664894119, '__ci_last_regenerate|i:1664894119;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa2d818360b47e37c4700209aa4cb20cc0b26959', '41.60.238.127', 1651588770, '__ci_last_regenerate|i:1651588770;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651497929\";last_ip|s:12:\"41.90.216.73\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651580472;register_id|s:1:\"8\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 14:44:28\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa477d14af68a0fd6fc9cc25d94dbdabc61764cd', '41.60.237.163', 1657636050, '__ci_last_regenerate|i:1657636050;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa4baafd0458765144cca99f5994539880cd21ee', '41.191.107.144', 1651767476, '__ci_last_regenerate|i:1651767476;requested_page|s:9:\"admin/pos\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651734958\";last_ip|s:13:\"41.191.104.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651767165;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa72915e24aaf5faaefb76458e6efd3d4c10b7eb', '41.60.232.27', 1666968460, '__ci_last_regenerate|i:1666968460;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666934651\";last_ip|s:12:\"41.60.232.27\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fa94eafb24572b9ac7a8a1a2457b0f295aecc0cd', '154.159.252.6', 1651445045, '__ci_last_regenerate|i:1651445045;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651444860\";last_ip|s:13:\"154.159.252.6\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";message|s:38:\"<p>You are successfully logged in.</p>\";__ci_vars|a:1:{s:7:\"message\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fabf6d3bebb01bc5471c234453fdde537d7a349a', '41.60.232.14', 1657892902, '__ci_last_regenerate|i:1657892902;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fac361cc5f0d3c7e61bbc4f365ec7a77bc25508c', '41.191.104.81', 1653569103, '__ci_last_regenerate|i:1653569103;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1653413180\";last_ip|s:13:\"41.191.107.56\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1653568497;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fadbba37a8bf482a487d9140f77cb976695ee81b', '197.182.60.254', 1674766929, '__ci_last_regenerate|i:1674766929;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674758585\";last_ip|s:15:\"105.161.181.147\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674762050;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";user_csrf|s:20:\"hLaWR7vzH25UVOPDm6Cs\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fadbd3453f42d65a0384b81d1ed7d368781c7b96', '41.191.105.90', 1656184189, '__ci_last_regenerate|i:1656184188;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fade766230c10baba1f18c3b6652653d2970775f', '41.191.107.49', 1651527129, '__ci_last_regenerate|i:1651526861;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651491504\";last_ip|s:14:\"41.191.104.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651527075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fae2005dec996f1b67658e769375a74e3222eeea', '41.60.232.168', 1676733625, '__ci_last_regenerate|i:1676733625;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676649551\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676733490;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fae6c77530e4e86b6e1f8969d25950e6b1cf0c31', '41.60.235.20', 1658414592, '__ci_last_regenerate|i:1658414592;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658380216\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658414592;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fae88386f5cd8f1f7e7385e9a385cb97e0e19918', '197.248.117.169', 1675057131, '__ci_last_regenerate|i:1675057131;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1674470008\";last_ip|s:15:\"197.248.117.169\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";__ci_vars|a:3:{s:7:\"message\";s:3:\"old\";s:7:\"csrfkey\";s:3:\"new\";s:9:\"csrfvalue\";s:3:\"new\";}csrfkey|s:8:\"ZPUGz1gt\";csrfvalue|s:20:\"Yvx2hiLq4V3EHdGCPRQy\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fae996f446c8efb48c52beaca2259496a5821e47', '41.60.232.168', 1676907767, '__ci_last_regenerate|i:1676907767;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676732951\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"0j9FGI438Zh7OdT2yKso\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fafcf5eb473e8a7c0789f32626f213f78104d766', '102.1.149.20', 1653737590, '__ci_last_regenerate|i:1653737590;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb1d03a1096ff003ed3e4aded6e0d82be61dfd53', '41.60.237.195', 1652093068, '__ci_last_regenerate|i:1652093068;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652086854;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb202b87d4c51125027ce4f4ab714b10e92c3f13', '41.60.236.83', 1661403953, '__ci_last_regenerate|i:1661403953;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1661172422\";last_ip|s:12:\"41.60.236.83\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb40e0adc417ae7f1c9ea7136bb147c38fb156f3', '41.80.96.73', 1653736004, '__ci_last_regenerate|i:1653736004;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb490e32261095ddf5ff908204eb2dcd5454a9ca', '41.60.232.254', 1671549149, '__ci_last_regenerate|i:1671549149;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671466975\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671548043;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb55bf08541e3fd5ab0ede22561e4ae3e0cfcb32', '41.60.232.14', 1658296470, '__ci_last_regenerate|i:1658296470;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb7215756e9ce46f89b44d9952b1eeab5e11ea4f', '41.60.233.95', 1662562986, '__ci_last_regenerate|i:1662562986;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662531550\";last_ip|s:12:\"41.60.233.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662562909;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb7c36ea6954ceff38fece2b18a89d3b05c2c1b9', '41.60.233.5', 1676303364, '__ci_last_regenerate|i:1676303364;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676210582\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676303303;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb94a7d9317e90d42827543477ac203ab0d9d7d1', '173.252.111.18', 1672949572, '__ci_last_regenerate|i:1672949572;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fb9a577749838ff045db5eaa8417ecbfae29c651', '197.182.205.110', 1675057539, '__ci_last_regenerate|i:1675057539;requested_page|s:5:\"admin\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbb667647ef94eb6d0db408c4dc2c7a8539e6dc1', '41.80.98.64', 1653738276, '__ci_last_regenerate|i:1653738276;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbcb081fbb6046376624dff48000f82847258611', '217.21.116.218', 1680868762, '__ci_last_regenerate|i:1680868762;requested_page|s:5:\"admin\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1680852167\";last_ip|s:14:\"217.21.116.218\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbce93290958efc04885fad25424557930636a38', '41.60.233.5', 1675786247, '__ci_last_regenerate|i:1675786247;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1675754168\";last_ip|s:11:\"41.60.233.5\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1675786204;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbcfb0443f1c6f08b142a25fc4452616034c75ed', '105.163.61.45', 1662054281, '__ci_last_regenerate|i:1662054281;requested_page|s:14:\"admin/products\";identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1662018116\";last_ip|s:13:\"105.163.61.45\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"qYV2d15SkgNvKLI4EMye\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbdc096995a934a3d2e5f9eafc7aa82961290556', '37.153.125.73', 1678651694, '__ci_last_regenerate|i:1678651667;requested_page|s:13:\"admin/welcome\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbe1e916d567376f002c4d4d2c7175e6148f1917', '41.60.237.163', 1657641416, '__ci_last_regenerate|i:1657641416;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657638154\";last_ip|s:13:\"41.60.237.163\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657641054;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbe2ed56db7182bc6b4f8529bc2d31e68aea613f', '41.80.98.172', 1665683566, '__ci_last_regenerate|i:1665683436;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1665672834\";last_ip|s:14:\"105.58.197.140\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbe457051d6f075e025fa75744b5cb27763625c0', '41.191.105.93', 1657468488, '__ci_last_regenerate|i:1657468488;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657466580;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbea6fa521d645b273b2d542456fe930fcd595f6', '41.60.232.170', 1672845177, '__ci_last_regenerate|i:1672845177;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672757553\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672844204;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fbff404df1994348980a9060c7f9558189c4b48e', '41.60.237.200', 1651758572, '__ci_last_regenerate|i:1651758572;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651757316\";last_ip|s:13:\"41.60.237.200\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"X1fPGaweLopF7D4SR2YN\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc14a6ec57845ed43e7764803026001a37102d75', '154.159.252.168', 1651491253, '__ci_last_regenerate|i:1651491253;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490203\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc286294b0e308ba3262101855a831138815d154', '41.60.237.195', 1652085392, '__ci_last_regenerate|i:1652085392;requested_page|s:13:\"admin/welcome\";identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651941632\";last_ip|s:12:\"41.60.235.40\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652083519;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc40e4a85729f7f5d045e8f7a0f9a5e0f001a6bf', '41.60.237.146', 1661932075, '__ci_last_regenerate|i:1661932075;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc71a2019126634c0e8d633986f76d3ef8e66895', '41.60.232.254', 1671295372, '__ci_last_regenerate|i:1671295224;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671293427\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671294785;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc7fa2d1f814794f6589631709d7135e544ef8ce', '41.60.232.254', 1671366216, '__ci_last_regenerate|i:1671366216;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671294055\";last_ip|s:13:\"41.60.232.254\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1671364785;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc83843e7a4386eba4184ab48382fbba27c6c509', '154.155.31.251', 1653136360, '__ci_last_regenerate|i:1653136360;requested_page|s:14:\"admin/products\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fc8730184762e76cfe9399f3732973a4072a12e8', '41.60.235.20', 1658580048, '__ci_last_regenerate|i:1658580036;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1658500805\";last_ip|s:12:\"41.60.235.20\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1658580048;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fca88830b53bd0cb998dc730ced0c1124d19296f', '41.191.104.74', 1653756189, '__ci_last_regenerate|i:1653756189;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcb7a23e603833497ab5b343859a2b2fc22c6843', '41.191.104.95', 1651466951, '__ci_last_regenerate|i:1651466951;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcb88a9eddd6ddcba69b4ece74c63ece4a8b659e', '41.60.237.143', 1665673996, '__ci_last_regenerate|i:1665673996;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1665642727\";last_ip|s:13:\"41.60.237.143\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665673375;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcc6235ff36d6dd5befd1b298d057af772cc9d5d', '41.90.178.115', 1674676401, '__ci_last_regenerate|i:1674676401;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1674674848\";last_ip|s:13:\"105.161.0.161\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1674676401;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;message|s:27:\"POS Sale successfully added\";__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fcn691k5lhjp4sa21u589ehqojjlkid2', '127.0.0.1', 1637091848, '__ci_last_regenerate|i:1637091848;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd0748827bd2a3fc2227e211bca9348f960f4613', '41.191.107.138', 1652267159, '__ci_last_regenerate|i:1652267159;requested_page|s:11:\"admin/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652234240\";last_ip|s:13:\"41.191.104.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652265693;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd2249036de9d42406f5d12db8adcb384cf422aa', '41.60.237.59', 1652874014, '__ci_last_regenerate|i:1652874014;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd3c8c79e66922b9f3fb6b88027ac93df99f862a', '41.60.239.223', 1669121932, '__ci_last_regenerate|i:1669121932;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669043447\";last_ip|s:13:\"41.60.232.221\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd4383476acad68223e21fef2d3c18922ef6ae1e', '41.60.237.16', 1666275939, '__ci_last_regenerate|i:1666275939;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666192277\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666275891;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd5484a6aa63cacd60a42111074f7a0019c1ed83', '41.80.96.73', 1653735966, '__ci_last_regenerate|i:1653735966;error|s:121:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>https://techfirmknits.co.ke/sales/admin/login\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd71876ff0335fece629127e2995705d4dfc9923', '41.60.237.59', 1652366030, '__ci_last_regenerate|i:1652366030;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652363828\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"scEot4r51fJzMIBmW0RF\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd8de4f1f81750b1f72a814c4bccb4b36048db6c', '41.60.233.253', 1679671522, '__ci_last_regenerate|i:1679671522;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1679668488\";last_ip|s:13:\"41.60.233.253\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1679671263;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fd8e43b9e3e7fd7f7ad024a6cfd4d6f5b11b8194', '41.191.105.93', 1651960708, '__ci_last_regenerate|i:1651960708;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651960005;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdb1a5929298824a83e3d961369c872ea67c0aa4', '41.191.107.151', 1652641530, '__ci_last_regenerate|i:1652641530;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652641377;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";remove_slls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdccf86518bd7fb52fe87252b2b61be80749868c', '41.60.233.95', 1662557294, '__ci_last_regenerate|i:1662557294;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1662531550\";last_ip|s:12:\"41.60.233.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1662556858;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fdd2bbb560dd8363aabf281fb66e5b332f1c0b71', '105.163.48.72', 1652641196, '__ci_last_regenerate|i:1652641196;requested_page|s:29:\"admin/reports/quantity_alerts\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fde5ebd78cd215489e90218650392c49a63626e0', '41.81.159.63', 1671785369, '__ci_last_regenerate|i:1671785369;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fde72f13cfbcab021ad0fa675e56b453e42f4d67', '41.191.105.93', 1652010351, '__ci_last_regenerate|i:1652010351;requested_page|s:21:\"admin/system_settings\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651955606\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fded168b117ffad1223874b50241d6675ac81e96', '41.60.237.195', 1652185477, '__ci_last_regenerate|i:1652185477;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1652083208\";last_ip|s:13:\"41.60.237.195\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"jcpHd8MLwsQ9gKuf4F7J\";last_activity|i:1652185448;register_id|s:2:\"10\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-04 17:45:31\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe010f21b7f98e6b9b36b0118b21fae2e1433f4b', '41.191.105.94', 1652906608, '__ci_last_regenerate|i:1652906608;requested_page|s:29:\"admin/products/add_adjustment\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652875650\";last_ip|s:13:\"41.191.105.89\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652901612;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe04bda655850a18fc0711062a6f65e46c2031e3', '41.60.236.151', 1678112151, '__ci_last_regenerate|i:1678112151;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677858642\";last_ip|s:13:\"41.60.236.151\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1678111709;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe0534a3ec377c7f0cd36f5eeeb70ec79dcf490d', '197.248.117.169', 1664876237, '__ci_last_regenerate|i:1664876237;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1663007727\";last_ip|s:13:\"105.163.56.70\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1664874685;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe2d50ca56fb35f601312637b0a41a6409ffc3cb', '41.60.237.126', 1670255033, '__ci_last_regenerate|i:1670254835;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670251390\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670255033;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe3bf125dba5521862333f4c7800a10d5313ee74', '41.191.107.150', 1652614974, '__ci_last_regenerate|i:1652614974;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652614936;user_csrf|s:20:\"NAVpaebmMFvjDlx7ROsT\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe46c2ea5602feeaa8b18d506685499ba7a6c98e', '41.191.105.93', 1657470299, '__ci_last_regenerate|i:1657470299;identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1657464929\";last_ip|s:13:\"41.191.105.93\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657469519;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe5ba8ca55d25ac565ae9acb12bec32c1a61e381', '41.60.237.126', 1669475583, '__ci_last_regenerate|i:1669475583;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1669389296\";last_ip|s:12:\"41.60.238.41\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe5db91e6608acdcc3b02d0d5d56a9df443e8897', '41.60.233.85', 1665065697, '__ci_last_regenerate|i:1665065697;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664981133\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1665065503;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe74bd4b94a5d1bc5613d9b610d8e059df433b2f', '209.145.52.241', 1664968908, '__ci_last_regenerate|i:1664968908;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe75874e6e248832e3bbd5da0b8f51aeba75ae13', '41.60.237.159', 1664207528, '__ci_last_regenerate|i:1664207528;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1664171614\";last_ip|s:12:\"41.60.233.85\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1664202922;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe7e16a434c3a6eeabe01c5212accb0bec76a355', '41.60.235.80', 1673441822, '__ci_last_regenerate|i:1673441822;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1673365604\";last_ip|s:13:\"41.60.232.255\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1673441140;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe815e65c0635ae90103bff6c729f84b8dddf2de', '41.191.105.92', 1652632793, '__ci_last_regenerate|i:1652632793;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe83a63993d42f5f7e6671f7b76512780d9ca6df', '41.60.235.147', 1677595631, '__ci_last_regenerate|i:1677595631;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677513441\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677595622;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";remove_posls|i:1;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe95a9961a605ca08136e6c113f0be37ffa6fe1a', '209.145.52.241', 1653807399, '__ci_last_regenerate|i:1653807399;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fe9a3be906f8f36cd650c25aef231ab8457bc260', '41.60.232.254', 1672242006, '__ci_last_regenerate|i:1672242006;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1671853046\";last_ip|s:12:\"102.6.14.197\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";user_csrf|s:20:\"MtPHokf0mNZY52jnIlSu\";last_activity|i:1672239073;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feb68528d48fe22664a647845607e5a06297ef60', '41.60.237.16', 1666193407, '__ci_last_regenerate|i:1666193407;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1666106043\";last_ip|s:12:\"41.60.237.16\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1666192833;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fec5e3c3d4fc40423b759ef15b5c9ef4908be6c5', '41.60.235.76', 1654179864, '__ci_last_regenerate|i:1654179864;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fee56731a9e69315c0e4055dd3b2dfb89de33242', '41.60.232.170', 1672747152, '__ci_last_regenerate|i:1672747119;requested_page|s:9:\"admin/pos\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1672740726\";last_ip|s:13:\"41.60.232.170\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1672747152;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('feed70424d05a51cc692b47c38a24770dbe2e3fc', '41.191.105.93', 1651958446, '__ci_last_regenerate|i:1651958446;requested_page|s:13:\"shop/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1651920551\";last_ip|s:13:\"41.191.105.92\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651958173;register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fef72813df7c84b56c6f8898fb45e5f78c45f481', '41.60.232.14', 1658155231, '__ci_last_regenerate|i:1658155231;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1657979763\";last_ip|s:12:\"41.60.232.14\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff17a6ff06bc763878ca9fa123cfe401bc62125e', '41.60.232.223', 1657551289, '__ci_last_regenerate|i:1657551289;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1657550415\";last_ip|s:13:\"41.60.232.223\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1657551201;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff1975c2eae3e1bda47a09108de57cf78be9b572', '41.191.105.88', 1652630178, '__ci_last_regenerate|i:1652630178;requested_page|s:15:\"admin/pos/sales\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1652559334\";last_ip|s:13:\"41.191.105.95\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1652629048;user_csrf|s:20:\"BeR68jfcZLQm4GzPFEp0\";register_id|s:1:\"7\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 02:09:04\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff1d37f9d6369af1aa9e027de3d18a737bd4a462', '105.163.48.250', 1660850570, '__ci_last_regenerate|i:1660850570;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1660846337\";last_ip|s:14:\"105.163.48.250\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff39dad06f3b443c1bb56b2559d141d23884fb03', '41.191.104.109', 1654376931, '__ci_last_regenerate|i:1654376931;requested_page|s:14:\"admin/products\";identity|s:7:\"charles\";username|s:7:\"charles\";email|s:27:\"charles@techfirmknits.co.ke\";user_id|s:1:\"5\";old_last_login|s:10:\"1654088677\";last_ip|s:14:\"41.191.107.225\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1654375435;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff49b4ec7bd35a574fbd50f1f2ed8cd9bd865260', '41.60.234.165', 1680850652, '__ci_last_regenerate|i:1680850451;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1680791479\";last_ip|s:13:\"41.60.234.165\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1680850632;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff4ca538453ccf5092751af4aa3ab768d9945d68', '41.60.232.168', 1676649133, '__ci_last_regenerate|i:1676649133;__ci_vars|a:1:{s:5:\"error\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff4d42ce9d8783dd77c7c7ee7d8591f201a1149c', '41.60.232.168', 1676996542, '__ci_last_regenerate|i:1676996542;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1676907136\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1676996518;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff79513b6b9d97b750cb8ee5e7014ddeb250ab50', '41.60.237.126', 1670339643, '__ci_last_regenerate|i:1670339643;requested_page|s:13:\"admin/welcome\";identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670337235\";last_ip|s:13:\"41.60.237.126\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ff80ddeeb0c84fe016983b3d358d39f2876c9f52', '41.60.237.59', 1652803214, '__ci_last_regenerate|i:1652803214;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1652782073\";last_ip|s:12:\"41.60.237.59\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffcf0f5d79db83797036a91150a08f1acbfb1589', '41.60.235.76', 1653304935, '__ci_last_regenerate|i:1653304680;identity|s:6:\"kelvin\";username|s:6:\"kelvin\";email|s:23:\"techfirmknits@gmail.com\";user_id|s:1:\"8\";old_last_login|s:10:\"1653225792\";last_ip|s:13:\"105.163.60.79\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe0b8be3783a57faf6f01782f05f91d1db07eb1', '154.159.252.168', 1651494231, '__ci_last_regenerate|i:1651494231;identity|s:7:\"wanjiru\";username|s:7:\"wanjiru\";email|s:26:\"wanjiruwangondu3@gmail.com\";user_id|s:1:\"6\";old_last_login|s:10:\"1651490596\";last_ip|s:15:\"154.159.252.168\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffe8ae1bc3e769cb01555945ddd721c7f043e311', '41.60.232.168', 1677340315, '__ci_last_regenerate|i:1677340315;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1677250482\";last_ip|s:13:\"41.60.232.168\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1677339253;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('fff43c9f29adfb5be95808f678de88c146246563', '41.60.235.224', 1670688165, '__ci_last_regenerate|i:1670688165;identity|s:9:\"christine\";username|s:9:\"christine\";email|s:25:\"sales@techfirmknits.co.ke\";user_id|s:1:\"7\";old_last_login|s:10:\"1670595457\";last_ip|s:12:\"41.60.232.50\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"1\";view_right|s:1:\"1\";edit_right|s:1:\"1\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"1\";show_price|s:1:\"1\";last_activity|i:1670681409;register_id|s:1:\"9\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-02 15:17:43\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ffimsmiokqobgkars9a0q5akd5idko12', '::1', 1651404224, '__ci_last_regenerate|i:1651404224;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637103205\";last_ip|s:3:\"::1\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651403897;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ftd9rg1tv4vsngusk3bg5dsumd5irmk6', '127.0.0.1', 1637093625, '__ci_last_regenerate|i:1637093625;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637093129;user_csrf|s:20:\"qBRiL1z5vHNpTG2eVoW3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g0dvjg6s11265a59dvf2qj1s6ve458ds', '127.0.0.1', 1637092183, '__ci_last_regenerate|i:1637092183;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('g56813dvh6ar28dchsr78akek1oqam91', '127.0.0.1', 1637095119, '__ci_last_regenerate|i:1637095119;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637095001;user_csrf|s:20:\"hHjYd5GvVJ1gL6lkzDUT\";register_id|s:1:\"1\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2021-11-16 23:36:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('hd24r7bvsl2taq7mofk8q6lsvhtehhbn', '::1', 1637094893, '__ci_last_regenerate|i:1637094893;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ifgsga7e78uscq9nshkcmtkkt2cj3fu8', '127.0.0.1', 1637094062, '__ci_last_regenerate|i:1637094062;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637093129;user_csrf|s:20:\"qBRiL1z5vHNpTG2eVoW3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('j247qs8pp8fgngp3u1u41degc5a0h5f5', '::1', 1637094893, '__ci_last_regenerate|i:1637094893;error|s:76:\"<h4>404 Not Found!</h4><p>The page you are looking for can not be found.</p>\";__ci_vars|a:1:{s:5:\"error\";s:3:\"new\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('jui5kofv22qjm6st26rh9q9pgh62v7el', '::1', 1637102593, '__ci_last_regenerate|i:1637102593;identity|s:4:\"jane\";username|s:4:\"jane\";email|s:20:\"kimems2030@gmail.com\";user_id|s:1:\"2\";old_last_login|s:10:\"1637096914\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:6:\"female\";group_id|s:1:\"5\";warehouse_id|s:1:\"1\";view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"3\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637102576;register_id|s:1:\"4\";cash_in_hand|s:10:\"10000.0000\";register_open_time|s:19:\"2021-11-17 01:38:24\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('krak05i95i0lo2a3e9p5subpjsksavgn', '127.0.0.1', 1637092792, '__ci_last_regenerate|i:1637092792;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637092530;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('l16ic17un5fi2ujq3umovkgalr2p2vqe', '::1', 1651402955, '__ci_last_regenerate|i:1651402955;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637103205\";last_ip|s:3:\"::1\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651400769;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lfid1agrvhuck7e8er13r3ifk0c8gf5p', '127.0.0.1', 1637100379, '__ci_last_regenerate|i:1637100379;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637098347\";last_ip|N;avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637100215;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2021-11-17 00:35:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('lhq48ujdet6nr7cvsit5l5n2jo4bhp6u', '::1', 1651406750, '__ci_last_regenerate|i:1651406750;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637103205\";last_ip|s:3:\"::1\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1651404609;register_id|s:1:\"6\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2022-05-01 14:27:58\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('m49sbdrn1c1n1vkhppg667pccg9rhmd4', '127.0.0.1', 1637096016, '__ci_last_regenerate|i:1637096016;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637096000;user_csrf|s:20:\"hHjYd5GvVJ1gL6lkzDUT\";register_id|s:1:\"1\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2021-11-16 23:36:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mc4po38ciibd7uenhsafubkr1tm938lc', '127.0.0.1', 1637093095, '__ci_last_regenerate|i:1637093095;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637092993;user_csrf|s:20:\"qBRiL1z5vHNpTG2eVoW3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('mgjfmen2bmm4iuetj9tg3r730kucbk72', '::1', 1651406782, '__ci_last_regenerate|i:1651406759;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1651399880\";last_ip|s:3:\"::1\";avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('oni36pj1ksia5fbe19glev8h6t3rsgf4', '127.0.0.1', 1637094766, '__ci_last_regenerate|i:1637094766;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637093129;user_csrf|s:20:\"aFfRmOD79zMLJTAnsyqj\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('p15j6op5ciikm3ndq4tprigm06k32i88', '127.0.0.1', 1637097805, '__ci_last_regenerate|i:1637097805;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1637091626\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"HCqEJc4eRbLyWSKUPYko\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('rsli0h8ib8nkd8fj8gslisgrscopmg1h', '127.0.0.1', 1637096317, '__ci_last_regenerate|i:1637096317;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637096016;user_csrf|s:20:\"hHjYd5GvVJ1gL6lkzDUT\";register_id|s:1:\"1\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2021-11-16 23:36:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('s2066abkfcv6onqvfj4t6pgmbq7chm71', '127.0.0.1', 1637100063, '__ci_last_regenerate|i:1637100063;identity|s:18:\"kimems01@gmail.com\";username|s:6:\"kimems\";email|s:18:\"kimems01@gmail.com\";user_id|s:1:\"3\";old_last_login|s:10:\"1637098347\";last_ip|N;avatar|s:36:\"a557d510090c1cd90048dde610fc6ca6.png\";gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|s:1:\"0\";view_right|s:1:\"1\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|s:1:\"0\";company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637098693;register_id|s:1:\"3\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2021-11-17 00:35:00\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('tivdi7qnagsgfg72bvlufr4144d3apus', '127.0.0.1', 1637096687, '__ci_last_regenerate|i:1637096687;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637096016;user_csrf|s:20:\"hHjYd5GvVJ1gL6lkzDUT\";register_id|s:1:\"1\";cash_in_hand|s:6:\"0.0000\";register_open_time|s:19:\"2021-11-16 23:36:08\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ubqudca9r3k17hgee7q47g7obf0g4bip', '127.0.0.1', 1637094378, '__ci_last_regenerate|i:1637094378;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1426618492\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";last_activity|i:1637093129;user_csrf|s:20:\"qBRiL1z5vHNpTG2eVoW3\";');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ueaalijr5cetrct8f41dih8pmm4r4uud', '127.0.0.1', 1637098107, '__ci_last_regenerate|i:1637098107;identity|s:18:\"owner@tecdiary.com\";username|s:5:\"owner\";email|s:18:\"owner@tecdiary.com\";user_id|s:1:\"1\";old_last_login|s:10:\"1637091626\";last_ip|s:9:\"127.0.0.1\";avatar|N;gender|s:4:\"male\";group_id|s:1:\"1\";warehouse_id|N;view_right|s:1:\"0\";edit_right|s:1:\"0\";allow_discount|s:1:\"0\";biller_id|N;company_id|N;show_cost|s:1:\"0\";show_price|s:1:\"0\";user_csrf|s:20:\"HCqEJc4eRbLyWSKUPYko\";last_activity|i:1637098075;__ci_vars|a:1:{s:7:\"message\";s:3:\"old\";}');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('ui9u3b5rtjevgfgjlpgl2ovc9u62p9n7', '::1', 1637094895, '__ci_last_regenerate|i:1637094895;');
INSERT INTO `sma_sessions` (`id`, `ip_address`, `timestamp`, `data`) VALUES ('vh04sdkq7aujklovkv6ogp6nlnl2f6c2', '::1', 1637094893, '__ci_last_regenerate|i:1637094892;');


#
# TABLE STRUCTURE FOR: sma_settings
#

DROP TABLE IF EXISTS `sma_settings`;

CREATE TABLE `sma_settings` (
  `setting_id` int(1) NOT NULL,
  `logo` varchar(255) NOT NULL,
  `logo2` varchar(255) NOT NULL,
  `site_name` varchar(55) NOT NULL,
  `language` varchar(20) NOT NULL,
  `default_warehouse` int(2) NOT NULL,
  `accounting_method` tinyint(4) NOT NULL DEFAULT 0,
  `default_currency` varchar(3) NOT NULL,
  `default_tax_rate` int(2) NOT NULL,
  `rows_per_page` int(2) NOT NULL,
  `version` varchar(10) NOT NULL DEFAULT '1.0',
  `default_tax_rate2` int(11) NOT NULL DEFAULT 0,
  `dateformat` int(11) NOT NULL,
  `sales_prefix` varchar(20) DEFAULT NULL,
  `quote_prefix` varchar(20) DEFAULT NULL,
  `purchase_prefix` varchar(20) DEFAULT NULL,
  `transfer_prefix` varchar(20) DEFAULT NULL,
  `delivery_prefix` varchar(20) DEFAULT NULL,
  `payment_prefix` varchar(20) DEFAULT NULL,
  `return_prefix` varchar(20) DEFAULT NULL,
  `returnp_prefix` varchar(20) DEFAULT NULL,
  `expense_prefix` varchar(20) DEFAULT NULL,
  `item_addition` tinyint(1) NOT NULL DEFAULT 0,
  `theme` varchar(20) NOT NULL,
  `product_serial` tinyint(4) NOT NULL,
  `default_discount` int(11) NOT NULL,
  `product_discount` tinyint(1) NOT NULL DEFAULT 0,
  `discount_method` tinyint(4) NOT NULL,
  `tax1` tinyint(4) NOT NULL,
  `tax2` tinyint(4) NOT NULL,
  `overselling` tinyint(1) NOT NULL DEFAULT 0,
  `restrict_user` tinyint(4) NOT NULL DEFAULT 0,
  `restrict_calendar` tinyint(4) NOT NULL DEFAULT 0,
  `timezone` varchar(100) DEFAULT NULL,
  `iwidth` int(11) NOT NULL DEFAULT 0,
  `iheight` int(11) NOT NULL,
  `twidth` int(11) NOT NULL,
  `theight` int(11) NOT NULL,
  `watermark` tinyint(1) DEFAULT NULL,
  `reg_ver` tinyint(1) DEFAULT NULL,
  `allow_reg` tinyint(1) DEFAULT NULL,
  `reg_notification` tinyint(1) DEFAULT NULL,
  `auto_reg` tinyint(1) DEFAULT NULL,
  `protocol` varchar(20) NOT NULL DEFAULT 'mail',
  `mailpath` varchar(55) DEFAULT '/usr/sbin/sendmail',
  `smtp_host` varchar(100) DEFAULT NULL,
  `smtp_user` varchar(100) DEFAULT NULL,
  `smtp_pass` varchar(255) DEFAULT NULL,
  `smtp_port` varchar(10) DEFAULT '25',
  `smtp_crypto` varchar(10) DEFAULT NULL,
  `corn` datetime DEFAULT NULL,
  `customer_group` int(11) NOT NULL,
  `default_email` varchar(100) NOT NULL,
  `mmode` tinyint(1) NOT NULL,
  `bc_fix` tinyint(4) NOT NULL DEFAULT 0,
  `auto_detect_barcode` tinyint(1) NOT NULL DEFAULT 0,
  `captcha` tinyint(1) NOT NULL DEFAULT 1,
  `reference_format` tinyint(1) NOT NULL DEFAULT 1,
  `racks` tinyint(1) DEFAULT 0,
  `attributes` tinyint(1) NOT NULL DEFAULT 0,
  `product_expiry` tinyint(1) NOT NULL DEFAULT 0,
  `decimals` tinyint(2) NOT NULL DEFAULT 2,
  `qty_decimals` tinyint(2) NOT NULL DEFAULT 2,
  `decimals_sep` varchar(2) NOT NULL DEFAULT '.',
  `thousands_sep` varchar(2) NOT NULL DEFAULT ',',
  `invoice_view` tinyint(1) DEFAULT 0,
  `default_biller` int(11) DEFAULT NULL,
  `envato_username` varchar(50) DEFAULT NULL,
  `purchase_code` varchar(100) DEFAULT NULL,
  `rtl` tinyint(1) DEFAULT 0,
  `each_spent` decimal(15,4) DEFAULT NULL,
  `ca_point` tinyint(4) DEFAULT NULL,
  `each_sale` decimal(15,4) DEFAULT NULL,
  `sa_point` tinyint(4) DEFAULT NULL,
  `update` tinyint(1) DEFAULT 0,
  `sac` tinyint(1) DEFAULT 0,
  `display_all_products` tinyint(1) DEFAULT 0,
  `display_symbol` tinyint(1) DEFAULT NULL,
  `symbol` varchar(50) DEFAULT NULL,
  `remove_expired` tinyint(1) DEFAULT 0,
  `barcode_separator` varchar(2) NOT NULL DEFAULT '-',
  `set_focus` tinyint(1) NOT NULL DEFAULT 0,
  `price_group` int(11) DEFAULT NULL,
  `barcode_img` tinyint(1) NOT NULL DEFAULT 1,
  `ppayment_prefix` varchar(20) DEFAULT 'POP',
  `disable_editing` smallint(6) DEFAULT 90,
  `qa_prefix` varchar(55) DEFAULT NULL,
  `update_cost` tinyint(1) DEFAULT NULL,
  `apis` tinyint(1) NOT NULL DEFAULT 0,
  `state` varchar(100) DEFAULT NULL,
  `pdf_lib` varchar(20) DEFAULT 'dompdf',
  `use_code_for_slug` tinyint(1) DEFAULT NULL,
  `ws_barcode_type` varchar(10) DEFAULT 'weight',
  `ws_barcode_chars` tinyint(4) DEFAULT NULL,
  `flag_chars` tinyint(4) DEFAULT NULL,
  `item_code_start` tinyint(4) DEFAULT NULL,
  `item_code_chars` tinyint(4) DEFAULT NULL,
  `price_start` tinyint(4) DEFAULT NULL,
  `price_chars` tinyint(4) DEFAULT NULL,
  `price_divide_by` int(11) DEFAULT NULL,
  `weight_start` tinyint(4) DEFAULT NULL,
  `weight_chars` tinyint(4) DEFAULT NULL,
  `weight_divide_by` int(11) DEFAULT NULL,
  PRIMARY KEY (`setting_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_settings` (`setting_id`, `logo`, `logo2`, `site_name`, `language`, `default_warehouse`, `accounting_method`, `default_currency`, `default_tax_rate`, `rows_per_page`, `version`, `default_tax_rate2`, `dateformat`, `sales_prefix`, `quote_prefix`, `purchase_prefix`, `transfer_prefix`, `delivery_prefix`, `payment_prefix`, `return_prefix`, `returnp_prefix`, `expense_prefix`, `item_addition`, `theme`, `product_serial`, `default_discount`, `product_discount`, `discount_method`, `tax1`, `tax2`, `overselling`, `restrict_user`, `restrict_calendar`, `timezone`, `iwidth`, `iheight`, `twidth`, `theight`, `watermark`, `reg_ver`, `allow_reg`, `reg_notification`, `auto_reg`, `protocol`, `mailpath`, `smtp_host`, `smtp_user`, `smtp_pass`, `smtp_port`, `smtp_crypto`, `corn`, `customer_group`, `default_email`, `mmode`, `bc_fix`, `auto_detect_barcode`, `captcha`, `reference_format`, `racks`, `attributes`, `product_expiry`, `decimals`, `qty_decimals`, `decimals_sep`, `thousands_sep`, `invoice_view`, `default_biller`, `envato_username`, `purchase_code`, `rtl`, `each_spent`, `ca_point`, `each_sale`, `sa_point`, `update`, `sac`, `display_all_products`, `display_symbol`, `symbol`, `remove_expired`, `barcode_separator`, `set_focus`, `price_group`, `barcode_img`, `ppayment_prefix`, `disable_editing`, `qa_prefix`, `update_cost`, `apis`, `state`, `pdf_lib`, `use_code_for_slug`, `ws_barcode_type`, `ws_barcode_chars`, `flag_chars`, `item_code_start`, `item_code_chars`, `price_start`, `price_chars`, `price_divide_by`, `weight_start`, `weight_chars`, `weight_divide_by`) VALUES (1, 'Logo__Tech-Firm1.jpg', 'Logo__Tech-Firm2.jpg', 'Tech-Firm Knits', 'english', 1, 0, 'Kes', 1, 10, '3.4.47', 0, 4, 'SALE', 'QUOTE', 'PO', 'TR', 'DO', 'IPAY', 'SR', 'PR', '', 0, 'default', 1, 1, 1, 1, 1, 0, 0, 1, 0, 'Africa/Nairobi', 800, 800, 150, 150, 0, 0, 0, 0, NULL, 'smtp', '/usr/sbin/sendmail', 'pop.gmail.com', 'contact@sma.tecdiary.org', 'jEFTM4T63AiQ9dsidxhPKt9CIg4HQjCN58n/RW9vmdC/UDXCzRLR469ziZ0jjpFlbOg43LyoSmpJLBkcAHh0Yw==', '25', NULL, NULL, 1, 'techfirmknits@gmail.com', 0, 4, 1, 0, 2, 1, 1, 0, 2, 2, '.', ',', 0, 3, 'nullmaster@babiato.co', 'Nullmaster01', 0, NULL, NULL, NULL, NULL, 0, 0, 0, 0, '', 0, '-', 0, 1, 1, 'POP', 90, '', 0, 1, 'AN', 'dompdf', 0, 'weight', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);


#
# TABLE STRUCTURE FOR: sma_shop_settings
#

DROP TABLE IF EXISTS `sma_shop_settings`;

CREATE TABLE `sma_shop_settings` (
  `shop_id` int(11) NOT NULL,
  `shop_name` varchar(55) NOT NULL,
  `description` varchar(160) NOT NULL,
  `warehouse` int(11) NOT NULL,
  `biller` int(11) NOT NULL,
  `about_link` varchar(55) NOT NULL,
  `terms_link` varchar(55) NOT NULL,
  `privacy_link` varchar(55) NOT NULL,
  `contact_link` varchar(55) NOT NULL,
  `payment_text` varchar(100) NOT NULL,
  `follow_text` varchar(100) NOT NULL,
  `facebook` varchar(55) NOT NULL,
  `twitter` varchar(55) DEFAULT NULL,
  `google_plus` varchar(55) DEFAULT NULL,
  `instagram` varchar(55) DEFAULT NULL,
  `phone` varchar(30) DEFAULT NULL,
  `email` varchar(55) DEFAULT NULL,
  `cookie_message` varchar(180) DEFAULT NULL,
  `cookie_link` varchar(55) DEFAULT NULL,
  `slider` text DEFAULT NULL,
  `shipping` int(11) DEFAULT NULL,
  `purchase_code` varchar(100) DEFAULT 'purchase_code',
  `envato_username` varchar(50) DEFAULT 'envato_username',
  `version` varchar(10) DEFAULT '3.4.47',
  `logo` varchar(55) DEFAULT NULL,
  `bank_details` varchar(255) DEFAULT NULL,
  `products_page` tinyint(1) DEFAULT NULL,
  `hide0` tinyint(1) DEFAULT 0,
  `products_description` varchar(255) DEFAULT NULL,
  `private` tinyint(1) DEFAULT 0,
  `hide_price` tinyint(1) DEFAULT 0,
  `stripe` tinyint(1) DEFAULT 0,
  PRIMARY KEY (`shop_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_shop_settings` (`shop_id`, `shop_name`, `description`, `warehouse`, `biller`, `about_link`, `terms_link`, `privacy_link`, `contact_link`, `payment_text`, `follow_text`, `facebook`, `twitter`, `google_plus`, `instagram`, `phone`, `email`, `cookie_message`, `cookie_link`, `slider`, `shipping`, `purchase_code`, `envato_username`, `version`, `logo`, `bank_details`, `products_page`, `hide0`, `products_description`, `private`, `hide_price`, `stripe`) VALUES (1, 'Tech-Firm Knits', 'Tech-Firm Knits Online sales', 1, 3, '', '', '', '', 'We accept Mpesa or you can pay with your credit/debit cards.', 'Please click the link below to follow us on social media.', ' https://fb.me/Techfirmknits2022', 'http://twitter.com/feastersbar', '', '', '+254 112 379096', ' techfirmknits@gmail.com', 'We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies.', '', '[{\"image\":\"19d75966bae634225fad38ab848d743a.jpg\",\"link\":\"\",\"caption\":\"\"},{\"image\":\"049c1dcf651171726b2e8621529de1ce.jpg\",\"link\":\"\",\"caption\":\"\"},{\"image\":\"80f518343d5d8a66d5db6e43aa556370.jpg\",\"link\":\"\",\"caption\":\"\"},{\"image\":\"24144e13a45389170ab9b81c3524b291.jpg\",\"link\":\"\",\"caption\":\"\"},{\"image\":\"484191627458ee94e8f0b2b60b2e5dba.jpg\",\"link\":\"\",\"caption\":\"\"}]', 0, '', 'envato_username', '3.4.47', 'Tech-Firm_Logo3.png', '', 0, 0, 'Embroidery and Knits', 0, 0, 0);


#
# TABLE STRUCTURE FOR: sma_skrill
#

DROP TABLE IF EXISTS `sma_skrill`;

CREATE TABLE `sma_skrill` (
  `id` int(11) NOT NULL,
  `active` tinyint(4) NOT NULL,
  `account_email` varchar(255) NOT NULL DEFAULT 'testaccount2@moneybookers.com',
  `secret_word` varchar(20) NOT NULL DEFAULT 'mbtest',
  `skrill_currency` varchar(3) NOT NULL DEFAULT 'USD',
  `fixed_charges` decimal(25,4) NOT NULL DEFAULT 0.0000,
  `extra_charges_my` decimal(25,4) NOT NULL DEFAULT 0.0000,
  `extra_charges_other` decimal(25,4) NOT NULL DEFAULT 0.0000,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_skrill` (`id`, `active`, `account_email`, `secret_word`, `skrill_currency`, `fixed_charges`, `extra_charges_my`, `extra_charges_other`) VALUES (1, 1, 'testaccount2@moneybookers.com', 'mbtest', 'USD', '0.0000', '0.0000', '0.0000');


#
# TABLE STRUCTURE FOR: sma_sms_settings
#

DROP TABLE IF EXISTS `sma_sms_settings`;

CREATE TABLE `sma_sms_settings` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `auto_send` tinyint(1) DEFAULT NULL,
  `config` text DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_sms_settings` (`id`, `auto_send`, `config`) VALUES (1, NULL, '{\"gateway\":\"Log\",\"Log\":{}');


#
# TABLE STRUCTURE FOR: sma_stock_count_items
#

DROP TABLE IF EXISTS `sma_stock_count_items`;

CREATE TABLE `sma_stock_count_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `stock_count_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `product_code` varchar(50) DEFAULT NULL,
  `product_name` varchar(255) DEFAULT NULL,
  `product_variant` varchar(55) DEFAULT NULL,
  `product_variant_id` int(11) DEFAULT NULL,
  `expected` decimal(15,4) NOT NULL,
  `counted` decimal(15,4) NOT NULL,
  `cost` decimal(25,4) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `stock_count_id` (`stock_count_id`),
  KEY `product_id` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_stock_counts
#

DROP TABLE IF EXISTS `sma_stock_counts`;

CREATE TABLE `sma_stock_counts` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `reference_no` varchar(55) NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `type` varchar(10) NOT NULL,
  `initial_file` varchar(50) NOT NULL,
  `final_file` varchar(50) DEFAULT NULL,
  `brands` varchar(50) DEFAULT NULL,
  `brand_names` varchar(100) DEFAULT NULL,
  `categories` varchar(50) DEFAULT NULL,
  `category_names` varchar(100) DEFAULT NULL,
  `note` text DEFAULT NULL,
  `products` int(11) DEFAULT NULL,
  `rows` int(11) DEFAULT NULL,
  `differences` int(11) DEFAULT NULL,
  `matches` int(11) DEFAULT NULL,
  `missing` int(11) DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `updated_by` int(11) DEFAULT NULL,
  `updated_at` datetime DEFAULT NULL,
  `finalized` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `warehouse_id` (`warehouse_id`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_stock_counts` (`id`, `date`, `reference_no`, `warehouse_id`, `type`, `initial_file`, `final_file`, `brands`, `brand_names`, `categories`, `category_names`, `note`, `products`, `rows`, `differences`, `matches`, `missing`, `created_by`, `updated_by`, `updated_at`, `finalized`) VALUES (1, '2021-11-17 00:20:00', '234', 1, 'full', '133f21bd861ebdedee65e3e9d6cca531.csv', NULL, '', '', '', '', NULL, 2, 2, NULL, NULL, NULL, 1, NULL, NULL, NULL);
INSERT INTO `sma_stock_counts` (`id`, `date`, `reference_no`, `warehouse_id`, `type`, `initial_file`, `final_file`, `brands`, `brand_names`, `categories`, `category_names`, `note`, `products`, `rows`, `differences`, `matches`, `missing`, `created_by`, `updated_by`, `updated_at`, `finalized`) VALUES (2, '2022-05-02 14:39:00', '', 1, 'full', '8207367227af7a2c145ba5e01c7d7c8d.csv', NULL, '', '', '', '', NULL, 3, 5, NULL, NULL, NULL, 6, NULL, NULL, NULL);
INSERT INTO `sma_stock_counts` (`id`, `date`, `reference_no`, `warehouse_id`, `type`, `initial_file`, `final_file`, `brands`, `brand_names`, `categories`, `category_names`, `note`, `products`, `rows`, `differences`, `matches`, `missing`, `created_by`, `updated_by`, `updated_at`, `finalized`) VALUES (3, '2022-05-02 14:40:00', '20220502', 1, 'full', '7b1e809bef77e7dd094fee876b159612.csv', NULL, '', '', '', '', NULL, 3, 5, NULL, NULL, NULL, 6, NULL, NULL, NULL);
INSERT INTO `sma_stock_counts` (`id`, `date`, `reference_no`, `warehouse_id`, `type`, `initial_file`, `final_file`, `brands`, `brand_names`, `categories`, `category_names`, `note`, `products`, `rows`, `differences`, `matches`, `missing`, `created_by`, `updated_by`, `updated_at`, `finalized`) VALUES (4, '2022-05-03 16:15:00', '', 1, 'full', 'd8a04352cf6209a987633b98b2518084.csv', NULL, '', '', '', '', NULL, 1, 1, NULL, NULL, NULL, 6, NULL, NULL, NULL);
INSERT INTO `sma_stock_counts` (`id`, `date`, `reference_no`, `warehouse_id`, `type`, `initial_file`, `final_file`, `brands`, `brand_names`, `categories`, `category_names`, `note`, `products`, `rows`, `differences`, `matches`, `missing`, `created_by`, `updated_by`, `updated_at`, `finalized`) VALUES (5, '2022-05-05 15:11:00', '', 1, 'full', '2919edbb598d46588ffc95aa423848d4.csv', NULL, '', '', '', '', NULL, 39, 361, NULL, NULL, NULL, 6, NULL, NULL, NULL);
INSERT INTO `sma_stock_counts` (`id`, `date`, `reference_no`, `warehouse_id`, `type`, `initial_file`, `final_file`, `brands`, `brand_names`, `categories`, `category_names`, `note`, `products`, `rows`, `differences`, `matches`, `missing`, `created_by`, `updated_by`, `updated_at`, `finalized`) VALUES (6, '2022-05-10 17:17:00', '', 1, 'full', '40c05f33779f9189a2c1e2f745401d86.csv', NULL, '', '', '', '', NULL, 38, 483, NULL, NULL, NULL, 6, NULL, NULL, NULL);
INSERT INTO `sma_stock_counts` (`id`, `date`, `reference_no`, `warehouse_id`, `type`, `initial_file`, `final_file`, `brands`, `brand_names`, `categories`, `category_names`, `note`, `products`, `rows`, `differences`, `matches`, `missing`, `created_by`, `updated_by`, `updated_at`, `finalized`) VALUES (7, '2022-05-16 00:47:00', '', 1, 'full', '5c716e30ae812c13e987d413dfdefb22.csv', NULL, '', '', '', '', NULL, 42, 553, NULL, NULL, NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_stock_counts` (`id`, `date`, `reference_no`, `warehouse_id`, `type`, `initial_file`, `final_file`, `brands`, `brand_names`, `categories`, `category_names`, `note`, `products`, `rows`, `differences`, `matches`, `missing`, `created_by`, `updated_by`, `updated_at`, `finalized`) VALUES (8, '2022-06-05 11:59:00', '', 1, 'partial', 'c36f7131396f02e42f959ba6e78cde3b.csv', NULL, '', '', '3', 'SWEATERS', NULL, 21, 293, NULL, NULL, NULL, 5, NULL, NULL, NULL);
INSERT INTO `sma_stock_counts` (`id`, `date`, `reference_no`, `warehouse_id`, `type`, `initial_file`, `final_file`, `brands`, `brand_names`, `categories`, `category_names`, `note`, `products`, `rows`, `differences`, `matches`, `missing`, `created_by`, `updated_by`, `updated_at`, `finalized`) VALUES (9, '2023-04-07 10:37:00', '', 1, 'full', '46249af5a47c3bd200642ba7f17a47fe.csv', NULL, '', '', '', '', NULL, 62, 1010, NULL, NULL, NULL, 5, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_suspended_bills
#

DROP TABLE IF EXISTS `sma_suspended_bills`;

CREATE TABLE `sma_suspended_bills` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `customer_id` int(11) NOT NULL,
  `customer` varchar(55) DEFAULT NULL,
  `count` int(11) NOT NULL,
  `order_discount_id` varchar(20) DEFAULT NULL,
  `order_tax_id` int(11) DEFAULT NULL,
  `total` decimal(25,4) NOT NULL,
  `biller_id` int(11) DEFAULT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `created_by` int(11) NOT NULL,
  `suspend_note` varchar(255) DEFAULT NULL,
  `shipping` decimal(15,4) DEFAULT 0.0000,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_suspended_bills` (`id`, `date`, `customer_id`, `customer`, `count`, `order_discount_id`, `order_tax_id`, `total`, `biller_id`, `warehouse_id`, `created_by`, `suspend_note`, `shipping`, `cgst`, `sgst`, `igst`) VALUES (1, '2021-11-16 23:45:13', 1, 'Walk-in Customer', 7, '', 1, '1260.0000', 3, 1, 1, 'peter', '0.0000', NULL, NULL, NULL);
INSERT INTO `sma_suspended_bills` (`id`, `date`, `customer_id`, `customer`, `count`, `order_discount_id`, `order_tax_id`, `total`, `biller_id`, `warehouse_id`, `created_by`, `suspend_note`, `shipping`, `cgst`, `sgst`, `igst`) VALUES (5, '2022-05-02 15:09:03', 1, 'Walk-in Customer', 3, '', 1, '1450.0000', 3, 1, 6, 'Mercy', '0.0000', NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_suspended_items
#

DROP TABLE IF EXISTS `sma_suspended_items`;

CREATE TABLE `sma_suspended_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `suspend_id` int(11) unsigned NOT NULL,
  `product_id` int(11) unsigned NOT NULL,
  `product_code` varchar(55) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `net_unit_price` decimal(25,4) NOT NULL,
  `unit_price` decimal(25,4) NOT NULL,
  `quantity` decimal(15,4) DEFAULT 0.0000,
  `warehouse_id` int(11) DEFAULT NULL,
  `item_tax` decimal(25,4) DEFAULT NULL,
  `tax_rate_id` int(11) DEFAULT NULL,
  `tax` varchar(55) DEFAULT NULL,
  `discount` varchar(55) DEFAULT NULL,
  `item_discount` decimal(25,4) DEFAULT NULL,
  `subtotal` decimal(25,4) NOT NULL,
  `serial_no` varchar(255) DEFAULT NULL,
  `option_id` int(11) DEFAULT NULL,
  `product_type` varchar(20) DEFAULT NULL,
  `real_unit_price` decimal(25,4) DEFAULT NULL,
  `product_unit_id` int(11) DEFAULT NULL,
  `product_unit_code` varchar(10) DEFAULT NULL,
  `unit_quantity` decimal(15,4) NOT NULL,
  `comment` varchar(255) DEFAULT NULL,
  `gst` varchar(20) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_suspended_items` (`id`, `suspend_id`, `product_id`, `product_code`, `product_name`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `option_id`, `product_type`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (6, 1, 2, 'PilsnerLager500ML', 'Pilsner Lager 500 ML', '180.0000', '180.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '180.0000', '', 5, 'standard', '180.0000', 1, 'pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_suspended_items` (`id`, `suspend_id`, `product_id`, `product_code`, `product_name`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `option_id`, `product_type`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (7, 1, 2, 'PilsnerLager500ML', 'Pilsner Lager 500 ML', '180.0000', '180.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '180.0000', '', 5, 'standard', '180.0000', 1, 'pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_suspended_items` (`id`, `suspend_id`, `product_id`, `product_code`, `product_name`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `option_id`, `product_type`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (8, 1, 2, 'PilsnerLager500ML', 'Pilsner Lager 500 ML', '180.0000', '180.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '180.0000', '', 5, 'standard', '180.0000', 1, 'pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_suspended_items` (`id`, `suspend_id`, `product_id`, `product_code`, `product_name`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `option_id`, `product_type`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (9, 1, 2, 'PilsnerLager500ML', 'Pilsner Lager 500 ML', '180.0000', '180.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '180.0000', '', 5, 'standard', '180.0000', 1, 'pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_suspended_items` (`id`, `suspend_id`, `product_id`, `product_code`, `product_name`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `option_id`, `product_type`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (10, 1, 2, 'PilsnerLager500ML', 'Pilsner Lager 500 ML', '180.0000', '180.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '180.0000', '', 5, 'standard', '180.0000', 1, 'pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_suspended_items` (`id`, `suspend_id`, `product_id`, `product_code`, `product_name`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `option_id`, `product_type`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (11, 1, 2, 'PilsnerLager500ML', 'Pilsner Lager 500 ML', '180.0000', '180.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '180.0000', '', 5, 'standard', '180.0000', 1, 'pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_suspended_items` (`id`, `suspend_id`, `product_id`, `product_code`, `product_name`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `option_id`, `product_type`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (12, 1, 2, 'PilsnerLager500ML', 'Pilsner Lager 500 ML', '180.0000', '180.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '180.0000', '', 5, 'standard', '180.0000', 1, 'pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_suspended_items` (`id`, `suspend_id`, `product_id`, `product_code`, `product_name`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `option_id`, `product_type`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (20, 5, 7, '04566066', 'plain sweater size 30', '530.0000', '530.0000', '1.0000', 1, '0.0000', 1, '0', '0', '0.0000', '530.0000', '', 0, 'standard', '530.0000', 4, 'Pc', '1.0000', '', NULL, NULL, NULL, NULL);
INSERT INTO `sma_suspended_items` (`id`, `suspend_id`, `product_id`, `product_code`, `product_name`, `net_unit_price`, `unit_price`, `quantity`, `warehouse_id`, `item_tax`, `tax_rate_id`, `tax`, `discount`, `item_discount`, `subtotal`, `serial_no`, `option_id`, `product_type`, `real_unit_price`, `product_unit_id`, `product_unit_code`, `unit_quantity`, `comment`, `gst`, `cgst`, `sgst`, `igst`) VALUES (21, 5, 6, '67569947', 'plain sweater size 24', '460.0000', '460.0000', '2.0000', 1, '0.0000', 1, '0', '0', '0.0000', '920.0000', '', NULL, 'standard', '460.0000', 4, 'Pc', '2.0000', '', NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_tax_rates
#

DROP TABLE IF EXISTS `sma_tax_rates`;

CREATE TABLE `sma_tax_rates` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(55) NOT NULL,
  `code` varchar(10) DEFAULT NULL,
  `rate` decimal(12,4) NOT NULL,
  `type` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_tax_rates` (`id`, `name`, `code`, `rate`, `type`) VALUES (1, 'No Tax', 'NT', '0.0000', '2');
INSERT INTO `sma_tax_rates` (`id`, `name`, `code`, `rate`, `type`) VALUES (2, 'VAT @16%', 'VAT16', '16.0000', '1');
INSERT INTO `sma_tax_rates` (`id`, `name`, `code`, `rate`, `type`) VALUES (3, 'GST @6%', 'GST', '6.0000', '1');
INSERT INTO `sma_tax_rates` (`id`, `name`, `code`, `rate`, `type`) VALUES (4, 'VAT @20%', 'VT20', '20.0000', '1');


#
# TABLE STRUCTURE FOR: sma_transfer_items
#

DROP TABLE IF EXISTS `sma_transfer_items`;

CREATE TABLE `sma_transfer_items` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `transfer_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `product_code` varchar(55) NOT NULL,
  `product_name` varchar(255) NOT NULL,
  `option_id` int(11) DEFAULT NULL,
  `expiry` date DEFAULT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `tax_rate_id` int(11) DEFAULT NULL,
  `tax` varchar(55) DEFAULT NULL,
  `item_tax` decimal(25,4) DEFAULT NULL,
  `net_unit_cost` decimal(25,4) DEFAULT NULL,
  `subtotal` decimal(25,4) DEFAULT NULL,
  `quantity_balance` decimal(15,4) NOT NULL,
  `unit_cost` decimal(25,4) DEFAULT NULL,
  `real_unit_cost` decimal(25,4) DEFAULT NULL,
  `date` date DEFAULT NULL,
  `warehouse_id` int(11) DEFAULT NULL,
  `product_unit_id` int(11) DEFAULT NULL,
  `product_unit_code` varchar(10) DEFAULT NULL,
  `unit_quantity` decimal(15,4) NOT NULL,
  `gst` varchar(20) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `transfer_id` (`transfer_id`),
  KEY `product_id` (`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_transfers
#

DROP TABLE IF EXISTS `sma_transfers`;

CREATE TABLE `sma_transfers` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `transfer_no` varchar(55) NOT NULL,
  `date` timestamp NOT NULL DEFAULT current_timestamp(),
  `from_warehouse_id` int(11) NOT NULL,
  `from_warehouse_code` varchar(55) NOT NULL,
  `from_warehouse_name` varchar(55) NOT NULL,
  `to_warehouse_id` int(11) NOT NULL,
  `to_warehouse_code` varchar(55) NOT NULL,
  `to_warehouse_name` varchar(55) NOT NULL,
  `note` varchar(1000) DEFAULT NULL,
  `total` decimal(25,4) DEFAULT NULL,
  `total_tax` decimal(25,4) DEFAULT NULL,
  `grand_total` decimal(25,4) DEFAULT NULL,
  `created_by` varchar(255) DEFAULT NULL,
  `status` varchar(55) NOT NULL DEFAULT 'pending',
  `shipping` decimal(25,4) NOT NULL DEFAULT 0.0000,
  `attachment` varchar(55) DEFAULT NULL,
  `cgst` decimal(25,4) DEFAULT NULL,
  `sgst` decimal(25,4) DEFAULT NULL,
  `igst` decimal(25,4) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

#
# TABLE STRUCTURE FOR: sma_units
#

DROP TABLE IF EXISTS `sma_units`;

CREATE TABLE `sma_units` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(10) NOT NULL,
  `name` varchar(55) NOT NULL,
  `base_unit` int(11) DEFAULT NULL,
  `operator` varchar(1) DEFAULT NULL,
  `unit_value` varchar(55) DEFAULT NULL,
  `operation_value` varchar(55) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `base_unit` (`base_unit`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_units` (`id`, `code`, `name`, `base_unit`, `operator`, `unit_value`, `operation_value`) VALUES (4, 'Pc', 'Pieces', NULL, NULL, NULL, NULL);


#
# TABLE STRUCTURE FOR: sma_user_logins
#

DROP TABLE IF EXISTS `sma_user_logins`;

CREATE TABLE `sma_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=815 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (1, 1, NULL, '127.0.0.1', 'owner@tecdiary.com', '2021-11-16 22:40:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (2, 2, NULL, '127.0.0.1', 'jane', '2021-11-17 00:08:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (3, 1, NULL, '127.0.0.1', 'owner@tecdiary.com', '2021-11-17 00:18:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (4, 1, NULL, '127.0.0.1', 'owner@tecdiary.com', '2021-11-17 00:31:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (5, 3, NULL, '127.0.0.1', 'kimems01@gmail.com', '2021-11-17 00:33:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (6, 3, NULL, '::1', 'kimems01@gmail.com', '2021-11-17 01:36:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (7, 2, NULL, '::1', 'jane', '2021-11-17 01:37:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (8, 3, NULL, '::1', 'kimems01@gmail.com', '2021-11-17 01:45:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (9, 4, NULL, '::1', 'peter', '2021-11-17 01:50:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (10, 3, NULL, '::1', 'kimems01@gmail.com', '2021-11-17 01:53:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (11, 3, NULL, '::1', 'kimems01@gmail.com', '2022-05-01 13:11:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (12, 3, NULL, '::1', 'kimems01@gmail.com', '2022-05-01 15:06:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (13, 3, NULL, '154.159.252.6', 'kimems01@gmail.com', '2022-05-02 01:26:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (14, 3, NULL, '154.159.252.6', 'kimems01@gmail.com', '2022-05-02 01:41:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (15, 3, NULL, '154.159.252.6', 'kimems01@gmail.com', '2022-05-02 01:44:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (16, 3, NULL, '154.159.252.6', 'kimems01@gmail.com', '2022-05-02 01:59:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (17, 3, NULL, '154.159.252.6', 'kimems01@gmail.com', '2022-05-02 02:05:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (18, 3, NULL, '154.159.252.6', 'kimems01@gmail.com', '2022-05-02 02:06:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (19, 3, NULL, '154.159.252.6', 'kimems01@gmail.com', '2022-05-02 02:07:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (20, 5, NULL, '154.159.252.6', 'Charles', '2022-05-02 02:08:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (21, 5, NULL, '41.191.104.95', 'Charles', '2022-05-02 07:49:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (22, 3, NULL, '105.163.2.239', 'kimems01@gmail.com', '2022-05-02 08:12:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (23, 3, NULL, '154.159.252.168', 'kimems01@gmail.com', '2022-05-02 14:09:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (24, 3, NULL, '154.159.252.168', 'kimems01@gmail.com', '2022-05-02 14:11:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (25, 6, NULL, '154.159.252.168', 'wanjiru', '2022-05-02 14:16:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (26, 3, NULL, '154.159.252.168', 'kimems01@gmail.com', '2022-05-02 14:22:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (27, 6, NULL, '154.159.252.168', 'wanjiru', '2022-05-02 14:23:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (28, 5, NULL, '41.191.104.254', 'Charles', '2022-05-02 14:38:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (29, 7, NULL, '154.159.252.168', 'christine', '2022-05-02 15:17:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (30, 6, NULL, '154.159.252.168', 'wanjiru', '2022-05-02 15:18:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (31, 3, NULL, '105.160.31.183', 'kimems01@gmail.com', '2022-05-02 16:23:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (32, 6, NULL, '41.90.216.73', 'Wanjiru ', '2022-05-02 16:25:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (33, 5, NULL, '41.191.107.49', 'Charles', '2022-05-03 00:28:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (34, 6, NULL, '41.60.232.81', 'wanjiru', '2022-05-03 12:47:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (35, 3, NULL, '102.7.145.55', 'kimems01@gmail.com', '2022-05-04 07:45:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (36, 6, NULL, '41.60.238.127', 'wanjiru', '2022-05-04 10:24:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (37, 3, NULL, '105.160.12.2', 'kimems01@gmail.com', '2022-05-04 11:18:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (38, 3, NULL, '105.160.12.2', 'kimems01@gmail.com', '2022-05-04 13:47:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (39, 7, NULL, '41.60.239.159', 'christine', '2022-05-04 18:33:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (40, 6, NULL, '41.60.239.159', 'wanjiru', '2022-05-04 18:50:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (41, 5, NULL, '41.191.107.44', 'Charles', '2022-05-05 04:52:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (42, 3, NULL, '154.155.226.106', 'kimems01@gmail.com', '2022-05-05 07:56:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (43, 6, NULL, '41.60.237.200', 'wanjiru', '2022-05-05 09:46:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (44, 5, NULL, '41.191.104.83', 'Charles', '2022-05-05 10:15:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (45, 6, NULL, '41.60.237.200', 'wanjiru', '2022-05-05 13:49:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (46, 7, NULL, '41.60.237.200', 'christine', '2022-05-05 15:52:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (47, 6, NULL, '41.60.237.200', 'wanjiru', '2022-05-05 15:57:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (48, 7, NULL, '41.60.237.200', 'christine', '2022-05-05 16:02:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (49, 6, NULL, '41.60.237.200', 'wanjiru', '2022-05-05 16:17:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (50, 7, NULL, '41.60.237.200', 'christine', '2022-05-05 16:20:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (51, 6, NULL, '41.60.237.200', 'wanjiru', '2022-05-05 16:28:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (52, 6, NULL, '41.60.237.200', 'wanjiru', '2022-05-05 16:37:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (53, 5, NULL, '41.191.104.41', 'Charles', '2022-05-05 17:21:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (54, 8, NULL, '105.160.69.151', 'Kelvin', '2022-05-05 19:24:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (55, 3, NULL, '154.152.142.83', 'kimems01@gmail.com', '2022-05-06 11:08:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (56, 6, NULL, '41.60.237.200', 'wanjiru', '2022-05-06 11:47:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (57, 6, NULL, '41.60.237.200', 'wanjiru', '2022-05-06 16:06:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (58, 6, NULL, '41.60.237.200', 'wanjiru', '2022-05-06 18:31:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (59, 5, NULL, '41.191.105.88', 'Charles', '2022-05-06 21:43:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (60, 8, NULL, '80.240.201.83', 'Kelvin', '2022-05-06 22:37:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (61, 8, NULL, '80.240.201.83', 'Kelvin', '2022-05-06 22:39:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (62, 5, NULL, '41.191.105.92', 'Charles', '2022-05-07 13:49:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (63, 6, NULL, '41.60.235.40', 'wanjiru', '2022-05-07 16:01:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (64, 6, NULL, '41.60.235.40', 'wanjiru', '2022-05-07 18:50:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (65, 6, NULL, '41.60.235.40', 'wanjiru', '2022-05-07 19:40:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (66, 5, NULL, '41.191.105.93', 'Charles', '2022-05-07 23:33:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (67, 5, NULL, '41.191.105.93', 'Charles', '2022-05-08 14:08:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (68, 8, NULL, '41.60.237.195', 'Kelvin', '2022-05-08 23:28:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (69, 6, NULL, '41.60.237.195', 'wanjiru', '2022-05-09 11:00:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (70, 8, NULL, '41.60.237.195', 'Kelvin', '2022-05-09 20:20:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (71, 8, NULL, '105.163.40.83', 'Kelvin', '2022-05-09 22:27:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (72, 6, NULL, '41.60.237.195', 'wanjiru', '2022-05-10 11:15:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (73, 5, NULL, '41.191.104.241', 'Charles', '2022-05-10 15:47:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (74, 8, NULL, '105.160.92.103', 'Kelvin', '2022-05-10 16:01:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (75, 5, NULL, '41.191.104.241', 'Charles', '2022-05-10 16:11:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (76, 8, NULL, '41.60.237.195', 'Kelvin', '2022-05-10 16:19:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (77, 8, NULL, '41.60.237.195', 'Kelvin', '2022-05-10 19:46:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (78, 5, NULL, '41.191.105.235', 'Charles', '2022-05-10 21:27:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (79, 5, NULL, '41.191.104.92', 'Charles', '2022-05-11 04:57:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (80, 5, NULL, '41.191.107.138', 'Charles', '2022-05-11 13:41:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (81, 6, NULL, '41.60.237.59', 'wanjiru', '2022-05-11 15:16:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (82, 5, NULL, '41.191.104.46', 'Charles', '2022-05-12 15:25:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (83, 6, NULL, '41.60.237.59', 'wanjiru', '2022-05-12 16:57:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (84, 6, NULL, '41.60.237.59', 'wanjiru', '2022-05-12 17:11:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (85, 7, NULL, '41.60.237.59', 'christine', '2022-05-12 17:47:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (86, 6, NULL, '41.60.237.59', 'wanjiru', '2022-05-12 18:22:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (87, 7, NULL, '41.60.237.59', 'christine', '2022-05-12 18:39:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (88, 7, NULL, '41.60.237.59', 'christine', '2022-05-13 12:16:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (89, 7, NULL, '41.60.237.59', 'christine', '2022-05-13 16:01:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (90, 7, NULL, '41.60.237.59', 'christine', '2022-05-13 16:55:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (91, 5, NULL, '41.191.107.198', 'Charles', '2022-05-13 20:20:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (92, 7, NULL, '41.60.237.59', 'christine', '2022-05-14 15:00:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (93, 7, NULL, '41.60.237.59', 'christine', '2022-05-14 15:19:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (94, 7, NULL, '41.60.237.59', 'christine', '2022-05-14 18:11:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (95, 7, NULL, '41.60.237.59', 'christine', '2022-05-14 18:19:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (96, 6, NULL, '41.60.237.59', 'wanjiru', '2022-05-14 18:34:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (97, 7, NULL, '41.60.237.59', 'christine ', '2022-05-14 18:45:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (98, 5, NULL, '41.191.105.95', 'Charles', '2022-05-14 23:15:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (99, 5, NULL, '41.191.105.89', 'Charles', '2022-05-15 11:42:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (100, 7, NULL, '41.60.237.59', 'christine', '2022-05-15 16:55:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (101, 7, NULL, '41.60.237.59', 'christine', '2022-05-15 16:59:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (102, 8, NULL, '105.163.48.72', 'Kelvin', '2022-05-15 21:46:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (103, 8, NULL, '41.191.105.93', 'Kelvin', '2022-05-15 22:56:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (104, 5, NULL, '41.191.105.93', 'Charles', '2022-05-15 22:57:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (105, 8, NULL, '41.191.105.93', 'Kelvin', '2022-05-15 22:59:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (106, 5, NULL, '41.191.105.93', 'Charles', '2022-05-15 23:02:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (107, 8, NULL, '41.191.105.93', 'Kelvin', '2022-05-15 23:32:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (108, 5, NULL, '41.191.105.93', 'Charles', '2022-05-15 23:34:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (109, 8, NULL, '41.191.105.93', 'Kelvin', '2022-05-15 23:40:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (110, 5, NULL, '41.191.105.93', 'Charles', '2022-05-15 23:41:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (111, 8, NULL, '105.163.48.72', 'Kelvin', '2022-05-16 07:22:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (112, 8, NULL, '41.60.237.59', 'Kelvin', '2022-05-16 16:01:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (113, 7, NULL, '41.60.237.59', 'christine', '2022-05-16 17:27:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (114, 7, NULL, '41.60.237.59', 'christine', '2022-05-16 18:45:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (115, 7, NULL, '41.60.237.59', 'christine', '2022-05-16 18:47:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (116, 5, NULL, '41.191.107.193', 'Charles', '2022-05-16 20:40:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (117, 8, NULL, '105.163.48.72', 'Kelvin', '2022-05-16 21:24:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (118, 5, NULL, '41.191.105.94', 'Charles', '2022-05-17 11:08:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (119, 7, NULL, '41.60.237.59', 'christine', '2022-05-17 11:49:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (120, 8, NULL, '41.60.237.59', 'Kelvin', '2022-05-17 13:07:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (121, 7, NULL, '41.60.237.59', 'christine', '2022-05-17 13:48:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (122, 5, NULL, '41.191.105.93', 'Charles', '2022-05-17 14:06:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (123, 5, NULL, '41.191.105.93', 'Charles', '2022-05-17 16:44:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (124, 7, NULL, '41.60.237.59', 'christine', '2022-05-17 17:48:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (125, 7, NULL, '41.60.237.59', 'christine', '2022-05-17 18:26:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (126, 8, NULL, '41.60.237.59', 'Kelvin', '2022-05-17 18:50:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (127, 7, NULL, '41.60.237.59', 'christine', '2022-05-17 19:21:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (128, 5, NULL, '41.191.107.225', 'Charles', '2022-05-18 10:24:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (129, 8, NULL, '41.60.237.59', 'Kelvin', '2022-05-18 13:51:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (130, 7, NULL, '41.60.237.59', 'christine', '2022-05-18 14:40:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (131, 5, NULL, '41.191.105.89', 'Charles', '2022-05-18 15:07:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (132, 7, NULL, '41.60.237.59', 'christine', '2022-05-18 17:15:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (133, 5, NULL, '41.191.105.94', 'Charles', '2022-05-18 22:14:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (134, 5, NULL, '41.191.105.88', 'Charles', '2022-05-19 16:55:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (135, 7, NULL, '41.60.237.59', 'christine', '2022-05-20 11:10:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (136, 8, NULL, '41.60.237.59', 'Kelvin', '2022-05-20 12:29:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (137, 3, NULL, '154.155.31.251', 'kimems01@gmail.com', '2022-05-20 13:31:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (138, 5, NULL, '41.191.105.95', 'Charles', '2022-05-21 16:00:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (139, 7, NULL, '41.60.237.59', 'christine', '2022-05-21 17:38:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (140, 8, NULL, '105.163.60.79', 'Kelvin', '2022-05-22 10:55:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (141, 8, NULL, '105.163.60.79', 'Kelvin', '2022-05-22 16:23:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (142, 8, NULL, '41.60.235.76', 'Kelvin', '2022-05-23 14:05:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (143, 7, NULL, '41.60.235.76', 'christine', '2022-05-23 15:03:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (144, 7, NULL, '41.60.235.76', 'christine', '2022-05-23 17:46:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (145, 8, NULL, '41.60.235.76', 'Kelvin', '2022-05-23 18:51:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (146, 8, NULL, '197.156.137.151', 'Kelvin', '2022-05-23 20:42:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (147, 7, NULL, '41.60.235.76', 'christine', '2022-05-24 09:23:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (148, 5, NULL, '41.191.107.225', 'Charles', '2022-05-24 16:38:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (149, 7, NULL, '41.60.235.76', 'christine', '2022-05-24 17:07:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (150, 5, NULL, '41.191.107.225', 'Charles', '2022-05-24 19:27:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (151, 5, NULL, '41.191.107.56', 'Charles', '2022-05-24 20:26:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (152, 8, NULL, '41.60.235.76', 'Kelvin', '2022-05-25 16:18:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (153, 7, NULL, '41.60.235.76', 'christine', '2022-05-25 17:05:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (154, 8, NULL, '41.60.235.76', 'Kelvin', '2022-05-25 17:38:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (155, 7, NULL, '41.60.235.76', 'christine', '2022-05-26 12:47:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (156, 5, NULL, '41.191.104.81', 'Charles', '2022-05-26 15:34:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (157, 8, NULL, '41.90.44.57', 'Kelvin', '2022-05-26 21:40:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (158, 8, NULL, '41.60.235.76', 'Kelvin', '2022-05-27 11:41:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (159, 7, NULL, '41.60.235.76', 'christine', '2022-05-27 17:47:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (160, 5, NULL, '41.191.107.220', 'Charles', '2022-05-27 19:49:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (161, 8, NULL, '41.90.44.57', 'Kelvin', '2022-05-27 22:12:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (162, 3, NULL, '41.80.96.73', 'kimems01@gmail.com', '2022-05-28 09:46:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (163, 3, NULL, '102.1.149.20', 'kimems01@gmail.com', '2022-05-28 10:33:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (164, 3, NULL, '41.80.98.64', 'kimems01@gmail.com', '2022-05-28 14:42:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (165, 3, NULL, '41.80.98.64', 'kimems01@gmail.com', '2022-05-28 14:43:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (166, 3, NULL, '41.80.98.64', 'kimems01@gmail.com', '2022-05-28 14:45:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (167, 3, NULL, '41.80.96.73', 'kimems01@gmail.com', '2022-05-28 15:00:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (168, 3, NULL, '102.1.149.20', 'kimems01@gmail.com', '2022-05-29 09:42:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (169, 3, NULL, '102.1.149.20', 'kimems01@gmail.com', '2022-05-29 09:46:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (170, 3, NULL, '102.1.149.20', 'kimems01@gmail.com', '2022-05-29 09:48:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (171, 3, NULL, '102.1.149.20', 'kimems01@gmail.com', '2022-05-29 09:50:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (172, 3, NULL, '102.1.149.20', 'kimems01@gmail.com', '2022-05-29 09:57:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (173, 5, NULL, '41.191.104.41', 'Charles', '2022-05-29 10:10:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (174, 7, NULL, '41.60.235.76', 'christine', '2022-05-29 10:16:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (175, 8, NULL, '41.60.235.76', 'Kelvin', '2022-05-29 11:03:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (176, 7, NULL, '41.60.235.76', 'christine', '2022-05-29 17:39:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (177, 7, NULL, '41.60.235.76', 'christine', '2022-05-30 09:24:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (178, 5, NULL, '41.191.104.118', 'Charles', '2022-05-30 10:57:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (179, 5, NULL, '41.191.104.44', 'Charles', '2022-05-30 13:25:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (180, 8, NULL, '41.90.44.57', 'Kelvin', '2022-05-30 13:39:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (181, 8, NULL, '41.90.44.57', 'Kelvin', '2022-05-30 13:54:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (182, 5, NULL, '41.191.107.228', 'Charles', '2022-05-31 15:45:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (183, 8, NULL, '41.60.235.76', 'Kelvin', '2022-05-31 17:25:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (184, 7, NULL, '41.60.235.76', 'christine', '2022-05-31 17:48:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (185, 8, NULL, '41.60.235.76', 'Kelvin', '2022-05-31 18:22:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (186, 8, NULL, '41.90.35.88', 'Kelvin', '2022-06-01 00:32:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (187, 7, NULL, '41.60.235.76', 'christine', '2022-06-01 08:44:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (188, 8, NULL, '41.60.235.76', 'Kelvin', '2022-06-01 10:07:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (189, 8, NULL, '41.60.235.76', 'Kelvin', '2022-06-01 11:14:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (190, 5, NULL, '41.191.107.225', 'Charles', '2022-06-01 16:04:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (191, 7, NULL, '41.60.235.76', 'christine', '2022-06-01 17:17:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (192, 8, NULL, '41.90.35.88', 'Kelvin', '2022-06-01 23:43:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (193, 8, NULL, '41.60.235.76', 'Kelvin', '2022-06-02 14:31:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (194, 7, NULL, '41.60.235.76', 'christine', '2022-06-02 17:26:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (195, 7, NULL, '41.60.235.76', 'christine', '2022-06-02 18:53:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (196, 8, NULL, '197.177.142.74', 'Kelvin', '2022-06-02 19:12:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (197, 8, NULL, '102.167.176.5', 'Kelvin', '2022-06-02 21:53:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (198, 7, NULL, '41.60.235.76', 'christine', '2022-06-03 10:32:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (199, 7, NULL, '41.60.235.76', 'christine', '2022-06-03 18:38:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (200, 7, NULL, '41.60.236.239', 'christine', '2022-06-04 18:29:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (201, 5, NULL, '41.191.105.90', 'Charles', '2022-06-04 23:37:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (202, 8, NULL, '105.163.32.52', 'Kelvin', '2022-06-05 00:28:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (203, 5, NULL, '41.191.105.90', 'Charles', '2022-06-05 11:57:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (204, 8, NULL, '105.51.77.39', 'Kelvin', '2022-06-05 12:07:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (205, 8, NULL, '41.60.239.144', 'Kelvin', '2022-06-05 12:50:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (206, 5, NULL, '41.191.105.95', 'Charles', '2022-06-05 14:04:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (207, 8, NULL, '197.183.252.107', 'Kelvin', '2022-06-05 17:05:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (208, 5, NULL, '41.191.105.94', 'Charles', '2022-06-05 19:16:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (209, 8, NULL, '105.163.32.52', 'Kelvin', '2022-06-05 19:34:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (210, 8, NULL, '105.163.32.52', 'Kelvin', '2022-06-05 22:39:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (211, 8, NULL, '105.163.32.52', 'Kelvin', '2022-06-06 17:43:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (212, 7, NULL, '41.60.239.144', 'christine', '2022-06-06 17:58:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (213, 8, NULL, '105.163.32.52', 'Kelvin', '2022-06-06 20:25:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (214, 5, NULL, '41.191.105.90', 'Charles', '2022-06-06 23:21:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (215, 8, NULL, '105.163.32.52', 'Kelvin', '2022-06-07 05:47:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (216, 7, NULL, '41.60.239.144', 'christine', '2022-06-07 10:52:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (217, 8, NULL, '41.60.239.119', 'Kelvin', '2022-06-07 18:30:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (218, 7, NULL, '41.60.239.119', 'christine', '2022-06-07 18:30:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (219, 8, NULL, '41.60.239.119', 'Kelvin', '2022-06-07 18:31:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (220, 8, NULL, '41.60.239.119', 'Kelvin', '2022-06-08 13:43:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (221, 7, NULL, '41.60.232.50', 'christine', '2022-06-08 17:46:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (222, 5, NULL, '41.191.105.94', 'Charles', '2022-06-08 23:52:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (223, 8, NULL, '105.163.26.132', 'Kelvin', '2022-06-09 07:20:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (224, 8, NULL, '154.122.42.20', 'Kelvin', '2022-06-09 11:32:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (225, 7, NULL, '41.60.239.87', 'christine', '2022-06-09 12:49:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (226, 8, NULL, '41.60.239.87', 'Kelvin', '2022-06-09 16:22:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (227, 7, NULL, '41.60.237.96', 'christine', '2022-06-09 17:28:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (228, 5, NULL, '41.191.105.91', 'Charles', '2022-06-09 23:12:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (229, 8, NULL, '154.123.14.21', 'Kelvin', '2022-06-10 07:46:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (230, 7, NULL, '41.60.237.96', 'christine', '2022-06-10 14:40:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (231, 7, NULL, '41.60.237.96', 'christine', '2022-06-10 17:53:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (232, 8, NULL, '105.163.26.132', 'Kelvin', '2022-06-10 22:05:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (233, 5, NULL, '41.191.105.90', 'Charles', '2022-06-10 22:37:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (234, 8, NULL, '105.160.32.217', 'Kelvin', '2022-06-11 09:36:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (235, 7, NULL, '41.60.239.115', 'christine', '2022-06-11 16:42:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (236, 5, NULL, '41.191.105.92', 'Charles', '2022-06-11 17:50:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (237, 5, NULL, '41.191.105.92', 'Charles', '2022-06-11 18:31:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (238, 7, NULL, '41.60.239.115', 'christine', '2022-06-13 08:32:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (239, 7, NULL, '41.60.239.115', 'christine', '2022-06-13 17:24:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (240, 5, NULL, '41.191.105.90', 'Charles', '2022-06-13 19:54:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (241, 5, NULL, '41.191.105.95', 'Charles', '2022-06-13 23:18:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (242, 8, NULL, '41.90.33.7', 'Kelvin', '2022-06-14 07:49:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (243, 5, NULL, '41.191.104.117', 'Charles', '2022-06-14 09:11:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (244, 5, NULL, '41.191.105.90', 'Charles', '2022-06-14 09:18:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (245, 7, NULL, '41.60.239.115', 'christine', '2022-06-14 18:23:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (246, 5, NULL, '41.191.105.88', 'Charles', '2022-06-14 18:50:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (247, 8, NULL, '41.90.33.7', 'Kelvin', '2022-06-14 20:19:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (248, 5, NULL, '41.191.105.91', 'Charles', '2022-06-14 23:17:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (249, 8, NULL, '41.60.239.115', 'Kelvin', '2022-06-15 14:49:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (250, 5, NULL, '41.191.105.95', 'Charles', '2022-06-15 22:08:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (251, 5, NULL, '41.191.105.95', 'Charles', '2022-06-15 22:43:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (252, 8, NULL, '41.60.239.115', 'Kelvin', '2022-06-16 14:51:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (253, 7, NULL, '41.60.239.115', 'christine', '2022-06-16 16:57:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (254, 8, NULL, '102.167.152.227', 'Kelvin', '2022-06-16 19:57:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (255, 8, NULL, '41.90.33.7', 'Kelvin', '2022-06-17 06:19:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (256, 7, NULL, '41.60.233.106', 'christine', '2022-06-17 18:10:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (257, 5, NULL, '41.191.104.98', 'Charles', '2022-06-17 21:44:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (258, 5, NULL, '41.191.107.232', 'Charles', '2022-06-18 10:32:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (259, 8, NULL, '41.60.233.106', 'Kelvin', '2022-06-18 12:03:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (260, 7, NULL, '41.60.238.178', 'christine', '2022-06-18 16:41:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (261, 8, NULL, '105.160.86.88', 'Kelvin', '2022-06-18 20:13:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (262, 7, NULL, '41.60.238.178', 'christine', '2022-06-20 17:43:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (263, 8, NULL, '41.60.238.178', 'Kelvin', '2022-06-21 13:32:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (264, 8, NULL, '41.81.3.3', 'Kelvin', '2022-06-21 15:57:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (265, 8, NULL, '105.163.24.79', 'Kelvin', '2022-06-21 21:59:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (266, 7, NULL, '41.60.238.178', 'christine', '2022-06-22 16:33:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (267, 7, NULL, '41.60.238.178', 'christine', '2022-06-22 16:54:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (268, 5, NULL, '41.191.105.234', 'Charles', '2022-06-22 17:59:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (269, 5, NULL, '41.191.107.211', 'Charles', '2022-06-22 20:18:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (270, 8, NULL, '41.60.238.178', 'Kelvin', '2022-06-23 08:41:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (271, 8, NULL, '41.60.238.178', 'Kelvin', '2022-06-23 08:58:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (272, 5, NULL, '41.191.107.135', 'Charles', '2022-06-23 11:52:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (273, 7, NULL, '41.60.238.178', 'christine', '2022-06-23 17:59:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (274, 5, NULL, '41.191.107.158', 'Charles', '2022-06-24 11:18:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (275, 8, NULL, '41.60.238.178', 'Kelvin', '2022-06-24 11:19:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (276, 8, NULL, '41.60.238.178', 'Kelvin', '2022-06-24 11:22:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (277, 8, NULL, '41.60.238.178', 'Kelvin', '2022-06-24 13:57:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (278, 8, NULL, '41.60.238.178', 'Kelvin', '2022-06-24 13:59:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (279, 7, NULL, '41.60.238.178', 'christine', '2022-06-24 15:29:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (280, 8, NULL, '41.60.238.178', 'Kelvin', '2022-06-24 17:34:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (281, 8, NULL, '105.163.50.220', 'Kelvin', '2022-06-24 21:05:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (282, 5, NULL, '41.191.105.229', 'Charles', '2022-06-24 21:37:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (283, 8, NULL, '105.163.51.255', 'Kelvin', '2022-06-25 07:57:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (284, 8, NULL, '41.60.238.178', 'Kelvin', '2022-06-25 11:06:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (285, 7, NULL, '41.60.238.178', 'christine', '2022-06-25 14:30:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (286, 5, NULL, '41.191.105.89', 'Charles', '2022-06-25 18:26:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (287, 8, NULL, '105.163.51.255', 'Kelvin', '2022-06-25 21:28:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (288, 8, NULL, '41.60.238.178', 'Kelvin', '2022-06-27 14:52:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (289, 8, NULL, '41.60.238.178', 'Kelvin', '2022-06-27 16:15:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (290, 7, NULL, '41.60.238.178', 'christine', '2022-06-27 17:58:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (291, 7, NULL, '41.60.238.178', 'christine', '2022-06-27 18:13:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (292, 8, NULL, '41.90.45.200', 'Kelvin', '2022-06-27 19:13:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (293, 5, NULL, '41.191.105.232', 'Charles', '2022-06-27 20:25:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (294, 8, NULL, '41.90.45.200', 'Kelvin', '2022-06-28 07:13:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (295, 8, NULL, '41.90.45.200', 'Kelvin', '2022-06-28 13:18:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (296, 7, NULL, '41.60.238.178', 'christine', '2022-06-28 15:40:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (297, 8, NULL, '41.90.49.226', 'Kelvin', '2022-06-28 21:08:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (298, 8, NULL, '41.90.49.226', 'Kelvin', '2022-06-29 07:19:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (299, 3, NULL, '154.159.31.101', 'kimems01@gmail.com', '2022-06-29 14:19:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (300, 3, NULL, '154.159.237.143', 'kimems01@gmail.com', '2022-06-29 14:45:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (301, 7, NULL, '41.60.238.178', 'christine', '2022-06-29 18:17:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (302, 5, NULL, '41.191.104.254', 'Charles', '2022-06-30 22:44:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (303, 8, NULL, '41.90.49.226', 'Kelvin', '2022-07-01 01:05:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (304, 8, NULL, '41.81.135.235', 'Kelvin', '2022-07-01 10:10:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (305, 8, NULL, '41.90.49.226', 'Kelvin', '2022-07-01 21:28:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (306, 7, NULL, '41.60.232.189', 'christine', '2022-07-02 12:41:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (307, 7, NULL, '41.60.232.189', 'christine', '2022-07-02 18:28:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (308, 5, NULL, '41.191.105.92', 'Charles', '2022-07-03 21:09:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (309, 7, NULL, '41.60.232.189', 'christine', '2022-07-04 18:03:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (310, 7, NULL, '41.60.232.189', 'christine', '2022-07-04 18:10:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (311, 5, NULL, '41.191.105.93', 'Charles', '2022-07-04 23:47:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (312, 7, NULL, '41.60.235.21', 'christine', '2022-07-05 17:11:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (313, 5, NULL, '41.191.105.95', 'Charles', '2022-07-05 21:18:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (314, 8, NULL, '105.163.21.158', 'Kelvin', '2022-07-05 22:38:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (315, 7, NULL, '41.60.235.21', 'christine', '2022-07-06 17:43:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (316, 7, NULL, '41.60.233.165', 'christine', '2022-07-07 18:25:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (317, 8, NULL, '105.161.196.119', 'Kelvin', '2022-07-08 08:27:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (318, 7, NULL, '41.60.233.165', 'christine', '2022-07-08 18:05:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (319, 5, NULL, '41.191.105.93', 'Charles', '2022-07-10 17:55:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (320, 5, NULL, '41.191.105.93', 'Charles', '2022-07-10 18:06:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (321, 7, NULL, '41.60.232.223', 'christine', '2022-07-11 10:36:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (322, 5, NULL, '41.191.105.89', 'Charles', '2022-07-11 14:07:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (323, 7, NULL, '41.60.232.223', 'christine', '2022-07-11 14:52:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (324, 7, NULL, '41.60.232.223', 'christine', '2022-07-11 17:35:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (325, 7, NULL, '41.60.232.223', 'christine', '2022-07-11 17:40:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (326, 7, NULL, '41.60.232.223', 'christine', '2022-07-11 17:44:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (327, 7, NULL, '41.60.237.163', 'christine', '2022-07-12 18:02:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (328, 7, NULL, '41.60.237.163', 'christine', '2022-07-12 18:30:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (329, 5, NULL, '41.191.107.37', 'Charles', '2022-07-12 18:35:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (330, 7, NULL, '41.60.237.163', 'christine', '2022-07-13 18:31:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (331, 8, NULL, '105.163.34.63', 'Kelvin', '2022-07-13 22:45:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (332, 7, NULL, '41.60.232.14', 'christine', '2022-07-14 18:47:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (333, 7, NULL, '41.60.232.14', 'christine', '2022-07-15 16:48:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (334, 7, NULL, '41.60.232.14', 'christine', '2022-07-16 15:47:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (335, 8, NULL, '41.60.232.14', 'Kelvin', '2022-07-16 16:56:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (336, 7, NULL, '41.60.232.14', 'christine', '2022-07-16 18:17:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (337, 7, NULL, '41.60.232.14', 'Christine ', '2022-07-16 18:31:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (338, 7, NULL, '41.60.232.14', 'Christine ', '2022-07-16 19:14:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (339, 7, NULL, '41.90.38.215', 'Christine ', '2022-07-16 21:20:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (340, 7, NULL, '154.79.203.84', 'Christine ', '2022-07-17 15:58:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (341, 7, NULL, '41.60.232.14', 'christine', '2022-07-18 16:33:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (342, 7, NULL, '41.60.232.14', 'Christine ', '2022-07-18 17:23:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (343, 7, NULL, '41.60.232.14', 'christine', '2022-07-18 17:27:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (344, 8, NULL, '41.60.232.14', 'Kelvin', '2022-07-18 17:35:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (345, 8, NULL, '41.60.232.14', 'Kelvin', '2022-07-18 17:46:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (346, 8, NULL, '105.163.52.112', 'Kelvin', '2022-07-18 21:21:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (347, 7, NULL, '41.60.232.14', 'christine', '2022-07-20 08:55:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (348, 7, NULL, '41.60.232.14', 'christine', '2022-07-20 12:20:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (349, 8, NULL, '41.60.232.14', 'Kelvin', '2022-07-20 13:56:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (350, 8, NULL, '41.60.232.14', 'Kelvin', '2022-07-20 13:58:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (351, 7, NULL, '41.60.232.14', 'Christine ', '2022-07-20 18:07:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (352, 7, NULL, '41.90.184.209', 'Christine ', '2022-07-20 20:43:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (353, 8, NULL, '105.163.61.89', 'Kelvin', '2022-07-20 21:34:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (354, 7, NULL, '41.60.232.14', 'christine', '2022-07-21 08:10:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (355, 7, NULL, '41.60.235.20', 'christine', '2022-07-21 17:23:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (356, 7, NULL, '41.60.235.20', 'Christine ', '2022-07-21 17:27:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (357, 7, NULL, '41.60.235.20', 'Christine ', '2022-07-22 15:15:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (358, 5, NULL, '41.191.105.89', 'CHARLES', '2022-07-22 17:30:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (359, 7, NULL, '41.60.235.20', 'Christine ', '2022-07-22 17:40:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (360, 7, NULL, '41.60.235.20', 'Christine ', '2022-07-23 15:16:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (361, 7, NULL, '41.60.235.20', 'christine', '2022-07-23 15:34:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (362, 7, NULL, '41.60.235.20', 'christine', '2022-07-23 16:01:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (363, 8, NULL, '41.60.235.20', 'Kelvin', '2022-07-23 16:37:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (364, 8, NULL, '105.163.47.64', 'Kelvin', '2022-07-25 14:01:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (365, 7, NULL, '41.60.235.20', 'Christine ', '2022-07-26 17:06:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (366, 7, NULL, '41.60.235.20', 'christine', '2022-07-26 17:16:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (367, 7, NULL, '41.60.235.20', 'christine', '2022-07-27 17:14:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (368, 7, NULL, '41.60.235.20', 'christine', '2022-07-28 12:15:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (369, 7, NULL, '41.60.235.20', 'christine', '2022-07-28 17:26:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (370, 7, NULL, '41.60.235.20', 'Christine ', '2022-07-28 17:54:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (371, 7, NULL, '41.60.235.20', 'Christine ', '2022-07-28 17:55:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (372, 7, NULL, '41.60.235.20', 'Christine ', '2022-07-28 17:59:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (373, 8, NULL, '105.160.91.28', 'Kelvin', '2022-07-28 18:17:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (374, 7, NULL, '41.60.235.20', 'christine', '2022-07-29 08:23:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (375, 7, NULL, '41.60.235.20', 'christine', '2022-07-29 08:35:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (376, 8, NULL, '41.60.235.20', 'Kelvin', '2022-07-29 13:04:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (377, 7, NULL, '41.60.235.20', 'christine', '2022-07-29 17:10:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (378, 7, NULL, '41.60.235.20', 'christine', '2022-07-30 15:43:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (379, 7, NULL, '41.60.235.20', 'christine', '2022-07-30 15:50:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (380, 7, NULL, '41.60.235.20', 'christine', '2022-07-30 17:08:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (381, 8, NULL, '41.90.40.126', 'Kelvin', '2022-07-31 20:45:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (382, 8, NULL, '41.90.40.126', 'Kelvin', '2022-07-31 22:29:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (383, 7, NULL, '41.90.178.132', 'Christine ', '2022-08-01 06:49:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (384, 8, NULL, '41.90.40.126', 'Kelvin', '2022-08-01 07:40:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (385, 7, NULL, '41.60.232.148', 'christine', '2022-08-01 08:40:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (386, 7, NULL, '41.60.232.148', 'Christine ', '2022-08-01 14:42:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (387, 7, NULL, '41.60.232.148', 'christine', '2022-08-01 15:12:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (388, 5, NULL, '41.191.105.94', 'CHARLES', '2022-08-01 22:48:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (389, 7, NULL, '41.60.232.148', 'christine', '2022-08-02 08:24:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (390, 7, NULL, '41.60.232.148', 'christine', '2022-08-02 14:59:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (391, 8, NULL, '105.160.90.114', 'Kelvin', '2022-08-02 15:04:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (392, 8, NULL, '41.90.40.126', 'Kelvin', '2022-08-02 16:51:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (393, 5, NULL, '41.191.105.93', 'Charles', '2022-08-02 17:21:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (394, 7, NULL, '41.60.232.148', 'christine', '2022-08-02 17:33:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (395, 7, NULL, '154.76.115.33', 'Christine ', '2022-08-02 20:07:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (396, 8, NULL, '41.90.40.126', 'Kelvin', '2022-08-02 21:08:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (397, 7, NULL, '41.60.232.148', 'christine', '2022-08-03 08:22:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (398, 7, NULL, '41.60.232.148', 'christine', '2022-08-03 08:38:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (399, 7, NULL, '41.60.232.148', 'christine', '2022-08-03 11:40:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (400, 7, NULL, '41.60.232.148', 'christine', '2022-08-03 17:36:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (401, 7, NULL, '41.60.233.116', 'christine', '2022-08-04 09:07:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (402, 7, NULL, '41.60.233.116', 'christine', '2022-08-04 12:18:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (403, 7, NULL, '41.60.233.116', 'christine', '2022-08-04 16:17:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (404, 8, NULL, '41.60.233.116', 'Kelvin', '2022-08-04 17:10:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (405, 8, NULL, '41.60.233.116', 'Kelvin', '2022-08-04 17:10:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (406, 7, NULL, '41.60.233.116', 'christine', '2022-08-05 10:20:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (407, 8, NULL, '105.163.50.229', 'Kelvin', '2022-08-05 12:45:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (408, 7, NULL, '41.60.233.116', 'christine', '2022-08-05 13:02:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (409, 7, NULL, '41.60.233.116', 'christine', '2022-08-05 13:22:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (410, 7, NULL, '41.60.233.116', 'christine', '2022-08-05 13:26:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (411, 8, NULL, '105.163.50.229', 'Kelvin', '2022-08-05 19:11:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (412, 7, NULL, '41.60.233.116', 'christine', '2022-08-06 08:24:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (413, 7, NULL, '41.60.233.116', 'christine', '2022-08-06 11:29:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (414, 7, NULL, '41.60.234.153', 'christine', '2022-08-06 15:48:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (415, 8, NULL, '105.163.50.229', 'Kelvin', '2022-08-07 14:11:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (416, 8, NULL, '105.163.50.229', 'Kelvin', '2022-08-07 18:28:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (417, 8, NULL, '105.163.50.229', 'Kelvin', '2022-08-08 22:34:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (418, 7, NULL, '41.60.234.153', 'christine', '2022-08-10 09:28:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (419, 8, NULL, '41.60.234.153', 'Kelvin', '2022-08-10 11:47:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (420, 8, NULL, '41.60.234.153', 'Kelvin', '2022-08-10 15:42:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (421, 7, NULL, '41.60.237.98', 'christine', '2022-08-11 13:57:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (422, 7, NULL, '41.60.237.98', 'christine', '2022-08-11 14:21:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (423, 7, NULL, '41.60.234.241', 'christine', '2022-08-11 17:16:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (424, 7, NULL, '41.60.234.241', 'christine', '2022-08-11 17:22:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (425, 7, NULL, '41.60.234.241', 'christine', '2022-08-12 10:09:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (426, 7, NULL, '41.60.234.241', 'christine', '2022-08-12 11:02:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (427, 7, NULL, '41.60.234.241', 'christine', '2022-08-12 13:17:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (428, 7, NULL, '41.60.234.241', 'christine', '2022-08-12 17:31:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (429, 7, NULL, '41.60.234.241', 'christine', '2022-08-12 17:36:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (430, 8, NULL, '41.90.37.211', 'Kelvin', '2022-08-12 19:50:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (431, 8, NULL, '41.90.37.211', 'Kelvin', '2022-08-13 09:48:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (432, 7, NULL, '41.60.234.241', 'christine', '2022-08-13 17:19:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (433, 8, NULL, '41.90.50.105', 'Kelvin', '2022-08-15 15:43:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (434, 7, NULL, '41.60.234.241', 'christine', '2022-08-17 12:54:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (435, 7, NULL, '41.60.234.241', 'christine', '2022-08-17 13:15:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (436, 7, NULL, '41.60.234.241', 'christine', '2022-08-17 16:06:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (437, 7, NULL, '41.60.234.241', 'christine', '2022-08-18 15:55:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (438, 8, NULL, '105.163.48.250', 'Kelvin', '2022-08-18 20:11:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (439, 8, NULL, '105.163.48.250', 'Kelvin', '2022-08-18 21:12:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (440, 8, NULL, '105.163.48.250', 'Kelvin', '2022-08-18 21:23:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (441, 7, NULL, '41.60.234.241', 'christine', '2022-08-19 08:47:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (442, 5, NULL, '105.160.57.31', 'Charles', '2022-08-19 09:39:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (443, 5, NULL, '197.248.117.169', 'Charles', '2022-08-19 09:39:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (444, 7, NULL, '41.60.234.241', 'christine', '2022-08-19 14:00:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (445, 8, NULL, '41.60.234.241', 'Kelvin', '2022-08-19 14:42:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (446, 7, NULL, '41.60.234.241', 'christine', '2022-08-19 14:43:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (447, 7, NULL, '41.60.234.241', 'christine', '2022-08-19 17:42:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (448, 8, NULL, '105.163.48.250', 'Kelvin', '2022-08-19 18:00:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (449, 7, NULL, '41.60.234.241', 'christine', '2022-08-20 08:34:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (450, 7, NULL, '41.60.234.241', 'christine', '2022-08-20 16:15:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (451, 7, NULL, '41.60.234.241', 'christine', '2022-08-20 16:19:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (452, 8, NULL, '105.58.204.7', 'Kelvin', '2022-08-21 19:13:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (453, 7, NULL, '41.60.234.241', 'christine', '2022-08-22 08:42:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (454, 8, NULL, '41.60.236.83', 'Kelvin', '2022-08-22 15:46:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (455, 8, NULL, '41.60.236.83', 'Kelvin', '2022-08-22 15:47:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (456, 7, NULL, '41.60.236.83', 'christine', '2022-08-22 15:54:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (457, 7, NULL, '41.60.236.83', 'christine', '2022-08-23 08:38:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (458, 7, NULL, '41.60.236.83', 'christine', '2022-08-23 16:43:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (459, 7, NULL, '41.60.236.83', 'christine', '2022-08-24 15:19:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (460, 7, NULL, '41.60.236.83', 'christine', '2022-08-24 17:28:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (461, 8, NULL, '41.60.236.83', 'Kelvin', '2022-08-25 07:31:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (462, 8, NULL, '41.60.236.83', 'Kelvin', '2022-08-25 08:30:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (463, 7, NULL, '41.60.236.83', 'christine', '2022-08-25 12:26:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (464, 5, NULL, '197.248.117.169', 'Charles', '2022-08-25 12:33:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (465, 8, NULL, '105.163.30.121', 'Kelvin', '2022-08-25 21:02:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (466, 7, NULL, '41.60.237.158', 'christine', '2022-08-26 08:49:29');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (467, 7, NULL, '41.60.237.158', 'christine', '2022-08-26 16:38:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (468, 7, NULL, '41.60.237.158', 'christine', '2022-08-26 16:49:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (469, 7, NULL, '41.60.237.158', 'christine', '2022-08-27 08:43:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (470, 7, NULL, '41.60.237.158', 'christine', '2022-08-27 12:50:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (471, 7, NULL, '41.60.237.158', 'christine', '2022-08-27 16:31:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (472, 7, NULL, '41.60.237.158', 'Christine ', '2022-08-27 18:21:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (473, 7, NULL, '41.60.237.146', 'christine', '2022-08-29 10:24:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (474, 7, NULL, '41.60.237.146', 'christine', '2022-08-29 16:58:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (475, 8, NULL, '41.60.237.146', 'Kelvin', '2022-08-30 11:15:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (476, 7, NULL, '41.60.237.146', 'christine', '2022-08-30 16:58:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (477, 7, NULL, '41.60.237.146', 'Christine ', '2022-08-30 17:59:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (478, 8, NULL, '41.90.42.31', 'Kelvin', '2022-08-30 19:44:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (479, 7, NULL, '41.60.237.146', 'christine', '2022-08-31 08:46:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (480, 7, NULL, '41.60.232.140', 'christine', '2022-09-01 09:15:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (481, 8, NULL, '105.163.61.45', 'Kelvin', '2022-09-01 10:41:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (482, 7, NULL, '41.60.232.140', 'christine', '2022-09-01 15:11:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (483, 8, NULL, '105.163.61.45', 'Kelvin', '2022-09-01 18:32:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (484, 8, NULL, '105.163.61.45', 'Kelvin', '2022-09-01 22:52:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (485, 8, NULL, '41.60.232.140', 'Kelvin', '2022-09-02 08:49:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (486, 7, NULL, '41.60.232.140', 'christine', '2022-09-02 10:47:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (487, 7, NULL, '41.60.232.140', 'christine', '2022-09-02 14:06:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (488, 7, NULL, '41.60.232.140', 'christine', '2022-09-03 08:28:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (489, 7, NULL, '41.60.232.140', 'christine', '2022-09-03 18:08:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (490, 8, NULL, '105.163.61.45', 'Kelvin', '2022-09-03 21:16:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (491, 8, NULL, '105.163.61.45', 'Kelvin', '2022-09-04 19:12:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (492, 7, NULL, '41.60.232.140', 'christine', '2022-09-05 08:36:40');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (493, 8, NULL, '41.60.232.140', 'Kelvin', '2022-09-05 13:16:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (494, 8, NULL, '41.60.232.140', 'Kelvin', '2022-09-05 16:42:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (495, 7, NULL, '41.60.232.140', 'christine', '2022-09-05 17:52:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (496, 8, NULL, '41.90.217.25', 'Kelvin', '2022-09-05 20:48:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (497, 8, NULL, '41.60.232.140', 'Kelvin', '2022-09-06 08:25:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (498, 7, NULL, '41.60.232.140', 'christine', '2022-09-06 18:24:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (499, 7, NULL, '41.60.232.140', 'Christine ', '2022-09-06 18:28:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (500, 7, NULL, '41.60.233.95', 'christine', '2022-09-07 09:19:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (501, 7, NULL, '41.60.233.95', 'christine', '2022-09-07 16:18:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (502, 8, NULL, '41.60.233.95', 'Kelvin', '2022-09-08 07:18:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (503, 7, NULL, '41.60.233.95', 'christine', '2022-09-08 17:30:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (504, 7, NULL, '41.60.234.172', 'christine', '2022-09-09 14:42:51');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (505, 8, NULL, '41.60.234.172', 'Kelvin', '2022-09-09 16:26:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (506, 8, NULL, '105.53.64.240', 'Kelvin', '2022-09-09 16:40:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (507, 7, NULL, '41.60.234.172', 'christine', '2022-09-09 16:49:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (508, 7, NULL, '41.60.234.172', 'christine', '2022-09-10 08:48:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (509, 7, NULL, '41.60.234.172', 'christine', '2022-09-10 17:52:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (510, 8, NULL, '105.163.56.70', 'Kelvin', '2022-09-11 14:07:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (511, 7, NULL, '41.60.235.89', 'christine', '2022-09-12 08:44:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (512, 7, NULL, '41.60.235.7', 'christine', '2022-09-12 13:42:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (513, 7, NULL, '41.60.235.7', 'christine', '2022-09-12 17:55:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (514, 7, NULL, '41.60.235.7', 'Christine ', '2022-09-12 18:10:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (515, 5, NULL, '105.163.56.70', 'Charles', '2022-09-12 21:35:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (516, 7, NULL, '41.60.232.12', 'christine', '2022-09-14 09:01:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (517, 7, NULL, '41.60.232.12', 'christine', '2022-09-14 11:47:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (518, 8, NULL, '41.60.232.12', 'Kelvin', '2022-09-14 14:21:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (519, 7, NULL, '41.60.232.12', 'christine', '2022-09-14 18:11:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (520, 8, NULL, '105.163.56.70', 'Kelvin', '2022-09-14 21:15:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (521, 7, NULL, '41.60.232.12', 'christine', '2022-09-15 11:01:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (522, 8, NULL, '41.60.232.12', 'Kelvin', '2022-09-15 11:07:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (523, 7, NULL, '41.60.232.12', 'christine', '2022-09-15 16:53:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (524, 7, NULL, '41.60.232.12', 'christine', '2022-09-16 08:26:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (525, 7, NULL, '41.60.232.12', 'christine', '2022-09-16 16:41:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (526, 7, NULL, '41.60.232.12', 'christine', '2022-09-17 08:20:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (527, 7, NULL, '41.60.232.12', 'christine', '2022-09-17 17:13:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (528, 7, NULL, '41.60.232.12', 'christine', '2022-09-19 17:32:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (529, 7, NULL, '41.60.232.12', 'christine', '2022-09-20 10:02:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (530, 7, NULL, '41.60.232.12', 'christine', '2022-09-20 16:05:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (531, 8, NULL, '41.60.232.12', 'Kelvin', '2022-09-21 08:12:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (532, 7, NULL, '41.60.232.12', 'christine', '2022-09-21 08:59:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (533, 7, NULL, '41.60.232.12', 'christine', '2022-09-21 16:35:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (534, 7, NULL, '41.60.233.85', 'christine', '2022-09-22 08:50:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (535, 7, NULL, '41.60.233.85', 'christine', '2022-09-22 13:19:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (536, 7, NULL, '41.60.233.85', 'christine', '2022-09-22 15:35:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (537, 7, NULL, '41.60.233.85', 'christine', '2022-09-22 17:43:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (538, 8, NULL, '105.163.1.219', 'Kelvin', '2022-09-22 20:49:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (539, 7, NULL, '41.60.233.85', 'christine', '2022-09-23 09:06:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (540, 7, NULL, '41.60.233.85', 'christine', '2022-09-23 13:43:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (541, 7, NULL, '41.60.233.85', 'christine', '2022-09-23 17:43:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (542, 8, NULL, '105.163.1.219', 'Kelvin', '2022-09-24 07:06:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (543, 7, NULL, '41.60.233.85', 'christine', '2022-09-24 09:09:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (544, 7, NULL, '41.60.233.85', 'christine', '2022-09-24 18:37:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (545, 7, NULL, '41.60.233.85', 'christine', '2022-09-26 08:53:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (546, 7, NULL, '41.60.237.159', 'christine', '2022-09-26 17:29:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (547, 8, NULL, '105.163.1.219', 'Kelvin', '2022-09-26 18:30:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (548, 7, NULL, '41.60.237.159', 'christine', '2022-09-27 17:08:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (549, 3, NULL, '154.159.252.212', 'kimems01@gmail.com', '2022-09-28 12:38:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (550, 7, NULL, '41.60.237.159', 'christine', '2022-09-28 18:27:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (551, 7, NULL, '41.60.237.70', 'christine', '2022-09-30 08:38:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (552, 7, NULL, '41.60.237.70', 'christine', '2022-09-30 15:51:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (553, 8, NULL, '105.163.1.219', 'Kelvin', '2022-09-30 22:16:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (554, 7, NULL, '41.60.237.70', 'christine', '2022-10-01 09:03:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (555, 7, NULL, '41.60.237.70', 'christine', '2022-10-01 18:00:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (556, 8, NULL, '105.163.1.219', 'Kelvin', '2022-10-02 22:06:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (557, 7, NULL, '41.60.233.85', 'christine', '2022-10-03 08:34:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (558, 7, NULL, '41.60.233.85', 'christine', '2022-10-03 16:07:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (559, 7, NULL, '41.60.233.85', 'christine', '2022-10-04 09:15:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (560, 5, NULL, '197.248.117.169', 'Charles', '2022-10-04 12:03:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (561, 7, NULL, '41.60.233.85', 'christine', '2022-10-04 17:10:46');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (562, 8, NULL, '105.161.199.77', 'Kelvin', '2022-10-04 20:13:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (563, 7, NULL, '41.60.233.85', 'christine', '2022-10-05 13:58:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (564, 7, NULL, '41.60.233.85', 'christine', '2022-10-05 17:45:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (565, 7, NULL, '41.60.233.85', 'christine', '2022-10-06 17:08:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (566, 8, NULL, '105.163.2.3', 'Kelvin', '2022-10-06 22:10:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (567, 7, NULL, '41.60.237.207', 'christine', '2022-10-07 16:40:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (568, 7, NULL, '41.60.237.207', 'Christine ', '2022-10-07 18:01:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (569, 7, NULL, '41.60.237.207', 'christine', '2022-10-08 17:18:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (570, 8, NULL, '41.80.96.217', 'Kelvin', '2022-10-09 18:59:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (571, 8, NULL, '41.80.96.217', 'Kelvin', '2022-10-10 11:21:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (572, 5, NULL, '41.81.213.140', 'Charles', '2022-10-10 12:37:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (573, 7, NULL, '41.60.239.230', 'christine', '2022-10-10 17:08:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (574, 7, NULL, '41.60.239.230', 'christine', '2022-10-11 16:21:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (575, 7, NULL, '105.160.20.6', 'Christine ', '2022-10-11 18:04:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (576, 7, NULL, '41.60.237.200', 'christine', '2022-10-12 09:12:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (577, 7, NULL, '41.60.237.200', 'christine', '2022-10-12 14:07:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (578, 7, NULL, '41.60.237.143', 'christine', '2022-10-13 09:32:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (579, 7, NULL, '41.60.237.143', 'christine', '2022-10-13 17:50:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (580, 8, NULL, '105.58.197.140', 'Kelvin', '2022-10-13 17:53:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (581, 8, NULL, '41.80.98.172', 'Kelvin', '2022-10-13 20:51:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (582, 7, NULL, '41.60.237.143', 'christine', '2022-10-14 16:52:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (583, 7, NULL, '41.60.232.195', 'christine', '2022-10-15 14:29:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (584, 7, NULL, '41.60.237.16', 'christine', '2022-10-17 08:59:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (585, 7, NULL, '41.60.237.16', 'christine', '2022-10-17 17:47:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (586, 7, NULL, '41.60.237.16', 'christine', '2022-10-18 09:12:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (587, 7, NULL, '41.60.237.16', 'christine', '2022-10-18 18:14:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (588, 8, NULL, '41.80.98.172', 'Kelvin', '2022-10-18 21:29:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (589, 7, NULL, '41.60.237.16', 'christine', '2022-10-19 18:11:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (590, 3, NULL, '154.158.205.232', 'kimems01@gmail.com', '2022-10-20 07:46:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (591, 3, NULL, '154.158.205.232', 'kimems01@gmail.com', '2022-10-20 11:10:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (592, 7, NULL, '41.60.237.16', 'christine', '2022-10-20 17:21:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (593, 7, NULL, '41.60.237.16', 'christine', '2022-10-21 13:28:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (594, 7, NULL, '41.60.237.16', 'christine', '2022-10-21 17:52:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (595, 8, NULL, '41.60.237.16', 'Kelvin', '2022-10-22 13:11:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (596, 7, NULL, '41.60.237.16', 'christine', '2022-10-22 17:05:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (597, 7, NULL, '41.60.237.16', 'christine', '2022-10-24 08:54:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (598, 7, NULL, '41.60.232.27', 'christine', '2022-10-24 17:50:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (599, 7, NULL, '41.60.232.27', 'christine', '2022-10-25 18:00:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (600, 8, NULL, '41.80.97.52', 'Kelvin', '2022-10-25 20:24:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (601, 7, NULL, '41.60.232.27', 'christine', '2022-10-26 17:41:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (602, 8, NULL, '41.60.232.27', 'Kelvin', '2022-10-27 08:23:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (603, 7, NULL, '41.60.232.27', 'christine', '2022-10-27 18:03:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (604, 7, NULL, '41.60.232.27', 'christine', '2022-10-28 08:24:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (605, 7, NULL, '41.60.232.27', 'christine', '2022-10-28 17:25:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (606, 7, NULL, '41.60.232.27', 'christine', '2022-10-29 18:00:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (607, 8, NULL, '217.21.116.217', 'Kelvin', '2022-10-30 18:37:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (608, 8, NULL, '217.21.116.217', 'Kelvin', '2022-10-30 21:07:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (609, 7, NULL, '41.60.239.133', 'christine', '2022-10-31 08:34:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (610, 7, NULL, '41.60.239.133', 'christine', '2022-10-31 18:18:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (611, 7, NULL, '41.60.239.133', 'christine', '2022-11-01 18:15:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (612, 7, NULL, '41.60.239.133', 'christine', '2022-11-02 08:31:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (613, 7, NULL, '41.60.239.133', 'christine', '2022-11-02 18:20:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (614, 7, NULL, '41.60.239.133', 'christine', '2022-11-03 17:13:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (615, 7, NULL, '41.60.239.133', 'christine', '2022-11-05 08:40:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (616, 7, NULL, '41.60.238.241', 'christine', '2022-11-05 17:44:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (617, 8, NULL, '217.21.116.217', 'Kelvin', '2022-11-06 11:07:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (618, 7, NULL, '41.60.238.241', 'christine', '2022-11-07 08:42:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (619, 8, NULL, '217.21.116.217', 'Kelvin', '2022-11-07 12:39:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (620, 7, NULL, '41.60.238.241', 'christine', '2022-11-07 12:59:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (621, 7, NULL, '41.60.238.241', 'christine', '2022-11-07 18:15:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (622, 7, NULL, '41.60.238.241', 'christine', '2022-11-08 18:07:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (623, 7, NULL, '41.60.238.241', 'christine', '2022-11-09 19:24:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (624, 7, NULL, '41.60.238.241', 'Christine ', '2022-11-09 19:34:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (625, 5, NULL, '197.248.117.169', 'Charles', '2022-11-10 16:01:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (626, 7, NULL, '41.60.238.241', 'christine', '2022-11-10 17:48:23');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (627, 7, NULL, '41.60.238.241', 'christine', '2022-11-11 17:55:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (628, 7, NULL, '41.60.238.241', 'christine', '2022-11-12 18:23:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (629, 7, NULL, '41.60.238.241', 'Christine ', '2022-11-12 18:35:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (630, 7, NULL, '41.60.237.111', 'christine', '2022-11-14 17:37:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (631, 7, NULL, '41.60.234.100', 'christine', '2022-11-15 17:50:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (632, 5, NULL, '217.21.116.217', 'Charles', '2022-11-15 20:08:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (633, 7, NULL, '41.60.234.100', 'christine', '2022-11-16 17:56:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (634, 7, NULL, '41.60.238.62', 'christine', '2022-11-17 18:01:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (635, 7, NULL, '41.60.239.56', 'christine', '2022-11-18 18:04:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (636, 7, NULL, '41.60.234.55', 'christine', '2022-11-19 10:36:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (637, 7, NULL, '41.60.238.213', 'christine', '2022-11-19 18:10:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (638, 7, NULL, '41.60.236.7', 'christine', '2022-11-20 14:45:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (639, 7, NULL, '41.60.236.7', 'Christine ', '2022-11-20 15:04:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (640, 8, NULL, '217.21.116.217', 'Kelvin', '2022-11-20 18:07:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (641, 7, NULL, '41.60.232.221', 'christine', '2022-11-21 17:28:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (642, 7, NULL, '41.60.232.221', 'Christine ', '2022-11-21 18:10:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (643, 8, NULL, '217.21.116.217', 'Kelvin', '2022-11-21 21:47:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (644, 7, NULL, '41.60.239.223', 'christine', '2022-11-22 15:53:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (645, 7, NULL, '41.60.239.223', 'christine', '2022-11-22 18:02:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (646, 7, NULL, '41.60.239.223', 'Christine ', '2022-11-23 18:11:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (647, 7, NULL, '41.60.239.223', 'christine', '2022-11-23 18:14:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (648, 7, NULL, '41.60.238.41', 'christine', '2022-11-25 08:19:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (649, 7, NULL, '41.60.238.41', 'christine', '2022-11-25 18:14:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (650, 8, NULL, '217.21.116.217', 'Kelvin', '2022-11-25 22:43:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (651, 7, NULL, '41.60.237.126', 'christine', '2022-11-26 17:36:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (652, 8, NULL, '105.161.154.80', 'Kelvin', '2022-11-26 19:39:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (653, 7, NULL, '41.60.237.126', 'christine', '2022-11-28 17:54:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (654, 8, NULL, '105.161.179.251', 'Kelvin', '2022-11-28 17:56:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (655, 7, NULL, '41.60.237.126', 'Christine ', '2022-11-28 18:01:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (656, 8, NULL, '217.21.116.217', 'Kelvin', '2022-11-28 22:38:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (657, 7, NULL, '41.60.237.126', 'christine', '2022-11-29 18:14:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (658, 7, NULL, '41.60.237.126', 'christine', '2022-11-30 17:54:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (659, 7, NULL, '41.60.237.126', 'christine', '2022-12-01 17:06:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (660, 7, NULL, '41.60.237.126', 'Christine ', '2022-12-01 17:08:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (661, 7, NULL, '41.60.237.126', 'christine', '2022-12-02 18:25:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (662, 7, NULL, '41.60.237.126', 'Christine ', '2022-12-02 19:11:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (663, 7, NULL, '41.60.237.126', 'christine', '2022-12-03 18:06:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (664, 7, NULL, '41.60.237.126', 'Christine ', '2022-12-03 18:41:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (665, 8, NULL, '41.60.237.126', 'Kelvin', '2022-12-05 11:18:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (666, 8, NULL, '41.60.237.126', 'Kelvin', '2022-12-05 11:25:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (667, 7, NULL, '41.60.237.126', 'christine', '2022-12-05 17:43:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (668, 7, NULL, '41.60.237.126', 'Christine ', '2022-12-05 18:02:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (669, 8, NULL, '105.160.101.250', 'Kelvin', '2022-12-05 19:27:41');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (670, 8, NULL, '41.220.235.170', 'Kelvin', '2022-12-06 09:46:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (671, 7, NULL, '41.60.237.126', 'christine', '2022-12-06 17:33:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (672, 7, NULL, '41.60.237.126', 'Christine ', '2022-12-06 17:37:34');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (673, 7, NULL, '41.60.237.126', 'christine', '2022-12-07 18:17:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (674, 7, NULL, '41.60.237.126', 'Christine ', '2022-12-07 18:27:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (675, 7, NULL, '41.60.232.46', 'christine', '2022-12-08 17:39:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (676, 7, NULL, '41.60.232.46', 'Christine ', '2022-12-08 17:42:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (677, 7, NULL, '41.60.232.50', 'christine', '2022-12-09 17:14:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (678, 7, NULL, '41.60.232.50', 'Christine', '2022-12-09 17:17:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (679, 7, NULL, '41.60.235.224', 'christine', '2022-12-10 16:43:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (680, 7, NULL, '41.60.235.224', 'Christine ', '2022-12-10 17:01:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (681, 7, NULL, '41.60.236.112', 'Christine ', '2022-12-12 16:32:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (682, 7, NULL, '41.60.235.236', 'Christine ', '2022-12-13 17:07:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (683, 7, NULL, '41.60.235.236', 'Christine', '2022-12-14 17:31:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (684, 7, NULL, '41.60.232.254', 'Christine ', '2022-12-15 17:10:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (685, 7, NULL, '41.60.232.254', 'Christine ', '2022-12-16 17:04:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (686, 7, NULL, '41.60.232.254', 'christine', '2022-12-16 17:14:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (687, 7, NULL, '41.60.232.254', 'christine', '2022-12-17 19:10:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (688, 7, NULL, '41.60.232.254', 'Christine ', '2022-12-17 19:20:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (689, 7, NULL, '41.60.232.254', 'christine', '2022-12-18 14:51:50');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (690, 7, NULL, '41.60.232.254', 'Christine', '2022-12-18 15:07:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (691, 7, NULL, '41.60.232.254', 'Christine ', '2022-12-19 19:22:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (692, 7, NULL, '41.60.232.254', 'christine', '2022-12-20 17:50:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (693, 7, NULL, '41.60.232.254', 'Christine ', '2022-12-20 18:06:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (694, 7, NULL, '41.60.232.254', 'Christine ', '2022-12-21 18:11:45');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (695, 7, NULL, '41.60.232.254', 'christine', '2022-12-21 18:51:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (696, 7, NULL, '41.60.232.254', 'Christine ', '2022-12-22 18:36:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (697, 5, NULL, '197.248.117.169', 'Charles', '2022-12-23 08:27:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (698, 7, NULL, '41.60.232.254', 'christine', '2022-12-23 09:37:17');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (699, 7, NULL, '41.60.232.254', 'Christine ', '2022-12-23 18:38:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (700, 7, NULL, '41.60.232.254', 'christine', '2022-12-23 18:56:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (701, 7, NULL, '102.6.14.197', 'Christine ', '2022-12-24 06:37:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (702, 7, NULL, '41.60.232.254', 'christine', '2022-12-28 13:44:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (703, 7, NULL, '41.60.232.254', 'christine', '2022-12-29 14:36:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (704, 7, NULL, '41.60.232.254', 'christine', '2022-12-29 18:15:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (705, 7, NULL, '41.60.232.254', 'Christine ', '2022-12-29 18:52:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (706, 7, NULL, '41.60.232.254', 'christine', '2022-12-30 16:53:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (707, 7, NULL, '41.60.232.254', 'christine', '2022-12-31 17:53:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (708, 7, NULL, '41.60.232.254', 'christine', '2023-01-02 16:28:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (709, 7, NULL, '41.60.232.170', 'Christine ', '2023-01-02 17:47:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (710, 7, NULL, '41.60.232.170', 'christine', '2023-01-03 13:12:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (711, 7, NULL, '41.60.232.170', 'christine', '2023-01-03 14:55:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (712, 7, NULL, '41.60.232.170', 'Christine ', '2023-01-03 17:52:33');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (713, 7, NULL, '41.60.232.170', 'christine', '2023-01-04 16:41:24');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (714, 7, NULL, '41.60.232.170', 'Christine ', '2023-01-04 18:05:07');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (715, 5, NULL, '217.21.116.214', 'Charles', '2023-01-04 20:26:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (716, 7, NULL, '41.60.233.155', 'christine', '2023-01-05 17:27:00');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (717, 7, NULL, '41.60.233.155', 'christine', '2023-01-06 18:28:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (718, 7, NULL, '41.60.233.155', 'Christine ', '2023-01-06 18:38:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (719, 7, NULL, '41.60.233.155', 'christine', '2023-01-07 10:47:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (720, 7, NULL, '41.60.233.155', 'christine', '2023-01-07 16:32:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (721, 7, NULL, '41.60.233.155', 'christine', '2023-01-09 18:10:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (722, 7, NULL, '41.60.233.155', 'Christine ', '2023-01-09 18:51:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (723, 7, NULL, '41.60.232.255', 'christine', '2023-01-10 18:46:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (724, 7, NULL, '41.60.235.80', 'Christine ', '2023-01-11 13:29:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (725, 7, NULL, '41.60.235.80', 'christine', '2023-01-11 16:05:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (726, 7, NULL, '105.161.136.12', 'Christine ', '2023-01-11 21:28:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (727, 7, NULL, '41.60.235.80', 'Christine ', '2023-01-12 17:31:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (728, 7, NULL, '41.60.235.80', 'christine', '2023-01-12 17:52:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (729, 7, NULL, '41.60.235.80', 'christine', '2023-01-13 17:38:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (730, 7, NULL, '41.60.233.5', 'christine', '2023-01-16 18:35:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (731, 7, NULL, '41.60.233.5', 'christine', '2023-01-17 18:22:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (732, 7, NULL, '41.60.233.5', 'christine', '2023-01-18 18:35:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (733, 7, NULL, '41.60.233.5', 'christine', '2023-01-19 19:20:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (734, 5, NULL, '217.21.116.218', 'Charles', '2023-01-22 21:28:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (735, 7, NULL, '105.160.65.227', 'Christine ', '2023-01-22 22:45:52');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (736, 5, NULL, '197.248.117.169', 'Charles', '2023-01-23 13:33:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (737, 7, NULL, '105.161.212.42', 'Christine ', '2023-01-23 22:03:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (738, 7, NULL, '41.60.233.5', 'Christine ', '2023-01-24 17:55:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (739, 7, NULL, '105.161.0.161', 'Christine ', '2023-01-25 22:27:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (740, 7, NULL, '41.90.178.115', 'christine', '2023-01-25 22:49:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (741, 7, NULL, '105.161.181.147', 'Christine ', '2023-01-26 21:43:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (742, 7, NULL, '105.161.181.147', 'christine', '2023-01-26 21:49:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (743, 7, NULL, '41.90.187.221', 'christine', '2023-01-27 22:58:18');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (744, 7, NULL, '41.90.189.189', 'christine', '2023-01-28 21:50:35');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (745, 8, NULL, '41.90.4.63', 'Kelvin', '2023-01-29 17:40:22');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (746, 7, NULL, '41.90.189.189', 'christine', '2023-01-29 22:02:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (747, 5, NULL, '197.248.117.169', 'Charles', '2023-01-30 08:34:26');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (748, 7, NULL, '41.90.189.189', 'christine', '2023-01-30 22:31:43');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (749, 7, NULL, '197.248.61.193', 'christine', '2023-01-31 11:24:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (750, 7, NULL, '41.90.189.189', 'christine', '2023-01-31 21:46:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (751, 7, NULL, '41.90.177.170', 'christine', '2023-02-02 21:38:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (752, 7, NULL, '105.161.82.98', 'Christine ', '2023-02-02 22:03:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (753, 7, NULL, '105.161.114.149', 'Christine ', '2023-02-03 21:32:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (754, 7, NULL, '41.60.233.5', 'christine', '2023-02-06 18:35:44');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (755, 7, NULL, '41.60.233.5', 'christine', '2023-02-07 10:16:08');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (756, 7, NULL, '41.60.233.5', 'christine', '2023-02-07 18:29:53');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (757, 7, NULL, '41.60.233.5', 'christine', '2023-02-08 17:19:37');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (758, 7, NULL, '41.60.233.5', 'Christine ', '2023-02-08 19:26:32');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (759, 5, NULL, '197.248.117.169', 'Charles', '2023-02-09 10:55:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (760, 7, NULL, '41.60.233.5', 'christine', '2023-02-09 16:06:13');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (761, 7, NULL, '41.60.233.5', 'christine', '2023-02-10 18:08:25');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (762, 7, NULL, '41.60.233.5', 'christine', '2023-02-11 19:11:31');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (763, 7, NULL, '41.60.233.5', 'christine', '2023-02-12 16:49:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (764, 7, NULL, '41.60.233.5', 'christine', '2023-02-12 17:03:02');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (765, 7, NULL, '41.60.233.5', 'christine', '2023-02-13 18:43:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (766, 7, NULL, '41.60.232.168', 'christine', '2023-02-14 18:16:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (767, 7, NULL, '41.60.232.168', 'christine', '2023-02-14 19:11:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (768, 7, NULL, '41.60.232.168', 'christine', '2023-02-15 18:37:05');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (769, 7, NULL, '105.161.39.104', 'Christine ', '2023-02-16 08:21:09');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (770, 7, NULL, '41.60.232.168', 'christine', '2023-02-16 18:38:55');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (771, 7, NULL, '41.60.232.168', 'christine', '2023-02-17 18:59:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (772, 7, NULL, '41.60.232.168', 'christine', '2023-02-18 18:09:11');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (773, 7, NULL, '41.60.232.168', 'christine', '2023-02-20 18:32:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (774, 7, NULL, '41.60.232.168', 'christine', '2023-02-21 18:42:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (775, 7, NULL, '41.60.232.168', 'christine', '2023-02-22 17:39:56');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (776, 7, NULL, '41.60.232.168', 'christine', '2023-02-23 17:58:16');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (777, 7, NULL, '41.60.232.168', 'christine', '2023-02-24 17:54:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (778, 7, NULL, '41.60.232.168', 'christine', '2023-02-25 18:25:28');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (779, 7, NULL, '41.60.232.168', 'christine', '2023-02-27 18:57:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (780, 7, NULL, '41.60.235.147', 'christine', '2023-02-28 17:42:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (781, 7, NULL, '41.60.235.147', 'christine', '2023-03-01 17:55:12');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (782, 7, NULL, '41.60.236.151', 'christine', '2023-03-02 18:57:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (783, 7, NULL, '41.60.236.151', 'christine', '2023-03-03 18:50:42');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (784, 7, NULL, '41.60.236.151', 'christine', '2023-03-06 16:32:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (785, 7, NULL, '41.60.236.151', 'christine', '2023-03-07 09:03:01');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (786, 7, NULL, '41.60.236.151', 'christine', '2023-03-07 17:35:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (787, 7, NULL, '41.60.236.151', 'christine', '2023-03-08 17:10:58');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (788, 7, NULL, '41.60.236.151', 'christine', '2023-03-09 16:49:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (789, 7, NULL, '41.60.234.151', 'christine', '2023-03-10 17:45:04');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (790, 7, NULL, '41.60.234.151', 'christine', '2023-03-11 08:56:59');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (791, 5, NULL, '41.60.234.151', 'Charles', '2023-03-11 12:34:21');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (792, 7, NULL, '41.60.234.151', 'christine', '2023-03-11 17:41:30');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (793, 7, NULL, '41.60.234.151', 'christine', '2023-03-13 17:37:57');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (794, 7, NULL, '41.60.234.227', 'christine', '2023-03-14 17:34:39');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (795, 7, NULL, '41.60.235.97', 'christine', '2023-03-20 12:48:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (796, 7, NULL, '41.60.235.97', 'christine', '2023-03-20 16:26:27');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (797, 7, NULL, '41.60.235.97', 'christine', '2023-03-21 15:11:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (798, 7, NULL, '41.60.235.97', 'christine', '2023-03-22 17:24:20');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (799, 7, NULL, '41.60.235.97', 'christine', '2023-03-23 08:56:14');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (800, 7, NULL, '41.60.233.253', 'christine', '2023-03-24 17:34:48');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (801, 7, NULL, '41.60.233.253', 'christine', '2023-03-24 18:06:36');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (802, 7, NULL, '41.60.233.29', 'christine', '2023-03-25 18:12:49');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (803, 7, NULL, '41.60.233.29', 'christine', '2023-03-28 17:44:54');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (804, 7, NULL, '41.60.233.29', 'christine', '2023-03-31 16:10:10');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (805, 7, NULL, '41.60.233.115', 'christine', '2023-04-01 17:55:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (806, 7, NULL, '41.60.235.241', 'christine', '2023-04-03 17:53:03');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (807, 7, NULL, '41.60.234.165', 'christine', '2023-04-05 15:23:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (808, 7, NULL, '41.60.234.165', 'christine', '2023-04-06 17:31:19');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (809, 7, NULL, '41.60.234.165', 'christine', '2023-04-07 09:48:15');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (810, 5, NULL, '217.21.116.218', 'Charles', '2023-04-07 10:22:47');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (811, 7, NULL, '41.60.234.165', 'christine', '2023-04-07 12:43:06');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (812, 5, NULL, '217.21.116.218', 'Charles', '2023-04-07 14:23:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (813, 7, NULL, '41.60.234.165', 'christine', '2023-04-07 16:04:38');
INSERT INTO `sma_user_logins` (`id`, `user_id`, `company_id`, `ip_address`, `login`, `time`) VALUES (814, 5, NULL, '217.21.116.218', 'Charles', '2023-04-07 19:38:58');


#
# TABLE STRUCTURE FOR: sma_users
#

DROP TABLE IF EXISTS `sma_users`;

CREATE TABLE `sma_users` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `last_ip_address` varbinary(45) DEFAULT NULL,
  `ip_address` varbinary(45) NOT 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(10) unsigned NOT NULL,
  `warehouse_id` int(10) unsigned DEFAULT NULL,
  `biller_id` int(10) unsigned DEFAULT NULL,
  `company_id` int(11) DEFAULT NULL,
  `show_cost` tinyint(1) DEFAULT 0,
  `show_price` tinyint(1) DEFAULT 0,
  `award_points` int(11) DEFAULT 0,
  `view_right` tinyint(1) NOT NULL DEFAULT 0,
  `edit_right` tinyint(1) NOT NULL DEFAULT 0,
  `allow_discount` tinyint(1) DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `group_id` (`group_id`,`warehouse_id`,`biller_id`),
  KEY `group_id_2` (`group_id`,`company_id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_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`, `warehouse_id`, `biller_id`, `company_id`, `show_cost`, `show_price`, `award_points`, `view_right`, `edit_right`, `allow_discount`) VALUES (3, '154.158.205.232', '127.0.0.1', 'kimems', 'a4986cd5bc599e2709247e58c8dd012f7df8d566', NULL, 'kimems01@gmail.com', NULL, NULL, NULL, '085b04d511f1bb2a2c8b0d516ced82d4a28232bf', 1637098347, 1666253424, 1, 'James', 'Kimemia', 'Livecode Solutions LTD', '254723759494', 'a557d510090c1cd90048dde610fc6ca6.png', 'male', 1, 0, 0, NULL, 0, 0, 0, 1, 0, 0);
INSERT INTO `sma_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`, `warehouse_id`, `biller_id`, `company_id`, `show_cost`, `show_price`, `award_points`, `view_right`, `edit_right`, `allow_discount`) VALUES (5, '217.21.116.218', '154.159.252.6', 'charles', 'd063e3fb14042b2ec6e09b6e11089438bdfcfc07', NULL, 'charles@techfirmknits.co.ke', NULL, NULL, NULL, 'a7149590aa28bd3433fa594b6a1f77fef06fd5db', 1651446130, 1680885538, 1, 'Charles', 'Githinji', 'Tech-Firm Knits', '+254723077207', NULL, 'male', 1, 0, 0, NULL, 0, 0, 0, 1, 0, 0);
INSERT INTO `sma_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`, `warehouse_id`, `biller_id`, `company_id`, `show_cost`, `show_price`, `award_points`, `view_right`, `edit_right`, `allow_discount`) VALUES (6, '41.60.237.59', '154.159.252.168', 'Tech-Firm', '4f65390257c69052fe706a6fc2cd0927e657b829', NULL, 'techfirmknits@gmail.com', '9ee0e848fa5f3a9f699e97e38446e461cad1be51', NULL, NULL, NULL, 1651490101, 1652542494, 0, 'Tech-Firm', 'Knits', 'techfirm', '0112379096', NULL, 'male', 5, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0);
INSERT INTO `sma_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`, `warehouse_id`, `biller_id`, `company_id`, `show_cost`, `show_price`, `award_points`, `view_right`, `edit_right`, `allow_discount`) VALUES (7, '41.60.234.165', '154.159.252.168', 'christine', 'd48b27c69af6f3c40c26ae0c126d15a6b24fab67', NULL, 'sales@techfirmknits.co.ke', NULL, NULL, NULL, '62e9d17717edb585e7ec60350d4967d3c2042970', 1651493818, 1680872678, 1, 'christine', 'mueni', 'Tech-Firm Knits', '0748701068', NULL, 'male', 1, 1, 3, NULL, 1, 1, 0, 1, 1, 0);
INSERT INTO `sma_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`, `warehouse_id`, `biller_id`, `company_id`, `show_cost`, `show_price`, `award_points`, `view_right`, `edit_right`, `allow_discount`) VALUES (8, '41.90.4.63', '41.191.107.144', 'Betty', '944f5e7330887672847acdc6a2901cdf41d7270b', NULL, 'bettymagata@gmail.com', NULL, NULL, NULL, 'b9d7e48b550240701f29a8ac9b0e88f5e028690e', 1651767476, 1675003222, 1, 'Betty', 'Magata', 'Tech-Firm', '0729377834', NULL, 'female', 1, NULL, 3, NULL, 1, 1, 0, 1, 1, 0);


#
# TABLE STRUCTURE FOR: sma_variants
#

DROP TABLE IF EXISTS `sma_variants`;

CREATE TABLE `sma_variants` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(55) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_variants` (`id`, `name`) VALUES (4, 'RED');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (5, 'MAROON');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (6, 'GREEN');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (7, 'BEIGE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (8, 'MIXED GREY');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (11, 'BLACK');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (12, 'AZURE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (13, 'BROWN');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (15, 'NDENGU');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (17, 'ASH GREY');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (18, 'NAVY BLUE DARK');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (19, 'NAVY BLUE LIGHT');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (20, 'PURPLE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (21, 'WINE   RED');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (22, 'CHOCOLATE BROWN');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (23, 'NDENGU STRIPE WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (24, 'PURPLE STRIPE WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (25, 'DARK NAVY STRIPE WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (26, 'MAROON STRIPE WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (27, 'MIXED GREY STRIPE ROYAL WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (28, 'GREY STRIPE RED');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (29, 'GREEN STRIPE WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (30, 'ROYAL BLUE  STRIPE WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (31, 'ROYAL BLUE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (32, 'RED STRIPE WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (33, 'NAVY STRIPED T BLUE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (34, 'DARK NAVY STRIPE SKY BLUE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (35, 'KK BLUE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (36, 'MIXED GREY STRIPE RED');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (37, 'WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (38, 'AZURE STRIPE WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (39, 'BLUE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (40, 'Black Stripe Sky Blue');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (41, 'LIGHT NAVY STRIPE WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (42, 'LIGHT NAVY STRIPE SKY BLUE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (43, 'ASH GREY STRIPE WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (44, 'ASH GREY STRIPE MAROON WHITE');
INSERT INTO `sma_variants` (`id`, `name`) VALUES (45, 'BLACK STRIPE WHITE');


#
# TABLE STRUCTURE FOR: sma_warehouses
#

DROP TABLE IF EXISTS `sma_warehouses`;

CREATE TABLE `sma_warehouses` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `code` varchar(50) NOT NULL,
  `name` varchar(255) NOT NULL,
  `address` varchar(255) NOT NULL,
  `map` varchar(255) DEFAULT NULL,
  `phone` varchar(55) DEFAULT NULL,
  `email` varchar(55) DEFAULT NULL,
  `price_group_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_warehouses` (`id`, `code`, `name`, `address`, `map`, `phone`, `email`, `price_group_id`) VALUES (1, 'WHI', 'Main Counter', '566 - 00232\r\nRUIRU', NULL, '0112379096', 'techfirmknits@gmail.com', 1);


#
# TABLE STRUCTURE FOR: sma_warehouses_products
#

DROP TABLE IF EXISTS `sma_warehouses_products`;

CREATE TABLE `sma_warehouses_products` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `product_id` int(11) NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `rack` varchar(55) DEFAULT NULL,
  `avg_cost` decimal(25,4) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `product_id` (`product_id`),
  KEY `warehouse_id` (`warehouse_id`)
) ENGINE=InnoDB AUTO_INCREMENT=238 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (6, 2, 1, '0.0000', NULL, '130.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (7, 1, 1, '0.0000', NULL, '243.3333');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (8, 3, 1, '0.0000', NULL, '3500.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (72, 22, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (73, 26, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (74, 31, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (75, 33, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (76, 29, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (77, 30, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (78, 28, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (79, 62, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (80, 63, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (81, 53, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (82, 54, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (83, 56, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (84, 55, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (85, 57, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (86, 50, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (87, 51, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (88, 52, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (89, 47, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (90, 46, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (91, 48, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (92, 49, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (93, 42, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (94, 32, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (95, 34, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (96, 36, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (97, 39, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (98, 41, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (99, 23, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (100, 25, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (101, 24, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (102, 27, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (103, 35, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (104, 37, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (105, 40, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (125, 86, 1, '47.0000', NULL, '-35.7955');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (126, 87, 1, '47.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (139, 100, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (151, 112, 1, '102.0000', NULL, '5049.4020');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (152, 113, 1, '98.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (153, 114, 1, '139.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (154, 115, 1, '182.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (155, 116, 1, '105.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (156, 117, 1, '120.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (157, 118, 1, '153.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (158, 119, 1, '52.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (159, 120, 1, '56.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (160, 121, 1, '36.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (161, 122, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (162, 123, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (163, 124, 1, '12.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (164, 125, 1, '18.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (165, 126, 1, '10.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (166, 127, 1, '19.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (167, 128, 1, '19.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (168, 129, 1, '8.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (169, 130, 1, '5.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (170, 131, 1, '13.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (171, 132, 1, '59.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (172, 133, 1, '42.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (173, 134, 1, '46.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (174, 135, 1, '42.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (175, 136, 1, '16.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (176, 137, 1, '16.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (177, 138, 1, '15.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (178, 139, 1, '15.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (179, 140, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (180, 141, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (181, 142, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (182, 143, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (183, 144, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (184, 145, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (185, 146, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (186, 147, 1, '1.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (187, 148, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (188, 101, 1, '3.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (189, 102, 1, '6.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (190, 104, 1, '2.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (191, 82, 1, '27.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (192, 67, 1, '95.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (193, 69, 1, '141.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (194, 71, 1, '139.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (195, 74, 1, '115.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (196, 75, 1, '117.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (197, 77, 1, '90.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (198, 79, 1, '101.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (199, 70, 1, '46.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (200, 72, 1, '36.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (201, 84, 1, '32.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (202, 73, 1, '64.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (203, 94, 1, '1.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (204, 95, 1, '9.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (205, 99, 1, '8.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (206, 98, 1, '7.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (207, 76, 1, '46.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (208, 68, 1, '16.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (209, 80, 1, '53.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (210, 78, 1, '19.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (211, 81, 1, '100.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (212, 83, 1, '60.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (213, 107, 1, '1.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (214, 108, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (215, 149, 1, '5.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (216, 150, 1, '5.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (217, 151, 1, '1.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (218, 152, 1, '8.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (219, 153, 1, '171.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (220, 154, 1, '49.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (221, 155, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (222, 156, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (223, 157, 1, '4.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (224, 158, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (225, 159, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (226, 160, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (227, 161, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (228, 162, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (229, 163, 1, '8.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (230, 164, 1, '14.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (231, 165, 1, '9.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (232, 166, 1, '10.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (233, 167, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (234, 168, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (235, 169, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (236, 170, 1, '0.0000', NULL, '0.0000');
INSERT INTO `sma_warehouses_products` (`id`, `product_id`, `warehouse_id`, `quantity`, `rack`, `avg_cost`) VALUES (237, 171, 1, '0.0000', NULL, '200.0000');


#
# TABLE STRUCTURE FOR: sma_warehouses_products_variants
#

DROP TABLE IF EXISTS `sma_warehouses_products_variants`;

CREATE TABLE `sma_warehouses_products_variants` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `option_id` int(11) NOT NULL,
  `product_id` int(11) NOT NULL,
  `warehouse_id` int(11) NOT NULL,
  `quantity` decimal(15,4) NOT NULL,
  `rack` varchar(55) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `option_id` (`option_id`),
  KEY `product_id` (`product_id`),
  KEY `warehouse_id` (`warehouse_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2104 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (3, 1, 1, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (403, 272, 31, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (404, 93, 30, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (405, 385, 22, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (406, 221, 28, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (407, 544, 62, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (408, 396, 22, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (665, 832, 86, 1, '47.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (666, 833, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (667, 834, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (668, 835, 87, 1, '20.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (669, 836, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (670, 837, 87, 1, '17.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (671, 838, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (672, 839, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (673, 840, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (674, 841, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (675, 842, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (676, 843, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (677, 844, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (678, 845, 87, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (679, 846, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (680, 847, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (681, 848, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (682, 849, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (683, 850, 87, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (970, 1152, 113, 1, '18.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (971, 1153, 113, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (972, 1154, 113, 1, '19.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (973, 1155, 113, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (974, 1156, 113, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (975, 1157, 113, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (976, 1158, 113, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (977, 1159, 113, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (978, 1160, 113, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (979, 1161, 113, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (980, 1162, 113, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (981, 1163, 113, 1, '15.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (982, 1164, 113, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (983, 1165, 113, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (984, 1166, 113, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (985, 1167, 113, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (986, 1168, 113, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (987, 1169, 114, 1, '18.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (988, 1170, 114, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (989, 1171, 114, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (990, 1172, 114, 1, '13.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (991, 1173, 114, 1, '23.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (992, 1174, 114, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (993, 1175, 114, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (994, 1176, 114, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (995, 1177, 114, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (996, 1178, 114, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (997, 1179, 114, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (998, 1180, 114, 1, '21.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (999, 1181, 114, 1, '13.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1000, 1182, 114, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1001, 1183, 114, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1002, 1184, 114, 1, '13.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1003, 1185, 114, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1004, 1186, 115, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1005, 1187, 115, 1, '25.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1006, 1188, 115, 1, '25.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1007, 1189, 115, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1008, 1190, 115, 1, '17.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1009, 1191, 115, 1, '12.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1010, 1192, 115, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1011, 1193, 115, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1012, 1194, 115, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1013, 1195, 115, 1, '14.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1014, 1196, 115, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1015, 1197, 115, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1016, 1198, 115, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1017, 1199, 115, 1, '24.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1018, 1200, 115, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1019, 1201, 115, 1, '12.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1020, 1202, 115, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1021, 1203, 116, 1, '16.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1022, 1204, 116, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1023, 1205, 116, 1, '16.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1024, 1206, 116, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1025, 1207, 116, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1026, 1208, 116, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1027, 1209, 116, 1, '12.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1028, 1210, 116, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1029, 1211, 116, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1030, 1212, 116, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1031, 1213, 116, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1032, 1214, 116, 1, '15.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1033, 1215, 116, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1034, 1216, 116, 1, '19.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1035, 1217, 116, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1036, 1218, 116, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1037, 1219, 116, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1038, 1220, 117, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1039, 1221, 117, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1040, 1222, 117, 1, '27.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1041, 1223, 117, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1042, 1224, 117, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1043, 1225, 117, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1044, 1226, 117, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1045, 1227, 117, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1046, 1228, 117, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1047, 1229, 117, 1, '12.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1048, 1230, 117, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1049, 1231, 117, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1050, 1232, 117, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1051, 1233, 117, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1052, 1234, 117, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1053, 1235, 117, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1054, 1236, 117, 1, '34.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1055, 1237, 118, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1056, 1238, 118, 1, '27.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1057, 1239, 118, 1, '24.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1058, 1240, 118, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1059, 1241, 118, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1060, 1242, 118, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1061, 1243, 118, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1062, 1244, 118, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1063, 1245, 118, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1064, 1246, 118, 1, '13.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1065, 1247, 118, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1066, 1248, 118, 1, '14.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1067, 1249, 118, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1068, 1250, 118, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1069, 1251, 118, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1070, 1252, 118, 1, '19.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1071, 1253, 118, 1, '34.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1072, 1254, 119, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1073, 1255, 119, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1074, 1256, 119, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1075, 1257, 119, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1076, 1258, 119, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1077, 1259, 119, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1078, 1260, 119, 1, '15.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1079, 1261, 119, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1080, 1262, 119, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1081, 1263, 119, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1082, 1264, 119, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1083, 1265, 119, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1084, 1266, 119, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1085, 1267, 119, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1086, 1268, 119, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1087, 1269, 119, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1088, 1270, 119, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1089, 1271, 120, 1, '15.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1090, 1272, 120, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1091, 1273, 120, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1092, 1274, 120, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1093, 1275, 120, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1094, 1276, 120, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1095, 1277, 120, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1096, 1278, 120, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1097, 1279, 120, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1098, 1280, 120, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1099, 1281, 120, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1100, 1282, 120, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1101, 1283, 120, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1102, 1284, 120, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1103, 1285, 120, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1104, 1286, 120, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1105, 1287, 120, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1106, 1288, 121, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1107, 1289, 121, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1108, 1290, 121, 1, '11.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1109, 1291, 121, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1110, 1292, 121, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1111, 1293, 121, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1112, 1294, 121, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1113, 1295, 121, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1114, 1296, 121, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1115, 1297, 121, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1116, 1298, 121, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1117, 1299, 121, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1118, 1300, 121, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1119, 1301, 121, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1120, 1302, 121, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1121, 1303, 121, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1122, 1304, 121, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1123, 1305, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1124, 1306, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1125, 1307, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1126, 1308, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1127, 1309, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1128, 1310, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1129, 1311, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1130, 1312, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1131, 1313, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1132, 1314, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1133, 1315, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1134, 1316, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1135, 1317, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1136, 1318, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1137, 1319, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1138, 1320, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1139, 1321, 122, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1140, 1322, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1141, 1323, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1142, 1324, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1143, 1325, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1144, 1326, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1145, 1327, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1146, 1328, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1147, 1329, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1148, 1330, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1149, 1331, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1150, 1332, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1151, 1333, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1152, 1334, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1153, 1335, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1154, 1336, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1155, 1337, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1156, 1338, 123, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1157, 1339, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1158, 1340, 124, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1159, 1341, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1160, 1342, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1161, 1343, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1162, 1344, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1163, 1345, 124, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1164, 1346, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1165, 1347, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1166, 1348, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1167, 1349, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1168, 1350, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1169, 1351, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1170, 1352, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1171, 1353, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1172, 1354, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1173, 1355, 124, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1174, 1356, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1175, 1357, 126, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1176, 1358, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1177, 1359, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1178, 1360, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1179, 1361, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1180, 1362, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1181, 1363, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1182, 1364, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1183, 1365, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1184, 1366, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1185, 1367, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1186, 1368, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1187, 1369, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1188, 1370, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1189, 1371, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1190, 1372, 126, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1191, 1373, 127, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1192, 1374, 127, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1193, 1375, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1194, 1376, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1195, 1377, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1196, 1378, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1197, 1379, 127, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1198, 1380, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1199, 1381, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1200, 1382, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1201, 1383, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1202, 1384, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1203, 1385, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1204, 1386, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1205, 1387, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1206, 1388, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1207, 1389, 127, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1208, 1390, 128, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1209, 1391, 128, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1210, 1392, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1211, 1393, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1212, 1394, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1213, 1395, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1214, 1396, 128, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1215, 1397, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1216, 1398, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1217, 1399, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1218, 1400, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1219, 1401, 128, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1220, 1402, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1221, 1403, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1222, 1404, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1223, 1405, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1224, 1406, 128, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1225, 1407, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1226, 1408, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1227, 1409, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1228, 1410, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1229, 1411, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1230, 1412, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1231, 1413, 129, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1232, 1414, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1233, 1415, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1234, 1416, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1235, 1417, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1236, 1418, 129, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1237, 1419, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1238, 1420, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1239, 1421, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1240, 1422, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1241, 1423, 129, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1242, 1424, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1243, 1425, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1244, 1426, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1245, 1427, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1246, 1428, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1247, 1429, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1248, 1430, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1249, 1431, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1250, 1432, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1251, 1433, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1252, 1434, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1253, 1435, 130, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1254, 1436, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1255, 1437, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1256, 1438, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1257, 1439, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1258, 1440, 130, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1259, 1441, 131, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1260, 1442, 131, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1261, 1443, 131, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1262, 1444, 131, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1263, 1445, 131, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1264, 1446, 131, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1265, 1447, 131, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1266, 1448, 131, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1267, 1449, 131, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1268, 1450, 131, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1269, 1451, 131, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1270, 1452, 131, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1271, 1453, 132, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1272, 1454, 132, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1273, 1455, 132, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1274, 1456, 132, 1, '11.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1275, 1457, 132, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1276, 1458, 132, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1277, 1459, 132, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1278, 1460, 132, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1279, 1461, 132, 1, '11.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1280, 1462, 132, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1281, 1463, 132, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1282, 1464, 132, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1283, 1465, 133, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1284, 1466, 133, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1285, 1467, 133, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1286, 1468, 133, 1, '11.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1287, 1469, 133, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1288, 1470, 133, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1289, 1471, 133, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1290, 1472, 133, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1291, 1473, 133, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1292, 1474, 133, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1293, 1475, 133, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1294, 1476, 133, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1295, 1477, 134, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1296, 1478, 134, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1297, 1479, 134, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1298, 1480, 134, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1299, 1481, 134, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1300, 1482, 134, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1301, 1483, 134, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1302, 1484, 134, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1303, 1485, 134, 1, '23.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1304, 1486, 134, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1305, 1487, 134, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1306, 1488, 134, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1307, 1489, 135, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1308, 1490, 135, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1309, 1491, 135, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1310, 1492, 135, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1311, 1493, 135, 1, '12.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1312, 1494, 135, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1313, 1495, 135, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1314, 1496, 135, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1315, 1497, 135, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1316, 1498, 135, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1317, 1499, 135, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1318, 1500, 135, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1319, 1501, 136, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1320, 1502, 136, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1321, 1503, 136, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1322, 1504, 136, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1323, 1505, 136, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1324, 1506, 136, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1325, 1507, 136, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1326, 1508, 136, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1327, 1509, 136, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1328, 1510, 136, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1329, 1511, 136, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1330, 1512, 136, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1331, 1513, 137, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1332, 1514, 137, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1333, 1515, 137, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1334, 1516, 137, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1335, 1517, 137, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1336, 1518, 137, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1337, 1519, 137, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1338, 1520, 137, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1339, 1521, 137, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1340, 1522, 137, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1341, 1523, 137, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1342, 1524, 137, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1343, 1525, 138, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1344, 1526, 138, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1345, 1527, 138, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1346, 1528, 138, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1347, 1529, 138, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1348, 1530, 138, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1349, 1531, 138, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1350, 1532, 138, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1351, 1533, 138, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1352, 1534, 138, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1353, 1535, 138, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1354, 1536, 138, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1355, 1537, 139, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1356, 1538, 139, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1357, 1539, 139, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1358, 1540, 139, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1359, 1541, 139, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1360, 1542, 139, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1361, 1543, 139, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1362, 1544, 139, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1363, 1545, 139, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1364, 1546, 139, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1365, 1547, 139, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1366, 1548, 139, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1367, 1549, 140, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1368, 1550, 140, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1369, 1551, 140, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1370, 1552, 140, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1371, 1553, 140, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1372, 1554, 140, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1373, 1555, 140, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1374, 1556, 140, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1375, 1557, 140, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1376, 1558, 140, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1377, 1559, 140, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1378, 1560, 140, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1379, 1561, 141, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1380, 1562, 141, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1381, 1563, 141, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1382, 1564, 141, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1383, 1565, 141, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1384, 1566, 141, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1385, 1567, 141, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1386, 1568, 141, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1387, 1569, 141, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1388, 1570, 141, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1389, 1571, 141, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1390, 1572, 141, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1391, 1573, 142, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1392, 1574, 142, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1393, 1575, 142, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1394, 1576, 142, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1395, 1577, 142, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1396, 1578, 142, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1397, 1579, 142, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1398, 1580, 142, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1399, 1581, 142, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1400, 1582, 142, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1401, 1583, 142, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1402, 1584, 142, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1403, 1585, 143, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1404, 1586, 143, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1405, 1587, 143, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1406, 1588, 143, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1407, 1589, 143, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1408, 1590, 143, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1409, 1591, 143, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1410, 1592, 143, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1411, 1593, 143, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1412, 1594, 143, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1413, 1595, 143, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1414, 1596, 143, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1415, 1597, 144, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1416, 1598, 144, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1417, 1599, 144, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1418, 1600, 144, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1419, 1601, 144, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1420, 1602, 144, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1421, 1603, 144, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1422, 1604, 144, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1423, 1605, 144, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1424, 1606, 144, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1425, 1607, 144, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1426, 1608, 144, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1427, 1609, 145, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1428, 1610, 145, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1429, 1611, 145, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1430, 1612, 145, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1431, 1613, 145, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1432, 1614, 145, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1433, 1615, 145, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1434, 1616, 145, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1435, 1617, 145, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1436, 1618, 145, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1437, 1619, 145, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1438, 1620, 145, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1439, 1621, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1440, 1622, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1441, 1623, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1442, 1624, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1443, 1625, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1444, 1626, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1445, 1627, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1446, 1628, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1447, 1629, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1448, 1630, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1449, 1631, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1450, 1632, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1451, 1633, 147, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1452, 1634, 147, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1453, 1635, 147, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1454, 1636, 147, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1455, 1637, 147, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1456, 1638, 147, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1457, 1639, 147, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1458, 1640, 147, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1459, 1641, 147, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1460, 1642, 147, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1461, 1643, 147, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1462, 1644, 147, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1463, 1645, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1464, 1646, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1465, 1647, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1466, 1648, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1467, 1649, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1468, 1650, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1469, 1651, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1470, 1652, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1471, 1653, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1472, 1654, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1473, 1655, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1474, 1656, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1475, 1663, 125, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1476, 990, 101, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1477, 1007, 102, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1478, 1044, 104, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1479, 1008, 102, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1480, 788, 82, 1, '14.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1481, 586, 67, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1482, 612, 69, 1, '13.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1483, 640, 71, 1, '12.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1484, 675, 74, 1, '15.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1485, 699, 75, 1, '11.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1486, 719, 77, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1487, 746, 79, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1488, 620, 70, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1489, 648, 72, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1490, 810, 84, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1491, 622, 70, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1492, 647, 72, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1493, 659, 73, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1494, 940, 94, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1495, 950, 95, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1496, 980, 99, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1497, 1128, 98, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1498, 661, 73, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1499, 708, 76, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1500, 611, 69, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1501, 637, 71, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1502, 597, 68, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1503, 619, 70, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1504, 655, 73, 1, '23.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1505, 700, 76, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1506, 753, 80, 1, '28.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1507, 780, 82, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1508, 807, 84, 1, '22.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1509, 600, 68, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1510, 626, 70, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1511, 651, 72, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1512, 662, 73, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1513, 707, 76, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1514, 733, 78, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1515, 759, 80, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1516, 787, 82, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1517, 765, 81, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1518, 790, 83, 1, '14.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1519, 623, 70, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1520, 580, 67, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1521, 607, 69, 1, '15.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1522, 633, 71, 1, '22.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1523, 669, 74, 1, '18.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1524, 687, 75, 1, '23.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1525, 713, 77, 1, '18.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1526, 741, 79, 1, '20.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1527, 766, 81, 1, '18.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1528, 793, 83, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1529, 588, 67, 1, '11.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1530, 614, 69, 1, '12.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1531, 639, 71, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1532, 693, 75, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1533, 721, 77, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1534, 749, 79, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1535, 774, 81, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1536, 802, 83, 1, '-4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1537, 587, 67, 1, '22.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1538, 613, 69, 1, '15.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1539, 638, 71, 1, '19.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1540, 677, 74, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1541, 694, 75, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1542, 720, 77, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1543, 747, 79, 1, '12.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1544, 773, 81, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1545, 801, 83, 1, '11.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1546, 592, 67, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1547, 617, 69, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1548, 644, 71, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1549, 681, 74, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1550, 698, 75, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1551, 725, 77, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1552, 752, 79, 1, '13.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1553, 779, 81, 1, '15.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1554, 806, 83, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1555, 577, 67, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1556, 604, 69, 1, '29.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1557, 630, 71, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1558, 666, 74, 1, '20.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1559, 683, 75, 1, '29.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1560, 711, 77, 1, '22.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1561, 737, 79, 1, '20.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1562, 763, 81, 1, '30.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1563, 791, 83, 1, '18.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1564, 578, 67, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1565, 605, 69, 1, '11.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1566, 631, 71, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1567, 668, 74, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1568, 739, 79, 1, '12.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1569, 764, 81, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1570, 792, 83, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1571, 576, 67, 1, '24.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1572, 603, 69, 1, '14.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1573, 629, 71, 1, '17.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1574, 710, 77, 1, '18.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1575, 736, 79, 1, '16.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1576, 583, 67, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1577, 609, 69, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1578, 635, 71, 1, '17.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1579, 689, 75, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1580, 716, 77, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1581, 665, 74, 1, '24.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1582, 682, 75, 1, '20.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1583, 679, 74, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1584, 695, 75, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1585, 624, 70, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1586, 650, 72, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1587, 660, 73, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1588, 758, 80, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1589, 785, 82, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1590, 606, 69, 1, '18.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1591, 632, 71, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1592, 667, 74, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1593, 685, 75, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1594, 712, 77, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1595, 595, 68, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1596, 703, 76, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1597, 1060, 73, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1598, 1061, 76, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1599, 627, 70, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1600, 653, 72, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1601, 663, 73, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1602, 705, 76, 1, '13.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1603, 734, 78, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1604, 761, 80, 1, '15.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1605, 813, 84, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1606, 596, 68, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1607, 649, 72, 1, '23.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1608, 658, 73, 1, '16.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1609, 704, 76, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1610, 731, 78, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1611, 757, 80, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1612, 602, 68, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1613, 654, 72, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1614, 709, 76, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1615, 762, 80, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1616, 816, 84, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1617, 678, 74, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1618, 1065, 107, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1619, 628, 70, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1620, 1145, 67, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1621, 1144, 69, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1622, 1143, 74, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1623, 1674, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1624, 1675, 149, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1625, 1676, 149, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1626, 1677, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1627, 1678, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1628, 1679, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1629, 1680, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1630, 1681, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1631, 1682, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1632, 1683, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1633, 1684, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1634, 1685, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1635, 1686, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1636, 1687, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1637, 1688, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1638, 1689, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1639, 1690, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1640, 1691, 149, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1641, 1692, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1642, 1693, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1643, 1694, 150, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1644, 1695, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1645, 1696, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1646, 1697, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1647, 1698, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1648, 1699, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1649, 1700, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1650, 1701, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1651, 1702, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1652, 1703, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1653, 1704, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1654, 1705, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1655, 1706, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1656, 1707, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1657, 1708, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1658, 1709, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1659, 1710, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1660, 1711, 150, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1661, 1714, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1662, 1715, 151, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1663, 1716, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1664, 1717, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1665, 1718, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1666, 1719, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1667, 1720, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1668, 1721, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1669, 1722, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1670, 1723, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1671, 1724, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1672, 1725, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1673, 1726, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1674, 1727, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1675, 1728, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1676, 1729, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1677, 1730, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1678, 1731, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1679, 1732, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1680, 1733, 151, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1681, 1734, 152, 1, '8.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1682, 1735, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1683, 1736, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1684, 1737, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1685, 1738, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1686, 1739, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1687, 1740, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1688, 1741, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1689, 1742, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1690, 1743, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1691, 1744, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1692, 1745, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1693, 1746, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1694, 1747, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1695, 1748, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1696, 1749, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1697, 1750, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1698, 1751, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1699, 1752, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1700, 1753, 152, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1701, 1754, 153, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1702, 1755, 153, 1, '75.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1703, 1756, 153, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1704, 1757, 153, 1, '29.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1705, 1758, 153, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1706, 1759, 153, 1, '14.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1707, 1760, 153, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1708, 1761, 153, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1709, 1762, 153, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1710, 1763, 153, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1711, 1764, 153, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1712, 1765, 153, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1713, 1766, 153, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1714, 1767, 153, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1715, 1768, 153, 1, '35.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1716, 1769, 153, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1717, 1770, 153, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1718, 1771, 153, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1719, 1772, 153, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1720, 1773, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1721, 1774, 154, 1, '49.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1722, 1775, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1723, 1776, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1724, 1777, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1725, 1778, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1726, 1779, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1727, 1780, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1728, 1781, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1729, 1782, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1730, 1783, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1731, 1784, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1732, 1785, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1733, 1786, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1734, 1787, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1735, 1788, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1736, 1789, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1737, 1790, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1738, 1791, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1739, 1792, 154, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1740, 1793, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1741, 1794, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1742, 1795, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1743, 1796, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1744, 1797, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1745, 1798, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1746, 1799, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1747, 1800, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1748, 1801, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1749, 1802, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1750, 1803, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1751, 1804, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1752, 1805, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1753, 1806, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1754, 1807, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1755, 1808, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1756, 1809, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1757, 1810, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1758, 1811, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1759, 1812, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1760, 1813, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1761, 1814, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1762, 1815, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1763, 1816, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1764, 1817, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1765, 1818, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1766, 1819, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1767, 1820, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1768, 1821, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1769, 1822, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1770, 1823, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1771, 1824, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1772, 1825, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1773, 1826, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1774, 1827, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1775, 1828, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1776, 1829, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1777, 1830, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1778, 1831, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1779, 1832, 156, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1780, 1834, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1781, 1847, 148, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1782, 1846, 147, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1783, 1848, 146, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1784, 1850, 157, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1785, 1844, 155, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1786, 1869, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1787, 1870, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1788, 1871, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1789, 1872, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1790, 1873, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1791, 1874, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1792, 1875, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1793, 1876, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1794, 1877, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1795, 1878, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1796, 1879, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1797, 1880, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1798, 1881, 160, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1799, 1884, 132, 1, '23.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1800, 1885, 133, 1, '19.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1801, 1886, 134, 1, '4.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1802, 1887, 135, 1, '15.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1803, 1888, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1804, 1889, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1805, 1890, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1806, 1891, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1807, 1892, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1808, 1893, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1809, 1894, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1810, 1895, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1811, 1896, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1812, 1897, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1813, 1898, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1814, 1899, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1815, 1900, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1816, 1901, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1817, 1902, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1818, 1903, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1819, 1904, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1820, 1905, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1821, 1906, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1822, 1907, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1823, 1908, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1824, 1909, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1825, 1910, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1826, 1911, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1827, 1912, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1828, 1913, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1829, 1914, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1830, 1915, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1831, 1916, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1832, 1917, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1833, 1918, 161, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1834, 1919, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1835, 1920, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1836, 1921, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1837, 1922, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1838, 1923, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1839, 1924, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1840, 1925, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1841, 1926, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1842, 1927, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1843, 1928, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1844, 1929, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1845, 1930, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1846, 1931, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1847, 1932, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1848, 1933, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1849, 1934, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1850, 1935, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1851, 1936, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1852, 1937, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1853, 1938, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1854, 1939, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1855, 1940, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1856, 1941, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1857, 1942, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1858, 1943, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1859, 1944, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1860, 1945, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1861, 1946, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1862, 1947, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1863, 1948, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1864, 1949, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1865, 1950, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1866, 1951, 162, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1867, 1952, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1868, 1953, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1869, 1954, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1870, 1955, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1871, 1956, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1872, 1957, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1873, 1958, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1874, 1959, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1875, 1960, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1876, 1961, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1877, 1962, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1878, 1963, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1879, 1964, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1880, 1965, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1881, 1966, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1882, 1967, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1883, 1968, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1884, 1969, 163, 1, '1.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1885, 1970, 163, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1886, 1971, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1887, 1972, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1888, 1973, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1889, 1974, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1890, 1975, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1891, 1976, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1892, 1977, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1893, 1978, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1894, 1979, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1895, 1980, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1896, 1981, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1897, 1982, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1898, 1983, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1899, 1984, 163, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1900, 1985, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1901, 1986, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1902, 1987, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1903, 1988, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1904, 1989, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1905, 1990, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1906, 1991, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1907, 1992, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1908, 1993, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1909, 1994, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1910, 1995, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1911, 1996, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1912, 1997, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1913, 1998, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1914, 1999, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1915, 2000, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1916, 2001, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1917, 2002, 164, 1, '5.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1918, 2003, 164, 1, '9.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1919, 2004, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1920, 2005, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1921, 2006, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1922, 2007, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1923, 2008, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1924, 2009, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1925, 2010, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1926, 2011, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1927, 2012, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1928, 2013, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1929, 2014, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1930, 2015, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1931, 2016, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1932, 2017, 164, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1933, 2018, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1934, 2019, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1935, 2020, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1936, 2021, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1937, 2022, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1938, 2023, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1939, 2024, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1940, 2025, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1941, 2026, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1942, 2027, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1943, 2028, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1944, 2029, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1945, 2030, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1946, 2031, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1947, 2032, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1948, 2033, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1949, 2034, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1950, 2035, 165, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1951, 2036, 165, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1952, 2037, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1953, 2038, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1954, 2039, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1955, 2040, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1956, 2041, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1957, 2042, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1958, 2043, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1959, 2044, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1960, 2045, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1961, 2046, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1962, 2047, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1963, 2048, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1964, 2049, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1965, 2050, 165, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1966, 2051, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1967, 2052, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1968, 2053, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1969, 2054, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1970, 2055, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1971, 2056, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1972, 2057, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1973, 2058, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1974, 2059, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1975, 2060, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1976, 2061, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1977, 2062, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1978, 2063, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1979, 2064, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1980, 2065, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1981, 2066, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1982, 2067, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1983, 2068, 166, 1, '3.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1984, 2069, 166, 1, '7.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1985, 2070, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1986, 2071, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1987, 2072, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1988, 2073, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1989, 2074, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1990, 2075, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1991, 2076, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1992, 2077, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1993, 2078, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1994, 2079, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1995, 2080, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1996, 2081, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1997, 2082, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1998, 2083, 166, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (1999, 2084, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2000, 2085, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2001, 2086, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2002, 2087, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2003, 2088, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2004, 2089, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2005, 2090, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2006, 2091, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2007, 2092, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2008, 2093, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2009, 2094, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2010, 2095, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2011, 2096, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2012, 2097, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2013, 2098, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2014, 2099, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2015, 2100, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2016, 2101, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2017, 2102, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2018, 2103, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2019, 2104, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2020, 2105, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2021, 2106, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2022, 2107, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2023, 2108, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2024, 2109, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2025, 2110, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2026, 2111, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2027, 2112, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2028, 2113, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2029, 2114, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2030, 2115, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2031, 2116, 167, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2032, 2117, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2033, 2118, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2034, 2119, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2035, 2120, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2036, 2121, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2037, 2122, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2038, 2123, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2039, 2124, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2040, 2125, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2041, 2126, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2042, 2127, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2043, 2128, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2044, 2129, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2045, 2130, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2046, 2131, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2047, 2132, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2048, 2133, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2049, 2134, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2050, 2135, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2051, 2136, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2052, 2137, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2053, 2138, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2054, 2139, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2055, 2140, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2056, 2141, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2057, 2142, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2058, 2143, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2059, 2144, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2060, 2145, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2061, 2146, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2062, 2147, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2063, 2148, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2064, 2149, 168, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2065, 2150, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2066, 2151, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2067, 2152, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2068, 2153, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2069, 2154, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2070, 2155, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2071, 2156, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2072, 2157, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2073, 2158, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2074, 2159, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2075, 2160, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2076, 2161, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2077, 2162, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2078, 2163, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2079, 2164, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2080, 2165, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2081, 2166, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2082, 2167, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2083, 2168, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2084, 2169, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2085, 2170, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2086, 2171, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2087, 2172, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2088, 2173, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2089, 2174, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2090, 2175, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2091, 2176, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2092, 2177, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2093, 2178, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2094, 2179, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2095, 2180, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2096, 2181, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2097, 2182, 170, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2098, 2183, 136, 1, '6.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2099, 2184, 137, 1, '2.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2100, 2185, 138, 1, '0.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2101, 2186, 139, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2102, 1658, 125, 1, '10.0000', NULL);
INSERT INTO `sma_warehouses_products_variants` (`id`, `option_id`, `product_id`, `warehouse_id`, `quantity`, `rack`) VALUES (2103, 2187, 171, 1, '0.0000', NULL);


#
# TABLE STRUCTURE FOR: sma_wishlist
#

DROP TABLE IF EXISTS `sma_wishlist`;

CREATE TABLE `sma_wishlist` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) DEFAULT NULL,
  `product_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

